fr.ifremer.allegro.referential.location.generic.service
Interface RemoteLocationLevelFullService

All Known Implementing Classes:
RemoteLocationLevelFullServiceBase, RemoteLocationLevelFullServiceImpl

public interface RemoteLocationLevelFullService


Method Summary
 RemoteLocationLevelFullVO addLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
 ClusterLocationLevel addOrUpdateClusterLocationLevel(ClusterLocationLevel clusterLocationLevel)
           
 ClusterLocationLevel[] getAllClusterLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteLocationLevelFullVO[] getAllLocationLevel()
           
 ClusterLocationLevel getClusterLocationLevelByIdentifiers(java.lang.Integer id)
           
 RemoteLocationLevelFullVO getLocationLevelById(java.lang.Integer id)
           
 RemoteLocationLevelFullVO[] getLocationLevelByIds(java.lang.Integer[] id)
           
 RemoteLocationLevelFullVO[] getLocationLevelByLocationClassificationId(java.lang.Integer id)
           
 RemoteLocationLevelFullVO getLocationLevelByNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId)
           
 RemoteLocationLevelFullVO[] getLocationLevelByParentLocationLevelId(java.lang.Integer id)
           
 RemoteLocationLevelNaturalId getLocationLevelNaturalIdById(java.lang.Integer id)
           
 RemoteLocationLevelNaturalId[] getLocationLevelNaturalIds()
           
 boolean remoteLocationLevelFullVOsAreEqual(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst, RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)
           
 boolean remoteLocationLevelFullVOsAreEqualOnIdentifiers(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst, RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)
           
 void removeLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
 void updateLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
 

Method Detail

addLocationLevel

RemoteLocationLevelFullVO addLocationLevel(RemoteLocationLevelFullVO locationLevel)

updateLocationLevel

void updateLocationLevel(RemoteLocationLevelFullVO locationLevel)

removeLocationLevel

void removeLocationLevel(RemoteLocationLevelFullVO locationLevel)

getAllLocationLevel

RemoteLocationLevelFullVO[] getAllLocationLevel()

getLocationLevelById

RemoteLocationLevelFullVO getLocationLevelById(java.lang.Integer id)

getLocationLevelByIds

RemoteLocationLevelFullVO[] getLocationLevelByIds(java.lang.Integer[] id)

getLocationLevelByParentLocationLevelId

RemoteLocationLevelFullVO[] getLocationLevelByParentLocationLevelId(java.lang.Integer id)

getLocationLevelByLocationClassificationId

RemoteLocationLevelFullVO[] getLocationLevelByLocationClassificationId(java.lang.Integer id)

remoteLocationLevelFullVOsAreEqualOnIdentifiers

boolean remoteLocationLevelFullVOsAreEqualOnIdentifiers(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst,
                                                        RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)

remoteLocationLevelFullVOsAreEqual

boolean remoteLocationLevelFullVOsAreEqual(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst,
                                           RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)

getLocationLevelNaturalIds

RemoteLocationLevelNaturalId[] getLocationLevelNaturalIds()

getLocationLevelByNaturalId

RemoteLocationLevelFullVO getLocationLevelByNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId)

getLocationLevelNaturalIdById

RemoteLocationLevelNaturalId getLocationLevelNaturalIdById(java.lang.Integer id)

addOrUpdateClusterLocationLevel

ClusterLocationLevel addOrUpdateClusterLocationLevel(ClusterLocationLevel clusterLocationLevel)

getAllClusterLocationLevelSinceDateSynchro

ClusterLocationLevel[] getAllClusterLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                  java.lang.Integer userId,
                                                                  java.lang.Integer[] registrationLocationIds,
                                                                  java.lang.Integer pageNumber,
                                                                  java.lang.Integer pageSize)

getClusterLocationLevelByIdentifiers

ClusterLocationLevel getClusterLocationLevelByIdentifiers(java.lang.Integer id)


Copyright © 2008-2010 IFREMER. All Rights Reserved.