|
||||||||||
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.referential.regulation.CorpusDaoBase
fr.ifremer.allegro.referential.regulation.CorpusDaoImpl
public class CorpusDaoImpl
Corpus
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.regulation.CorpusDao |
---|
TRANSFORM_CLUSTERCORPUS, TRANSFORM_NONE, TRANSFORM_REMOTECORPUSFULLVO, TRANSFORM_REMOTECORPUSNATURALID |
Constructor Summary | |
---|---|
CorpusDaoImpl()
|
Method Summary | |
---|---|
Corpus |
clusterCorpusToEntity(ClusterCorpus clusterCorpus)
Converts an instance of type ClusterCorpus to this DAO's entity. |
void |
clusterCorpusToEntity(ClusterCorpus source,
Corpus target,
boolean copyIfNull)
Copies the fields of ClusterCorpus to the specified entity. |
protected Corpus |
handleCreateFromClusterCorpus(ClusterCorpus clusterCorpus)
Performs the core logic for CorpusDaoBase.createFromClusterCorpus(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterCorpus) |
protected ClusterCorpus[] |
handleGetAllClusterCorpusSinceDateSynchro(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 CorpusDaoBase.getAllClusterCorpusSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
Corpus |
remoteCorpusFullVOToEntity(RemoteCorpusFullVO remoteCorpusFullVO)
Converts an instance of type RemoteCorpusFullVO to this DAO's entity. |
void |
remoteCorpusFullVOToEntity(RemoteCorpusFullVO source,
Corpus target,
boolean copyIfNull)
Copies the fields of RemoteCorpusFullVO to the specified entity. |
Corpus |
remoteCorpusNaturalIdToEntity(RemoteCorpusNaturalId remoteCorpusNaturalId)
Converts an instance of type RemoteCorpusNaturalId to this DAO's entity. |
void |
remoteCorpusNaturalIdToEntity(RemoteCorpusNaturalId source,
Corpus target,
boolean copyIfNull)
Copies the fields of RemoteCorpusNaturalId to the specified entity. |
ClusterCorpus |
toClusterCorpus(Corpus entity)
Converts this DAO's entity to an object of type ClusterCorpus . |
void |
toClusterCorpus(Corpus source,
ClusterCorpus target)
Copies the fields of the specified entity to the target value object. |
RemoteCorpusFullVO |
toRemoteCorpusFullVO(Corpus entity)
Converts this DAO's entity to an object of type RemoteCorpusFullVO . |
void |
toRemoteCorpusFullVO(Corpus source,
RemoteCorpusFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteCorpusNaturalId |
toRemoteCorpusNaturalId(Corpus entity)
Converts this DAO's entity to an object of type RemoteCorpusNaturalId . |
void |
toRemoteCorpusNaturalId(Corpus source,
RemoteCorpusNaturalId 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 CorpusDaoImpl()
Method Detail |
---|
protected Corpus handleCreateFromClusterCorpus(ClusterCorpus clusterCorpus)
CorpusDaoBase
CorpusDaoBase.createFromClusterCorpus(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterCorpus)
handleCreateFromClusterCorpus
in class CorpusDaoBase
CorpusDao.createFromClusterCorpus(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterCorpus)
protected ClusterCorpus[] handleGetAllClusterCorpusSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
CorpusDaoBase
CorpusDaoBase.getAllClusterCorpusSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterCorpusSinceDateSynchro
in class CorpusDaoBase
CorpusDao.getAllClusterCorpusSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteCorpusFullVO(Corpus source, RemoteCorpusFullVO target)
CorpusDao
toRemoteCorpusFullVO
in interface CorpusDao
toRemoteCorpusFullVO
in class CorpusDaoBase
CorpusDao.toRemoteCorpusFullVO(fr.ifremer.allegro.referential.regulation.Corpus, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO)
public RemoteCorpusFullVO toRemoteCorpusFullVO(Corpus entity)
CorpusDao
RemoteCorpusFullVO
.
toRemoteCorpusFullVO
in interface CorpusDao
toRemoteCorpusFullVO
in class CorpusDaoBase
CorpusDao.toRemoteCorpusFullVO(fr.ifremer.allegro.referential.regulation.Corpus)
public Corpus remoteCorpusFullVOToEntity(RemoteCorpusFullVO remoteCorpusFullVO)
CorpusDao
RemoteCorpusFullVO
to this DAO's entity.
CorpusDao.remoteCorpusFullVOToEntity(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO)
public void remoteCorpusFullVOToEntity(RemoteCorpusFullVO source, Corpus target, boolean copyIfNull)
CorpusDao
RemoteCorpusFullVO
to the specified entity.
remoteCorpusFullVOToEntity
in interface CorpusDao
remoteCorpusFullVOToEntity
in class CorpusDaoBase
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.referential.regulation.CorpusDao#remoteCorpusFullVOToEntity(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusFullVO, fr.ifremer.allegro.referential.regulation.Corpus)
public void toRemoteCorpusNaturalId(Corpus source, RemoteCorpusNaturalId target)
CorpusDao
toRemoteCorpusNaturalId
in interface CorpusDao
toRemoteCorpusNaturalId
in class CorpusDaoBase
CorpusDao.toRemoteCorpusNaturalId(fr.ifremer.allegro.referential.regulation.Corpus, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusNaturalId)
public RemoteCorpusNaturalId toRemoteCorpusNaturalId(Corpus entity)
CorpusDao
RemoteCorpusNaturalId
.
toRemoteCorpusNaturalId
in interface CorpusDao
toRemoteCorpusNaturalId
in class CorpusDaoBase
CorpusDao.toRemoteCorpusNaturalId(fr.ifremer.allegro.referential.regulation.Corpus)
public Corpus remoteCorpusNaturalIdToEntity(RemoteCorpusNaturalId remoteCorpusNaturalId)
CorpusDao
RemoteCorpusNaturalId
to this DAO's entity.
CorpusDao.remoteCorpusNaturalIdToEntity(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusNaturalId)
public void remoteCorpusNaturalIdToEntity(RemoteCorpusNaturalId source, Corpus target, boolean copyIfNull)
CorpusDao
RemoteCorpusNaturalId
to the specified entity.
remoteCorpusNaturalIdToEntity
in interface CorpusDao
remoteCorpusNaturalIdToEntity
in class CorpusDaoBase
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.referential.regulation.CorpusDao#remoteCorpusNaturalIdToEntity(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteCorpusNaturalId, fr.ifremer.allegro.referential.regulation.Corpus)
public void toClusterCorpus(Corpus source, ClusterCorpus target)
CorpusDao
toClusterCorpus
in interface CorpusDao
toClusterCorpus
in class CorpusDaoBase
CorpusDao.toClusterCorpus(fr.ifremer.allegro.referential.regulation.Corpus, fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterCorpus)
public ClusterCorpus toClusterCorpus(Corpus entity)
CorpusDao
ClusterCorpus
.
toClusterCorpus
in interface CorpusDao
toClusterCorpus
in class CorpusDaoBase
CorpusDao.toClusterCorpus(fr.ifremer.allegro.referential.regulation.Corpus)
public Corpus clusterCorpusToEntity(ClusterCorpus clusterCorpus)
CorpusDao
ClusterCorpus
to this DAO's entity.
CorpusDao.clusterCorpusToEntity(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterCorpus)
public void clusterCorpusToEntity(ClusterCorpus source, Corpus target, boolean copyIfNull)
CorpusDao
ClusterCorpus
to the specified entity.
clusterCorpusToEntity
in interface CorpusDao
clusterCorpusToEntity
in class CorpusDaoBase
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.referential.regulation.CorpusDao#clusterCorpusToEntity(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterCorpus, fr.ifremer.allegro.referential.regulation.Corpus)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |