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

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

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

Subclasses of LandingMeasurement in fr.ifremer.allegro.data.measure
 class LandingMeasurementImpl
           
 

Methods in fr.ifremer.allegro.data.measure that return LandingMeasurement
 LandingMeasurement LandingMeasurementDaoImpl.clusterLandingMeasurementToEntity(ClusterLandingMeasurement clusterLandingMeasurement)
           
 LandingMeasurement LandingMeasurementDao.clusterLandingMeasurementToEntity(ClusterLandingMeasurement clusterLandingMeasurement)
          Converts an instance of type ClusterLandingMeasurement to this DAO's entity.
 LandingMeasurement LandingMeasurementDaoBase.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, Landing landing)
           
 LandingMeasurement LandingMeasurementDaoBase.create(LandingMeasurement landingMeasurement)
           
 LandingMeasurement LandingMeasurementDaoBase.create(Landing landing, Pmfm pmfm, QualityFlag qualityFlag)
           
 LandingMeasurement LandingMeasurementDao.createFromClusterLandingMeasurement(ClusterLandingMeasurement clusterLandingMeasurement)
           
 LandingMeasurement LandingMeasurementDaoBase.createFromClusterLandingMeasurement(ClusterLandingMeasurement clusterLandingMeasurement)
           
 LandingMeasurement LandingMeasurementDao.findLandingMeasurementById(java.lang.Integer id)
           
 LandingMeasurement LandingMeasurementDaoBase.findLandingMeasurementById(java.lang.Integer id)
           
 LandingMeasurement LandingMeasurementDao.findLandingMeasurementById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementById(java.lang.Integer) with an additional argument called queryString.
 LandingMeasurement LandingMeasurementDaoBase.findLandingMeasurementById(java.lang.String queryString, java.lang.Integer id)
           
 LandingMeasurement LandingMeasurementDao.findLandingMeasurementByNaturalId(java.lang.Integer id)
           
 LandingMeasurement LandingMeasurementDaoBase.findLandingMeasurementByNaturalId(java.lang.Integer id)
           
 LandingMeasurement LandingMeasurementDao.findLandingMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByNaturalId(java.lang.Integer) with an additional argument called queryString.
 LandingMeasurement LandingMeasurementDaoBase.findLandingMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
protected  LandingMeasurement LandingMeasurementDaoImpl.handleCreateFromClusterLandingMeasurement(ClusterLandingMeasurement clusterLandingMeasurement)
           
protected abstract  LandingMeasurement LandingMeasurementDaoBase.handleCreateFromClusterLandingMeasurement(ClusterLandingMeasurement clusterLandingMeasurement)
          Performs the core logic for LandingMeasurementDaoBase.createFromClusterLandingMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterLandingMeasurement)
 LandingMeasurement LandingMeasurementDaoBase.load(java.lang.Integer id)
           
static LandingMeasurement LandingMeasurement.Factory.newInstance()
          Constructs a new instance of LandingMeasurement.
static LandingMeasurement LandingMeasurement.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, Landing landing)
          Constructs a new instance of LandingMeasurement, taking all possible properties (except the identifier(s))as arguments.
static LandingMeasurement LandingMeasurement.Factory.newInstance(QualityFlag qualityFlag, Pmfm pmfm, Landing landing)
          Constructs a new instance of LandingMeasurement, taking all required and/or read-only properties as arguments.
 LandingMeasurement LandingMeasurementDaoImpl.remoteLandingMeasurementFullVOToEntity(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVO)
           
 LandingMeasurement LandingMeasurementDao.remoteLandingMeasurementFullVOToEntity(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVO)
          Converts an instance of type RemoteLandingMeasurementFullVO to this DAO's entity.
 LandingMeasurement LandingMeasurementDaoImpl.remoteLandingMeasurementNaturalIdToEntity(RemoteLandingMeasurementNaturalId remoteLandingMeasurementNaturalId)
           
 LandingMeasurement LandingMeasurementDao.remoteLandingMeasurementNaturalIdToEntity(RemoteLandingMeasurementNaturalId remoteLandingMeasurementNaturalId)
          Converts an instance of type RemoteLandingMeasurementNaturalId to this DAO's entity.
protected  LandingMeasurement LandingMeasurementDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.data.measure with parameters of type LandingMeasurement
 void LandingMeasurementDaoImpl.clusterLandingMeasurementToEntity(ClusterLandingMeasurement source, LandingMeasurement target, boolean copyIfNull)
           
 void LandingMeasurementDao.clusterLandingMeasurementToEntity(ClusterLandingMeasurement source, LandingMeasurement target, boolean copyIfNull)
          Copies the fields of ClusterLandingMeasurement to the specified entity.
 void LandingMeasurementDaoBase.clusterLandingMeasurementToEntity(ClusterLandingMeasurement source, LandingMeasurement target, boolean copyIfNull)
           
 java.lang.Object LandingMeasurementDao.create(int transform, LandingMeasurement landingMeasurement)
           Does the same thing as LandingMeasurementDao.create(fr.ifremer.allegro.data.measure.LandingMeasurement) with an additional flag called transform.
 java.lang.Object LandingMeasurementDaoBase.create(int transform, LandingMeasurement landingMeasurement)
           
 Measurement LandingMeasurementDao.create(LandingMeasurement landingMeasurement)
          Creates an instance of fr.ifremer.allegro.data.measure.LandingMeasurement and adds it to the persistent store.
 LandingMeasurement LandingMeasurementDaoBase.create(LandingMeasurement landingMeasurement)
           
 void LandingMeasurementDaoImpl.remoteLandingMeasurementFullVOToEntity(RemoteLandingMeasurementFullVO source, LandingMeasurement target, boolean copyIfNull)
           
 void LandingMeasurementDao.remoteLandingMeasurementFullVOToEntity(RemoteLandingMeasurementFullVO source, LandingMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteLandingMeasurementFullVO to the specified entity.
 void LandingMeasurementDaoBase.remoteLandingMeasurementFullVOToEntity(RemoteLandingMeasurementFullVO source, LandingMeasurement target, boolean copyIfNull)
           
 void LandingMeasurementDaoImpl.remoteLandingMeasurementNaturalIdToEntity(RemoteLandingMeasurementNaturalId source, LandingMeasurement target, boolean copyIfNull)
           
 void LandingMeasurementDao.remoteLandingMeasurementNaturalIdToEntity(RemoteLandingMeasurementNaturalId source, LandingMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteLandingMeasurementNaturalId to the specified entity.
 void LandingMeasurementDaoBase.remoteLandingMeasurementNaturalIdToEntity(RemoteLandingMeasurementNaturalId source, LandingMeasurement target, boolean copyIfNull)
           
 void LandingMeasurementDao.remove(LandingMeasurement landingMeasurement)
          Removes the instance of fr.ifremer.allegro.data.measure.LandingMeasurement from the persistent store.
 void LandingMeasurementDaoBase.remove(LandingMeasurement landingMeasurement)
           
 ClusterLandingMeasurement LandingMeasurementDaoImpl.toClusterLandingMeasurement(LandingMeasurement entity)
           
 ClusterLandingMeasurement LandingMeasurementDao.toClusterLandingMeasurement(LandingMeasurement entity)
          Converts this DAO's entity to an object of type ClusterLandingMeasurement.
 ClusterLandingMeasurement LandingMeasurementDaoBase.toClusterLandingMeasurement(LandingMeasurement entity)
           
 void LandingMeasurementDaoImpl.toClusterLandingMeasurement(LandingMeasurement source, ClusterLandingMeasurement target)
           
 void LandingMeasurementDao.toClusterLandingMeasurement(LandingMeasurement source, ClusterLandingMeasurement target)
          Copies the fields of the specified entity to the target value object.
 void LandingMeasurementDaoBase.toClusterLandingMeasurement(LandingMeasurement source, ClusterLandingMeasurement target)
           
 RemoteLandingMeasurementFullVO LandingMeasurementDaoImpl.toRemoteLandingMeasurementFullVO(LandingMeasurement entity)
           
 RemoteLandingMeasurementFullVO LandingMeasurementDao.toRemoteLandingMeasurementFullVO(LandingMeasurement entity)
          Converts this DAO's entity to an object of type RemoteLandingMeasurementFullVO.
 RemoteLandingMeasurementFullVO LandingMeasurementDaoBase.toRemoteLandingMeasurementFullVO(LandingMeasurement entity)
           
 void LandingMeasurementDaoImpl.toRemoteLandingMeasurementFullVO(LandingMeasurement source, RemoteLandingMeasurementFullVO target)
           
 void LandingMeasurementDao.toRemoteLandingMeasurementFullVO(LandingMeasurement source, RemoteLandingMeasurementFullVO target)
          Copies the fields of the specified entity to the target value object.
 void LandingMeasurementDaoBase.toRemoteLandingMeasurementFullVO(LandingMeasurement source, RemoteLandingMeasurementFullVO target)
           
 RemoteLandingMeasurementNaturalId LandingMeasurementDaoImpl.toRemoteLandingMeasurementNaturalId(LandingMeasurement entity)
           
 RemoteLandingMeasurementNaturalId LandingMeasurementDao.toRemoteLandingMeasurementNaturalId(LandingMeasurement entity)
          Converts this DAO's entity to an object of type RemoteLandingMeasurementNaturalId.
 RemoteLandingMeasurementNaturalId LandingMeasurementDaoBase.toRemoteLandingMeasurementNaturalId(LandingMeasurement entity)
           
 void LandingMeasurementDaoImpl.toRemoteLandingMeasurementNaturalId(LandingMeasurement source, RemoteLandingMeasurementNaturalId target)
           
 void LandingMeasurementDao.toRemoteLandingMeasurementNaturalId(LandingMeasurement source, RemoteLandingMeasurementNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void LandingMeasurementDaoBase.toRemoteLandingMeasurementNaturalId(LandingMeasurement source, RemoteLandingMeasurementNaturalId target)
           
protected  java.lang.Object LandingMeasurementDaoBase.transformEntity(int transform, LandingMeasurement 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.LandingMeasurementDao, please note that the MeasurementDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void LandingMeasurementDao.update(LandingMeasurement landingMeasurement)
          Updates the landingMeasurement instance in the persistent store.
 void LandingMeasurementDaoBase.update(LandingMeasurement landingMeasurement)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.