|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.referential.gear.GearDaoBase
fr.ifremer.allegro.referential.gear.GearDaoImpl
public class GearDaoImpl
Gear
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.gear.GearDao |
---|
TRANSFORM_CLUSTERGEAR, TRANSFORM_NONE, TRANSFORM_REMOTEGEARFULLVO, TRANSFORM_REMOTEGEARNATURALID |
Constructor Summary | |
---|---|
GearDaoImpl()
|
Method Summary | |
---|---|
Gear |
clusterGearToEntity(ClusterGear clusterGear)
Converts an instance of type ClusterGear to this DAO's entity. |
void |
clusterGearToEntity(ClusterGear source,
Gear target,
boolean copyIfNull)
Copies the fields of ClusterGear to the specified entity. |
protected Gear |
handleCreateFromClusterGear(ClusterGear clusterGear)
Performs the core logic for GearDaoBase.createFromClusterGear(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGear) |
protected ClusterGear[] |
handleGetAllClusterGearSinceDateSynchro(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 GearDaoBase.getAllClusterGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
Gear |
remoteGearFullVOToEntity(RemoteGearFullVO remoteGearFullVO)
Converts an instance of type RemoteGearFullVO to this DAO's entity. |
void |
remoteGearFullVOToEntity(RemoteGearFullVO source,
Gear target,
boolean copyIfNull)
Copies the fields of RemoteGearFullVO to the specified entity. |
Gear |
remoteGearNaturalIdToEntity(RemoteGearNaturalId remoteGearNaturalId)
Converts an instance of type RemoteGearNaturalId to this DAO's entity. |
void |
remoteGearNaturalIdToEntity(RemoteGearNaturalId source,
Gear target,
boolean copyIfNull)
Copies the fields of RemoteGearNaturalId to the specified entity. |
ClusterGear |
toClusterGear(Gear entity)
Converts this DAO's entity to an object of type ClusterGear . |
void |
toClusterGear(Gear source,
ClusterGear target)
Copies the fields of the specified entity to the target value object. |
RemoteGearFullVO |
toRemoteGearFullVO(Gear entity)
Converts this DAO's entity to an object of type RemoteGearFullVO . |
void |
toRemoteGearFullVO(Gear source,
RemoteGearFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteGearNaturalId |
toRemoteGearNaturalId(Gear entity)
Converts this DAO's entity to an object of type RemoteGearNaturalId . |
void |
toRemoteGearNaturalId(Gear source,
RemoteGearNaturalId 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 GearDaoImpl()
Method Detail |
---|
protected Gear handleCreateFromClusterGear(ClusterGear clusterGear)
GearDaoBase
GearDaoBase.createFromClusterGear(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGear)
handleCreateFromClusterGear
in class GearDaoBase
GearDao.createFromClusterGear(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGear)
protected ClusterGear[] handleGetAllClusterGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
GearDaoBase
GearDaoBase.getAllClusterGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterGearSinceDateSynchro
in class GearDaoBase
GearDao.getAllClusterGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemoteGearFullVO(Gear source, RemoteGearFullVO target)
GearDao
toRemoteGearFullVO
in interface GearDao
toRemoteGearFullVO
in class GearDaoBase
GearDao.toRemoteGearFullVO(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)
public RemoteGearFullVO toRemoteGearFullVO(Gear entity)
GearDao
RemoteGearFullVO
.
toRemoteGearFullVO
in interface GearDao
toRemoteGearFullVO
in class GearDaoBase
GearDao.toRemoteGearFullVO(fr.ifremer.allegro.referential.gear.Gear)
public Gear remoteGearFullVOToEntity(RemoteGearFullVO remoteGearFullVO)
GearDao
RemoteGearFullVO
to this DAO's entity.
GearDao.remoteGearFullVOToEntity(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO)
public void remoteGearFullVOToEntity(RemoteGearFullVO source, Gear target, boolean copyIfNull)
GearDao
RemoteGearFullVO
to the specified entity.
remoteGearFullVOToEntity
in interface GearDao
remoteGearFullVOToEntity
in class GearDaoBase
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.GearDao#remoteGearFullVOToEntity(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO, fr.ifremer.allegro.referential.gear.Gear)
public void toRemoteGearNaturalId(Gear source, RemoteGearNaturalId target)
GearDao
toRemoteGearNaturalId
in interface GearDao
toRemoteGearNaturalId
in class GearDaoBase
GearDao.toRemoteGearNaturalId(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearNaturalId)
public RemoteGearNaturalId toRemoteGearNaturalId(Gear entity)
GearDao
RemoteGearNaturalId
.
toRemoteGearNaturalId
in interface GearDao
toRemoteGearNaturalId
in class GearDaoBase
GearDao.toRemoteGearNaturalId(fr.ifremer.allegro.referential.gear.Gear)
public Gear remoteGearNaturalIdToEntity(RemoteGearNaturalId remoteGearNaturalId)
GearDao
RemoteGearNaturalId
to this DAO's entity.
GearDao.remoteGearNaturalIdToEntity(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearNaturalId)
public void remoteGearNaturalIdToEntity(RemoteGearNaturalId source, Gear target, boolean copyIfNull)
GearDao
RemoteGearNaturalId
to the specified entity.
remoteGearNaturalIdToEntity
in interface GearDao
remoteGearNaturalIdToEntity
in class GearDaoBase
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.GearDao#remoteGearNaturalIdToEntity(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearNaturalId, fr.ifremer.allegro.referential.gear.Gear)
public void toClusterGear(Gear source, ClusterGear target)
GearDao
toClusterGear
in interface GearDao
toClusterGear
in class GearDaoBase
GearDao.toClusterGear(fr.ifremer.allegro.referential.gear.Gear, fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGear)
public ClusterGear toClusterGear(Gear entity)
GearDao
ClusterGear
.
toClusterGear
in interface GearDao
toClusterGear
in class GearDaoBase
GearDao.toClusterGear(fr.ifremer.allegro.referential.gear.Gear)
public Gear clusterGearToEntity(ClusterGear clusterGear)
GearDao
ClusterGear
to this DAO's entity.
GearDao.clusterGearToEntity(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGear)
public void clusterGearToEntity(ClusterGear source, Gear target, boolean copyIfNull)
GearDao
ClusterGear
to the specified entity.
clusterGearToEntity
in interface GearDao
clusterGearToEntity
in class GearDaoBase
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.GearDao#clusterGearToEntity(fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGear, fr.ifremer.allegro.referential.gear.Gear)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |