|
||||||||||
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.data.vessel.position.VesselPositionDaoBase
fr.ifremer.allegro.data.vessel.position.VesselPositionDaoImpl
public class VesselPositionDaoImpl
VesselPosition
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.vessel.position.VesselPositionDao |
---|
TRANSFORM_CLUSTERVESSELPOSITION, TRANSFORM_NONE, TRANSFORM_REMOTEVESSELPOSITIONFULLVO, TRANSFORM_REMOTEVESSELPOSITIONNATURALID |
Constructor Summary | |
---|---|
VesselPositionDaoImpl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VesselPositionDaoImpl()
Method Detail |
---|
protected VesselPosition handleCreateFromClusterVesselPosition(ClusterVesselPosition clusterVesselPosition)
VesselPositionDaoBase
VesselPositionDaoBase.createFromClusterVesselPosition(fr.ifremer.allegro.data.vessel.position.generic.cluster.ClusterVesselPosition)
handleCreateFromClusterVesselPosition
in class VesselPositionDaoBase
VesselPositionDao.createFromClusterVesselPosition(fr.ifremer.allegro.data.vessel.position.generic.cluster.ClusterVesselPosition)
public void toRemoteVesselPositionFullVO(VesselPosition source, RemoteVesselPositionFullVO target)
VesselPositionDao
toRemoteVesselPositionFullVO
in interface VesselPositionDao
toRemoteVesselPositionFullVO
in class VesselPositionDaoBase
VesselPositionDao.toRemoteVesselPositionFullVO(fr.ifremer.allegro.data.vessel.position.VesselPosition, fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)
public RemoteVesselPositionFullVO toRemoteVesselPositionFullVO(VesselPosition entity)
VesselPositionDao
RemoteVesselPositionFullVO
.
toRemoteVesselPositionFullVO
in interface VesselPositionDao
toRemoteVesselPositionFullVO
in class VesselPositionDaoBase
VesselPositionDao.toRemoteVesselPositionFullVO(fr.ifremer.allegro.data.vessel.position.VesselPosition)
public VesselPosition remoteVesselPositionFullVOToEntity(RemoteVesselPositionFullVO remoteVesselPositionFullVO)
VesselPositionDao
RemoteVesselPositionFullVO
to this DAO's entity.
VesselPositionDao.remoteVesselPositionFullVOToEntity(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)
public void remoteVesselPositionFullVOToEntity(RemoteVesselPositionFullVO source, VesselPosition target, boolean copyIfNull)
VesselPositionDao
RemoteVesselPositionFullVO
to the specified entity.
remoteVesselPositionFullVOToEntity
in interface VesselPositionDao
remoteVesselPositionFullVOToEntity
in class VesselPositionDaoBase
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.data.vessel.position.VesselPositionDao#remoteVesselPositionFullVOToEntity(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO, fr.ifremer.allegro.data.vessel.position.VesselPosition)
public void toRemoteVesselPositionNaturalId(VesselPosition source, RemoteVesselPositionNaturalId target)
VesselPositionDao
toRemoteVesselPositionNaturalId
in interface VesselPositionDao
toRemoteVesselPositionNaturalId
in class VesselPositionDaoBase
VesselPositionDao.toRemoteVesselPositionNaturalId(fr.ifremer.allegro.data.vessel.position.VesselPosition, fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionNaturalId)
public RemoteVesselPositionNaturalId toRemoteVesselPositionNaturalId(VesselPosition entity)
VesselPositionDao
RemoteVesselPositionNaturalId
.
toRemoteVesselPositionNaturalId
in interface VesselPositionDao
toRemoteVesselPositionNaturalId
in class VesselPositionDaoBase
VesselPositionDao.toRemoteVesselPositionNaturalId(fr.ifremer.allegro.data.vessel.position.VesselPosition)
public VesselPosition remoteVesselPositionNaturalIdToEntity(RemoteVesselPositionNaturalId remoteVesselPositionNaturalId)
VesselPositionDao
RemoteVesselPositionNaturalId
to this DAO's entity.
VesselPositionDao.remoteVesselPositionNaturalIdToEntity(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionNaturalId)
public void remoteVesselPositionNaturalIdToEntity(RemoteVesselPositionNaturalId source, VesselPosition target, boolean copyIfNull)
VesselPositionDao
RemoteVesselPositionNaturalId
to the specified entity.
remoteVesselPositionNaturalIdToEntity
in interface VesselPositionDao
remoteVesselPositionNaturalIdToEntity
in class VesselPositionDaoBase
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.data.vessel.position.VesselPositionDao#remoteVesselPositionNaturalIdToEntity(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionNaturalId, fr.ifremer.allegro.data.vessel.position.VesselPosition)
public void toClusterVesselPosition(VesselPosition source, ClusterVesselPosition target)
VesselPositionDao
toClusterVesselPosition
in interface VesselPositionDao
toClusterVesselPosition
in class VesselPositionDaoBase
VesselPositionDao.toClusterVesselPosition(fr.ifremer.allegro.data.vessel.position.VesselPosition, fr.ifremer.allegro.data.vessel.position.generic.cluster.ClusterVesselPosition)
public ClusterVesselPosition toClusterVesselPosition(VesselPosition entity)
VesselPositionDao
ClusterVesselPosition
.
toClusterVesselPosition
in interface VesselPositionDao
toClusterVesselPosition
in class VesselPositionDaoBase
VesselPositionDao.toClusterVesselPosition(fr.ifremer.allegro.data.vessel.position.VesselPosition)
public VesselPosition clusterVesselPositionToEntity(ClusterVesselPosition clusterVesselPosition)
VesselPositionDao
ClusterVesselPosition
to this DAO's entity.
VesselPositionDao.clusterVesselPositionToEntity(fr.ifremer.allegro.data.vessel.position.generic.cluster.ClusterVesselPosition)
public void clusterVesselPositionToEntity(ClusterVesselPosition source, VesselPosition target, boolean copyIfNull)
VesselPositionDao
ClusterVesselPosition
to the specified entity.
clusterVesselPositionToEntity
in interface VesselPositionDao
clusterVesselPositionToEntity
in class VesselPositionDaoBase
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.data.vessel.position.VesselPositionDao#clusterVesselPositionToEntity(fr.ifremer.allegro.data.vessel.position.generic.cluster.ClusterVesselPosition, fr.ifremer.allegro.data.vessel.position.VesselPosition)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |