fr.ifremer.allegro.referential.location.generic.service
Interface RemoteLocationLevelFullService
- All Known Implementing Classes:
- RemoteLocationLevelFullServiceBase, RemoteLocationLevelFullServiceImpl
public interface RemoteLocationLevelFullService
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.