|
||||||||||
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.sample.SampleDaoBase
fr.ifremer.allegro.data.sample.SampleDaoImpl
public class SampleDaoImpl
Sample
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.sample.SampleDao |
---|
TRANSFORM_CLUSTERSAMPLE, TRANSFORM_NONE, TRANSFORM_REMOTESAMPLEFULLVO, TRANSFORM_REMOTESAMPLENATURALID |
Constructor Summary | |
---|---|
SampleDaoImpl()
|
Method Summary | |
---|---|
Sample |
clusterSampleToEntity(ClusterSample clusterSample)
Converts an instance of type ClusterSample to this DAO's entity. |
void |
clusterSampleToEntity(ClusterSample source,
Sample target,
boolean copyIfNull)
Copies the fields of ClusterSample to the specified entity. |
protected Sample |
handleCreateFromClusterSample(ClusterSample clusterSample)
Performs the core logic for SampleDaoBase.createFromClusterSample(fr.ifremer.allegro.data.sample.generic.cluster.ClusterSample) |
protected ClusterSample[] |
handleGetAllClusterSampleSinceDateSynchro(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 SampleDaoBase.getAllClusterSampleSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
Sample |
remoteSampleFullVOToEntity(RemoteSampleFullVO remoteSampleFullVO)
Converts an instance of type RemoteSampleFullVO to this DAO's entity. |
void |
remoteSampleFullVOToEntity(RemoteSampleFullVO source,
Sample target,
boolean copyIfNull)
Copies the fields of RemoteSampleFullVO to the specified entity. |
Sample |
remoteSampleNaturalIdToEntity(RemoteSampleNaturalId remoteSampleNaturalId)
Converts an instance of type RemoteSampleNaturalId to this DAO's entity. |
void |
remoteSampleNaturalIdToEntity(RemoteSampleNaturalId source,
Sample target,
boolean copyIfNull)
Copies the fields of RemoteSampleNaturalId to the specified entity. |
ClusterSample |
toClusterSample(Sample entity)
Converts this DAO's entity to an object of type ClusterSample . |
void |
toClusterSample(Sample source,
ClusterSample target)
Copies the fields of the specified entity to the target value object. |
RemoteSampleFullVO |
toRemoteSampleFullVO(Sample entity)
Converts this DAO's entity to an object of type RemoteSampleFullVO . |
void |
toRemoteSampleFullVO(Sample source,
RemoteSampleFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteSampleNaturalId |
toRemoteSampleNaturalId(Sample entity)
Converts this DAO's entity to an object of type RemoteSampleNaturalId . |
void |
toRemoteSampleNaturalId(Sample source,
RemoteSampleNaturalId 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 SampleDaoImpl()
Method Detail |
---|
protected Sample handleCreateFromClusterSample(ClusterSample clusterSample)
SampleDaoBase
SampleDaoBase.createFromClusterSample(fr.ifremer.allegro.data.sample.generic.cluster.ClusterSample)
handleCreateFromClusterSample
in class SampleDaoBase
SampleDao.createFromClusterSample(fr.ifremer.allegro.data.sample.generic.cluster.ClusterSample)
protected ClusterSample[] handleGetAllClusterSampleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
SampleDaoBase
SampleDaoBase.getAllClusterSampleSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterSampleSinceDateSynchro
in class SampleDaoBase
SampleDao.getAllClusterSampleSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteSampleFullVO(Sample source, RemoteSampleFullVO target)
SampleDao
toRemoteSampleFullVO
in interface SampleDao
toRemoteSampleFullVO
in class SampleDaoBase
SampleDao.toRemoteSampleFullVO(fr.ifremer.allegro.data.sample.Sample, fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)
public RemoteSampleFullVO toRemoteSampleFullVO(Sample entity)
SampleDao
RemoteSampleFullVO
.
toRemoteSampleFullVO
in interface SampleDao
toRemoteSampleFullVO
in class SampleDaoBase
SampleDao.toRemoteSampleFullVO(fr.ifremer.allegro.data.sample.Sample)
public Sample remoteSampleFullVOToEntity(RemoteSampleFullVO remoteSampleFullVO)
SampleDao
RemoteSampleFullVO
to this DAO's entity.
SampleDao.remoteSampleFullVOToEntity(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)
public void remoteSampleFullVOToEntity(RemoteSampleFullVO source, Sample target, boolean copyIfNull)
SampleDao
RemoteSampleFullVO
to the specified entity.
remoteSampleFullVOToEntity
in interface SampleDao
remoteSampleFullVOToEntity
in class SampleDaoBase
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.sample.SampleDao#remoteSampleFullVOToEntity(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO, fr.ifremer.allegro.data.sample.Sample)
public void toRemoteSampleNaturalId(Sample source, RemoteSampleNaturalId target)
SampleDao
toRemoteSampleNaturalId
in interface SampleDao
toRemoteSampleNaturalId
in class SampleDaoBase
SampleDao.toRemoteSampleNaturalId(fr.ifremer.allegro.data.sample.Sample, fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleNaturalId)
public RemoteSampleNaturalId toRemoteSampleNaturalId(Sample entity)
SampleDao
RemoteSampleNaturalId
.
toRemoteSampleNaturalId
in interface SampleDao
toRemoteSampleNaturalId
in class SampleDaoBase
SampleDao.toRemoteSampleNaturalId(fr.ifremer.allegro.data.sample.Sample)
public Sample remoteSampleNaturalIdToEntity(RemoteSampleNaturalId remoteSampleNaturalId)
SampleDao
RemoteSampleNaturalId
to this DAO's entity.
SampleDao.remoteSampleNaturalIdToEntity(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleNaturalId)
public void remoteSampleNaturalIdToEntity(RemoteSampleNaturalId source, Sample target, boolean copyIfNull)
SampleDao
RemoteSampleNaturalId
to the specified entity.
remoteSampleNaturalIdToEntity
in interface SampleDao
remoteSampleNaturalIdToEntity
in class SampleDaoBase
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.sample.SampleDao#remoteSampleNaturalIdToEntity(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleNaturalId, fr.ifremer.allegro.data.sample.Sample)
public void toClusterSample(Sample source, ClusterSample target)
SampleDao
toClusterSample
in interface SampleDao
toClusterSample
in class SampleDaoBase
SampleDao.toClusterSample(fr.ifremer.allegro.data.sample.Sample, fr.ifremer.allegro.data.sample.generic.cluster.ClusterSample)
public ClusterSample toClusterSample(Sample entity)
SampleDao
ClusterSample
.
toClusterSample
in interface SampleDao
toClusterSample
in class SampleDaoBase
SampleDao.toClusterSample(fr.ifremer.allegro.data.sample.Sample)
public Sample clusterSampleToEntity(ClusterSample clusterSample)
SampleDao
ClusterSample
to this DAO's entity.
SampleDao.clusterSampleToEntity(fr.ifremer.allegro.data.sample.generic.cluster.ClusterSample)
public void clusterSampleToEntity(ClusterSample source, Sample target, boolean copyIfNull)
SampleDao
ClusterSample
to the specified entity.
clusterSampleToEntity
in interface SampleDao
clusterSampleToEntity
in class SampleDaoBase
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.sample.SampleDao#clusterSampleToEntity(fr.ifremer.allegro.data.sample.generic.cluster.ClusterSample, fr.ifremer.allegro.data.sample.Sample)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |