|
||||||||||
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.gear.GearClassificationDaoBase
fr.ifremer.allegro.referential.gear.GearClassificationDaoImpl
public class GearClassificationDaoImpl
GearClassification
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.gear.GearClassificationDao |
---|
TRANSFORM_CLUSTERGEARCLASSIFICATION, TRANSFORM_NONE, TRANSFORM_REMOTEGEARCLASSIFICATIONFULLVO, TRANSFORM_REMOTEGEARCLASSIFICATIONNATURALID |
Constructor Summary | |
---|---|
GearClassificationDaoImpl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GearClassificationDaoImpl()
Method Detail |
---|
protected GearClassification handleCreateFromClusterGearClassification(ClusterGearClassification clusterGearClassification)
GearClassificationDaoBase
GearClassificationDaoBase.createFromClusterGearClassification(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearClassification)
handleCreateFromClusterGearClassification
in class GearClassificationDaoBase
GearClassificationDao.createFromClusterGearClassification(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearClassification)
protected ClusterGearClassification[] handleGetAllClusterGearClassificationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
GearClassificationDaoBase
GearClassificationDaoBase.getAllClusterGearClassificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterGearClassificationSinceDateSynchro
in class GearClassificationDaoBase
GearClassificationDao.getAllClusterGearClassificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteGearClassificationFullVO(GearClassification source, RemoteGearClassificationFullVO target)
GearClassificationDao
toRemoteGearClassificationFullVO
in interface GearClassificationDao
toRemoteGearClassificationFullVO
in class GearClassificationDaoBase
GearClassificationDao.toRemoteGearClassificationFullVO(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
public RemoteGearClassificationFullVO toRemoteGearClassificationFullVO(GearClassification entity)
GearClassificationDao
RemoteGearClassificationFullVO
.
toRemoteGearClassificationFullVO
in interface GearClassificationDao
toRemoteGearClassificationFullVO
in class GearClassificationDaoBase
GearClassificationDao.toRemoteGearClassificationFullVO(fr.ifremer.allegro.referential.gear.GearClassification)
public GearClassification remoteGearClassificationFullVOToEntity(RemoteGearClassificationFullVO remoteGearClassificationFullVO)
GearClassificationDao
RemoteGearClassificationFullVO
to this DAO's entity.
GearClassificationDao.remoteGearClassificationFullVOToEntity(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO)
public void remoteGearClassificationFullVOToEntity(RemoteGearClassificationFullVO source, GearClassification target, boolean copyIfNull)
GearClassificationDao
RemoteGearClassificationFullVO
to the specified entity.
remoteGearClassificationFullVOToEntity
in interface GearClassificationDao
remoteGearClassificationFullVOToEntity
in class GearClassificationDaoBase
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.gear.GearClassificationDao#remoteGearClassificationFullVOToEntity(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO, fr.ifremer.allegro.referential.gear.GearClassification)
public void toRemoteGearClassificationNaturalId(GearClassification source, RemoteGearClassificationNaturalId target)
GearClassificationDao
toRemoteGearClassificationNaturalId
in interface GearClassificationDao
toRemoteGearClassificationNaturalId
in class GearClassificationDaoBase
GearClassificationDao.toRemoteGearClassificationNaturalId(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationNaturalId)
public RemoteGearClassificationNaturalId toRemoteGearClassificationNaturalId(GearClassification entity)
GearClassificationDao
RemoteGearClassificationNaturalId
.
toRemoteGearClassificationNaturalId
in interface GearClassificationDao
toRemoteGearClassificationNaturalId
in class GearClassificationDaoBase
GearClassificationDao.toRemoteGearClassificationNaturalId(fr.ifremer.allegro.referential.gear.GearClassification)
public GearClassification remoteGearClassificationNaturalIdToEntity(RemoteGearClassificationNaturalId remoteGearClassificationNaturalId)
GearClassificationDao
RemoteGearClassificationNaturalId
to this DAO's entity.
GearClassificationDao.remoteGearClassificationNaturalIdToEntity(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationNaturalId)
public void remoteGearClassificationNaturalIdToEntity(RemoteGearClassificationNaturalId source, GearClassification target, boolean copyIfNull)
GearClassificationDao
RemoteGearClassificationNaturalId
to the specified entity.
remoteGearClassificationNaturalIdToEntity
in interface GearClassificationDao
remoteGearClassificationNaturalIdToEntity
in class GearClassificationDaoBase
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.gear.GearClassificationDao#remoteGearClassificationNaturalIdToEntity(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationNaturalId, fr.ifremer.allegro.referential.gear.GearClassification)
public void toClusterGearClassification(GearClassification source, ClusterGearClassification target)
GearClassificationDao
toClusterGearClassification
in interface GearClassificationDao
toClusterGearClassification
in class GearClassificationDaoBase
GearClassificationDao.toClusterGearClassification(fr.ifremer.allegro.referential.gear.GearClassification, fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearClassification)
public ClusterGearClassification toClusterGearClassification(GearClassification entity)
GearClassificationDao
ClusterGearClassification
.
toClusterGearClassification
in interface GearClassificationDao
toClusterGearClassification
in class GearClassificationDaoBase
GearClassificationDao.toClusterGearClassification(fr.ifremer.allegro.referential.gear.GearClassification)
public GearClassification clusterGearClassificationToEntity(ClusterGearClassification clusterGearClassification)
GearClassificationDao
ClusterGearClassification
to this DAO's entity.
GearClassificationDao.clusterGearClassificationToEntity(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearClassification)
public void clusterGearClassificationToEntity(ClusterGearClassification source, GearClassification target, boolean copyIfNull)
GearClassificationDao
ClusterGearClassification
to the specified entity.
clusterGearClassificationToEntity
in interface GearClassificationDao
clusterGearClassificationToEntity
in class GearClassificationDaoBase
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.gear.GearClassificationDao#clusterGearClassificationToEntity(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearClassification, fr.ifremer.allegro.referential.gear.GearClassification)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |