|
||||||||||
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.ParameterGroupDaoBase
fr.ifremer.allegro.referential.pmfm.ParameterGroupDaoImpl
public class ParameterGroupDaoImpl
ParameterGroup
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.pmfm.ParameterGroupDao |
---|
TRANSFORM_CLUSTERPARAMETERGROUP, TRANSFORM_NONE, TRANSFORM_REMOTEPARAMETERGROUPFULLVO, TRANSFORM_REMOTEPARAMETERGROUPNATURALID |
Constructor Summary | |
---|---|
ParameterGroupDaoImpl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterGroupDaoImpl()
Method Detail |
---|
protected ParameterGroup handleCreateFromClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
ParameterGroupDaoBase
ParameterGroupDaoBase.createFromClusterParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameterGroup)
handleCreateFromClusterParameterGroup
in class ParameterGroupDaoBase
ParameterGroupDao.createFromClusterParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameterGroup)
protected ClusterParameterGroup[] handleGetAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
ParameterGroupDaoBase
ParameterGroupDaoBase.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterParameterGroupSinceDateSynchro
in class ParameterGroupDaoBase
ParameterGroupDao.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteParameterGroupFullVO(ParameterGroup source, RemoteParameterGroupFullVO target)
ParameterGroupDao
toRemoteParameterGroupFullVO
in interface ParameterGroupDao
toRemoteParameterGroupFullVO
in class ParameterGroupDaoBase
ParameterGroupDao.toRemoteParameterGroupFullVO(fr.ifremer.allegro.referential.pmfm.ParameterGroup, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
public RemoteParameterGroupFullVO toRemoteParameterGroupFullVO(ParameterGroup entity)
ParameterGroupDao
RemoteParameterGroupFullVO
.
toRemoteParameterGroupFullVO
in interface ParameterGroupDao
toRemoteParameterGroupFullVO
in class ParameterGroupDaoBase
ParameterGroupDao.toRemoteParameterGroupFullVO(fr.ifremer.allegro.referential.pmfm.ParameterGroup)
public ParameterGroup remoteParameterGroupFullVOToEntity(RemoteParameterGroupFullVO remoteParameterGroupFullVO)
ParameterGroupDao
RemoteParameterGroupFullVO
to this DAO's entity.
ParameterGroupDao.remoteParameterGroupFullVOToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
public void remoteParameterGroupFullVOToEntity(RemoteParameterGroupFullVO source, ParameterGroup target, boolean copyIfNull)
ParameterGroupDao
RemoteParameterGroupFullVO
to the specified entity.
remoteParameterGroupFullVOToEntity
in interface ParameterGroupDao
remoteParameterGroupFullVOToEntity
in class ParameterGroupDaoBase
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.ParameterGroupDao#remoteParameterGroupFullVOToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO, fr.ifremer.allegro.referential.pmfm.ParameterGroup)
public void toRemoteParameterGroupNaturalId(ParameterGroup source, RemoteParameterGroupNaturalId target)
ParameterGroupDao
toRemoteParameterGroupNaturalId
in interface ParameterGroupDao
toRemoteParameterGroupNaturalId
in class ParameterGroupDaoBase
ParameterGroupDao.toRemoteParameterGroupNaturalId(fr.ifremer.allegro.referential.pmfm.ParameterGroup, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupNaturalId)
public RemoteParameterGroupNaturalId toRemoteParameterGroupNaturalId(ParameterGroup entity)
ParameterGroupDao
RemoteParameterGroupNaturalId
.
toRemoteParameterGroupNaturalId
in interface ParameterGroupDao
toRemoteParameterGroupNaturalId
in class ParameterGroupDaoBase
ParameterGroupDao.toRemoteParameterGroupNaturalId(fr.ifremer.allegro.referential.pmfm.ParameterGroup)
public ParameterGroup remoteParameterGroupNaturalIdToEntity(RemoteParameterGroupNaturalId remoteParameterGroupNaturalId)
ParameterGroupDao
RemoteParameterGroupNaturalId
to this DAO's entity.
ParameterGroupDao.remoteParameterGroupNaturalIdToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupNaturalId)
public void remoteParameterGroupNaturalIdToEntity(RemoteParameterGroupNaturalId source, ParameterGroup target, boolean copyIfNull)
ParameterGroupDao
RemoteParameterGroupNaturalId
to the specified entity.
remoteParameterGroupNaturalIdToEntity
in interface ParameterGroupDao
remoteParameterGroupNaturalIdToEntity
in class ParameterGroupDaoBase
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.ParameterGroupDao#remoteParameterGroupNaturalIdToEntity(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupNaturalId, fr.ifremer.allegro.referential.pmfm.ParameterGroup)
public void toClusterParameterGroup(ParameterGroup source, ClusterParameterGroup target)
ParameterGroupDao
toClusterParameterGroup
in interface ParameterGroupDao
toClusterParameterGroup
in class ParameterGroupDaoBase
ParameterGroupDao.toClusterParameterGroup(fr.ifremer.allegro.referential.pmfm.ParameterGroup, fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameterGroup)
public ClusterParameterGroup toClusterParameterGroup(ParameterGroup entity)
ParameterGroupDao
ClusterParameterGroup
.
toClusterParameterGroup
in interface ParameterGroupDao
toClusterParameterGroup
in class ParameterGroupDaoBase
ParameterGroupDao.toClusterParameterGroup(fr.ifremer.allegro.referential.pmfm.ParameterGroup)
public ParameterGroup clusterParameterGroupToEntity(ClusterParameterGroup clusterParameterGroup)
ParameterGroupDao
ClusterParameterGroup
to this DAO's entity.
ParameterGroupDao.clusterParameterGroupToEntity(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameterGroup)
public void clusterParameterGroupToEntity(ClusterParameterGroup source, ParameterGroup target, boolean copyIfNull)
ParameterGroupDao
ClusterParameterGroup
to the specified entity.
clusterParameterGroupToEntity
in interface ParameterGroupDao
clusterParameterGroupToEntity
in class ParameterGroupDaoBase
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.ParameterGroupDao#clusterParameterGroupToEntity(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameterGroup, fr.ifremer.allegro.referential.pmfm.ParameterGroup)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |