|
||||||||||
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.playground.PlaygroundVesselMasterDaoBase
fr.ifremer.allegro.playground.PlaygroundVesselMasterDaoImpl
public class PlaygroundVesselMasterDaoImpl
PlaygroundVesselMaster
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.playground.PlaygroundVesselMasterDao |
---|
TRANSFORM_CLUSTERPLAYGROUNDVESSELMASTER, TRANSFORM_NONE, TRANSFORM_REMOTEPLAYGROUNDVESSELMASTERFULLVO, TRANSFORM_REMOTEPLAYGROUNDVESSELMASTERNATURALID |
Constructor Summary | |
---|---|
PlaygroundVesselMasterDaoImpl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlaygroundVesselMasterDaoImpl()
Method Detail |
---|
protected PlaygroundVesselMaster handleCreateFromClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
PlaygroundVesselMasterDaoBase
PlaygroundVesselMasterDaoBase.createFromClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)
handleCreateFromClusterPlaygroundVesselMaster
in class PlaygroundVesselMasterDaoBase
PlaygroundVesselMasterDao.createFromClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)
protected ClusterPlaygroundVesselMaster[] handleGetAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
PlaygroundVesselMasterDaoBase
PlaygroundVesselMasterDaoBase.getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
handleGetAllClusterPlaygroundVesselMasterSinceDateSynchro
in class PlaygroundVesselMasterDaoBase
PlaygroundVesselMasterDao.getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
public void toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster source, RemotePlaygroundVesselMasterFullVO target)
PlaygroundVesselMasterDao
toRemotePlaygroundVesselMasterFullVO
in interface PlaygroundVesselMasterDao
toRemotePlaygroundVesselMasterFullVO
in class PlaygroundVesselMasterDaoBase
PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterFullVO(fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
public RemotePlaygroundVesselMasterFullVO toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster entity)
PlaygroundVesselMasterDao
RemotePlaygroundVesselMasterFullVO
.
toRemotePlaygroundVesselMasterFullVO
in interface PlaygroundVesselMasterDao
toRemotePlaygroundVesselMasterFullVO
in class PlaygroundVesselMasterDaoBase
PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterFullVO(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public PlaygroundVesselMaster remotePlaygroundVesselMasterFullVOToEntity(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVO)
PlaygroundVesselMasterDao
RemotePlaygroundVesselMasterFullVO
to this DAO's entity.
PlaygroundVesselMasterDao.remotePlaygroundVesselMasterFullVOToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
public void remotePlaygroundVesselMasterFullVOToEntity(RemotePlaygroundVesselMasterFullVO source, PlaygroundVesselMaster target, boolean copyIfNull)
PlaygroundVesselMasterDao
RemotePlaygroundVesselMasterFullVO
to the specified entity.
remotePlaygroundVesselMasterFullVOToEntity
in interface PlaygroundVesselMasterDao
remotePlaygroundVesselMasterFullVOToEntity
in class PlaygroundVesselMasterDaoBase
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.playground.PlaygroundVesselMasterDao#remotePlaygroundVesselMasterFullVOToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO, fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public void toRemotePlaygroundVesselMasterNaturalId(PlaygroundVesselMaster source, RemotePlaygroundVesselMasterNaturalId target)
PlaygroundVesselMasterDao
toRemotePlaygroundVesselMasterNaturalId
in interface PlaygroundVesselMasterDao
toRemotePlaygroundVesselMasterNaturalId
in class PlaygroundVesselMasterDaoBase
PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterNaturalId(fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterNaturalId)
public RemotePlaygroundVesselMasterNaturalId toRemotePlaygroundVesselMasterNaturalId(PlaygroundVesselMaster entity)
PlaygroundVesselMasterDao
RemotePlaygroundVesselMasterNaturalId
.
toRemotePlaygroundVesselMasterNaturalId
in interface PlaygroundVesselMasterDao
toRemotePlaygroundVesselMasterNaturalId
in class PlaygroundVesselMasterDaoBase
PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterNaturalId(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public PlaygroundVesselMaster remotePlaygroundVesselMasterNaturalIdToEntity(RemotePlaygroundVesselMasterNaturalId remotePlaygroundVesselMasterNaturalId)
PlaygroundVesselMasterDao
RemotePlaygroundVesselMasterNaturalId
to this DAO's entity.
PlaygroundVesselMasterDao.remotePlaygroundVesselMasterNaturalIdToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterNaturalId)
public void remotePlaygroundVesselMasterNaturalIdToEntity(RemotePlaygroundVesselMasterNaturalId source, PlaygroundVesselMaster target, boolean copyIfNull)
PlaygroundVesselMasterDao
RemotePlaygroundVesselMasterNaturalId
to the specified entity.
remotePlaygroundVesselMasterNaturalIdToEntity
in interface PlaygroundVesselMasterDao
remotePlaygroundVesselMasterNaturalIdToEntity
in class PlaygroundVesselMasterDaoBase
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.playground.PlaygroundVesselMasterDao#remotePlaygroundVesselMasterNaturalIdToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterNaturalId, fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public void toClusterPlaygroundVesselMaster(PlaygroundVesselMaster source, ClusterPlaygroundVesselMaster target)
PlaygroundVesselMasterDao
toClusterPlaygroundVesselMaster
in interface PlaygroundVesselMasterDao
toClusterPlaygroundVesselMaster
in class PlaygroundVesselMasterDaoBase
PlaygroundVesselMasterDao.toClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)
public ClusterPlaygroundVesselMaster toClusterPlaygroundVesselMaster(PlaygroundVesselMaster entity)
PlaygroundVesselMasterDao
ClusterPlaygroundVesselMaster
.
toClusterPlaygroundVesselMaster
in interface PlaygroundVesselMasterDao
toClusterPlaygroundVesselMaster
in class PlaygroundVesselMasterDaoBase
PlaygroundVesselMasterDao.toClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public PlaygroundVesselMaster clusterPlaygroundVesselMasterToEntity(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
PlaygroundVesselMasterDao
ClusterPlaygroundVesselMaster
to this DAO's entity.
PlaygroundVesselMasterDao.clusterPlaygroundVesselMasterToEntity(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)
public void clusterPlaygroundVesselMasterToEntity(ClusterPlaygroundVesselMaster source, PlaygroundVesselMaster target, boolean copyIfNull)
PlaygroundVesselMasterDao
ClusterPlaygroundVesselMaster
to the specified entity.
clusterPlaygroundVesselMasterToEntity
in interface PlaygroundVesselMasterDao
clusterPlaygroundVesselMasterToEntity
in class PlaygroundVesselMasterDaoBase
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.playground.PlaygroundVesselMasterDao#clusterPlaygroundVesselMasterToEntity(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster, fr.ifremer.allegro.playground.PlaygroundVesselMaster)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |