Uses of Class
fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement

Packages that use VesselPhysicalMeasurement
fr.ifremer.allegro.data.measure   
 

Uses of VesselPhysicalMeasurement in fr.ifremer.allegro.data.measure
 

Subclasses of VesselPhysicalMeasurement in fr.ifremer.allegro.data.measure
 class VesselPhysicalMeasurementImpl
           
 

Methods in fr.ifremer.allegro.data.measure that return VesselPhysicalMeasurement
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoImpl.clusterVesselPhysicalMeasurementToEntity(ClusterVesselPhysicalMeasurement clusterVesselPhysicalMeasurement)
           
 VesselPhysicalMeasurement VesselPhysicalMeasurementDao.clusterVesselPhysicalMeasurementToEntity(ClusterVesselPhysicalMeasurement clusterVesselPhysicalMeasurement)
          Converts an instance of type ClusterVesselPhysicalMeasurement to this DAO's entity.
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoBase.create(Pmfm pmfm, QualityFlag qualityFlag, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoBase.create(VesselPhysicalMeasurement vesselPhysicalMeasurement)
           
 VesselPhysicalMeasurement VesselPhysicalMeasurementDao.createFromClusterVesselPhysicalMeasurement(ClusterVesselPhysicalMeasurement clusterVesselPhysicalMeasurement)
           
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoBase.createFromClusterVesselPhysicalMeasurement(ClusterVesselPhysicalMeasurement clusterVesselPhysicalMeasurement)
           
 VesselPhysicalMeasurement VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementById(java.lang.Integer id)
           
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementById(java.lang.Integer id)
           
 VesselPhysicalMeasurement VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementById(java.lang.Integer) with an additional argument called queryString.
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementById(java.lang.String queryString, java.lang.Integer id)
           
 VesselPhysicalMeasurement VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNaturalId(java.lang.Integer id)
           
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByNaturalId(java.lang.Integer id)
           
 VesselPhysicalMeasurement VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNaturalId(java.lang.Integer) with an additional argument called queryString.
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
protected  VesselPhysicalMeasurement VesselPhysicalMeasurementDaoImpl.handleCreateFromClusterVesselPhysicalMeasurement(ClusterVesselPhysicalMeasurement clusterVesselPhysicalMeasurement)
           
protected abstract  VesselPhysicalMeasurement VesselPhysicalMeasurementDaoBase.handleCreateFromClusterVesselPhysicalMeasurement(ClusterVesselPhysicalMeasurement clusterVesselPhysicalMeasurement)
          Performs the core logic for VesselPhysicalMeasurementDaoBase.createFromClusterVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselPhysicalMeasurement)
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoBase.load(java.lang.Integer id)
           
static VesselPhysicalMeasurement VesselPhysicalMeasurement.Factory.newInstance()
          Constructs a new instance of VesselPhysicalMeasurement.
static VesselPhysicalMeasurement VesselPhysicalMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPhysicalFeatures vesselPhysicalFeatures)
          Constructs a new instance of VesselPhysicalMeasurement, taking all possible properties (except the identifier(s))as arguments.
static VesselPhysicalMeasurement VesselPhysicalMeasurement.Factory.newInstance(QualityFlag qualityFlag, Pmfm pmfm, VesselPhysicalFeatures vesselPhysicalFeatures)
          Constructs a new instance of VesselPhysicalMeasurement, taking all required and/or read-only properties as arguments.
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoImpl.remoteVesselPhysicalMeasurementFullVOToEntity(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVO)
           
 VesselPhysicalMeasurement VesselPhysicalMeasurementDao.remoteVesselPhysicalMeasurementFullVOToEntity(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVO)
          Converts an instance of type RemoteVesselPhysicalMeasurementFullVO to this DAO's entity.
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoImpl.remoteVesselPhysicalMeasurementNaturalIdToEntity(RemoteVesselPhysicalMeasurementNaturalId remoteVesselPhysicalMeasurementNaturalId)
           
 VesselPhysicalMeasurement VesselPhysicalMeasurementDao.remoteVesselPhysicalMeasurementNaturalIdToEntity(RemoteVesselPhysicalMeasurementNaturalId remoteVesselPhysicalMeasurementNaturalId)
          Converts an instance of type RemoteVesselPhysicalMeasurementNaturalId to this DAO's entity.
protected  VesselPhysicalMeasurement VesselPhysicalMeasurementDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.data.measure with parameters of type VesselPhysicalMeasurement
 void VesselPhysicalMeasurementDaoImpl.clusterVesselPhysicalMeasurementToEntity(ClusterVesselPhysicalMeasurement source, VesselPhysicalMeasurement target, boolean copyIfNull)
           
 void VesselPhysicalMeasurementDao.clusterVesselPhysicalMeasurementToEntity(ClusterVesselPhysicalMeasurement source, VesselPhysicalMeasurement target, boolean copyIfNull)
          Copies the fields of ClusterVesselPhysicalMeasurement to the specified entity.
 void VesselPhysicalMeasurementDaoBase.clusterVesselPhysicalMeasurementToEntity(ClusterVesselPhysicalMeasurement source, VesselPhysicalMeasurement target, boolean copyIfNull)
           
 java.lang.Object VesselPhysicalMeasurementDao.create(int transform, VesselPhysicalMeasurement vesselPhysicalMeasurement)
           Does the same thing as VesselPhysicalMeasurementDao.create(fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement) with an additional flag called transform.
 java.lang.Object VesselPhysicalMeasurementDaoBase.create(int transform, VesselPhysicalMeasurement vesselPhysicalMeasurement)
           
 Measurement VesselPhysicalMeasurementDao.create(VesselPhysicalMeasurement vesselPhysicalMeasurement)
          Creates an instance of fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement and adds it to the persistent store.
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoBase.create(VesselPhysicalMeasurement vesselPhysicalMeasurement)
           
 void VesselPhysicalMeasurementDaoImpl.remoteVesselPhysicalMeasurementFullVOToEntity(RemoteVesselPhysicalMeasurementFullVO source, VesselPhysicalMeasurement target, boolean copyIfNull)
           
 void VesselPhysicalMeasurementDao.remoteVesselPhysicalMeasurementFullVOToEntity(RemoteVesselPhysicalMeasurementFullVO source, VesselPhysicalMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteVesselPhysicalMeasurementFullVO to the specified entity.
 void VesselPhysicalMeasurementDaoBase.remoteVesselPhysicalMeasurementFullVOToEntity(RemoteVesselPhysicalMeasurementFullVO source, VesselPhysicalMeasurement target, boolean copyIfNull)
           
 void VesselPhysicalMeasurementDaoImpl.remoteVesselPhysicalMeasurementNaturalIdToEntity(RemoteVesselPhysicalMeasurementNaturalId source, VesselPhysicalMeasurement target, boolean copyIfNull)
           
 void VesselPhysicalMeasurementDao.remoteVesselPhysicalMeasurementNaturalIdToEntity(RemoteVesselPhysicalMeasurementNaturalId source, VesselPhysicalMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteVesselPhysicalMeasurementNaturalId to the specified entity.
 void VesselPhysicalMeasurementDaoBase.remoteVesselPhysicalMeasurementNaturalIdToEntity(RemoteVesselPhysicalMeasurementNaturalId source, VesselPhysicalMeasurement target, boolean copyIfNull)
           
 void VesselPhysicalMeasurementDao.remove(VesselPhysicalMeasurement vesselPhysicalMeasurement)
          Removes the instance of fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement from the persistent store.
 void VesselPhysicalMeasurementDaoBase.remove(VesselPhysicalMeasurement vesselPhysicalMeasurement)
           
 ClusterVesselPhysicalMeasurement VesselPhysicalMeasurementDaoImpl.toClusterVesselPhysicalMeasurement(VesselPhysicalMeasurement entity)
           
 ClusterVesselPhysicalMeasurement VesselPhysicalMeasurementDao.toClusterVesselPhysicalMeasurement(VesselPhysicalMeasurement entity)
          Converts this DAO's entity to an object of type ClusterVesselPhysicalMeasurement.
 ClusterVesselPhysicalMeasurement VesselPhysicalMeasurementDaoBase.toClusterVesselPhysicalMeasurement(VesselPhysicalMeasurement entity)
           
 void VesselPhysicalMeasurementDaoImpl.toClusterVesselPhysicalMeasurement(VesselPhysicalMeasurement source, ClusterVesselPhysicalMeasurement target)
           
 void VesselPhysicalMeasurementDao.toClusterVesselPhysicalMeasurement(VesselPhysicalMeasurement source, ClusterVesselPhysicalMeasurement target)
          Copies the fields of the specified entity to the target value object.
 void VesselPhysicalMeasurementDaoBase.toClusterVesselPhysicalMeasurement(VesselPhysicalMeasurement source, ClusterVesselPhysicalMeasurement target)
           
 RemoteVesselPhysicalMeasurementFullVO VesselPhysicalMeasurementDaoImpl.toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement entity)
           
 RemoteVesselPhysicalMeasurementFullVO VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement entity)
          Converts this DAO's entity to an object of type RemoteVesselPhysicalMeasurementFullVO.
 RemoteVesselPhysicalMeasurementFullVO VesselPhysicalMeasurementDaoBase.toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement entity)
           
 void VesselPhysicalMeasurementDaoImpl.toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement source, RemoteVesselPhysicalMeasurementFullVO target)
           
 void VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement source, RemoteVesselPhysicalMeasurementFullVO target)
          Copies the fields of the specified entity to the target value object.
 void VesselPhysicalMeasurementDaoBase.toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement source, RemoteVesselPhysicalMeasurementFullVO target)
           
 RemoteVesselPhysicalMeasurementNaturalId VesselPhysicalMeasurementDaoImpl.toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement entity)
           
 RemoteVesselPhysicalMeasurementNaturalId VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement entity)
          Converts this DAO's entity to an object of type RemoteVesselPhysicalMeasurementNaturalId.
 RemoteVesselPhysicalMeasurementNaturalId VesselPhysicalMeasurementDaoBase.toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement entity)
           
 void VesselPhysicalMeasurementDaoImpl.toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement source, RemoteVesselPhysicalMeasurementNaturalId target)
           
 void VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement source, RemoteVesselPhysicalMeasurementNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void VesselPhysicalMeasurementDaoBase.toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement source, RemoteVesselPhysicalMeasurementNaturalId target)
           
protected  java.lang.Object VesselPhysicalMeasurementDaoBase.transformEntity(int transform, VesselPhysicalMeasurement entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.data.measure.VesselPhysicalMeasurementDao, please note that the MeasurementDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void VesselPhysicalMeasurementDao.update(VesselPhysicalMeasurement vesselPhysicalMeasurement)
          Updates the vesselPhysicalMeasurement instance in the persistent store.
 void VesselPhysicalMeasurementDaoBase.update(VesselPhysicalMeasurement vesselPhysicalMeasurement)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.