fr.ifremer.allegro.referential.transcribing.generic.service
Interface RemoteTranscribingSystemFullService

All Known Implementing Classes:
RemoteTranscribingSystemFullServiceBase, RemoteTranscribingSystemFullServiceImpl

public interface RemoteTranscribingSystemFullService


Method Summary
 ClusterTranscribingSystem addOrUpdateClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
           
 RemoteTranscribingSystemFullVO addTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
 ClusterTranscribingSystem[] getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteTranscribingSystemFullVO[] getAllTranscribingSystem()
           
 ClusterTranscribingSystem getClusterTranscribingSystemByIdentifiers(java.lang.Integer id)
           
 RemoteTranscribingSystemFullVO getTranscribingSystemById(java.lang.Integer id)
           
 RemoteTranscribingSystemFullVO[] getTranscribingSystemByIds(java.lang.Integer[] id)
           
 RemoteTranscribingSystemFullVO getTranscribingSystemByNaturalId(RemoteTranscribingSystemNaturalId transcribingSystemNaturalId)
           
 RemoteTranscribingSystemFullVO[] getTranscribingSystemByStatusCode(java.lang.String code)
           
 RemoteTranscribingSystemNaturalId getTranscribingSystemNaturalIdById(java.lang.Integer id)
           
 RemoteTranscribingSystemNaturalId[] getTranscribingSystemNaturalIds()
           
 boolean remoteTranscribingSystemFullVOsAreEqual(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst, RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
           
 boolean remoteTranscribingSystemFullVOsAreEqualOnIdentifiers(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst, RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
           
 void removeTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
 void updateTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
           
 

Method Detail

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.