|
||||||||||
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.taxon.ReferenceDocumentDaoBase
fr.ifremer.allegro.referential.taxon.ReferenceDocumentDaoImpl
public class ReferenceDocumentDaoImpl
ReferenceDocument
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.taxon.ReferenceDocumentDao |
---|
TRANSFORM_CLUSTERREFERENCEDOCUMENT, TRANSFORM_NONE, TRANSFORM_REMOTEREFERENCEDOCUMENTFULLVO, TRANSFORM_REMOTEREFERENCEDOCUMENTNATURALID |
Constructor Summary | |
---|---|
ReferenceDocumentDaoImpl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReferenceDocumentDaoImpl()
Method Detail |
---|
protected ReferenceDocument handleCreateFromClusterReferenceDocument(ClusterReferenceDocument clusterReferenceDocument)
ReferenceDocumentDaoBase
ReferenceDocumentDaoBase.createFromClusterReferenceDocument(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterReferenceDocument)
handleCreateFromClusterReferenceDocument
in class ReferenceDocumentDaoBase
ReferenceDocumentDao.createFromClusterReferenceDocument(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterReferenceDocument)
protected ClusterReferenceDocument[] handleGetAllClusterReferenceDocumentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
ReferenceDocumentDaoBase
ReferenceDocumentDaoBase.getAllClusterReferenceDocumentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterReferenceDocumentSinceDateSynchro
in class ReferenceDocumentDaoBase
ReferenceDocumentDao.getAllClusterReferenceDocumentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteReferenceDocumentFullVO(ReferenceDocument source, RemoteReferenceDocumentFullVO target)
ReferenceDocumentDao
toRemoteReferenceDocumentFullVO
in interface ReferenceDocumentDao
toRemoteReferenceDocumentFullVO
in class ReferenceDocumentDaoBase
ReferenceDocumentDao.toRemoteReferenceDocumentFullVO(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO)
public RemoteReferenceDocumentFullVO toRemoteReferenceDocumentFullVO(ReferenceDocument entity)
ReferenceDocumentDao
RemoteReferenceDocumentFullVO
.
toRemoteReferenceDocumentFullVO
in interface ReferenceDocumentDao
toRemoteReferenceDocumentFullVO
in class ReferenceDocumentDaoBase
ReferenceDocumentDao.toRemoteReferenceDocumentFullVO(fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public ReferenceDocument remoteReferenceDocumentFullVOToEntity(RemoteReferenceDocumentFullVO remoteReferenceDocumentFullVO)
ReferenceDocumentDao
RemoteReferenceDocumentFullVO
to this DAO's entity.
ReferenceDocumentDao.remoteReferenceDocumentFullVOToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO)
public void remoteReferenceDocumentFullVOToEntity(RemoteReferenceDocumentFullVO source, ReferenceDocument target, boolean copyIfNull)
ReferenceDocumentDao
RemoteReferenceDocumentFullVO
to the specified entity.
remoteReferenceDocumentFullVOToEntity
in interface ReferenceDocumentDao
remoteReferenceDocumentFullVOToEntity
in class ReferenceDocumentDaoBase
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.taxon.ReferenceDocumentDao#remoteReferenceDocumentFullVOToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentFullVO, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public void toRemoteReferenceDocumentNaturalId(ReferenceDocument source, RemoteReferenceDocumentNaturalId target)
ReferenceDocumentDao
toRemoteReferenceDocumentNaturalId
in interface ReferenceDocumentDao
toRemoteReferenceDocumentNaturalId
in class ReferenceDocumentDaoBase
ReferenceDocumentDao.toRemoteReferenceDocumentNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentNaturalId)
public RemoteReferenceDocumentNaturalId toRemoteReferenceDocumentNaturalId(ReferenceDocument entity)
ReferenceDocumentDao
RemoteReferenceDocumentNaturalId
.
toRemoteReferenceDocumentNaturalId
in interface ReferenceDocumentDao
toRemoteReferenceDocumentNaturalId
in class ReferenceDocumentDaoBase
ReferenceDocumentDao.toRemoteReferenceDocumentNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public ReferenceDocument remoteReferenceDocumentNaturalIdToEntity(RemoteReferenceDocumentNaturalId remoteReferenceDocumentNaturalId)
ReferenceDocumentDao
RemoteReferenceDocumentNaturalId
to this DAO's entity.
ReferenceDocumentDao.remoteReferenceDocumentNaturalIdToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentNaturalId)
public void remoteReferenceDocumentNaturalIdToEntity(RemoteReferenceDocumentNaturalId source, ReferenceDocument target, boolean copyIfNull)
ReferenceDocumentDao
RemoteReferenceDocumentNaturalId
to the specified entity.
remoteReferenceDocumentNaturalIdToEntity
in interface ReferenceDocumentDao
remoteReferenceDocumentNaturalIdToEntity
in class ReferenceDocumentDaoBase
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.taxon.ReferenceDocumentDao#remoteReferenceDocumentNaturalIdToEntity(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentNaturalId, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public void toClusterReferenceDocument(ReferenceDocument source, ClusterReferenceDocument target)
ReferenceDocumentDao
toClusterReferenceDocument
in interface ReferenceDocumentDao
toClusterReferenceDocument
in class ReferenceDocumentDaoBase
ReferenceDocumentDao.toClusterReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterReferenceDocument)
public ClusterReferenceDocument toClusterReferenceDocument(ReferenceDocument entity)
ReferenceDocumentDao
ClusterReferenceDocument
.
toClusterReferenceDocument
in interface ReferenceDocumentDao
toClusterReferenceDocument
in class ReferenceDocumentDaoBase
ReferenceDocumentDao.toClusterReferenceDocument(fr.ifremer.allegro.referential.taxon.ReferenceDocument)
public ReferenceDocument clusterReferenceDocumentToEntity(ClusterReferenceDocument clusterReferenceDocument)
ReferenceDocumentDao
ClusterReferenceDocument
to this DAO's entity.
ReferenceDocumentDao.clusterReferenceDocumentToEntity(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterReferenceDocument)
public void clusterReferenceDocumentToEntity(ClusterReferenceDocument source, ReferenceDocument target, boolean copyIfNull)
ReferenceDocumentDao
ClusterReferenceDocument
to the specified entity.
clusterReferenceDocumentToEntity
in interface ReferenceDocumentDao
clusterReferenceDocumentToEntity
in class ReferenceDocumentDaoBase
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.taxon.ReferenceDocumentDao#clusterReferenceDocumentToEntity(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterReferenceDocument, fr.ifremer.allegro.referential.taxon.ReferenceDocument)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |