|
||||||||||
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.FractionDaoBase
fr.ifremer.allegro.referential.pmfm.FractionDaoImpl
public class FractionDaoImpl
Fraction
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.pmfm.FractionDao |
---|
TRANSFORM_CLUSTERFRACTION, TRANSFORM_NONE, TRANSFORM_REMOTEFRACTIONFULLVO, TRANSFORM_REMOTEFRACTIONNATURALID |
Constructor Summary | |
---|---|
FractionDaoImpl()
|
Method Summary | |
---|---|
Fraction |
clusterFractionToEntity(ClusterFraction clusterFraction)
Converts an instance of type ClusterFraction to this DAO's entity. |
void |
clusterFractionToEntity(ClusterFraction source,
Fraction target,
boolean copyIfNull)
Copies the fields of ClusterFraction to the specified entity. |
protected Fraction |
handleCreateFromClusterFraction(ClusterFraction clusterFraction)
Performs the core logic for FractionDaoBase.createFromClusterFraction(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction) |
protected ClusterFraction[] |
handleGetAllClusterFractionSinceDateSynchro(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 FractionDaoBase.getAllClusterFractionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
Fraction |
remoteFractionFullVOToEntity(RemoteFractionFullVO remoteFractionFullVO)
Converts an instance of type RemoteFractionFullVO to this DAO's entity. |
void |
remoteFractionFullVOToEntity(RemoteFractionFullVO source,
Fraction target,
boolean copyIfNull)
Copies the fields of RemoteFractionFullVO to the specified entity. |
Fraction |
remoteFractionNaturalIdToEntity(RemoteFractionNaturalId remoteFractionNaturalId)
Converts an instance of type RemoteFractionNaturalId to this DAO's entity. |
void |
remoteFractionNaturalIdToEntity(RemoteFractionNaturalId source,
Fraction target,
boolean copyIfNull)
Copies the fields of RemoteFractionNaturalId to the specified entity. |
ClusterFraction |
toClusterFraction(Fraction entity)
Converts this DAO's entity to an object of type ClusterFraction . |
void |
toClusterFraction(Fraction source,
ClusterFraction target)
Copies the fields of the specified entity to the target value object. |
RemoteFractionFullVO |
toRemoteFractionFullVO(Fraction entity)
Converts this DAO's entity to an object of type RemoteFractionFullVO . |
void |
toRemoteFractionFullVO(Fraction source,
RemoteFractionFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteFractionNaturalId |
toRemoteFractionNaturalId(Fraction entity)
Converts this DAO's entity to an object of type RemoteFractionNaturalId . |
void |
toRemoteFractionNaturalId(Fraction source,
RemoteFractionNaturalId 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 FractionDaoImpl()
Method Detail |
---|
protected Fraction handleCreateFromClusterFraction(ClusterFraction clusterFraction)
FractionDaoBase
FractionDaoBase.createFromClusterFraction(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction)
handleCreateFromClusterFraction
in class FractionDaoBase
FractionDao.createFromClusterFraction(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction)
protected ClusterFraction[] handleGetAllClusterFractionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
FractionDaoBase
FractionDaoBase.getAllClusterFractionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterFractionSinceDateSynchro
in class FractionDaoBase
FractionDao.getAllClusterFractionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteFractionFullVO(Fraction source, RemoteFractionFullVO target)
FractionDao
toRemoteFractionFullVO
in interface FractionDao
toRemoteFractionFullVO
in class FractionDaoBase
FractionDao.toRemoteFractionFullVO(fr.ifremer.allegro.referential.pmfm.Fraction, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)
public RemoteFractionFullVO toRemoteFractionFullVO(Fraction entity)
FractionDao
RemoteFractionFullVO
.
toRemoteFractionFullVO
in interface FractionDao
toRemoteFractionFullVO
in class FractionDaoBase
FractionDao.toRemoteFractionFullVO(fr.ifremer.allegro.referential.pmfm.Fraction)
public Fraction remoteFractionFullVOToEntity(RemoteFractionFullVO remoteFractionFullVO)
FractionDao
RemoteFractionFullVO
to this DAO's entity.
FractionDao.remoteFractionFullVOToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)
public void remoteFractionFullVOToEntity(RemoteFractionFullVO source, Fraction target, boolean copyIfNull)
FractionDao
RemoteFractionFullVO
to the specified entity.
remoteFractionFullVOToEntity
in interface FractionDao
remoteFractionFullVOToEntity
in class FractionDaoBase
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.FractionDao#remoteFractionFullVOToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO, fr.ifremer.allegro.referential.pmfm.Fraction)
public void toRemoteFractionNaturalId(Fraction source, RemoteFractionNaturalId target)
FractionDao
toRemoteFractionNaturalId
in interface FractionDao
toRemoteFractionNaturalId
in class FractionDaoBase
FractionDao.toRemoteFractionNaturalId(fr.ifremer.allegro.referential.pmfm.Fraction, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionNaturalId)
public RemoteFractionNaturalId toRemoteFractionNaturalId(Fraction entity)
FractionDao
RemoteFractionNaturalId
.
toRemoteFractionNaturalId
in interface FractionDao
toRemoteFractionNaturalId
in class FractionDaoBase
FractionDao.toRemoteFractionNaturalId(fr.ifremer.allegro.referential.pmfm.Fraction)
public Fraction remoteFractionNaturalIdToEntity(RemoteFractionNaturalId remoteFractionNaturalId)
FractionDao
RemoteFractionNaturalId
to this DAO's entity.
FractionDao.remoteFractionNaturalIdToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionNaturalId)
public void remoteFractionNaturalIdToEntity(RemoteFractionNaturalId source, Fraction target, boolean copyIfNull)
FractionDao
RemoteFractionNaturalId
to the specified entity.
remoteFractionNaturalIdToEntity
in interface FractionDao
remoteFractionNaturalIdToEntity
in class FractionDaoBase
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.FractionDao#remoteFractionNaturalIdToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionNaturalId, fr.ifremer.allegro.referential.pmfm.Fraction)
public void toClusterFraction(Fraction source, ClusterFraction target)
FractionDao
toClusterFraction
in interface FractionDao
toClusterFraction
in class FractionDaoBase
FractionDao.toClusterFraction(fr.ifremer.allegro.referential.pmfm.Fraction, fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction)
public ClusterFraction toClusterFraction(Fraction entity)
FractionDao
ClusterFraction
.
toClusterFraction
in interface FractionDao
toClusterFraction
in class FractionDaoBase
FractionDao.toClusterFraction(fr.ifremer.allegro.referential.pmfm.Fraction)
public Fraction clusterFractionToEntity(ClusterFraction clusterFraction)
FractionDao
ClusterFraction
to this DAO's entity.
FractionDao.clusterFractionToEntity(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction)
public void clusterFractionToEntity(ClusterFraction source, Fraction target, boolean copyIfNull)
FractionDao
ClusterFraction
to the specified entity.
clusterFractionToEntity
in interface FractionDao
clusterFractionToEntity
in class FractionDaoBase
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.FractionDao#clusterFractionToEntity(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction, fr.ifremer.allegro.referential.pmfm.Fraction)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |