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

All Known Implementing Classes:
RemoteTranscribingGearFullServiceBase, RemoteTranscribingGearFullServiceImpl

public interface RemoteTranscribingGearFullService


Method Summary
 ClusterTranscribingGear addOrUpdateClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
           
 RemoteTranscribingGearFullVO addTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
           
 ClusterTranscribingGear[] getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteTranscribingGearFullVO[] getAllTranscribingGear()
           
 ClusterTranscribingGear getClusterTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer transcribingSideId, java.lang.Integer gearId)
           
 RemoteTranscribingGearFullVO[] getTranscribingGearByGearId(java.lang.Integer id)
           
 RemoteTranscribingGearFullVO getTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer transcribingSideId, java.lang.Integer gearId)
           
 RemoteTranscribingGearFullVO getTranscribingGearByNaturalId(RemoteTranscribingGearNaturalId transcribingGearNaturalId)
           
 RemoteTranscribingGearFullVO[] getTranscribingGearByTranscribingSideId(java.lang.Integer id)
           
 RemoteTranscribingGearFullVO[] getTranscribingGearByTranscribingSystemId(java.lang.Integer id)
           
 RemoteTranscribingGearNaturalId[] getTranscribingGearNaturalIds()
           
 boolean remoteTranscribingGearFullVOsAreEqual(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst, RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond)
           
 boolean remoteTranscribingGearFullVOsAreEqualOnIdentifiers(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst, RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond)
           
 void removeTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
           
 void updateTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
           
 

Method Detail

addTranscribingGear

RemoteTranscribingGearFullVO addTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)

updateTranscribingGear

void updateTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)

removeTranscribingGear

void removeTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)

getAllTranscribingGear

RemoteTranscribingGearFullVO[] getAllTranscribingGear()

getTranscribingGearByTranscribingSystemId

RemoteTranscribingGearFullVO[] getTranscribingGearByTranscribingSystemId(java.lang.Integer id)

getTranscribingGearByTranscribingSideId

RemoteTranscribingGearFullVO[] getTranscribingGearByTranscribingSideId(java.lang.Integer id)

getTranscribingGearByGearId

RemoteTranscribingGearFullVO[] getTranscribingGearByGearId(java.lang.Integer id)

getTranscribingGearByIdentifiers

RemoteTranscribingGearFullVO getTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId,
                                                              java.lang.Integer transcribingSideId,
                                                              java.lang.Integer gearId)

remoteTranscribingGearFullVOsAreEqualOnIdentifiers

boolean remoteTranscribingGearFullVOsAreEqualOnIdentifiers(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst,
                                                           RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond)

remoteTranscribingGearFullVOsAreEqual

boolean remoteTranscribingGearFullVOsAreEqual(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst,
                                              RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond)

getTranscribingGearNaturalIds

RemoteTranscribingGearNaturalId[] getTranscribingGearNaturalIds()

getTranscribingGearByNaturalId

RemoteTranscribingGearFullVO getTranscribingGearByNaturalId(RemoteTranscribingGearNaturalId transcribingGearNaturalId)

addOrUpdateClusterTranscribingGear

ClusterTranscribingGear addOrUpdateClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)

getAllClusterTranscribingGearSinceDateSynchro

ClusterTranscribingGear[] getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                        java.lang.Integer userId,
                                                                        java.lang.Integer[] registrationLocationIds,
                                                                        java.lang.Integer pageNumber,
                                                                        java.lang.Integer pageSize)

getClusterTranscribingGearByIdentifiers

ClusterTranscribingGear getClusterTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                java.lang.Integer transcribingSideId,
                                                                java.lang.Integer gearId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.