|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteBatchFullVO | |
---|---|
fr.ifremer.allegro.data.batch | |
fr.ifremer.allegro.data.batch.generic.service | |
fr.ifremer.allegro.data.batch.generic.vo |
Uses of RemoteBatchFullVO in fr.ifremer.allegro.data.batch |
---|
Methods in fr.ifremer.allegro.data.batch that return RemoteBatchFullVO | |
---|---|
RemoteBatchFullVO |
BatchDaoImpl.toRemoteBatchFullVO(Batch entity)
|
RemoteBatchFullVO |
BatchDao.toRemoteBatchFullVO(Batch entity)
Converts this DAO's entity to an object of type RemoteBatchFullVO . |
RemoteBatchFullVO |
BatchDaoBase.toRemoteBatchFullVO(Batch entity)
|
protected RemoteBatchFullVO |
BatchDaoBase.toRemoteBatchFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteBatchFullVO[] |
BatchDao.toRemoteBatchFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteBatchFullVO . |
RemoteBatchFullVO[] |
BatchDaoBase.toRemoteBatchFullVOArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.data.batch with parameters of type RemoteBatchFullVO | |
---|---|
Batch |
BatchDaoImpl.remoteBatchFullVOToEntity(RemoteBatchFullVO remoteBatchFullVO)
|
Batch |
BatchDao.remoteBatchFullVOToEntity(RemoteBatchFullVO remoteBatchFullVO)
Converts an instance of type RemoteBatchFullVO to this DAO's entity. |
void |
BatchDaoImpl.remoteBatchFullVOToEntity(RemoteBatchFullVO source,
Batch target,
boolean copyIfNull)
|
void |
BatchDao.remoteBatchFullVOToEntity(RemoteBatchFullVO source,
Batch target,
boolean copyIfNull)
Copies the fields of RemoteBatchFullVO to the specified entity. |
void |
BatchDaoBase.remoteBatchFullVOToEntity(RemoteBatchFullVO source,
Batch target,
boolean copyIfNull)
|
void |
BatchDaoImpl.toRemoteBatchFullVO(Batch source,
RemoteBatchFullVO target)
|
void |
BatchDao.toRemoteBatchFullVO(Batch source,
RemoteBatchFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
BatchDaoBase.toRemoteBatchFullVO(Batch source,
RemoteBatchFullVO target)
|
Uses of RemoteBatchFullVO in fr.ifremer.allegro.data.batch.generic.service |
---|
Methods in fr.ifremer.allegro.data.batch.generic.service that return RemoteBatchFullVO | |
---|---|
RemoteBatchFullVO[] |
RemoteBatchFullService.getAllBatch()
|
RemoteBatchFullVO[] |
RemoteBatchFullServiceWSDelegator.getAllBatch()
|
RemoteBatchFullVO[] |
RemoteBatchFullServiceBase.getAllBatch()
|
RemoteBatchFullVO |
RemoteBatchFullService.getBatchById(java.lang.Integer id)
|
RemoteBatchFullVO |
RemoteBatchFullServiceWSDelegator.getBatchById(java.lang.Integer id)
|
RemoteBatchFullVO |
RemoteBatchFullServiceBase.getBatchById(java.lang.Integer id)
|
RemoteBatchFullVO[] |
RemoteBatchFullService.getBatchByIds(java.lang.Integer[] id)
|
RemoteBatchFullVO[] |
RemoteBatchFullServiceWSDelegator.getBatchByIds(java.lang.Integer[] id)
|
RemoteBatchFullVO[] |
RemoteBatchFullServiceBase.getBatchByIds(java.lang.Integer[] id)
|
RemoteBatchFullVO |
RemoteBatchFullService.getBatchByNaturalId(RemoteBatchNaturalId batchNaturalId)
|
RemoteBatchFullVO |
RemoteBatchFullServiceWSDelegator.getBatchByNaturalId(RemoteBatchNaturalId batchNaturalId)
|
RemoteBatchFullVO |
RemoteBatchFullServiceBase.getBatchByNaturalId(RemoteBatchNaturalId batchNaturalId)
|
RemoteBatchFullVO[] |
RemoteBatchFullService.getBatchByParentBatchId(java.lang.Integer id)
|
RemoteBatchFullVO[] |
RemoteBatchFullServiceWSDelegator.getBatchByParentBatchId(java.lang.Integer id)
|
RemoteBatchFullVO[] |
RemoteBatchFullServiceBase.getBatchByParentBatchId(java.lang.Integer id)
|
protected RemoteBatchFullVO[] |
RemoteBatchFullServiceImpl.handleGetAllBatch()
|
protected abstract RemoteBatchFullVO[] |
RemoteBatchFullServiceBase.handleGetAllBatch()
Performs the core logic for RemoteBatchFullServiceBase.getAllBatch() |
protected RemoteBatchFullVO |
RemoteBatchFullServiceImpl.handleGetBatchById(java.lang.Integer id)
|
protected abstract RemoteBatchFullVO |
RemoteBatchFullServiceBase.handleGetBatchById(java.lang.Integer id)
Performs the core logic for RemoteBatchFullServiceBase.getBatchById(java.lang.Integer) |
protected RemoteBatchFullVO[] |
RemoteBatchFullServiceImpl.handleGetBatchByIds(java.lang.Integer[] id)
|
protected abstract RemoteBatchFullVO[] |
RemoteBatchFullServiceBase.handleGetBatchByIds(java.lang.Integer[] id)
Performs the core logic for RemoteBatchFullServiceBase.getBatchByIds(java.lang.Integer[]) |
protected RemoteBatchFullVO |
RemoteBatchFullServiceImpl.handleGetBatchByNaturalId(RemoteBatchNaturalId batchNaturalId)
|
protected abstract RemoteBatchFullVO |
RemoteBatchFullServiceBase.handleGetBatchByNaturalId(RemoteBatchNaturalId batchNaturalId)
Performs the core logic for RemoteBatchFullServiceBase.getBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchNaturalId) |
protected RemoteBatchFullVO[] |
RemoteBatchFullServiceImpl.handleGetBatchByParentBatchId(java.lang.Integer id)
|
protected abstract RemoteBatchFullVO[] |
RemoteBatchFullServiceBase.handleGetBatchByParentBatchId(java.lang.Integer id)
Performs the core logic for RemoteBatchFullServiceBase.getBatchByParentBatchId(java.lang.Integer) |
Uses of RemoteBatchFullVO in fr.ifremer.allegro.data.batch.generic.vo |
---|
Subclasses of RemoteBatchFullVO in fr.ifremer.allegro.data.batch.generic.vo | |
---|---|
class |
RemoteCatchBatchFullVO
|
class |
RemoteSortingBatchFullVO
|
Methods in fr.ifremer.allegro.data.batch.generic.vo with parameters of type RemoteBatchFullVO | |
---|---|
void |
RemoteBatchFullVO.copy(RemoteBatchFullVO otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.data.batch.generic.vo with parameters of type RemoteBatchFullVO | |
---|---|
RemoteBatchFullVO(RemoteBatchFullVO otherBean)
Copies constructor from other RemoteBatchFullVO |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |