|
||||||||||
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.pmfm.PmfmDaoBase
fr.ifremer.allegro.referential.pmfm.PmfmDaoImpl
public class PmfmDaoImpl
Pmfm
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.pmfm.PmfmDao |
---|
TRANSFORM_CLUSTERPMFM, TRANSFORM_NONE, TRANSFORM_REMOTEPMFMFULLVO, TRANSFORM_REMOTEPMFMNATURALID |
Constructor Summary | |
---|---|
PmfmDaoImpl()
|
Method Summary | |
---|---|
Pmfm |
clusterPmfmToEntity(ClusterPmfm clusterPmfm)
Converts an instance of type ClusterPmfm to this DAO's entity. |
void |
clusterPmfmToEntity(ClusterPmfm source,
Pmfm target,
boolean copyIfNull)
Copies the fields of ClusterPmfm to the specified entity. |
protected Pmfm |
handleCreateFromClusterPmfm(ClusterPmfm clusterPmfm)
Performs the core logic for PmfmDaoBase.createFromClusterPmfm(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterPmfm) |
protected ClusterPmfm[] |
handleGetAllClusterPmfmSinceDateSynchro(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 PmfmDaoBase.getAllClusterPmfmSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
Pmfm |
remotePmfmFullVOToEntity(RemotePmfmFullVO remotePmfmFullVO)
Converts an instance of type RemotePmfmFullVO to this DAO's entity. |
void |
remotePmfmFullVOToEntity(RemotePmfmFullVO source,
Pmfm target,
boolean copyIfNull)
Copies the fields of RemotePmfmFullVO to the specified entity. |
Pmfm |
remotePmfmNaturalIdToEntity(RemotePmfmNaturalId remotePmfmNaturalId)
Converts an instance of type RemotePmfmNaturalId to this DAO's entity. |
void |
remotePmfmNaturalIdToEntity(RemotePmfmNaturalId source,
Pmfm target,
boolean copyIfNull)
Copies the fields of RemotePmfmNaturalId to the specified entity. |
ClusterPmfm |
toClusterPmfm(Pmfm entity)
Converts this DAO's entity to an object of type ClusterPmfm . |
void |
toClusterPmfm(Pmfm source,
ClusterPmfm target)
Copies the fields of the specified entity to the target value object. |
RemotePmfmFullVO |
toRemotePmfmFullVO(Pmfm entity)
Converts this DAO's entity to an object of type RemotePmfmFullVO . |
void |
toRemotePmfmFullVO(Pmfm source,
RemotePmfmFullVO target)
Copies the fields of the specified entity to the target value object. |
RemotePmfmNaturalId |
toRemotePmfmNaturalId(Pmfm entity)
Converts this DAO's entity to an object of type RemotePmfmNaturalId . |
void |
toRemotePmfmNaturalId(Pmfm source,
RemotePmfmNaturalId 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 PmfmDaoImpl()
Method Detail |
---|
protected Pmfm handleCreateFromClusterPmfm(ClusterPmfm clusterPmfm)
PmfmDaoBase
PmfmDaoBase.createFromClusterPmfm(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterPmfm)
handleCreateFromClusterPmfm
in class PmfmDaoBase
PmfmDao.createFromClusterPmfm(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterPmfm)
protected ClusterPmfm[] handleGetAllClusterPmfmSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
PmfmDaoBase
PmfmDaoBase.getAllClusterPmfmSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterPmfmSinceDateSynchro
in class PmfmDaoBase
PmfmDao.getAllClusterPmfmSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemotePmfmFullVO(Pmfm source, RemotePmfmFullVO target)
PmfmDao
toRemotePmfmFullVO
in interface PmfmDao
toRemotePmfmFullVO
in class PmfmDaoBase
PmfmDao.toRemotePmfmFullVO(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO)
public RemotePmfmFullVO toRemotePmfmFullVO(Pmfm entity)
PmfmDao
RemotePmfmFullVO
.
toRemotePmfmFullVO
in interface PmfmDao
toRemotePmfmFullVO
in class PmfmDaoBase
PmfmDao.toRemotePmfmFullVO(fr.ifremer.allegro.referential.pmfm.Pmfm)
public Pmfm remotePmfmFullVOToEntity(RemotePmfmFullVO remotePmfmFullVO)
PmfmDao
RemotePmfmFullVO
to this DAO's entity.
PmfmDao.remotePmfmFullVOToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO)
public void remotePmfmFullVOToEntity(RemotePmfmFullVO source, Pmfm target, boolean copyIfNull)
PmfmDao
RemotePmfmFullVO
to the specified entity.
remotePmfmFullVOToEntity
in interface PmfmDao
remotePmfmFullVOToEntity
in class PmfmDaoBase
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.pmfm.PmfmDao#remotePmfmFullVOToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmFullVO, fr.ifremer.allegro.referential.pmfm.Pmfm)
public void toRemotePmfmNaturalId(Pmfm source, RemotePmfmNaturalId target)
PmfmDao
toRemotePmfmNaturalId
in interface PmfmDao
toRemotePmfmNaturalId
in class PmfmDaoBase
PmfmDao.toRemotePmfmNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmNaturalId)
public RemotePmfmNaturalId toRemotePmfmNaturalId(Pmfm entity)
PmfmDao
RemotePmfmNaturalId
.
toRemotePmfmNaturalId
in interface PmfmDao
toRemotePmfmNaturalId
in class PmfmDaoBase
PmfmDao.toRemotePmfmNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm)
public Pmfm remotePmfmNaturalIdToEntity(RemotePmfmNaturalId remotePmfmNaturalId)
PmfmDao
RemotePmfmNaturalId
to this DAO's entity.
PmfmDao.remotePmfmNaturalIdToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmNaturalId)
public void remotePmfmNaturalIdToEntity(RemotePmfmNaturalId source, Pmfm target, boolean copyIfNull)
PmfmDao
RemotePmfmNaturalId
to the specified entity.
remotePmfmNaturalIdToEntity
in interface PmfmDao
remotePmfmNaturalIdToEntity
in class PmfmDaoBase
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.pmfm.PmfmDao#remotePmfmNaturalIdToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemotePmfmNaturalId, fr.ifremer.allegro.referential.pmfm.Pmfm)
public void toClusterPmfm(Pmfm source, ClusterPmfm target)
PmfmDao
toClusterPmfm
in interface PmfmDao
toClusterPmfm
in class PmfmDaoBase
PmfmDao.toClusterPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterPmfm)
public ClusterPmfm toClusterPmfm(Pmfm entity)
PmfmDao
ClusterPmfm
.
toClusterPmfm
in interface PmfmDao
toClusterPmfm
in class PmfmDaoBase
PmfmDao.toClusterPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public Pmfm clusterPmfmToEntity(ClusterPmfm clusterPmfm)
PmfmDao
ClusterPmfm
to this DAO's entity.
PmfmDao.clusterPmfmToEntity(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterPmfm)
public void clusterPmfmToEntity(ClusterPmfm source, Pmfm target, boolean copyIfNull)
PmfmDao
ClusterPmfm
to the specified entity.
clusterPmfmToEntity
in interface PmfmDao
clusterPmfmToEntity
in class PmfmDaoBase
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.pmfm.PmfmDao#clusterPmfmToEntity(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterPmfm, fr.ifremer.allegro.referential.pmfm.Pmfm)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |