|
||||||||||
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.AggregationLevelDaoBase
fr.ifremer.allegro.referential.pmfm.AggregationLevelDaoImpl
public class AggregationLevelDaoImpl
AggregationLevel
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.pmfm.AggregationLevelDao |
---|
TRANSFORM_CLUSTERAGGREGATIONLEVEL, TRANSFORM_NONE, TRANSFORM_REMOTEAGGREGATIONLEVELFULLVO, TRANSFORM_REMOTEAGGREGATIONLEVELNATURALID |
Constructor Summary | |
---|---|
AggregationLevelDaoImpl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregationLevelDaoImpl()
Method Detail |
---|
protected AggregationLevel handleCreateFromClusterAggregationLevel(ClusterAggregationLevel clusterAggregationLevel)
AggregationLevelDaoBase
AggregationLevelDaoBase.createFromClusterAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterAggregationLevel)
handleCreateFromClusterAggregationLevel
in class AggregationLevelDaoBase
AggregationLevelDao.createFromClusterAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterAggregationLevel)
protected ClusterAggregationLevel[] handleGetAllClusterAggregationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
AggregationLevelDaoBase
AggregationLevelDaoBase.getAllClusterAggregationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterAggregationLevelSinceDateSynchro
in class AggregationLevelDaoBase
AggregationLevelDao.getAllClusterAggregationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteAggregationLevelFullVO(AggregationLevel source, RemoteAggregationLevelFullVO target)
AggregationLevelDao
toRemoteAggregationLevelFullVO
in interface AggregationLevelDao
toRemoteAggregationLevelFullVO
in class AggregationLevelDaoBase
AggregationLevelDao.toRemoteAggregationLevelFullVO(fr.ifremer.allegro.referential.pmfm.AggregationLevel, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
public RemoteAggregationLevelFullVO toRemoteAggregationLevelFullVO(AggregationLevel entity)
AggregationLevelDao
RemoteAggregationLevelFullVO
.
toRemoteAggregationLevelFullVO
in interface AggregationLevelDao
toRemoteAggregationLevelFullVO
in class AggregationLevelDaoBase
AggregationLevelDao.toRemoteAggregationLevelFullVO(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public AggregationLevel remoteAggregationLevelFullVOToEntity(RemoteAggregationLevelFullVO remoteAggregationLevelFullVO)
AggregationLevelDao
RemoteAggregationLevelFullVO
to this DAO's entity.
AggregationLevelDao.remoteAggregationLevelFullVOToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
public void remoteAggregationLevelFullVOToEntity(RemoteAggregationLevelFullVO source, AggregationLevel target, boolean copyIfNull)
AggregationLevelDao
RemoteAggregationLevelFullVO
to the specified entity.
remoteAggregationLevelFullVOToEntity
in interface AggregationLevelDao
remoteAggregationLevelFullVOToEntity
in class AggregationLevelDaoBase
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.AggregationLevelDao#remoteAggregationLevelFullVOToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public void toRemoteAggregationLevelNaturalId(AggregationLevel source, RemoteAggregationLevelNaturalId target)
AggregationLevelDao
toRemoteAggregationLevelNaturalId
in interface AggregationLevelDao
toRemoteAggregationLevelNaturalId
in class AggregationLevelDaoBase
AggregationLevelDao.toRemoteAggregationLevelNaturalId(fr.ifremer.allegro.referential.pmfm.AggregationLevel, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelNaturalId)
public RemoteAggregationLevelNaturalId toRemoteAggregationLevelNaturalId(AggregationLevel entity)
AggregationLevelDao
RemoteAggregationLevelNaturalId
.
toRemoteAggregationLevelNaturalId
in interface AggregationLevelDao
toRemoteAggregationLevelNaturalId
in class AggregationLevelDaoBase
AggregationLevelDao.toRemoteAggregationLevelNaturalId(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public AggregationLevel remoteAggregationLevelNaturalIdToEntity(RemoteAggregationLevelNaturalId remoteAggregationLevelNaturalId)
AggregationLevelDao
RemoteAggregationLevelNaturalId
to this DAO's entity.
AggregationLevelDao.remoteAggregationLevelNaturalIdToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelNaturalId)
public void remoteAggregationLevelNaturalIdToEntity(RemoteAggregationLevelNaturalId source, AggregationLevel target, boolean copyIfNull)
AggregationLevelDao
RemoteAggregationLevelNaturalId
to the specified entity.
remoteAggregationLevelNaturalIdToEntity
in interface AggregationLevelDao
remoteAggregationLevelNaturalIdToEntity
in class AggregationLevelDaoBase
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.AggregationLevelDao#remoteAggregationLevelNaturalIdToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelNaturalId, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public void toClusterAggregationLevel(AggregationLevel source, ClusterAggregationLevel target)
AggregationLevelDao
toClusterAggregationLevel
in interface AggregationLevelDao
toClusterAggregationLevel
in class AggregationLevelDaoBase
AggregationLevelDao.toClusterAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel, fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterAggregationLevel)
public ClusterAggregationLevel toClusterAggregationLevel(AggregationLevel entity)
AggregationLevelDao
ClusterAggregationLevel
.
toClusterAggregationLevel
in interface AggregationLevelDao
toClusterAggregationLevel
in class AggregationLevelDaoBase
AggregationLevelDao.toClusterAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public AggregationLevel clusterAggregationLevelToEntity(ClusterAggregationLevel clusterAggregationLevel)
AggregationLevelDao
ClusterAggregationLevel
to this DAO's entity.
AggregationLevelDao.clusterAggregationLevelToEntity(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterAggregationLevel)
public void clusterAggregationLevelToEntity(ClusterAggregationLevel source, AggregationLevel target, boolean copyIfNull)
AggregationLevelDao
ClusterAggregationLevel
to the specified entity.
clusterAggregationLevelToEntity
in interface AggregationLevelDao
clusterAggregationLevelToEntity
in class AggregationLevelDaoBase
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.AggregationLevelDao#clusterAggregationLevelToEntity(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterAggregationLevel, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |