|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteCatchBatchFullVO | |
---|---|
fr.ifremer.allegro.data.batch | |
fr.ifremer.allegro.data.batch.generic.service | |
fr.ifremer.allegro.data.batch.generic.vo |
Uses of RemoteCatchBatchFullVO in fr.ifremer.allegro.data.batch |
---|
Methods in fr.ifremer.allegro.data.batch that return RemoteCatchBatchFullVO | |
---|---|
RemoteCatchBatchFullVO |
CatchBatchDaoImpl.toRemoteCatchBatchFullVO(CatchBatch entity)
|
RemoteCatchBatchFullVO |
CatchBatchDao.toRemoteCatchBatchFullVO(CatchBatch entity)
Converts this DAO's entity to an object of type RemoteCatchBatchFullVO . |
RemoteCatchBatchFullVO |
CatchBatchDaoBase.toRemoteCatchBatchFullVO(CatchBatch entity)
|
protected RemoteCatchBatchFullVO |
CatchBatchDaoBase.toRemoteCatchBatchFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteCatchBatchFullVO[] |
CatchBatchDao.toRemoteCatchBatchFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteCatchBatchFullVO . |
RemoteCatchBatchFullVO[] |
CatchBatchDaoBase.toRemoteCatchBatchFullVOArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.data.batch with parameters of type RemoteCatchBatchFullVO | |
---|---|
CatchBatch |
CatchBatchDaoImpl.remoteCatchBatchFullVOToEntity(RemoteCatchBatchFullVO remoteCatchBatchFullVO)
|
CatchBatch |
CatchBatchDao.remoteCatchBatchFullVOToEntity(RemoteCatchBatchFullVO remoteCatchBatchFullVO)
Converts an instance of type RemoteCatchBatchFullVO to this DAO's entity. |
void |
CatchBatchDaoImpl.remoteCatchBatchFullVOToEntity(RemoteCatchBatchFullVO source,
CatchBatch target,
boolean copyIfNull)
|
void |
CatchBatchDao.remoteCatchBatchFullVOToEntity(RemoteCatchBatchFullVO source,
CatchBatch target,
boolean copyIfNull)
Copies the fields of RemoteCatchBatchFullVO to the specified entity. |
void |
CatchBatchDaoBase.remoteCatchBatchFullVOToEntity(RemoteCatchBatchFullVO source,
CatchBatch target,
boolean copyIfNull)
|
void |
CatchBatchDaoImpl.toRemoteCatchBatchFullVO(CatchBatch source,
RemoteCatchBatchFullVO target)
|
void |
CatchBatchDao.toRemoteCatchBatchFullVO(CatchBatch source,
RemoteCatchBatchFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
CatchBatchDaoBase.toRemoteCatchBatchFullVO(CatchBatch source,
RemoteCatchBatchFullVO target)
|
Uses of RemoteCatchBatchFullVO in fr.ifremer.allegro.data.batch.generic.service |
---|
Uses of RemoteCatchBatchFullVO in fr.ifremer.allegro.data.batch.generic.vo |
---|
Methods in fr.ifremer.allegro.data.batch.generic.vo with parameters of type RemoteCatchBatchFullVO | |
---|---|
void |
RemoteCatchBatchFullVO.copy(RemoteCatchBatchFullVO 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 RemoteCatchBatchFullVO | |
---|---|
RemoteCatchBatchFullVO(RemoteCatchBatchFullVO otherBean)
Copies constructor from other RemoteCatchBatchFullVO |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |