fr.ifremer.allegro.referential.transcribing.generic.service
Interface RemoteTranscribingLocationLevelFullService
- All Known Implementing Classes:
- RemoteTranscribingLocationLevelFullServiceBase, RemoteTranscribingLocationLevelFullServiceImpl
public interface RemoteTranscribingLocationLevelFullService
addTranscribingLocationLevel
RemoteTranscribingLocationLevelFullVO addTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
updateTranscribingLocationLevel
void updateTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
removeTranscribingLocationLevel
void removeTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
getAllTranscribingLocationLevel
RemoteTranscribingLocationLevelFullVO[] getAllTranscribingLocationLevel()
getTranscribingLocationLevelByTranscribingSystemId
RemoteTranscribingLocationLevelFullVO[] getTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer id)
getTranscribingLocationLevelByTranscribingSideId
RemoteTranscribingLocationLevelFullVO[] getTranscribingLocationLevelByTranscribingSideId(java.lang.Integer id)
getTranscribingLocationLevelByLocationLevelId
RemoteTranscribingLocationLevelFullVO[] getTranscribingLocationLevelByLocationLevelId(java.lang.Integer id)
getTranscribingLocationLevelByIdentifiers
RemoteTranscribingLocationLevelFullVO getTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId,
java.lang.Integer locationLevelId)
remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers
boolean remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst,
RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)
remoteTranscribingLocationLevelFullVOsAreEqual
boolean remoteTranscribingLocationLevelFullVOsAreEqual(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst,
RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)
getTranscribingLocationLevelNaturalIds
RemoteTranscribingLocationLevelNaturalId[] getTranscribingLocationLevelNaturalIds()
getTranscribingLocationLevelByNaturalId
RemoteTranscribingLocationLevelFullVO getTranscribingLocationLevelByNaturalId(RemoteTranscribingLocationLevelNaturalId transcribingLocationLevelNaturalId)
addOrUpdateClusterTranscribingLocationLevel
ClusterTranscribingLocationLevel addOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
getAllClusterTranscribingLocationLevelSinceDateSynchro
ClusterTranscribingLocationLevel[] getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
getClusterTranscribingLocationLevelByIdentifiers
ClusterTranscribingLocationLevel getClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId,
java.lang.Integer locationLevelId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.