fr.ifremer.allegro.referential.transcribing.generic.service
Interface RemoteTranscribingLocationFullService
- All Known Implementing Classes:
- RemoteTranscribingLocationFullServiceBase, RemoteTranscribingLocationFullServiceImpl
public interface RemoteTranscribingLocationFullService
addTranscribingLocation
RemoteTranscribingLocationFullVO addTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
updateTranscribingLocation
void updateTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
removeTranscribingLocation
void removeTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
getAllTranscribingLocation
RemoteTranscribingLocationFullVO[] getAllTranscribingLocation()
getTranscribingLocationByTranscribingSystemId
RemoteTranscribingLocationFullVO[] getTranscribingLocationByTranscribingSystemId(java.lang.Integer id)
getTranscribingLocationByTranscribingSideId
RemoteTranscribingLocationFullVO[] getTranscribingLocationByTranscribingSideId(java.lang.Integer id)
getTranscribingLocationByLocationId
RemoteTranscribingLocationFullVO[] getTranscribingLocationByLocationId(java.lang.Integer id)
getTranscribingLocationByIdentifiers
RemoteTranscribingLocationFullVO getTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId,
java.lang.Integer locationId)
remoteTranscribingLocationFullVOsAreEqualOnIdentifiers
boolean remoteTranscribingLocationFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst,
RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
remoteTranscribingLocationFullVOsAreEqual
boolean remoteTranscribingLocationFullVOsAreEqual(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst,
RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
getTranscribingLocationNaturalIds
RemoteTranscribingLocationNaturalId[] getTranscribingLocationNaturalIds()
getTranscribingLocationByNaturalId
RemoteTranscribingLocationFullVO getTranscribingLocationByNaturalId(RemoteTranscribingLocationNaturalId transcribingLocationNaturalId)
addOrUpdateClusterTranscribingLocation
ClusterTranscribingLocation addOrUpdateClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
getAllClusterTranscribingLocationSinceDateSynchro
ClusterTranscribingLocation[] getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
getClusterTranscribingLocationByIdentifiers
ClusterTranscribingLocation getClusterTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId,
java.lang.Integer locationId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.