fr.ifremer.allegro.referential.transcribing.generic.service
Interface RemoteTranscribingSystemFullService
- All Known Implementing Classes:
- RemoteTranscribingSystemFullServiceBase, RemoteTranscribingSystemFullServiceImpl
public interface RemoteTranscribingSystemFullService
addTranscribingSystem
RemoteTranscribingSystemFullVO addTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
updateTranscribingSystem
void updateTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
removeTranscribingSystem
void removeTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
getAllTranscribingSystem
RemoteTranscribingSystemFullVO[] getAllTranscribingSystem()
getTranscribingSystemById
RemoteTranscribingSystemFullVO getTranscribingSystemById(java.lang.Integer id)
getTranscribingSystemByIds
RemoteTranscribingSystemFullVO[] getTranscribingSystemByIds(java.lang.Integer[] id)
getTranscribingSystemByStatusCode
RemoteTranscribingSystemFullVO[] getTranscribingSystemByStatusCode(java.lang.String code)
remoteTranscribingSystemFullVOsAreEqualOnIdentifiers
boolean remoteTranscribingSystemFullVOsAreEqualOnIdentifiers(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst,
RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
remoteTranscribingSystemFullVOsAreEqual
boolean remoteTranscribingSystemFullVOsAreEqual(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst,
RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
getTranscribingSystemNaturalIds
RemoteTranscribingSystemNaturalId[] getTranscribingSystemNaturalIds()
getTranscribingSystemByNaturalId
RemoteTranscribingSystemFullVO getTranscribingSystemByNaturalId(RemoteTranscribingSystemNaturalId transcribingSystemNaturalId)
getTranscribingSystemNaturalIdById
RemoteTranscribingSystemNaturalId getTranscribingSystemNaturalIdById(java.lang.Integer id)
addOrUpdateClusterTranscribingSystem
ClusterTranscribingSystem addOrUpdateClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
getAllClusterTranscribingSystemSinceDateSynchro
ClusterTranscribingSystem[] getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
getClusterTranscribingSystemByIdentifiers
ClusterTranscribingSystem getClusterTranscribingSystemByIdentifiers(java.lang.Integer id)
Copyright © 2008-2010 IFREMER. All Rights Reserved.