|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.data.batch.BatchDaoBase
fr.ifremer.allegro.data.batch.BatchDaoImpl
public class BatchDaoImpl
Batch
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.batch.BatchDao |
---|
TRANSFORM_CLUSTERBATCH, TRANSFORM_NONE, TRANSFORM_REMOTEBATCHFULLVO, TRANSFORM_REMOTEBATCHNATURALID |
Constructor Summary | |
---|---|
BatchDaoImpl()
|
Method Summary | |
---|---|
Batch |
clusterBatchToEntity(ClusterBatch clusterBatch)
Converts an instance of type ClusterBatch to this DAO's entity. |
void |
clusterBatchToEntity(ClusterBatch source,
Batch target,
boolean copyIfNull)
Copies the fields of ClusterBatch to the specified entity. |
Batch |
remoteBatchFullVOToEntity(RemoteBatchFullVO remoteBatchFullVO)
Converts an instance of type RemoteBatchFullVO to this DAO's entity. |
void |
remoteBatchFullVOToEntity(RemoteBatchFullVO source,
Batch target,
boolean copyIfNull)
Copies the fields of RemoteBatchFullVO to the specified entity. |
Batch |
remoteBatchNaturalIdToEntity(RemoteBatchNaturalId remoteBatchNaturalId)
Converts an instance of type RemoteBatchNaturalId to this DAO's entity. |
void |
remoteBatchNaturalIdToEntity(RemoteBatchNaturalId source,
Batch target,
boolean copyIfNull)
Copies the fields of RemoteBatchNaturalId to the specified entity. |
ClusterBatch |
toClusterBatch(Batch entity)
Converts this DAO's entity to an object of type ClusterBatch . |
void |
toClusterBatch(Batch source,
ClusterBatch target)
Copies the fields of the specified entity to the target value object. |
RemoteBatchFullVO |
toRemoteBatchFullVO(Batch entity)
Converts this DAO's entity to an object of type RemoteBatchFullVO . |
void |
toRemoteBatchFullVO(Batch source,
RemoteBatchFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteBatchNaturalId |
toRemoteBatchNaturalId(Batch entity)
Converts this DAO's entity to an object of type RemoteBatchNaturalId . |
void |
toRemoteBatchNaturalId(Batch source,
RemoteBatchNaturalId target)
Copies the fields of the specified entity to the target value object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BatchDaoImpl()
Method Detail |
---|
public void toRemoteBatchFullVO(Batch source, RemoteBatchFullVO target)
BatchDao
toRemoteBatchFullVO
in interface BatchDao
toRemoteBatchFullVO
in class BatchDaoBase
BatchDao.toRemoteBatchFullVO(fr.ifremer.allegro.data.batch.Batch, fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO)
public RemoteBatchFullVO toRemoteBatchFullVO(Batch entity)
BatchDao
RemoteBatchFullVO
.
toRemoteBatchFullVO
in interface BatchDao
toRemoteBatchFullVO
in class BatchDaoBase
BatchDao.toRemoteBatchFullVO(fr.ifremer.allegro.data.batch.Batch)
public Batch remoteBatchFullVOToEntity(RemoteBatchFullVO remoteBatchFullVO)
BatchDao
RemoteBatchFullVO
to this DAO's entity.
BatchDao.remoteBatchFullVOToEntity(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO)
public void remoteBatchFullVOToEntity(RemoteBatchFullVO source, Batch target, boolean copyIfNull)
BatchDao
RemoteBatchFullVO
to the specified entity.
remoteBatchFullVOToEntity
in interface BatchDao
remoteBatchFullVOToEntity
in class BatchDaoBase
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.batch.BatchDao#remoteBatchFullVOToEntity(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO, fr.ifremer.allegro.data.batch.Batch)
public void toRemoteBatchNaturalId(Batch source, RemoteBatchNaturalId target)
BatchDao
toRemoteBatchNaturalId
in interface BatchDao
toRemoteBatchNaturalId
in class BatchDaoBase
BatchDao.toRemoteBatchNaturalId(fr.ifremer.allegro.data.batch.Batch, fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchNaturalId)
public RemoteBatchNaturalId toRemoteBatchNaturalId(Batch entity)
BatchDao
RemoteBatchNaturalId
.
toRemoteBatchNaturalId
in interface BatchDao
toRemoteBatchNaturalId
in class BatchDaoBase
BatchDao.toRemoteBatchNaturalId(fr.ifremer.allegro.data.batch.Batch)
public Batch remoteBatchNaturalIdToEntity(RemoteBatchNaturalId remoteBatchNaturalId)
BatchDao
RemoteBatchNaturalId
to this DAO's entity.
BatchDao.remoteBatchNaturalIdToEntity(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchNaturalId)
public void remoteBatchNaturalIdToEntity(RemoteBatchNaturalId source, Batch target, boolean copyIfNull)
BatchDao
RemoteBatchNaturalId
to the specified entity.
remoteBatchNaturalIdToEntity
in interface BatchDao
remoteBatchNaturalIdToEntity
in class BatchDaoBase
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.batch.BatchDao#remoteBatchNaturalIdToEntity(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchNaturalId, fr.ifremer.allegro.data.batch.Batch)
public void toClusterBatch(Batch source, ClusterBatch target)
BatchDao
toClusterBatch
in interface BatchDao
toClusterBatch
in class BatchDaoBase
BatchDao.toClusterBatch(fr.ifremer.allegro.data.batch.Batch, fr.ifremer.allegro.data.batch.generic.cluster.ClusterBatch)
public ClusterBatch toClusterBatch(Batch entity)
BatchDao
ClusterBatch
.
toClusterBatch
in interface BatchDao
toClusterBatch
in class BatchDaoBase
BatchDao.toClusterBatch(fr.ifremer.allegro.data.batch.Batch)
public Batch clusterBatchToEntity(ClusterBatch clusterBatch)
BatchDao
ClusterBatch
to this DAO's entity.
BatchDao.clusterBatchToEntity(fr.ifremer.allegro.data.batch.generic.cluster.ClusterBatch)
public void clusterBatchToEntity(ClusterBatch source, Batch target, boolean copyIfNull)
BatchDao
ClusterBatch
to the specified entity.
clusterBatchToEntity
in interface BatchDao
clusterBatchToEntity
in class BatchDaoBase
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.batch.BatchDao#clusterBatchToEntity(fr.ifremer.allegro.data.batch.generic.cluster.ClusterBatch, fr.ifremer.allegro.data.batch.Batch)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |