|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ClusterTranscribingGear in fr.ifremer.allegro.referential.transcribing |
---|
Methods in fr.ifremer.allegro.referential.transcribing that return ClusterTranscribingGear | |
---|---|
ClusterTranscribingGear[] |
TranscribingGearDao.getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterTranscribingGear[] |
TranscribingGearDaoBase.getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected ClusterTranscribingGear[] |
TranscribingGearDaoImpl.handleGetAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected abstract ClusterTranscribingGear[] |
TranscribingGearDaoBase.handleGetAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for TranscribingGearDaoBase.getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected ClusterTranscribingGear |
TranscribingGearDaoBase.toClusterTranscribingGear(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterTranscribingGear |
TranscribingGearDaoImpl.toClusterTranscribingGear(TranscribingGear entity)
|
ClusterTranscribingGear |
TranscribingGearDao.toClusterTranscribingGear(TranscribingGear entity)
Converts this DAO's entity to an object of type ClusterTranscribingGear . |
ClusterTranscribingGear |
TranscribingGearDaoBase.toClusterTranscribingGear(TranscribingGear entity)
|
ClusterTranscribingGear[] |
TranscribingGearDao.toClusterTranscribingGearArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTranscribingGear . |
ClusterTranscribingGear[] |
TranscribingGearDaoBase.toClusterTranscribingGearArray(java.util.Collection entities)
|
Uses of ClusterTranscribingGear in fr.ifremer.allegro.referential.transcribing.generic.cluster |
---|
Methods in fr.ifremer.allegro.referential.transcribing.generic.cluster with parameters of type ClusterTranscribingGear | |
---|---|
void |
ClusterTranscribingGear.copy(ClusterTranscribingGear otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.referential.transcribing.generic.cluster with parameters of type ClusterTranscribingGear | |
---|---|
ClusterTranscribingGear(ClusterTranscribingGear otherBean)
Copies constructor from other ClusterTranscribingGear |
Uses of ClusterTranscribingGear in fr.ifremer.allegro.referential.transcribing.generic.service |
---|
Methods in fr.ifremer.allegro.referential.transcribing.generic.service that return ClusterTranscribingGear | |
---|---|
ClusterTranscribingGear |
RemoteTranscribingGearFullService.addOrUpdateClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
|
ClusterTranscribingGear |
RemoteTranscribingGearFullServiceWSDelegator.addOrUpdateClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
|
ClusterTranscribingGear |
RemoteTranscribingGearFullServiceBase.addOrUpdateClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
|
ClusterTranscribingGear[] |
RemoteTranscribingGearFullService.getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterTranscribingGear[] |
RemoteTranscribingGearFullServiceWSDelegator.getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterTranscribingGear[] |
RemoteTranscribingGearFullServiceBase.getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterTranscribingGear |
RemoteTranscribingGearFullService.getClusterTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId,
java.lang.Integer transcribingSideId,
java.lang.Integer gearId)
|
ClusterTranscribingGear |
RemoteTranscribingGearFullServiceWSDelegator.getClusterTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId,
java.lang.Integer transcribingSideId,
java.lang.Integer gearId)
|
ClusterTranscribingGear |
RemoteTranscribingGearFullServiceBase.getClusterTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId,
java.lang.Integer transcribingSideId,
java.lang.Integer gearId)
|
protected ClusterTranscribingGear |
RemoteTranscribingGearFullServiceImpl.handleAddOrUpdateClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
|
protected abstract ClusterTranscribingGear |
RemoteTranscribingGearFullServiceBase.handleAddOrUpdateClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
Performs the core logic for RemoteTranscribingGearFullServiceBase.addOrUpdateClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear) |
protected ClusterTranscribingGear[] |
RemoteTranscribingGearFullServiceImpl.handleGetAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected abstract ClusterTranscribingGear[] |
RemoteTranscribingGearFullServiceBase.handleGetAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for RemoteTranscribingGearFullServiceBase.getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected ClusterTranscribingGear |
RemoteTranscribingGearFullServiceImpl.handleGetClusterTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId,
java.lang.Integer transcribingSideId,
java.lang.Integer gearId)
|
protected abstract ClusterTranscribingGear |
RemoteTranscribingGearFullServiceBase.handleGetClusterTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId,
java.lang.Integer transcribingSideId,
java.lang.Integer gearId)
Performs the core logic for RemoteTranscribingGearFullServiceBase.getClusterTranscribingGearByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |