|
||||||||||
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.measure.MeasurementDaoBase
fr.ifremer.allegro.data.measure.MeasurementDaoImpl
public class MeasurementDaoImpl
Measurement
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao |
---|
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID |
Constructor Summary | |
---|---|
MeasurementDaoImpl()
|
Method Summary | |
---|---|
Measurement |
clusterMeasurementToEntity(ClusterMeasurement clusterMeasurement)
Converts an instance of type ClusterMeasurement to this DAO's entity. |
void |
clusterMeasurementToEntity(ClusterMeasurement source,
Measurement target,
boolean copyIfNull)
Copies the fields of ClusterMeasurement to the specified entity. |
Measurement |
remoteMeasurementFullVOToEntity(RemoteMeasurementFullVO remoteMeasurementFullVO)
Converts an instance of type RemoteMeasurementFullVO to this DAO's entity. |
void |
remoteMeasurementFullVOToEntity(RemoteMeasurementFullVO source,
Measurement target,
boolean copyIfNull)
Copies the fields of RemoteMeasurementFullVO to the specified entity. |
Measurement |
remoteMeasurementNaturalIdToEntity(RemoteMeasurementNaturalId remoteMeasurementNaturalId)
Converts an instance of type RemoteMeasurementNaturalId to this DAO's entity. |
void |
remoteMeasurementNaturalIdToEntity(RemoteMeasurementNaturalId source,
Measurement target,
boolean copyIfNull)
Copies the fields of RemoteMeasurementNaturalId to the specified entity. |
ClusterMeasurement |
toClusterMeasurement(Measurement entity)
Converts this DAO's entity to an object of type ClusterMeasurement . |
void |
toClusterMeasurement(Measurement source,
ClusterMeasurement target)
Copies the fields of the specified entity to the target value object. |
RemoteMeasurementFullVO |
toRemoteMeasurementFullVO(Measurement entity)
Converts this DAO's entity to an object of type RemoteMeasurementFullVO . |
void |
toRemoteMeasurementFullVO(Measurement source,
RemoteMeasurementFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteMeasurementNaturalId |
toRemoteMeasurementNaturalId(Measurement entity)
Converts this DAO's entity to an object of type RemoteMeasurementNaturalId . |
void |
toRemoteMeasurementNaturalId(Measurement source,
RemoteMeasurementNaturalId 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 MeasurementDaoImpl()
Method Detail |
---|
public void toRemoteMeasurementFullVO(Measurement source, RemoteMeasurementFullVO target)
MeasurementDao
toRemoteMeasurementFullVO
in interface MeasurementDao
toRemoteMeasurementFullVO
in class MeasurementDaoBase
MeasurementDao.toRemoteMeasurementFullVO(fr.ifremer.allegro.data.measure.Measurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)
public RemoteMeasurementFullVO toRemoteMeasurementFullVO(Measurement entity)
MeasurementDao
RemoteMeasurementFullVO
.
toRemoteMeasurementFullVO
in interface MeasurementDao
toRemoteMeasurementFullVO
in class MeasurementDaoBase
MeasurementDao.toRemoteMeasurementFullVO(fr.ifremer.allegro.data.measure.Measurement)
public Measurement remoteMeasurementFullVOToEntity(RemoteMeasurementFullVO remoteMeasurementFullVO)
MeasurementDao
RemoteMeasurementFullVO
to this DAO's entity.
MeasurementDao.remoteMeasurementFullVOToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)
public void remoteMeasurementFullVOToEntity(RemoteMeasurementFullVO source, Measurement target, boolean copyIfNull)
MeasurementDao
RemoteMeasurementFullVO
to the specified entity.
remoteMeasurementFullVOToEntity
in interface MeasurementDao
remoteMeasurementFullVOToEntity
in class MeasurementDaoBase
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.measure.MeasurementDao#remoteMeasurementFullVOToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO, fr.ifremer.allegro.data.measure.Measurement)
public void toRemoteMeasurementNaturalId(Measurement source, RemoteMeasurementNaturalId target)
MeasurementDao
toRemoteMeasurementNaturalId
in interface MeasurementDao
toRemoteMeasurementNaturalId
in class MeasurementDaoBase
MeasurementDao.toRemoteMeasurementNaturalId(fr.ifremer.allegro.data.measure.Measurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementNaturalId)
public RemoteMeasurementNaturalId toRemoteMeasurementNaturalId(Measurement entity)
MeasurementDao
RemoteMeasurementNaturalId
.
toRemoteMeasurementNaturalId
in interface MeasurementDao
toRemoteMeasurementNaturalId
in class MeasurementDaoBase
MeasurementDao.toRemoteMeasurementNaturalId(fr.ifremer.allegro.data.measure.Measurement)
public Measurement remoteMeasurementNaturalIdToEntity(RemoteMeasurementNaturalId remoteMeasurementNaturalId)
MeasurementDao
RemoteMeasurementNaturalId
to this DAO's entity.
MeasurementDao.remoteMeasurementNaturalIdToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementNaturalId)
public void remoteMeasurementNaturalIdToEntity(RemoteMeasurementNaturalId source, Measurement target, boolean copyIfNull)
MeasurementDao
RemoteMeasurementNaturalId
to the specified entity.
remoteMeasurementNaturalIdToEntity
in interface MeasurementDao
remoteMeasurementNaturalIdToEntity
in class MeasurementDaoBase
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.measure.MeasurementDao#remoteMeasurementNaturalIdToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementNaturalId, fr.ifremer.allegro.data.measure.Measurement)
public void toClusterMeasurement(Measurement source, ClusterMeasurement target)
MeasurementDao
toClusterMeasurement
in interface MeasurementDao
toClusterMeasurement
in class MeasurementDaoBase
MeasurementDao.toClusterMeasurement(fr.ifremer.allegro.data.measure.Measurement, fr.ifremer.allegro.data.measure.generic.cluster.ClusterMeasurement)
public ClusterMeasurement toClusterMeasurement(Measurement entity)
MeasurementDao
ClusterMeasurement
.
toClusterMeasurement
in interface MeasurementDao
toClusterMeasurement
in class MeasurementDaoBase
MeasurementDao.toClusterMeasurement(fr.ifremer.allegro.data.measure.Measurement)
public Measurement clusterMeasurementToEntity(ClusterMeasurement clusterMeasurement)
MeasurementDao
ClusterMeasurement
to this DAO's entity.
MeasurementDao.clusterMeasurementToEntity(fr.ifremer.allegro.data.measure.generic.cluster.ClusterMeasurement)
public void clusterMeasurementToEntity(ClusterMeasurement source, Measurement target, boolean copyIfNull)
MeasurementDao
ClusterMeasurement
to the specified entity.
clusterMeasurementToEntity
in interface MeasurementDao
clusterMeasurementToEntity
in class MeasurementDaoBase
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.measure.MeasurementDao#clusterMeasurementToEntity(fr.ifremer.allegro.data.measure.generic.cluster.ClusterMeasurement, fr.ifremer.allegro.data.measure.Measurement)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |