|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ClusterDenormalizedBatch in fr.ifremer.allegro.data.batch.denormalized |
---|
Methods in fr.ifremer.allegro.data.batch.denormalized that return ClusterDenormalizedBatch | |
---|---|
ClusterDenormalizedBatch[] |
DenormalizedBatchDao.getAllClusterDenormalizedBatch(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterDenormalizedBatch[] |
DenormalizedBatchDaoBase.getAllClusterDenormalizedBatch(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected ClusterDenormalizedBatch[] |
DenormalizedBatchDaoImpl.handleGetAllClusterDenormalizedBatch(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected abstract ClusterDenormalizedBatch[] |
DenormalizedBatchDaoBase.handleGetAllClusterDenormalizedBatch(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for DenormalizedBatchDaoBase.getAllClusterDenormalizedBatch(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
ClusterDenormalizedBatch |
DenormalizedBatchDaoImpl.toClusterDenormalizedBatch(DenormalizedBatch entity)
|
ClusterDenormalizedBatch |
DenormalizedBatchDao.toClusterDenormalizedBatch(DenormalizedBatch entity)
Converts this DAO's entity to an object of type ClusterDenormalizedBatch . |
ClusterDenormalizedBatch |
DenormalizedBatchDaoBase.toClusterDenormalizedBatch(DenormalizedBatch entity)
|
protected ClusterDenormalizedBatch |
DenormalizedBatchDaoBase.toClusterDenormalizedBatch(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterDenormalizedBatch[] |
DenormalizedBatchDao.toClusterDenormalizedBatchArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterDenormalizedBatch . |
ClusterDenormalizedBatch[] |
DenormalizedBatchDaoBase.toClusterDenormalizedBatchArray(java.util.Collection entities)
|
Uses of ClusterDenormalizedBatch in fr.ifremer.allegro.data.batch.denormalized.generic.cluster |
---|
Methods in fr.ifremer.allegro.data.batch.denormalized.generic.cluster with parameters of type ClusterDenormalizedBatch | |
---|---|
void |
ClusterDenormalizedBatch.copy(ClusterDenormalizedBatch otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.data.batch.denormalized.generic.cluster with parameters of type ClusterDenormalizedBatch | |
---|---|
ClusterDenormalizedBatch(ClusterDenormalizedBatch otherBean)
Copies constructor from other ClusterDenormalizedBatch |
Uses of ClusterDenormalizedBatch in fr.ifremer.allegro.data.batch.denormalized.generic.service |
---|
Methods in fr.ifremer.allegro.data.batch.denormalized.generic.service that return ClusterDenormalizedBatch | |
---|---|
ClusterDenormalizedBatch |
RemoteDenormalizedBatchFullService.addOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
|
ClusterDenormalizedBatch |
RemoteDenormalizedBatchFullServiceWSDelegator.addOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
|
ClusterDenormalizedBatch |
RemoteDenormalizedBatchFullServiceBase.addOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
|
ClusterDenormalizedBatch[] |
RemoteDenormalizedBatchFullService.getAllClusterDenormalizedBatch(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterDenormalizedBatch[] |
RemoteDenormalizedBatchFullServiceWSDelegator.getAllClusterDenormalizedBatch(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterDenormalizedBatch[] |
RemoteDenormalizedBatchFullServiceBase.getAllClusterDenormalizedBatch(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterDenormalizedBatch |
RemoteDenormalizedBatchFullService.getClusterDenormalizedBatchByIdentifiers(java.lang.Long id)
|
ClusterDenormalizedBatch |
RemoteDenormalizedBatchFullServiceWSDelegator.getClusterDenormalizedBatchByIdentifiers(java.lang.Long id)
|
ClusterDenormalizedBatch |
RemoteDenormalizedBatchFullServiceBase.getClusterDenormalizedBatchByIdentifiers(java.lang.Long id)
|
protected ClusterDenormalizedBatch |
RemoteDenormalizedBatchFullServiceImpl.handleAddOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
|
protected abstract ClusterDenormalizedBatch |
RemoteDenormalizedBatchFullServiceBase.handleAddOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.addOrUpdateClusterDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalizedBatch) |
protected ClusterDenormalizedBatch[] |
RemoteDenormalizedBatchFullServiceImpl.handleGetAllClusterDenormalizedBatch(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected abstract ClusterDenormalizedBatch[] |
RemoteDenormalizedBatchFullServiceBase.handleGetAllClusterDenormalizedBatch(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getAllClusterDenormalizedBatch(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected ClusterDenormalizedBatch |
RemoteDenormalizedBatchFullServiceImpl.handleGetClusterDenormalizedBatchByIdentifiers(java.lang.Long id)
|
protected abstract ClusterDenormalizedBatch |
RemoteDenormalizedBatchFullServiceBase.handleGetClusterDenormalizedBatchByIdentifiers(java.lang.Long id)
Performs the core logic for RemoteDenormalizedBatchFullServiceBase.getClusterDenormalizedBatchByIdentifiers(java.lang.Long) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |