fr.ifremer.allegro.referential.location.generic.service
Interface RemoteLocationFullService
- All Known Implementing Classes:
- RemoteLocationFullServiceBase, RemoteLocationFullServiceImpl
public interface RemoteLocationFullService
addLocation
RemoteLocationFullVO addLocation(RemoteLocationFullVO location)
updateLocation
void updateLocation(RemoteLocationFullVO location)
removeLocation
void removeLocation(RemoteLocationFullVO location)
getAllLocation
RemoteLocationFullVO[] getAllLocation()
getLocationById
RemoteLocationFullVO getLocationById(java.lang.Integer id)
getLocationByIds
RemoteLocationFullVO[] getLocationByIds(java.lang.Integer[] id)
getLocationByStatusCode
RemoteLocationFullVO[] getLocationByStatusCode(java.lang.String code)
getLocationByLocationClassificationId
RemoteLocationFullVO[] getLocationByLocationClassificationId(java.lang.Integer id)
getLocationByLocationLevelId
RemoteLocationFullVO[] getLocationByLocationLevelId(java.lang.Integer id)
remoteLocationFullVOsAreEqualOnIdentifiers
boolean remoteLocationFullVOsAreEqualOnIdentifiers(RemoteLocationFullVO remoteLocationFullVOFirst,
RemoteLocationFullVO remoteLocationFullVOSecond)
remoteLocationFullVOsAreEqual
boolean remoteLocationFullVOsAreEqual(RemoteLocationFullVO remoteLocationFullVOFirst,
RemoteLocationFullVO remoteLocationFullVOSecond)
getLocationNaturalIds
RemoteLocationNaturalId[] getLocationNaturalIds()
getLocationByNaturalId
RemoteLocationFullVO getLocationByNaturalId(RemoteLocationNaturalId locationNaturalId)
getLocationNaturalIdById
RemoteLocationNaturalId getLocationNaturalIdById(java.lang.Integer id)
addOrUpdateClusterLocation
ClusterLocation addOrUpdateClusterLocation(ClusterLocation clusterLocation)
getAllClusterLocationSinceDateSynchro
ClusterLocation[] getAllClusterLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
getClusterLocationByIdentifiers
ClusterLocation getClusterLocationByIdentifiers(java.lang.Integer id)
Copyright © 2008-2010 IFREMER. All Rights Reserved.