|
||||||||||
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.survey.landing.LandingDaoBase
fr.ifremer.allegro.data.survey.landing.LandingDaoImpl
public class LandingDaoImpl
Landing
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.survey.landing.LandingDao |
---|
TRANSFORM_CLUSTERLANDING, TRANSFORM_NONE, TRANSFORM_REMOTELANDINGFULLVO, TRANSFORM_REMOTELANDINGNATURALID |
Constructor Summary | |
---|---|
LandingDaoImpl()
|
Method Summary | |
---|---|
Landing |
clusterLandingToEntity(ClusterLanding clusterLanding)
Converts an instance of type ClusterLanding to this DAO's entity. |
void |
clusterLandingToEntity(ClusterLanding source,
Landing target,
boolean copyIfNull)
Copies the fields of ClusterLanding to the specified entity. |
protected Landing |
handleCreateFromClusterLanding(ClusterLanding clusterLanding)
Performs the core logic for LandingDaoBase.createFromClusterLanding(fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterLanding) |
protected ClusterLanding[] |
handleGetAllClusterLandingSinceDateSynchro(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 LandingDaoBase.getAllClusterLandingSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
Landing |
remoteLandingFullVOToEntity(RemoteLandingFullVO remoteLandingFullVO)
Converts an instance of type RemoteLandingFullVO to this DAO's entity. |
void |
remoteLandingFullVOToEntity(RemoteLandingFullVO source,
Landing target,
boolean copyIfNull)
Copies the fields of RemoteLandingFullVO to the specified entity. |
Landing |
remoteLandingNaturalIdToEntity(RemoteLandingNaturalId remoteLandingNaturalId)
Converts an instance of type RemoteLandingNaturalId to this DAO's entity. |
void |
remoteLandingNaturalIdToEntity(RemoteLandingNaturalId source,
Landing target,
boolean copyIfNull)
Copies the fields of RemoteLandingNaturalId to the specified entity. |
ClusterLanding |
toClusterLanding(Landing entity)
Converts this DAO's entity to an object of type ClusterLanding . |
void |
toClusterLanding(Landing source,
ClusterLanding target)
Copies the fields of the specified entity to the target value object. |
RemoteLandingFullVO |
toRemoteLandingFullVO(Landing entity)
Converts this DAO's entity to an object of type RemoteLandingFullVO . |
void |
toRemoteLandingFullVO(Landing source,
RemoteLandingFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteLandingNaturalId |
toRemoteLandingNaturalId(Landing entity)
Converts this DAO's entity to an object of type RemoteLandingNaturalId . |
void |
toRemoteLandingNaturalId(Landing source,
RemoteLandingNaturalId 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 LandingDaoImpl()
Method Detail |
---|
protected Landing handleCreateFromClusterLanding(ClusterLanding clusterLanding)
LandingDaoBase
LandingDaoBase.createFromClusterLanding(fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterLanding)
handleCreateFromClusterLanding
in class LandingDaoBase
LandingDao.createFromClusterLanding(fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterLanding)
protected ClusterLanding[] handleGetAllClusterLandingSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
LandingDaoBase
LandingDaoBase.getAllClusterLandingSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterLandingSinceDateSynchro
in class LandingDaoBase
LandingDao.getAllClusterLandingSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteLandingFullVO(Landing source, RemoteLandingFullVO target)
LandingDao
toRemoteLandingFullVO
in interface LandingDao
toRemoteLandingFullVO
in class LandingDaoBase
LandingDao.toRemoteLandingFullVO(fr.ifremer.allegro.data.survey.landing.Landing, fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
public RemoteLandingFullVO toRemoteLandingFullVO(Landing entity)
LandingDao
RemoteLandingFullVO
.
toRemoteLandingFullVO
in interface LandingDao
toRemoteLandingFullVO
in class LandingDaoBase
LandingDao.toRemoteLandingFullVO(fr.ifremer.allegro.data.survey.landing.Landing)
public Landing remoteLandingFullVOToEntity(RemoteLandingFullVO remoteLandingFullVO)
LandingDao
RemoteLandingFullVO
to this DAO's entity.
LandingDao.remoteLandingFullVOToEntity(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
public void remoteLandingFullVOToEntity(RemoteLandingFullVO source, Landing target, boolean copyIfNull)
LandingDao
RemoteLandingFullVO
to the specified entity.
remoteLandingFullVOToEntity
in interface LandingDao
remoteLandingFullVOToEntity
in class LandingDaoBase
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.survey.landing.LandingDao#remoteLandingFullVOToEntity(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO, fr.ifremer.allegro.data.survey.landing.Landing)
public void toRemoteLandingNaturalId(Landing source, RemoteLandingNaturalId target)
LandingDao
toRemoteLandingNaturalId
in interface LandingDao
toRemoteLandingNaturalId
in class LandingDaoBase
LandingDao.toRemoteLandingNaturalId(fr.ifremer.allegro.data.survey.landing.Landing, fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingNaturalId)
public RemoteLandingNaturalId toRemoteLandingNaturalId(Landing entity)
LandingDao
RemoteLandingNaturalId
.
toRemoteLandingNaturalId
in interface LandingDao
toRemoteLandingNaturalId
in class LandingDaoBase
LandingDao.toRemoteLandingNaturalId(fr.ifremer.allegro.data.survey.landing.Landing)
public Landing remoteLandingNaturalIdToEntity(RemoteLandingNaturalId remoteLandingNaturalId)
LandingDao
RemoteLandingNaturalId
to this DAO's entity.
LandingDao.remoteLandingNaturalIdToEntity(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingNaturalId)
public void remoteLandingNaturalIdToEntity(RemoteLandingNaturalId source, Landing target, boolean copyIfNull)
LandingDao
RemoteLandingNaturalId
to the specified entity.
remoteLandingNaturalIdToEntity
in interface LandingDao
remoteLandingNaturalIdToEntity
in class LandingDaoBase
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.survey.landing.LandingDao#remoteLandingNaturalIdToEntity(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingNaturalId, fr.ifremer.allegro.data.survey.landing.Landing)
public void toClusterLanding(Landing source, ClusterLanding target)
LandingDao
toClusterLanding
in interface LandingDao
toClusterLanding
in class LandingDaoBase
LandingDao.toClusterLanding(fr.ifremer.allegro.data.survey.landing.Landing, fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterLanding)
public ClusterLanding toClusterLanding(Landing entity)
LandingDao
ClusterLanding
.
toClusterLanding
in interface LandingDao
toClusterLanding
in class LandingDaoBase
LandingDao.toClusterLanding(fr.ifremer.allegro.data.survey.landing.Landing)
public Landing clusterLandingToEntity(ClusterLanding clusterLanding)
LandingDao
ClusterLanding
to this DAO's entity.
LandingDao.clusterLandingToEntity(fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterLanding)
public void clusterLandingToEntity(ClusterLanding source, Landing target, boolean copyIfNull)
LandingDao
ClusterLanding
to the specified entity.
clusterLandingToEntity
in interface LandingDao
clusterLandingToEntity
in class LandingDaoBase
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.survey.landing.LandingDao#clusterLandingToEntity(fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterLanding, fr.ifremer.allegro.data.survey.landing.Landing)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |