|
||||||||||
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.vessel.VesselDaoBase
fr.ifremer.allegro.referential.vessel.VesselDaoImpl
public class VesselDaoImpl
Vessel
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.vessel.VesselDao |
---|
TRANSFORM_CLUSTERVESSEL, TRANSFORM_NONE, TRANSFORM_REMOTEVESSELFULLVO, TRANSFORM_REMOTEVESSELNATURALID |
Constructor Summary | |
---|---|
VesselDaoImpl()
|
Method Summary | |
---|---|
Vessel |
clusterVesselToEntity(ClusterVessel clusterVessel)
Converts an instance of type ClusterVessel to this DAO's entity. |
void |
clusterVesselToEntity(ClusterVessel source,
Vessel target,
boolean copyIfNull)
Copies the fields of ClusterVessel to the specified entity. |
Vessel |
remoteVesselFullVOToEntity(RemoteVesselFullVO remoteVesselFullVO)
Converts an instance of type RemoteVesselFullVO to this DAO's entity. |
void |
remoteVesselFullVOToEntity(RemoteVesselFullVO source,
Vessel target,
boolean copyIfNull)
Copies the fields of RemoteVesselFullVO to the specified entity. |
Vessel |
remoteVesselNaturalIdToEntity(RemoteVesselNaturalId remoteVesselNaturalId)
Converts an instance of type RemoteVesselNaturalId to this DAO's entity. |
void |
remoteVesselNaturalIdToEntity(RemoteVesselNaturalId source,
Vessel target,
boolean copyIfNull)
Copies the fields of RemoteVesselNaturalId to the specified entity. |
ClusterVessel |
toClusterVessel(Vessel entity)
Converts this DAO's entity to an object of type ClusterVessel . |
void |
toClusterVessel(Vessel source,
ClusterVessel target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselFullVO |
toRemoteVesselFullVO(Vessel entity)
Converts this DAO's entity to an object of type RemoteVesselFullVO . |
void |
toRemoteVesselFullVO(Vessel source,
RemoteVesselFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselNaturalId |
toRemoteVesselNaturalId(Vessel entity)
Converts this DAO's entity to an object of type RemoteVesselNaturalId . |
void |
toRemoteVesselNaturalId(Vessel source,
RemoteVesselNaturalId 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 VesselDaoImpl()
Method Detail |
---|
public void toRemoteVesselFullVO(Vessel source, RemoteVesselFullVO target)
VesselDao
toRemoteVesselFullVO
in interface VesselDao
toRemoteVesselFullVO
in class VesselDaoBase
VesselDao.toRemoteVesselFullVO(fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFullVO)
public RemoteVesselFullVO toRemoteVesselFullVO(Vessel entity)
VesselDao
RemoteVesselFullVO
.
toRemoteVesselFullVO
in interface VesselDao
toRemoteVesselFullVO
in class VesselDaoBase
VesselDao.toRemoteVesselFullVO(fr.ifremer.allegro.referential.vessel.Vessel)
public Vessel remoteVesselFullVOToEntity(RemoteVesselFullVO remoteVesselFullVO)
VesselDao
RemoteVesselFullVO
to this DAO's entity.
VesselDao.remoteVesselFullVOToEntity(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFullVO)
public void remoteVesselFullVOToEntity(RemoteVesselFullVO source, Vessel target, boolean copyIfNull)
VesselDao
RemoteVesselFullVO
to the specified entity.
remoteVesselFullVOToEntity
in interface VesselDao
remoteVesselFullVOToEntity
in class VesselDaoBase
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.vessel.VesselDao#remoteVesselFullVOToEntity(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselFullVO, fr.ifremer.allegro.referential.vessel.Vessel)
public void toRemoteVesselNaturalId(Vessel source, RemoteVesselNaturalId target)
VesselDao
toRemoteVesselNaturalId
in interface VesselDao
toRemoteVesselNaturalId
in class VesselDaoBase
VesselDao.toRemoteVesselNaturalId(fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselNaturalId)
public RemoteVesselNaturalId toRemoteVesselNaturalId(Vessel entity)
VesselDao
RemoteVesselNaturalId
.
toRemoteVesselNaturalId
in interface VesselDao
toRemoteVesselNaturalId
in class VesselDaoBase
VesselDao.toRemoteVesselNaturalId(fr.ifremer.allegro.referential.vessel.Vessel)
public Vessel remoteVesselNaturalIdToEntity(RemoteVesselNaturalId remoteVesselNaturalId)
VesselDao
RemoteVesselNaturalId
to this DAO's entity.
VesselDao.remoteVesselNaturalIdToEntity(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselNaturalId)
public void remoteVesselNaturalIdToEntity(RemoteVesselNaturalId source, Vessel target, boolean copyIfNull)
VesselDao
RemoteVesselNaturalId
to the specified entity.
remoteVesselNaturalIdToEntity
in interface VesselDao
remoteVesselNaturalIdToEntity
in class VesselDaoBase
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.vessel.VesselDao#remoteVesselNaturalIdToEntity(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselNaturalId, fr.ifremer.allegro.referential.vessel.Vessel)
public void toClusterVessel(Vessel source, ClusterVessel target)
VesselDao
toClusterVessel
in interface VesselDao
toClusterVessel
in class VesselDaoBase
VesselDao.toClusterVessel(fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVessel)
public ClusterVessel toClusterVessel(Vessel entity)
VesselDao
ClusterVessel
.
toClusterVessel
in interface VesselDao
toClusterVessel
in class VesselDaoBase
VesselDao.toClusterVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public Vessel clusterVesselToEntity(ClusterVessel clusterVessel)
VesselDao
ClusterVessel
to this DAO's entity.
VesselDao.clusterVesselToEntity(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVessel)
public void clusterVesselToEntity(ClusterVessel source, Vessel target, boolean copyIfNull)
VesselDao
ClusterVessel
to the specified entity.
clusterVesselToEntity
in interface VesselDao
clusterVesselToEntity
in class VesselDaoBase
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.vessel.VesselDao#clusterVesselToEntity(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVessel, fr.ifremer.allegro.referential.vessel.Vessel)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |