|
||||||||||
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.AnalysisInstrumentDaoBase
fr.ifremer.allegro.referential.AnalysisInstrumentDaoImpl
public class AnalysisInstrumentDaoImpl
AnalysisInstrument
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.AnalysisInstrumentDao |
---|
TRANSFORM_CLUSTERANALYSISINSTRUMENT, TRANSFORM_NONE, TRANSFORM_REMOTEANALYSISINSTRUMENTFULLVO, TRANSFORM_REMOTEANALYSISINSTRUMENTNATURALID |
Constructor Summary | |
---|---|
AnalysisInstrumentDaoImpl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnalysisInstrumentDaoImpl()
Method Detail |
---|
protected AnalysisInstrument handleCreateFromClusterAnalysisInstrument(ClusterAnalysisInstrument clusterAnalysisInstrument)
AnalysisInstrumentDaoBase
AnalysisInstrumentDaoBase.createFromClusterAnalysisInstrument(fr.ifremer.allegro.referential.generic.cluster.ClusterAnalysisInstrument)
handleCreateFromClusterAnalysisInstrument
in class AnalysisInstrumentDaoBase
AnalysisInstrumentDao.createFromClusterAnalysisInstrument(fr.ifremer.allegro.referential.generic.cluster.ClusterAnalysisInstrument)
protected ClusterAnalysisInstrument[] handleGetAllClusterAnalysisInstrumentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
AnalysisInstrumentDaoBase
AnalysisInstrumentDaoBase.getAllClusterAnalysisInstrumentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterAnalysisInstrumentSinceDateSynchro
in class AnalysisInstrumentDaoBase
AnalysisInstrumentDao.getAllClusterAnalysisInstrumentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteAnalysisInstrumentFullVO(AnalysisInstrument source, RemoteAnalysisInstrumentFullVO target)
AnalysisInstrumentDao
toRemoteAnalysisInstrumentFullVO
in interface AnalysisInstrumentDao
toRemoteAnalysisInstrumentFullVO
in class AnalysisInstrumentDaoBase
AnalysisInstrumentDao.toRemoteAnalysisInstrumentFullVO(fr.ifremer.allegro.referential.AnalysisInstrument, fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
public RemoteAnalysisInstrumentFullVO toRemoteAnalysisInstrumentFullVO(AnalysisInstrument entity)
AnalysisInstrumentDao
RemoteAnalysisInstrumentFullVO
.
toRemoteAnalysisInstrumentFullVO
in interface AnalysisInstrumentDao
toRemoteAnalysisInstrumentFullVO
in class AnalysisInstrumentDaoBase
AnalysisInstrumentDao.toRemoteAnalysisInstrumentFullVO(fr.ifremer.allegro.referential.AnalysisInstrument)
public AnalysisInstrument remoteAnalysisInstrumentFullVOToEntity(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVO)
AnalysisInstrumentDao
RemoteAnalysisInstrumentFullVO
to this DAO's entity.
AnalysisInstrumentDao.remoteAnalysisInstrumentFullVOToEntity(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
public void remoteAnalysisInstrumentFullVOToEntity(RemoteAnalysisInstrumentFullVO source, AnalysisInstrument target, boolean copyIfNull)
AnalysisInstrumentDao
RemoteAnalysisInstrumentFullVO
to the specified entity.
remoteAnalysisInstrumentFullVOToEntity
in interface AnalysisInstrumentDao
remoteAnalysisInstrumentFullVOToEntity
in class AnalysisInstrumentDaoBase
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.AnalysisInstrumentDao#remoteAnalysisInstrumentFullVOToEntity(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO, fr.ifremer.allegro.referential.AnalysisInstrument)
public void toRemoteAnalysisInstrumentNaturalId(AnalysisInstrument source, RemoteAnalysisInstrumentNaturalId target)
AnalysisInstrumentDao
toRemoteAnalysisInstrumentNaturalId
in interface AnalysisInstrumentDao
toRemoteAnalysisInstrumentNaturalId
in class AnalysisInstrumentDaoBase
AnalysisInstrumentDao.toRemoteAnalysisInstrumentNaturalId(fr.ifremer.allegro.referential.AnalysisInstrument, fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentNaturalId)
public RemoteAnalysisInstrumentNaturalId toRemoteAnalysisInstrumentNaturalId(AnalysisInstrument entity)
AnalysisInstrumentDao
RemoteAnalysisInstrumentNaturalId
.
toRemoteAnalysisInstrumentNaturalId
in interface AnalysisInstrumentDao
toRemoteAnalysisInstrumentNaturalId
in class AnalysisInstrumentDaoBase
AnalysisInstrumentDao.toRemoteAnalysisInstrumentNaturalId(fr.ifremer.allegro.referential.AnalysisInstrument)
public AnalysisInstrument remoteAnalysisInstrumentNaturalIdToEntity(RemoteAnalysisInstrumentNaturalId remoteAnalysisInstrumentNaturalId)
AnalysisInstrumentDao
RemoteAnalysisInstrumentNaturalId
to this DAO's entity.
AnalysisInstrumentDao.remoteAnalysisInstrumentNaturalIdToEntity(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentNaturalId)
public void remoteAnalysisInstrumentNaturalIdToEntity(RemoteAnalysisInstrumentNaturalId source, AnalysisInstrument target, boolean copyIfNull)
AnalysisInstrumentDao
RemoteAnalysisInstrumentNaturalId
to the specified entity.
remoteAnalysisInstrumentNaturalIdToEntity
in interface AnalysisInstrumentDao
remoteAnalysisInstrumentNaturalIdToEntity
in class AnalysisInstrumentDaoBase
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.AnalysisInstrumentDao#remoteAnalysisInstrumentNaturalIdToEntity(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentNaturalId, fr.ifremer.allegro.referential.AnalysisInstrument)
public void toClusterAnalysisInstrument(AnalysisInstrument source, ClusterAnalysisInstrument target)
AnalysisInstrumentDao
toClusterAnalysisInstrument
in interface AnalysisInstrumentDao
toClusterAnalysisInstrument
in class AnalysisInstrumentDaoBase
AnalysisInstrumentDao.toClusterAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument, fr.ifremer.allegro.referential.generic.cluster.ClusterAnalysisInstrument)
public ClusterAnalysisInstrument toClusterAnalysisInstrument(AnalysisInstrument entity)
AnalysisInstrumentDao
ClusterAnalysisInstrument
.
toClusterAnalysisInstrument
in interface AnalysisInstrumentDao
toClusterAnalysisInstrument
in class AnalysisInstrumentDaoBase
AnalysisInstrumentDao.toClusterAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
public AnalysisInstrument clusterAnalysisInstrumentToEntity(ClusterAnalysisInstrument clusterAnalysisInstrument)
AnalysisInstrumentDao
ClusterAnalysisInstrument
to this DAO's entity.
AnalysisInstrumentDao.clusterAnalysisInstrumentToEntity(fr.ifremer.allegro.referential.generic.cluster.ClusterAnalysisInstrument)
public void clusterAnalysisInstrumentToEntity(ClusterAnalysisInstrument source, AnalysisInstrument target, boolean copyIfNull)
AnalysisInstrumentDao
ClusterAnalysisInstrument
to the specified entity.
clusterAnalysisInstrumentToEntity
in interface AnalysisInstrumentDao
clusterAnalysisInstrumentToEntity
in class AnalysisInstrumentDaoBase
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.AnalysisInstrumentDao#clusterAnalysisInstrumentToEntity(fr.ifremer.allegro.referential.generic.cluster.ClusterAnalysisInstrument, fr.ifremer.allegro.referential.AnalysisInstrument)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |