|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterCorpus | |
---|---|
fr.ifremer.allegro.referential.regulation | |
fr.ifremer.allegro.referential.regulation.generic.cluster | |
fr.ifremer.allegro.referential.regulation.generic.service |
Uses of ClusterCorpus in fr.ifremer.allegro.referential.regulation |
---|
Methods in fr.ifremer.allegro.referential.regulation that return ClusterCorpus | |
---|---|
ClusterCorpus[] |
CorpusDao.getAllClusterCorpusSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterCorpus[] |
CorpusDaoBase.getAllClusterCorpusSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected ClusterCorpus[] |
CorpusDaoImpl.handleGetAllClusterCorpusSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected abstract ClusterCorpus[] |
CorpusDaoBase.handleGetAllClusterCorpusSinceDateSynchro(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 CorpusDaoBase.getAllClusterCorpusSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
ClusterCorpus |
CorpusDaoImpl.toClusterCorpus(Corpus entity)
|
ClusterCorpus |
CorpusDao.toClusterCorpus(Corpus entity)
Converts this DAO's entity to an object of type ClusterCorpus . |
ClusterCorpus |
CorpusDaoBase.toClusterCorpus(Corpus entity)
|
protected ClusterCorpus |
CorpusDaoBase.toClusterCorpus(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterCorpus[] |
CorpusDao.toClusterCorpusArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterCorpus . |
ClusterCorpus[] |
CorpusDaoBase.toClusterCorpusArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.referential.regulation with parameters of type ClusterCorpus | |
---|---|
Corpus |
CorpusDaoImpl.clusterCorpusToEntity(ClusterCorpus clusterCorpus)
|
Corpus |
CorpusDao.clusterCorpusToEntity(ClusterCorpus clusterCorpus)
Converts an instance of type ClusterCorpus to this DAO's entity. |
void |
CorpusDaoImpl.clusterCorpusToEntity(ClusterCorpus source,
Corpus target,
boolean copyIfNull)
|
void |
CorpusDao.clusterCorpusToEntity(ClusterCorpus source,
Corpus target,
boolean copyIfNull)
Copies the fields of ClusterCorpus to the specified entity. |
void |
CorpusDaoBase.clusterCorpusToEntity(ClusterCorpus source,
Corpus target,
boolean copyIfNull)
|
Corpus |
CorpusDao.createFromClusterCorpus(ClusterCorpus clusterCorpus)
|
Corpus |
CorpusDaoBase.createFromClusterCorpus(ClusterCorpus clusterCorpus)
|
protected Corpus |
CorpusDaoImpl.handleCreateFromClusterCorpus(ClusterCorpus clusterCorpus)
|
protected abstract Corpus |
CorpusDaoBase.handleCreateFromClusterCorpus(ClusterCorpus clusterCorpus)
Performs the core logic for CorpusDaoBase.createFromClusterCorpus(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterCorpus) |
void |
CorpusDaoImpl.toClusterCorpus(Corpus source,
ClusterCorpus target)
|
void |
CorpusDao.toClusterCorpus(Corpus source,
ClusterCorpus target)
Copies the fields of the specified entity to the target value object. |
void |
CorpusDaoBase.toClusterCorpus(Corpus source,
ClusterCorpus target)
|
Uses of ClusterCorpus in fr.ifremer.allegro.referential.regulation.generic.cluster |
---|
Methods in fr.ifremer.allegro.referential.regulation.generic.cluster with parameters of type ClusterCorpus | |
---|---|
void |
ClusterCorpus.copy(ClusterCorpus otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.referential.regulation.generic.cluster with parameters of type ClusterCorpus | |
---|---|
ClusterCorpus(ClusterCorpus otherBean)
Copies constructor from other ClusterCorpus |
Uses of ClusterCorpus in fr.ifremer.allegro.referential.regulation.generic.service |
---|
Methods in fr.ifremer.allegro.referential.regulation.generic.service that return ClusterCorpus | |
---|---|
ClusterCorpus |
RemoteCorpusFullService.addOrUpdateClusterCorpus(ClusterCorpus clusterCorpus)
|
ClusterCorpus |
RemoteCorpusFullServiceWSDelegator.addOrUpdateClusterCorpus(ClusterCorpus clusterCorpus)
|
ClusterCorpus |
RemoteCorpusFullServiceBase.addOrUpdateClusterCorpus(ClusterCorpus clusterCorpus)
|
ClusterCorpus[] |
RemoteCorpusFullService.getAllClusterCorpusSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterCorpus[] |
RemoteCorpusFullServiceWSDelegator.getAllClusterCorpusSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterCorpus[] |
RemoteCorpusFullServiceBase.getAllClusterCorpusSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterCorpus |
RemoteCorpusFullService.getClusterCorpusByIdentifiers(java.lang.Integer id)
|
ClusterCorpus |
RemoteCorpusFullServiceWSDelegator.getClusterCorpusByIdentifiers(java.lang.Integer id)
|
ClusterCorpus |
RemoteCorpusFullServiceBase.getClusterCorpusByIdentifiers(java.lang.Integer id)
|
protected ClusterCorpus |
RemoteCorpusFullServiceImpl.handleAddOrUpdateClusterCorpus(ClusterCorpus clusterCorpus)
|
protected abstract ClusterCorpus |
RemoteCorpusFullServiceBase.handleAddOrUpdateClusterCorpus(ClusterCorpus clusterCorpus)
Performs the core logic for RemoteCorpusFullServiceBase.addOrUpdateClusterCorpus(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterCorpus) |
protected ClusterCorpus[] |
RemoteCorpusFullServiceImpl.handleGetAllClusterCorpusSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected abstract ClusterCorpus[] |
RemoteCorpusFullServiceBase.handleGetAllClusterCorpusSinceDateSynchro(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 RemoteCorpusFullServiceBase.getAllClusterCorpusSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected ClusterCorpus |
RemoteCorpusFullServiceImpl.handleGetClusterCorpusByIdentifiers(java.lang.Integer id)
|
protected abstract ClusterCorpus |
RemoteCorpusFullServiceBase.handleGetClusterCorpusByIdentifiers(java.lang.Integer id)
Performs the core logic for RemoteCorpusFullServiceBase.getClusterCorpusByIdentifiers(java.lang.Integer) |
Methods in fr.ifremer.allegro.referential.regulation.generic.service with parameters of type ClusterCorpus | |
---|---|
ClusterCorpus |
RemoteCorpusFullService.addOrUpdateClusterCorpus(ClusterCorpus clusterCorpus)
|
ClusterCorpus |
RemoteCorpusFullServiceWSDelegator.addOrUpdateClusterCorpus(ClusterCorpus clusterCorpus)
|
ClusterCorpus |
RemoteCorpusFullServiceBase.addOrUpdateClusterCorpus(ClusterCorpus clusterCorpus)
|
protected ClusterCorpus |
RemoteCorpusFullServiceImpl.handleAddOrUpdateClusterCorpus(ClusterCorpus clusterCorpus)
|
protected abstract ClusterCorpus |
RemoteCorpusFullServiceBase.handleAddOrUpdateClusterCorpus(ClusterCorpus clusterCorpus)
Performs the core logic for RemoteCorpusFullServiceBase.addOrUpdateClusterCorpus(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterCorpus) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |