fr.ifremer.allegro.data.measure
Class LandingMeasurementDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.data.measure.MeasurementDaoBase
          extended by fr.ifremer.allegro.data.measure.MeasurementDaoImpl
              extended by fr.ifremer.allegro.data.measure.LandingMeasurementDaoBase
All Implemented Interfaces:
LandingMeasurementDao, MeasurementDao
Direct Known Subclasses:
LandingMeasurementDaoImpl

public abstract class LandingMeasurementDaoBase
extends MeasurementDaoImpl
implements LandingMeasurementDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.data.measure.LandingMeasurement.

See Also:
LandingMeasurement

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.data.measure.LandingMeasurementDao
TRANSFORM_CLUSTERLANDINGMEASUREMENT, TRANSFORM_REMOTELANDINGMEASUREMENTFULLVO, TRANSFORM_REMOTELANDINGMEASUREMENTNATURALID
 
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID
 
Constructor Summary
LandingMeasurementDaoBase()
           
 
Method Summary
 void clusterLandingMeasurementToEntity(ClusterLandingMeasurement source, LandingMeasurement target, boolean copyIfNull)
          Copies the fields of ClusterLandingMeasurement to the specified entity.
 void clusterLandingMeasurementToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterLandingMeasurement to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.measure.LandingMeasurement and adds from the passed in entities collection
 LandingMeasurement 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)
           Creates a new fr.ifremer.allegro.data.measure.LandingMeasurement instance from all attributes and properties and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as LandingMeasurementDao.create(fr.ifremer.allegro.data.measure.LandingMeasurement) with an additional flag called transform.
 java.lang.Object create(int transform, 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)
           Does the same thing as LandingMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.landing.Landing) with an additional flag called transform.
 java.lang.Object 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 create(int transform, Landing landing, Pmfm pmfm, QualityFlag qualityFlag)
           Does the same thing as LandingMeasurementDao.create(fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 LandingMeasurement create(LandingMeasurement landingMeasurement)
          Creates an instance of fr.ifremer.allegro.data.measure.LandingMeasurement and adds it to the persistent store.
 LandingMeasurement create(Landing landing, Pmfm pmfm, QualityFlag qualityFlag)
           Creates a new fr.ifremer.allegro.data.measure.LandingMeasurement instance from only required properties (attributes and association ends) and adds it to the persistent store.
 LandingMeasurement createFromClusterLandingMeasurement(ClusterLandingMeasurement clusterLandingMeasurement)
           
 java.util.Collection findLandingMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
           
 java.util.Collection findLandingMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional flag called transform.
 java.util.Collection findLandingMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findLandingMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findLandingMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
           
 java.util.Collection findLandingMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional flag called transform.
 java.util.Collection findLandingMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findLandingMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findLandingMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByDepartment(Department department)
           
 java.util.Collection findLandingMeasurementByDepartment(int transform, Department department)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findLandingMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findLandingMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findLandingMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 LandingMeasurement findLandingMeasurementById(java.lang.Integer id)
           
 java.lang.Object findLandingMeasurementById(int transform, java.lang.Integer id)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findLandingMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementById(int, java.lang.Integer) with an additional argument called queryString.
 LandingMeasurement 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.
 java.util.Collection findLandingMeasurementByLanding(int transform, int pageNumber, int pageSize, Landing landing)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByLanding(int pageNumber, int pageSize, Landing landing)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByLanding(int transform, Landing landing)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an additional flag called transform.
 java.util.Collection findLandingMeasurementByLanding(int transform, java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByLanding(int transform, java.lang.String queryString, Landing landing)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an additional argument called queryString.
 java.util.Collection findLandingMeasurementByLanding(Landing landing)
           
 java.util.Collection findLandingMeasurementByLanding(java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByLanding(String, fr.ifremer.allegro.data.survey.landing.Landing) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByLanding(java.lang.String queryString, Landing landing)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an additional argument called queryString.
 LandingMeasurement findLandingMeasurementByNaturalId(java.lang.Integer id)
           
 java.lang.Object findLandingMeasurementByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findLandingMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 LandingMeasurement 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.
 java.util.Collection findLandingMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional flag called transform.
 java.util.Collection findLandingMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findLandingMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
           
 java.util.Collection findLandingMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findLandingMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByPmfm(int transform, Pmfm pmfm)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection findLandingMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findLandingMeasurementByPmfm(Pmfm pmfm)
           
 java.util.Collection findLandingMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findLandingMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection findLandingMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findLandingMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection findLandingMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findLandingMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform.
 java.util.Collection findLandingMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findLandingMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
           
 java.util.Collection findLandingMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findLandingMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findLandingMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findLandingMeasurementByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findLandingMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findLandingMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
           
 java.util.Collection findMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional flag called transform.
 java.util.Collection findMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
           
 java.util.Collection findMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional flag called transform.
 java.util.Collection findMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByDepartment(Department department)
           
 java.util.Collection findMeasurementByDepartment(int transform, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 Measurement findMeasurementById(java.lang.Integer id)
           
 java.lang.Object findMeasurementById(int transform, java.lang.Integer id)
           Does the same thing as MeasurementDao.findMeasurementById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MeasurementDao.findMeasurementById(int, java.lang.Integer) with an additional argument called queryString.
 Measurement findMeasurementById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MeasurementDao.findMeasurementById(java.lang.Integer) with an additional argument called queryString.
 Measurement findMeasurementByNaturalId(java.lang.Integer id)
           
 java.lang.Object findMeasurementByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as MeasurementDao.findMeasurementByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MeasurementDao.findMeasurementByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 Measurement findMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MeasurementDao.findMeasurementByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional flag called transform.
 java.util.Collection findMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
           
 java.util.Collection findMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPmfm(int transform, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection findMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findMeasurementByPmfm(Pmfm pmfm)
           
 java.util.Collection findMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection findMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection findMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform.
 java.util.Collection findMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
           
 java.util.Collection findMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findMeasurementByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection getAllLandingMeasurement()
           
 java.util.Collection getAllLandingMeasurement(int transform)
           Does the same thing as LandingMeasurementDao.getAllLandingMeasurement() with an additional flag called transform.
 java.util.Collection getAllLandingMeasurement(int pageNumber, int pageSize)
           Does the same thing as LandingMeasurementDao.getAllLandingMeasurement() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLandingMeasurement(int transform, int pageNumber, int pageSize)
           Does the same thing as LandingMeasurementDao.getAllLandingMeasurement(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLandingMeasurement(int transform, java.lang.String queryString)
           Does the same thing as LandingMeasurementDao.getAllLandingMeasurement(int) with an additional argument called queryString.
 java.util.Collection getAllLandingMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as LandingMeasurementDao.getAllLandingMeasurement(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllLandingMeasurement(java.lang.String queryString)
           Does the same thing as LandingMeasurementDao.getAllLandingMeasurement() with an additional argument called queryString.
 java.util.Collection getAllLandingMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as LandingMeasurementDao.getAllLandingMeasurement(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurement()
           
 java.util.Collection getAllMeasurement(int transform)
           Does the same thing as MeasurementDao.getAllMeasurement() with an additional flag called transform.
 java.util.Collection getAllMeasurement(int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.getAllMeasurement() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurement(int transform, int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.getAllMeasurement(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurement(int transform, java.lang.String queryString)
           Does the same thing as MeasurementDao.getAllMeasurement(int) with an additional argument called queryString.
 java.util.Collection getAllMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.getAllMeasurement(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurement(java.lang.String queryString)
           Does the same thing as MeasurementDao.getAllMeasurement() with an additional argument called queryString.
 java.util.Collection getAllMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.getAllMeasurement(String) with an additional two arguments called pageNumber and pageSize.
protected  LandingDao getLandingDao()
          Gets the reference to landingDao.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected abstract  LandingMeasurement handleCreateFromClusterLandingMeasurement(ClusterLandingMeasurement clusterLandingMeasurement)
          Performs the core logic for createFromClusterLandingMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterLandingMeasurement)
 LandingMeasurement load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.measure.Measurement from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as MeasurementDao.load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type Measurement.
 java.util.Collection loadAll(int transform)
           Does the same thing as MeasurementDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.loadAll() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteLandingMeasurementFullVOToEntity(RemoteLandingMeasurementFullVO source, LandingMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteLandingMeasurementFullVO to the specified entity.
 void remoteLandingMeasurementFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteLandingMeasurementFullVO to this DAO's entity.
 void remoteLandingMeasurementNaturalIdToEntity(RemoteLandingMeasurementNaturalId source, LandingMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteLandingMeasurementNaturalId to the specified entity.
 void remoteLandingMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteLandingMeasurementNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.measure.Measurement having the given identifier from the persistent store.
 void remove(LandingMeasurement landingMeasurement)
          Removes the instance of fr.ifremer.allegro.data.measure.LandingMeasurement from the persistent store.
 PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 PaginationResult search(int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 java.util.Set search(int transform, Search search)
          Does the same thing as MeasurementDao.search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 void setLandingDao(LandingDao landingDao)
          Sets the reference to landingDao.
 ClusterLandingMeasurement toClusterLandingMeasurement(LandingMeasurement entity)
          Converts this DAO's entity to an object of type ClusterLandingMeasurement.
 void toClusterLandingMeasurement(LandingMeasurement source, ClusterLandingMeasurement target)
          Copies the fields of the specified entity to the target value object.
protected  ClusterLandingMeasurement toClusterLandingMeasurement(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterLandingMeasurement[] toClusterLandingMeasurementArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterLandingMeasurement.
 void toClusterLandingMeasurementCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterLandingMeasurement.
protected  LandingMeasurement toEntity(java.lang.Object[] row)
           
 RemoteLandingMeasurementFullVO toRemoteLandingMeasurementFullVO(LandingMeasurement entity)
          Converts this DAO's entity to an object of type RemoteLandingMeasurementFullVO.
 void toRemoteLandingMeasurementFullVO(LandingMeasurement source, RemoteLandingMeasurementFullVO target)
          Copies the fields of the specified entity to the target value object.
protected  RemoteLandingMeasurementFullVO toRemoteLandingMeasurementFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteLandingMeasurementFullVO[] toRemoteLandingMeasurementFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteLandingMeasurementFullVO.
 void toRemoteLandingMeasurementFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteLandingMeasurementFullVO.
 RemoteLandingMeasurementNaturalId toRemoteLandingMeasurementNaturalId(LandingMeasurement entity)
          Converts this DAO's entity to an object of type RemoteLandingMeasurementNaturalId.
 void toRemoteLandingMeasurementNaturalId(LandingMeasurement source, RemoteLandingMeasurementNaturalId target)
          Copies the fields of the specified entity to the target value object.
protected  RemoteLandingMeasurementNaturalId toRemoteLandingMeasurementNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteLandingMeasurementNaturalId[] toRemoteLandingMeasurementNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteLandingMeasurementNaturalId.
 void toRemoteLandingMeasurementNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteLandingMeasurementNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.measure.LandingMeasurement) method.
protected  java.lang.Object 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 update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(LandingMeasurement landingMeasurement)
          Updates the landingMeasurement instance in the persistent store.
 
Methods inherited from class fr.ifremer.allegro.data.measure.MeasurementDaoImpl
clusterMeasurementToEntity, clusterMeasurementToEntity, remoteMeasurementFullVOToEntity, remoteMeasurementFullVOToEntity, remoteMeasurementNaturalIdToEntity, remoteMeasurementNaturalIdToEntity, toClusterMeasurement, toClusterMeasurement, toRemoteMeasurementFullVO, toRemoteMeasurementFullVO, toRemoteMeasurementNaturalId, toRemoteMeasurementNaturalId
 
Methods inherited from class fr.ifremer.allegro.data.measure.MeasurementDaoBase
clusterMeasurementToEntityCollection, getAggregationLevelDao, getAnalysisInstrumentDao, getDepartmentDao, getNumericalPrecisionDao, getPmfmDao, getPrecisionTypeDao, getQualitativeValueDao, getQualityFlagDao, remoteMeasurementFullVOToEntityCollection, remoteMeasurementNaturalIdToEntityCollection, remove, setAggregationLevelDao, setAnalysisInstrumentDao, setDepartmentDao, setNumericalPrecisionDao, setPmfmDao, setPrecisionTypeDao, setQualitativeValueDao, setQualityFlagDao, toClusterMeasurement, toClusterMeasurementArray, toClusterMeasurementCollection, toRemoteMeasurementFullVO, toRemoteMeasurementFullVOArray, toRemoteMeasurementFullVOCollection, toRemoteMeasurementNaturalId, toRemoteMeasurementNaturalIdArray, toRemoteMeasurementNaturalIdCollection, transformEntity, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.ifremer.allegro.data.measure.LandingMeasurementDao
clusterLandingMeasurementToEntity, remoteLandingMeasurementFullVOToEntity, remoteLandingMeasurementNaturalIdToEntity
 
Methods inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao
clusterMeasurementToEntity, clusterMeasurementToEntity, clusterMeasurementToEntityCollection, remoteMeasurementFullVOToEntity, remoteMeasurementFullVOToEntity, remoteMeasurementFullVOToEntityCollection, remoteMeasurementNaturalIdToEntity, remoteMeasurementNaturalIdToEntity, remoteMeasurementNaturalIdToEntityCollection, remove, toClusterMeasurement, toClusterMeasurement, toClusterMeasurementArray, toClusterMeasurementCollection, toRemoteMeasurementFullVO, toRemoteMeasurementFullVO, toRemoteMeasurementFullVOArray, toRemoteMeasurementFullVOCollection, toRemoteMeasurementNaturalId, toRemoteMeasurementNaturalId, toRemoteMeasurementNaturalIdArray, toRemoteMeasurementNaturalIdCollection, update
 

Constructor Detail

LandingMeasurementDaoBase

public LandingMeasurementDaoBase()
Method Detail

setLandingDao

public void setLandingDao(LandingDao landingDao)
Sets the reference to landingDao.


getLandingDao

protected LandingDao getLandingDao()
Gets the reference to landingDao.


load

public java.lang.Object load(int transform,
                             java.lang.Integer id)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.load(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined in this class then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
load in interface LandingMeasurementDao
Specified by:
load in interface MeasurementDao
Overrides:
load in class MeasurementDaoBase
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
LandingMeasurementDao.load(int, java.lang.Integer)

load

public LandingMeasurement load(java.lang.Integer id)
Description copied from interface: MeasurementDao
Loads an instance of fr.ifremer.allegro.data.measure.Measurement from the persistent store.

Specified by:
load in interface LandingMeasurementDao
Specified by:
load in interface MeasurementDao
Overrides:
load in class MeasurementDaoBase
See Also:
LandingMeasurementDao.load(java.lang.Integer)

loadAll

public java.util.Collection loadAll()
Description copied from interface: MeasurementDao
Loads all entities of type Measurement.

Specified by:
loadAll in interface LandingMeasurementDao
Specified by:
loadAll in interface MeasurementDao
Overrides:
loadAll in class MeasurementDaoBase
Returns:
the loaded entities.
See Also:
LandingMeasurementDao.loadAll()

loadAll

public java.util.Collection loadAll(int transform)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.loadAll() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
loadAll in interface LandingMeasurementDao
Specified by:
loadAll in interface MeasurementDao
Overrides:
loadAll in class MeasurementDaoBase
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
LandingMeasurementDao.loadAll(int)

loadAll

public java.util.Collection loadAll(int pageNumber,
                                    int pageSize)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.loadAll() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
loadAll in interface LandingMeasurementDao
Specified by:
loadAll in interface MeasurementDao
Overrides:
loadAll in class MeasurementDaoBase
Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.
See Also:
LandingMeasurementDao.loadAll(int, int)

loadAll

public java.util.Collection loadAll(int transform,
                                    int pageNumber,
                                    int pageSize)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.loadAll(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
loadAll in interface LandingMeasurementDao
Specified by:
loadAll in interface MeasurementDao
Overrides:
loadAll in class MeasurementDaoBase
Parameters:
transform - the flag indicating what transformation to use.
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.
See Also:
LandingMeasurementDao.loadAll(int, int, int)

create

public LandingMeasurement create(LandingMeasurement landingMeasurement)
Description copied from interface: LandingMeasurementDao
Creates an instance of fr.ifremer.allegro.data.measure.LandingMeasurement and adds it to the persistent store.

Specified by:
create in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.create(fr.ifremer.allegro.data.measure.LandingMeasurement)

create

public java.lang.Object create(int transform,
                               LandingMeasurement landingMeasurement)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.create(fr.ifremer.allegro.data.measure.LandingMeasurement) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
create in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.create(int transform, fr.ifremer.allegro.data.measure.LandingMeasurement)

create

public java.util.Collection create(java.util.Collection entities)
Description copied from interface: LandingMeasurementDao
Creates a new instance of fr.ifremer.allegro.data.measure.LandingMeasurement and adds from the passed in entities collection

Specified by:
create in interface LandingMeasurementDao
Parameters:
entities - the collection of fr.ifremer.allegro.data.measure.LandingMeasurement instances to create.
Returns:
the created instances.
See Also:
LandingMeasurementDao.create(java.util.Collection)

create

public java.util.Collection create(int transform,
                                   java.util.Collection entities)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.create(fr.ifremer.allegro.data.measure.LandingMeasurement) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
create in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.create(int, java.util.Collection)

create

public LandingMeasurement 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)
Description copied from interface: LandingMeasurementDao

Creates a new fr.ifremer.allegro.data.measure.LandingMeasurement instance from all attributes and properties and adds it to the persistent store.

Specified by:
create in interface LandingMeasurementDao
See Also:
fr.ifremer.allegro.data.measure.MeasurementDao#create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.landing.Landing)

create

public java.lang.Object create(int transform,
                               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)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.landing.Landing) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
create in interface LandingMeasurementDao
See Also:
fr.ifremer.allegro.data.measure.MeasurementDao#create(int, java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.landing.Landing)

create

public LandingMeasurement create(Landing landing,
                                 Pmfm pmfm,
                                 QualityFlag qualityFlag)
Description copied from interface: LandingMeasurementDao

Creates a new fr.ifremer.allegro.data.measure.LandingMeasurement instance from only required properties (attributes and association ends) and adds it to the persistent store.

Specified by:
create in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.create(fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)

create

public java.lang.Object create(int transform,
                               Landing landing,
                               Pmfm pmfm,
                               QualityFlag qualityFlag)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.create(fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOTWILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
create in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.create(int, fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)

update

public void update(LandingMeasurement landingMeasurement)
Description copied from interface: LandingMeasurementDao
Updates the landingMeasurement instance in the persistent store.

Specified by:
update in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.update(fr.ifremer.allegro.data.measure.LandingMeasurement)

update

public void update(java.util.Collection entities)
Description copied from interface: MeasurementDao
Updates all instances in the entities collection in the persistent store.

Specified by:
update in interface LandingMeasurementDao
Specified by:
update in interface MeasurementDao
Overrides:
update in class MeasurementDaoBase
See Also:
MeasurementDao.update(java.util.Collection)

remove

public void remove(LandingMeasurement landingMeasurement)
Description copied from interface: LandingMeasurementDao
Removes the instance of fr.ifremer.allegro.data.measure.LandingMeasurement from the persistent store.

Specified by:
remove in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.remove(fr.ifremer.allegro.data.measure.LandingMeasurement)

remove

public void remove(java.lang.Integer id)
Description copied from interface: MeasurementDao
Removes the instance of fr.ifremer.allegro.data.measure.Measurement having the given identifier from the persistent store.

Specified by:
remove in interface LandingMeasurementDao
Specified by:
remove in interface MeasurementDao
Overrides:
remove in class MeasurementDaoBase
See Also:
LandingMeasurementDao.remove(java.lang.Integer)

remove

public void remove(java.util.Collection entities)
Description copied from interface: MeasurementDao
Removes all entities in the given entities collection.

Specified by:
remove in interface LandingMeasurementDao
Specified by:
remove in interface MeasurementDao
Overrides:
remove in class MeasurementDaoBase
See Also:
MeasurementDao.remove(java.util.Collection)

getAllLandingMeasurement

public java.util.Collection getAllLandingMeasurement()
Specified by:
getAllLandingMeasurement in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.getAllLandingMeasurement()

getAllLandingMeasurement

public java.util.Collection getAllLandingMeasurement(int transform)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.getAllLandingMeasurement() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
getAllLandingMeasurement in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.getAllLandingMeasurement(int)

getAllLandingMeasurement

public java.util.Collection getAllLandingMeasurement(java.lang.String queryString)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.getAllLandingMeasurement() with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.getAllLandingMeasurement().

Specified by:
getAllLandingMeasurement in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.getAllLandingMeasurement(java.lang.String)

getAllLandingMeasurement

public java.util.Collection getAllLandingMeasurement(int pageNumber,
                                                     int pageSize)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.getAllLandingMeasurement() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllLandingMeasurement in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.getAllLandingMeasurement(int, int)

getAllLandingMeasurement

public java.util.Collection getAllLandingMeasurement(java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.getAllLandingMeasurement(String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllLandingMeasurement in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.getAllLandingMeasurement(String, int, int)

getAllLandingMeasurement

public java.util.Collection getAllLandingMeasurement(int transform,
                                                     java.lang.String queryString)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.getAllLandingMeasurement(int) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.getAllLandingMeasurement(int).

Specified by:
getAllLandingMeasurement in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.getAllLandingMeasurement(int, String)

getAllLandingMeasurement

public java.util.Collection getAllLandingMeasurement(int transform,
                                                     int pageNumber,
                                                     int pageSize)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.getAllLandingMeasurement(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllLandingMeasurement in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.getAllLandingMeasurement(int, int, int)

getAllLandingMeasurement

public java.util.Collection getAllLandingMeasurement(int transform,
                                                     java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.getAllLandingMeasurement(int, String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllLandingMeasurement in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.getAllLandingMeasurement(int, java.lang.String, int, int)

findLandingMeasurementById

public LandingMeasurement findLandingMeasurementById(java.lang.Integer id)
Specified by:
findLandingMeasurementById in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementById(java.lang.Integer)

findLandingMeasurementById

public java.lang.Object findLandingMeasurementById(int transform,
                                                   java.lang.Integer id)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementById(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findLandingMeasurementById in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementById(int, java.lang.Integer)

findLandingMeasurementById

public LandingMeasurement findLandingMeasurementById(java.lang.String queryString,
                                                     java.lang.Integer id)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementById(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementById(java.lang.Integer).

Specified by:
findLandingMeasurementById in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementById(java.lang.String, java.lang.Integer)

findLandingMeasurementById

public java.lang.Object findLandingMeasurementById(int transform,
                                                   java.lang.String queryString,
                                                   java.lang.Integer id)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementById(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementById(int, java.lang.Integer id).

Specified by:
findLandingMeasurementById in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementById(int, java.lang.String, java.lang.Integer)

findLandingMeasurementByLanding

public java.util.Collection findLandingMeasurementByLanding(Landing landing)
Specified by:
findLandingMeasurementByLanding in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing)

findLandingMeasurementByLanding

public java.util.Collection findLandingMeasurementByLanding(int transform,
                                                            Landing landing)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findLandingMeasurementByLanding in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing)

findLandingMeasurementByLanding

public java.util.Collection findLandingMeasurementByLanding(java.lang.String queryString,
                                                            Landing landing)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing).

Specified by:
findLandingMeasurementByLanding in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByLanding(java.lang.String, fr.ifremer.allegro.data.survey.landing.Landing)

findLandingMeasurementByLanding

public java.util.Collection findLandingMeasurementByLanding(int pageNumber,
                                                            int pageSize,
                                                            Landing landing)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByLanding in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByLanding(int, int, fr.ifremer.allegro.data.survey.landing.Landing)

findLandingMeasurementByLanding

public java.util.Collection findLandingMeasurementByLanding(java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Landing landing)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByLanding(String, fr.ifremer.allegro.data.survey.landing.Landing) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByLanding in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByLanding(String, int, int, fr.ifremer.allegro.data.survey.landing.Landing)

findLandingMeasurementByLanding

public java.util.Collection findLandingMeasurementByLanding(int transform,
                                                            java.lang.String queryString,
                                                            Landing landing)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing landing).

Specified by:
findLandingMeasurementByLanding in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing)

findLandingMeasurementByLanding

public java.util.Collection findLandingMeasurementByLanding(int transform,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Landing landing)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByLanding in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByLanding(int, int, int, fr.ifremer.allegro.data.survey.landing.Landing)

findLandingMeasurementByLanding

public java.util.Collection findLandingMeasurementByLanding(int transform,
                                                            java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Landing landing)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByLanding in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByLanding(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.landing.Landing)

findLandingMeasurementByDepartment

public java.util.Collection findLandingMeasurementByDepartment(Department department)
Specified by:
findLandingMeasurementByDepartment in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)

findLandingMeasurementByDepartment

public java.util.Collection findLandingMeasurementByDepartment(int transform,
                                                               Department department)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findLandingMeasurementByDepartment in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)

findLandingMeasurementByDepartment

public java.util.Collection findLandingMeasurementByDepartment(java.lang.String queryString,
                                                               Department department)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department).

Specified by:
findLandingMeasurementByDepartment in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)

findLandingMeasurementByDepartment

public java.util.Collection findLandingMeasurementByDepartment(int pageNumber,
                                                               int pageSize,
                                                               Department department)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByDepartment in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)

findLandingMeasurementByDepartment

public java.util.Collection findLandingMeasurementByDepartment(java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               Department department)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByDepartment in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)

findLandingMeasurementByDepartment

public java.util.Collection findLandingMeasurementByDepartment(int transform,
                                                               java.lang.String queryString,
                                                               Department department)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department department).

Specified by:
findLandingMeasurementByDepartment in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)

findLandingMeasurementByDepartment

public java.util.Collection findLandingMeasurementByDepartment(int transform,
                                                               int pageNumber,
                                                               int pageSize,
                                                               Department department)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByDepartment in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)

findLandingMeasurementByDepartment

public java.util.Collection findLandingMeasurementByDepartment(int transform,
                                                               java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               Department department)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByDepartment in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)

findLandingMeasurementByPrecisionType

public java.util.Collection findLandingMeasurementByPrecisionType(PrecisionType precisionType)
Specified by:
findLandingMeasurementByPrecisionType in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)

findLandingMeasurementByPrecisionType

public java.util.Collection findLandingMeasurementByPrecisionType(int transform,
                                                                  PrecisionType precisionType)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findLandingMeasurementByPrecisionType in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)

findLandingMeasurementByPrecisionType

public java.util.Collection findLandingMeasurementByPrecisionType(java.lang.String queryString,
                                                                  PrecisionType precisionType)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType).

Specified by:
findLandingMeasurementByPrecisionType in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByPrecisionType(java.lang.String, fr.ifremer.allegro.referential.PrecisionType)

findLandingMeasurementByPrecisionType

public java.util.Collection findLandingMeasurementByPrecisionType(int pageNumber,
                                                                  int pageSize,
                                                                  PrecisionType precisionType)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByPrecisionType in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)

findLandingMeasurementByPrecisionType

public java.util.Collection findLandingMeasurementByPrecisionType(java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  PrecisionType precisionType)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByPrecisionType in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)

findLandingMeasurementByPrecisionType

public java.util.Collection findLandingMeasurementByPrecisionType(int transform,
                                                                  java.lang.String queryString,
                                                                  PrecisionType precisionType)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType).

Specified by:
findLandingMeasurementByPrecisionType in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)

findLandingMeasurementByPrecisionType

public java.util.Collection findLandingMeasurementByPrecisionType(int transform,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  PrecisionType precisionType)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByPrecisionType in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)

findLandingMeasurementByPrecisionType

public java.util.Collection findLandingMeasurementByPrecisionType(int transform,
                                                                  java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  PrecisionType precisionType)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByPrecisionType in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)

findLandingMeasurementByQualityFlag

public java.util.Collection findLandingMeasurementByQualityFlag(QualityFlag qualityFlag)
Specified by:
findLandingMeasurementByQualityFlag in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)

findLandingMeasurementByQualityFlag

public java.util.Collection findLandingMeasurementByQualityFlag(int transform,
                                                                QualityFlag qualityFlag)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findLandingMeasurementByQualityFlag in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)

findLandingMeasurementByQualityFlag

public java.util.Collection findLandingMeasurementByQualityFlag(java.lang.String queryString,
                                                                QualityFlag qualityFlag)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag).

Specified by:
findLandingMeasurementByQualityFlag in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)

findLandingMeasurementByQualityFlag

public java.util.Collection findLandingMeasurementByQualityFlag(int pageNumber,
                                                                int pageSize,
                                                                QualityFlag qualityFlag)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByQualityFlag in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)

findLandingMeasurementByQualityFlag

public java.util.Collection findLandingMeasurementByQualityFlag(java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                QualityFlag qualityFlag)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByQualityFlag in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findLandingMeasurementByQualityFlag

public java.util.Collection findLandingMeasurementByQualityFlag(int transform,
                                                                java.lang.String queryString,
                                                                QualityFlag qualityFlag)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag).

Specified by:
findLandingMeasurementByQualityFlag in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)

findLandingMeasurementByQualityFlag

public java.util.Collection findLandingMeasurementByQualityFlag(int transform,
                                                                int pageNumber,
                                                                int pageSize,
                                                                QualityFlag qualityFlag)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByQualityFlag in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)

findLandingMeasurementByQualityFlag

public java.util.Collection findLandingMeasurementByQualityFlag(int transform,
                                                                java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                QualityFlag qualityFlag)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByQualityFlag in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findLandingMeasurementByAnalysisInstrument

public java.util.Collection findLandingMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
Specified by:
findLandingMeasurementByAnalysisInstrument in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)

findLandingMeasurementByAnalysisInstrument

public java.util.Collection findLandingMeasurementByAnalysisInstrument(int transform,
                                                                       AnalysisInstrument analysisInstrument)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findLandingMeasurementByAnalysisInstrument in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)

findLandingMeasurementByAnalysisInstrument

public java.util.Collection findLandingMeasurementByAnalysisInstrument(java.lang.String queryString,
                                                                       AnalysisInstrument analysisInstrument)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument).

Specified by:
findLandingMeasurementByAnalysisInstrument in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)

findLandingMeasurementByAnalysisInstrument

public java.util.Collection findLandingMeasurementByAnalysisInstrument(int pageNumber,
                                                                       int pageSize,
                                                                       AnalysisInstrument analysisInstrument)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByAnalysisInstrument in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findLandingMeasurementByAnalysisInstrument

public java.util.Collection findLandingMeasurementByAnalysisInstrument(java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       AnalysisInstrument analysisInstrument)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByAnalysisInstrument in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findLandingMeasurementByAnalysisInstrument

public java.util.Collection findLandingMeasurementByAnalysisInstrument(int transform,
                                                                       java.lang.String queryString,
                                                                       AnalysisInstrument analysisInstrument)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument).

Specified by:
findLandingMeasurementByAnalysisInstrument in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)

findLandingMeasurementByAnalysisInstrument

public java.util.Collection findLandingMeasurementByAnalysisInstrument(int transform,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       AnalysisInstrument analysisInstrument)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByAnalysisInstrument in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findLandingMeasurementByAnalysisInstrument

public java.util.Collection findLandingMeasurementByAnalysisInstrument(int transform,
                                                                       java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       AnalysisInstrument analysisInstrument)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByAnalysisInstrument in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findLandingMeasurementByNumericalPrecision

public java.util.Collection findLandingMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
Specified by:
findLandingMeasurementByNumericalPrecision in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)

findLandingMeasurementByNumericalPrecision

public java.util.Collection findLandingMeasurementByNumericalPrecision(int transform,
                                                                       NumericalPrecision numericalPrecision)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findLandingMeasurementByNumericalPrecision in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)

findLandingMeasurementByNumericalPrecision

public java.util.Collection findLandingMeasurementByNumericalPrecision(java.lang.String queryString,
                                                                       NumericalPrecision numericalPrecision)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision).

Specified by:
findLandingMeasurementByNumericalPrecision in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(java.lang.String, fr.ifremer.allegro.referential.NumericalPrecision)

findLandingMeasurementByNumericalPrecision

public java.util.Collection findLandingMeasurementByNumericalPrecision(int pageNumber,
                                                                       int pageSize,
                                                                       NumericalPrecision numericalPrecision)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByNumericalPrecision in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findLandingMeasurementByNumericalPrecision

public java.util.Collection findLandingMeasurementByNumericalPrecision(java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       NumericalPrecision numericalPrecision)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByNumericalPrecision in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findLandingMeasurementByNumericalPrecision

public java.util.Collection findLandingMeasurementByNumericalPrecision(int transform,
                                                                       java.lang.String queryString,
                                                                       NumericalPrecision numericalPrecision)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision numericalPrecision).

Specified by:
findLandingMeasurementByNumericalPrecision in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)

findLandingMeasurementByNumericalPrecision

public java.util.Collection findLandingMeasurementByNumericalPrecision(int transform,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       NumericalPrecision numericalPrecision)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByNumericalPrecision in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(int, int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findLandingMeasurementByNumericalPrecision

public java.util.Collection findLandingMeasurementByNumericalPrecision(int transform,
                                                                       java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       NumericalPrecision numericalPrecision)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByNumericalPrecision in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByNumericalPrecision(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findLandingMeasurementByPmfm

public java.util.Collection findLandingMeasurementByPmfm(Pmfm pmfm)
Specified by:
findLandingMeasurementByPmfm in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)

findLandingMeasurementByPmfm

public java.util.Collection findLandingMeasurementByPmfm(int transform,
                                                         Pmfm pmfm)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findLandingMeasurementByPmfm in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findLandingMeasurementByPmfm

public java.util.Collection findLandingMeasurementByPmfm(java.lang.String queryString,
                                                         Pmfm pmfm)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm).

Specified by:
findLandingMeasurementByPmfm in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)

findLandingMeasurementByPmfm

public java.util.Collection findLandingMeasurementByPmfm(int pageNumber,
                                                         int pageSize,
                                                         Pmfm pmfm)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByPmfm in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findLandingMeasurementByPmfm

public java.util.Collection findLandingMeasurementByPmfm(java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         Pmfm pmfm)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByPmfm in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findLandingMeasurementByPmfm

public java.util.Collection findLandingMeasurementByPmfm(int transform,
                                                         java.lang.String queryString,
                                                         Pmfm pmfm)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm).

Specified by:
findLandingMeasurementByPmfm in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)

findLandingMeasurementByPmfm

public java.util.Collection findLandingMeasurementByPmfm(int transform,
                                                         int pageNumber,
                                                         int pageSize,
                                                         Pmfm pmfm)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByPmfm in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findLandingMeasurementByPmfm

public java.util.Collection findLandingMeasurementByPmfm(int transform,
                                                         java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         Pmfm pmfm)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByPmfm in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findLandingMeasurementByQualitativeValue

public java.util.Collection findLandingMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
Specified by:
findLandingMeasurementByQualitativeValue in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findLandingMeasurementByQualitativeValue

public java.util.Collection findLandingMeasurementByQualitativeValue(int transform,
                                                                     QualitativeValue qualitativeValue)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findLandingMeasurementByQualitativeValue in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findLandingMeasurementByQualitativeValue

public java.util.Collection findLandingMeasurementByQualitativeValue(java.lang.String queryString,
                                                                     QualitativeValue qualitativeValue)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue).

Specified by:
findLandingMeasurementByQualitativeValue in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findLandingMeasurementByQualitativeValue

public java.util.Collection findLandingMeasurementByQualitativeValue(int pageNumber,
                                                                     int pageSize,
                                                                     QualitativeValue qualitativeValue)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByQualitativeValue in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findLandingMeasurementByQualitativeValue

public java.util.Collection findLandingMeasurementByQualitativeValue(java.lang.String queryString,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     QualitativeValue qualitativeValue)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByQualitativeValue in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findLandingMeasurementByQualitativeValue

public java.util.Collection findLandingMeasurementByQualitativeValue(int transform,
                                                                     java.lang.String queryString,
                                                                     QualitativeValue qualitativeValue)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue).

Specified by:
findLandingMeasurementByQualitativeValue in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findLandingMeasurementByQualitativeValue

public java.util.Collection findLandingMeasurementByQualitativeValue(int transform,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     QualitativeValue qualitativeValue)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByQualitativeValue in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findLandingMeasurementByQualitativeValue

public java.util.Collection findLandingMeasurementByQualitativeValue(int transform,
                                                                     java.lang.String queryString,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     QualitativeValue qualitativeValue)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByQualitativeValue in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findLandingMeasurementByAggregationLevel

public java.util.Collection findLandingMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
Specified by:
findLandingMeasurementByAggregationLevel in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findLandingMeasurementByAggregationLevel

public java.util.Collection findLandingMeasurementByAggregationLevel(int transform,
                                                                     AggregationLevel aggregationLevel)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findLandingMeasurementByAggregationLevel in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findLandingMeasurementByAggregationLevel

public java.util.Collection findLandingMeasurementByAggregationLevel(java.lang.String queryString,
                                                                     AggregationLevel aggregationLevel)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel).

Specified by:
findLandingMeasurementByAggregationLevel in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByAggregationLevel(java.lang.String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findLandingMeasurementByAggregationLevel

public java.util.Collection findLandingMeasurementByAggregationLevel(int pageNumber,
                                                                     int pageSize,
                                                                     AggregationLevel aggregationLevel)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByAggregationLevel in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findLandingMeasurementByAggregationLevel

public java.util.Collection findLandingMeasurementByAggregationLevel(java.lang.String queryString,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     AggregationLevel aggregationLevel)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByAggregationLevel in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findLandingMeasurementByAggregationLevel

public java.util.Collection findLandingMeasurementByAggregationLevel(int transform,
                                                                     java.lang.String queryString,
                                                                     AggregationLevel aggregationLevel)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel).

Specified by:
findLandingMeasurementByAggregationLevel in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findLandingMeasurementByAggregationLevel

public java.util.Collection findLandingMeasurementByAggregationLevel(int transform,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     AggregationLevel aggregationLevel)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByAggregationLevel in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findLandingMeasurementByAggregationLevel

public java.util.Collection findLandingMeasurementByAggregationLevel(int transform,
                                                                     java.lang.String queryString,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     AggregationLevel aggregationLevel)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findLandingMeasurementByAggregationLevel in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findLandingMeasurementByNaturalId

public LandingMeasurement findLandingMeasurementByNaturalId(java.lang.Integer id)
Specified by:
findLandingMeasurementByNaturalId in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByNaturalId(java.lang.Integer)

findLandingMeasurementByNaturalId

public java.lang.Object findLandingMeasurementByNaturalId(int transform,
                                                          java.lang.Integer id)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByNaturalId(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findLandingMeasurementByNaturalId in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByNaturalId(int, java.lang.Integer)

findLandingMeasurementByNaturalId

public LandingMeasurement findLandingMeasurementByNaturalId(java.lang.String queryString,
                                                            java.lang.Integer id)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByNaturalId(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByNaturalId(java.lang.Integer).

Specified by:
findLandingMeasurementByNaturalId in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByNaturalId(java.lang.String, java.lang.Integer)

findLandingMeasurementByNaturalId

public java.lang.Object findLandingMeasurementByNaturalId(int transform,
                                                          java.lang.String queryString,
                                                          java.lang.Integer id)
Description copied from interface: LandingMeasurementDao

Does the same thing as LandingMeasurementDao.findLandingMeasurementByNaturalId(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in LandingMeasurementDao.findLandingMeasurementByNaturalId(int, java.lang.Integer id).

Specified by:
findLandingMeasurementByNaturalId in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.findLandingMeasurementByNaturalId(int, java.lang.String, java.lang.Integer)

getAllMeasurement

public java.util.Collection getAllMeasurement()
Specified by:
getAllMeasurement in interface MeasurementDao
Overrides:
getAllMeasurement in class MeasurementDaoBase
See Also:
MeasurementDao.getAllMeasurement()

getAllMeasurement

public java.util.Collection getAllMeasurement(int transform)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.getAllMeasurement() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
getAllMeasurement in interface MeasurementDao
Overrides:
getAllMeasurement in class MeasurementDaoBase
See Also:
MeasurementDao.getAllMeasurement(int)

getAllMeasurement

public java.util.Collection getAllMeasurement(java.lang.String queryString)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.getAllMeasurement() with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.getAllMeasurement().

Specified by:
getAllMeasurement in interface MeasurementDao
Overrides:
getAllMeasurement in class MeasurementDaoBase
See Also:
MeasurementDao.getAllMeasurement(java.lang.String)

getAllMeasurement

public java.util.Collection getAllMeasurement(int pageNumber,
                                              int pageSize)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.getAllMeasurement() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllMeasurement in interface MeasurementDao
Overrides:
getAllMeasurement in class MeasurementDaoBase
See Also:
MeasurementDao.getAllMeasurement(int, int)

getAllMeasurement

public java.util.Collection getAllMeasurement(java.lang.String queryString,
                                              int pageNumber,
                                              int pageSize)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.getAllMeasurement(String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllMeasurement in interface MeasurementDao
Overrides:
getAllMeasurement in class MeasurementDaoBase
See Also:
MeasurementDao.getAllMeasurement(String, int, int)

getAllMeasurement

public java.util.Collection getAllMeasurement(int transform,
                                              java.lang.String queryString)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.getAllMeasurement(int) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.getAllMeasurement(int).

Specified by:
getAllMeasurement in interface MeasurementDao
Overrides:
getAllMeasurement in class MeasurementDaoBase
See Also:
MeasurementDao.getAllMeasurement(int, String)

getAllMeasurement

public java.util.Collection getAllMeasurement(int transform,
                                              int pageNumber,
                                              int pageSize)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.getAllMeasurement(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllMeasurement in interface MeasurementDao
Overrides:
getAllMeasurement in class MeasurementDaoBase
See Also:
MeasurementDao.getAllMeasurement(int, int, int)

getAllMeasurement

public java.util.Collection getAllMeasurement(int transform,
                                              java.lang.String queryString,
                                              int pageNumber,
                                              int pageSize)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.getAllMeasurement(int, String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllMeasurement in interface MeasurementDao
Overrides:
getAllMeasurement in class MeasurementDaoBase
See Also:
MeasurementDao.getAllMeasurement(int, java.lang.String, int, int)

findMeasurementById

public Measurement findMeasurementById(java.lang.Integer id)
Specified by:
findMeasurementById in interface MeasurementDao
Overrides:
findMeasurementById in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementById(java.lang.Integer)

findMeasurementById

public java.lang.Object findMeasurementById(int transform,
                                            java.lang.Integer id)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementById(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMeasurementById in interface MeasurementDao
Overrides:
findMeasurementById in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementById(int, java.lang.Integer)

findMeasurementById

public Measurement findMeasurementById(java.lang.String queryString,
                                       java.lang.Integer id)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementById(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementById(java.lang.Integer).

Specified by:
findMeasurementById in interface MeasurementDao
Overrides:
findMeasurementById in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementById(java.lang.String, java.lang.Integer)

findMeasurementById

public java.lang.Object findMeasurementById(int transform,
                                            java.lang.String queryString,
                                            java.lang.Integer id)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementById(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementById(int, java.lang.Integer id).

Specified by:
findMeasurementById in interface MeasurementDao
Overrides:
findMeasurementById in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementById(int, java.lang.String, java.lang.Integer)

findMeasurementByDepartment

public java.util.Collection findMeasurementByDepartment(Department department)
Specified by:
findMeasurementByDepartment in interface MeasurementDao
Overrides:
findMeasurementByDepartment in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)

findMeasurementByDepartment

public java.util.Collection findMeasurementByDepartment(int transform,
                                                        Department department)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMeasurementByDepartment in interface MeasurementDao
Overrides:
findMeasurementByDepartment in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)

findMeasurementByDepartment

public java.util.Collection findMeasurementByDepartment(java.lang.String queryString,
                                                        Department department)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department).

Specified by:
findMeasurementByDepartment in interface MeasurementDao
Overrides:
findMeasurementByDepartment in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)

findMeasurementByDepartment

public java.util.Collection findMeasurementByDepartment(int pageNumber,
                                                        int pageSize,
                                                        Department department)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByDepartment in interface MeasurementDao
Overrides:
findMeasurementByDepartment in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)

findMeasurementByDepartment

public java.util.Collection findMeasurementByDepartment(java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        Department department)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByDepartment in interface MeasurementDao
Overrides:
findMeasurementByDepartment in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)

findMeasurementByDepartment

public java.util.Collection findMeasurementByDepartment(int transform,
                                                        java.lang.String queryString,
                                                        Department department)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department department).

Specified by:
findMeasurementByDepartment in interface MeasurementDao
Overrides:
findMeasurementByDepartment in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)

findMeasurementByDepartment

public java.util.Collection findMeasurementByDepartment(int transform,
                                                        int pageNumber,
                                                        int pageSize,
                                                        Department department)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByDepartment in interface MeasurementDao
Overrides:
findMeasurementByDepartment in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)

findMeasurementByDepartment

public java.util.Collection findMeasurementByDepartment(int transform,
                                                        java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        Department department)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByDepartment in interface MeasurementDao
Overrides:
findMeasurementByDepartment in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)

findMeasurementByPrecisionType

public java.util.Collection findMeasurementByPrecisionType(PrecisionType precisionType)
Specified by:
findMeasurementByPrecisionType in interface MeasurementDao
Overrides:
findMeasurementByPrecisionType in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)

findMeasurementByPrecisionType

public java.util.Collection findMeasurementByPrecisionType(int transform,
                                                           PrecisionType precisionType)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMeasurementByPrecisionType in interface MeasurementDao
Overrides:
findMeasurementByPrecisionType in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)

findMeasurementByPrecisionType

public java.util.Collection findMeasurementByPrecisionType(java.lang.String queryString,
                                                           PrecisionType precisionType)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType).

Specified by:
findMeasurementByPrecisionType in interface MeasurementDao
Overrides:
findMeasurementByPrecisionType in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPrecisionType(java.lang.String, fr.ifremer.allegro.referential.PrecisionType)

findMeasurementByPrecisionType

public java.util.Collection findMeasurementByPrecisionType(int pageNumber,
                                                           int pageSize,
                                                           PrecisionType precisionType)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByPrecisionType in interface MeasurementDao
Overrides:
findMeasurementByPrecisionType in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)

findMeasurementByPrecisionType

public java.util.Collection findMeasurementByPrecisionType(java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           PrecisionType precisionType)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByPrecisionType in interface MeasurementDao
Overrides:
findMeasurementByPrecisionType in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)

findMeasurementByPrecisionType

public java.util.Collection findMeasurementByPrecisionType(int transform,
                                                           java.lang.String queryString,
                                                           PrecisionType precisionType)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType).

Specified by:
findMeasurementByPrecisionType in interface MeasurementDao
Overrides:
findMeasurementByPrecisionType in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)

findMeasurementByPrecisionType

public java.util.Collection findMeasurementByPrecisionType(int transform,
                                                           int pageNumber,
                                                           int pageSize,
                                                           PrecisionType precisionType)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByPrecisionType in interface MeasurementDao
Overrides:
findMeasurementByPrecisionType in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)

findMeasurementByPrecisionType

public java.util.Collection findMeasurementByPrecisionType(int transform,
                                                           java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           PrecisionType precisionType)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByPrecisionType in interface MeasurementDao
Overrides:
findMeasurementByPrecisionType in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)

findMeasurementByQualityFlag

public java.util.Collection findMeasurementByQualityFlag(QualityFlag qualityFlag)
Specified by:
findMeasurementByQualityFlag in interface MeasurementDao
Overrides:
findMeasurementByQualityFlag in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)

findMeasurementByQualityFlag

public java.util.Collection findMeasurementByQualityFlag(int transform,
                                                         QualityFlag qualityFlag)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMeasurementByQualityFlag in interface MeasurementDao
Overrides:
findMeasurementByQualityFlag in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementByQualityFlag

public java.util.Collection findMeasurementByQualityFlag(java.lang.String queryString,
                                                         QualityFlag qualityFlag)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag).

Specified by:
findMeasurementByQualityFlag in interface MeasurementDao
Overrides:
findMeasurementByQualityFlag in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementByQualityFlag

public java.util.Collection findMeasurementByQualityFlag(int pageNumber,
                                                         int pageSize,
                                                         QualityFlag qualityFlag)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByQualityFlag in interface MeasurementDao
Overrides:
findMeasurementByQualityFlag in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementByQualityFlag

public java.util.Collection findMeasurementByQualityFlag(java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         QualityFlag qualityFlag)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByQualityFlag in interface MeasurementDao
Overrides:
findMeasurementByQualityFlag in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementByQualityFlag

public java.util.Collection findMeasurementByQualityFlag(int transform,
                                                         java.lang.String queryString,
                                                         QualityFlag qualityFlag)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag).

Specified by:
findMeasurementByQualityFlag in interface MeasurementDao
Overrides:
findMeasurementByQualityFlag in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementByQualityFlag

public java.util.Collection findMeasurementByQualityFlag(int transform,
                                                         int pageNumber,
                                                         int pageSize,
                                                         QualityFlag qualityFlag)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByQualityFlag in interface MeasurementDao
Overrides:
findMeasurementByQualityFlag in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementByQualityFlag

public java.util.Collection findMeasurementByQualityFlag(int transform,
                                                         java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         QualityFlag qualityFlag)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByQualityFlag in interface MeasurementDao
Overrides:
findMeasurementByQualityFlag in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementByAnalysisInstrument

public java.util.Collection findMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
Specified by:
findMeasurementByAnalysisInstrument in interface MeasurementDao
Overrides:
findMeasurementByAnalysisInstrument in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementByAnalysisInstrument

public java.util.Collection findMeasurementByAnalysisInstrument(int transform,
                                                                AnalysisInstrument analysisInstrument)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMeasurementByAnalysisInstrument in interface MeasurementDao
Overrides:
findMeasurementByAnalysisInstrument in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementByAnalysisInstrument

public java.util.Collection findMeasurementByAnalysisInstrument(java.lang.String queryString,
                                                                AnalysisInstrument analysisInstrument)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument).

Specified by:
findMeasurementByAnalysisInstrument in interface MeasurementDao
Overrides:
findMeasurementByAnalysisInstrument in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementByAnalysisInstrument

public java.util.Collection findMeasurementByAnalysisInstrument(int pageNumber,
                                                                int pageSize,
                                                                AnalysisInstrument analysisInstrument)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByAnalysisInstrument in interface MeasurementDao
Overrides:
findMeasurementByAnalysisInstrument in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementByAnalysisInstrument

public java.util.Collection findMeasurementByAnalysisInstrument(java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                AnalysisInstrument analysisInstrument)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByAnalysisInstrument in interface MeasurementDao
Overrides:
findMeasurementByAnalysisInstrument in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementByAnalysisInstrument

public java.util.Collection findMeasurementByAnalysisInstrument(int transform,
                                                                java.lang.String queryString,
                                                                AnalysisInstrument analysisInstrument)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument).

Specified by:
findMeasurementByAnalysisInstrument in interface MeasurementDao
Overrides:
findMeasurementByAnalysisInstrument in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementByAnalysisInstrument

public java.util.Collection findMeasurementByAnalysisInstrument(int transform,
                                                                int pageNumber,
                                                                int pageSize,
                                                                AnalysisInstrument analysisInstrument)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByAnalysisInstrument in interface MeasurementDao
Overrides:
findMeasurementByAnalysisInstrument in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementByAnalysisInstrument

public java.util.Collection findMeasurementByAnalysisInstrument(int transform,
                                                                java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                AnalysisInstrument analysisInstrument)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByAnalysisInstrument in interface MeasurementDao
Overrides:
findMeasurementByAnalysisInstrument in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementByNumericalPrecision

public java.util.Collection findMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
Specified by:
findMeasurementByNumericalPrecision in interface MeasurementDao
Overrides:
findMeasurementByNumericalPrecision in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)

findMeasurementByNumericalPrecision

public java.util.Collection findMeasurementByNumericalPrecision(int transform,
                                                                NumericalPrecision numericalPrecision)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMeasurementByNumericalPrecision in interface MeasurementDao
Overrides:
findMeasurementByNumericalPrecision in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)

findMeasurementByNumericalPrecision

public java.util.Collection findMeasurementByNumericalPrecision(java.lang.String queryString,
                                                                NumericalPrecision numericalPrecision)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision).

Specified by:
findMeasurementByNumericalPrecision in interface MeasurementDao
Overrides:
findMeasurementByNumericalPrecision in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNumericalPrecision(java.lang.String, fr.ifremer.allegro.referential.NumericalPrecision)

findMeasurementByNumericalPrecision

public java.util.Collection findMeasurementByNumericalPrecision(int pageNumber,
                                                                int pageSize,
                                                                NumericalPrecision numericalPrecision)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByNumericalPrecision in interface MeasurementDao
Overrides:
findMeasurementByNumericalPrecision in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNumericalPrecision(int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findMeasurementByNumericalPrecision

public java.util.Collection findMeasurementByNumericalPrecision(java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                NumericalPrecision numericalPrecision)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByNumericalPrecision in interface MeasurementDao
Overrides:
findMeasurementByNumericalPrecision in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNumericalPrecision(String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findMeasurementByNumericalPrecision

public java.util.Collection findMeasurementByNumericalPrecision(int transform,
                                                                java.lang.String queryString,
                                                                NumericalPrecision numericalPrecision)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision numericalPrecision).

Specified by:
findMeasurementByNumericalPrecision in interface MeasurementDao
Overrides:
findMeasurementByNumericalPrecision in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)

findMeasurementByNumericalPrecision

public java.util.Collection findMeasurementByNumericalPrecision(int transform,
                                                                int pageNumber,
                                                                int pageSize,
                                                                NumericalPrecision numericalPrecision)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByNumericalPrecision in interface MeasurementDao
Overrides:
findMeasurementByNumericalPrecision in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNumericalPrecision(int, int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findMeasurementByNumericalPrecision

public java.util.Collection findMeasurementByNumericalPrecision(int transform,
                                                                java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                NumericalPrecision numericalPrecision)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByNumericalPrecision in interface MeasurementDao
Overrides:
findMeasurementByNumericalPrecision in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNumericalPrecision(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findMeasurementByPmfm

public java.util.Collection findMeasurementByPmfm(Pmfm pmfm)
Specified by:
findMeasurementByPmfm in interface MeasurementDao
Overrides:
findMeasurementByPmfm in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementByPmfm

public java.util.Collection findMeasurementByPmfm(int transform,
                                                  Pmfm pmfm)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMeasurementByPmfm in interface MeasurementDao
Overrides:
findMeasurementByPmfm in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementByPmfm

public java.util.Collection findMeasurementByPmfm(java.lang.String queryString,
                                                  Pmfm pmfm)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm).

Specified by:
findMeasurementByPmfm in interface MeasurementDao
Overrides:
findMeasurementByPmfm in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementByPmfm

public java.util.Collection findMeasurementByPmfm(int pageNumber,
                                                  int pageSize,
                                                  Pmfm pmfm)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByPmfm in interface MeasurementDao
Overrides:
findMeasurementByPmfm in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementByPmfm

public java.util.Collection findMeasurementByPmfm(java.lang.String queryString,
                                                  int pageNumber,
                                                  int pageSize,
                                                  Pmfm pmfm)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByPmfm in interface MeasurementDao
Overrides:
findMeasurementByPmfm in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementByPmfm

public java.util.Collection findMeasurementByPmfm(int transform,
                                                  java.lang.String queryString,
                                                  Pmfm pmfm)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm).

Specified by:
findMeasurementByPmfm in interface MeasurementDao
Overrides:
findMeasurementByPmfm in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementByPmfm

public java.util.Collection findMeasurementByPmfm(int transform,
                                                  int pageNumber,
                                                  int pageSize,
                                                  Pmfm pmfm)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByPmfm in interface MeasurementDao
Overrides:
findMeasurementByPmfm in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementByPmfm

public java.util.Collection findMeasurementByPmfm(int transform,
                                                  java.lang.String queryString,
                                                  int pageNumber,
                                                  int pageSize,
                                                  Pmfm pmfm)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByPmfm in interface MeasurementDao
Overrides:
findMeasurementByPmfm in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementByQualitativeValue

public java.util.Collection findMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
Specified by:
findMeasurementByQualitativeValue in interface MeasurementDao
Overrides:
findMeasurementByQualitativeValue in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findMeasurementByQualitativeValue

public java.util.Collection findMeasurementByQualitativeValue(int transform,
                                                              QualitativeValue qualitativeValue)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMeasurementByQualitativeValue in interface MeasurementDao
Overrides:
findMeasurementByQualitativeValue in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findMeasurementByQualitativeValue

public java.util.Collection findMeasurementByQualitativeValue(java.lang.String queryString,
                                                              QualitativeValue qualitativeValue)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue).

Specified by:
findMeasurementByQualitativeValue in interface MeasurementDao
Overrides:
findMeasurementByQualitativeValue in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findMeasurementByQualitativeValue

public java.util.Collection findMeasurementByQualitativeValue(int pageNumber,
                                                              int pageSize,
                                                              QualitativeValue qualitativeValue)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByQualitativeValue in interface MeasurementDao
Overrides:
findMeasurementByQualitativeValue in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findMeasurementByQualitativeValue

public java.util.Collection findMeasurementByQualitativeValue(java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              QualitativeValue qualitativeValue)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByQualitativeValue in interface MeasurementDao
Overrides:
findMeasurementByQualitativeValue in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findMeasurementByQualitativeValue

public java.util.Collection findMeasurementByQualitativeValue(int transform,
                                                              java.lang.String queryString,
                                                              QualitativeValue qualitativeValue)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue).

Specified by:
findMeasurementByQualitativeValue in interface MeasurementDao
Overrides:
findMeasurementByQualitativeValue in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findMeasurementByQualitativeValue

public java.util.Collection findMeasurementByQualitativeValue(int transform,
                                                              int pageNumber,
                                                              int pageSize,
                                                              QualitativeValue qualitativeValue)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByQualitativeValue in interface MeasurementDao
Overrides:
findMeasurementByQualitativeValue in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findMeasurementByQualitativeValue

public java.util.Collection findMeasurementByQualitativeValue(int transform,
                                                              java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              QualitativeValue qualitativeValue)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByQualitativeValue in interface MeasurementDao
Overrides:
findMeasurementByQualitativeValue in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findMeasurementByAggregationLevel

public java.util.Collection findMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
Specified by:
findMeasurementByAggregationLevel in interface MeasurementDao
Overrides:
findMeasurementByAggregationLevel in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findMeasurementByAggregationLevel

public java.util.Collection findMeasurementByAggregationLevel(int transform,
                                                              AggregationLevel aggregationLevel)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMeasurementByAggregationLevel in interface MeasurementDao
Overrides:
findMeasurementByAggregationLevel in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findMeasurementByAggregationLevel

public java.util.Collection findMeasurementByAggregationLevel(java.lang.String queryString,
                                                              AggregationLevel aggregationLevel)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel).

Specified by:
findMeasurementByAggregationLevel in interface MeasurementDao
Overrides:
findMeasurementByAggregationLevel in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAggregationLevel(java.lang.String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findMeasurementByAggregationLevel

public java.util.Collection findMeasurementByAggregationLevel(int pageNumber,
                                                              int pageSize,
                                                              AggregationLevel aggregationLevel)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByAggregationLevel in interface MeasurementDao
Overrides:
findMeasurementByAggregationLevel in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findMeasurementByAggregationLevel

public java.util.Collection findMeasurementByAggregationLevel(java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              AggregationLevel aggregationLevel)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByAggregationLevel in interface MeasurementDao
Overrides:
findMeasurementByAggregationLevel in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findMeasurementByAggregationLevel

public java.util.Collection findMeasurementByAggregationLevel(int transform,
                                                              java.lang.String queryString,
                                                              AggregationLevel aggregationLevel)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel).

Specified by:
findMeasurementByAggregationLevel in interface MeasurementDao
Overrides:
findMeasurementByAggregationLevel in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findMeasurementByAggregationLevel

public java.util.Collection findMeasurementByAggregationLevel(int transform,
                                                              int pageNumber,
                                                              int pageSize,
                                                              AggregationLevel aggregationLevel)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByAggregationLevel in interface MeasurementDao
Overrides:
findMeasurementByAggregationLevel in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findMeasurementByAggregationLevel

public java.util.Collection findMeasurementByAggregationLevel(int transform,
                                                              java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              AggregationLevel aggregationLevel)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findMeasurementByAggregationLevel in interface MeasurementDao
Overrides:
findMeasurementByAggregationLevel in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findMeasurementByNaturalId

public Measurement findMeasurementByNaturalId(java.lang.Integer id)
Specified by:
findMeasurementByNaturalId in interface MeasurementDao
Overrides:
findMeasurementByNaturalId in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNaturalId(java.lang.Integer)

findMeasurementByNaturalId

public java.lang.Object findMeasurementByNaturalId(int transform,
                                                   java.lang.Integer id)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByNaturalId(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findMeasurementByNaturalId in interface MeasurementDao
Overrides:
findMeasurementByNaturalId in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNaturalId(int, java.lang.Integer)

findMeasurementByNaturalId

public Measurement findMeasurementByNaturalId(java.lang.String queryString,
                                              java.lang.Integer id)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByNaturalId(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementByNaturalId(java.lang.Integer).

Specified by:
findMeasurementByNaturalId in interface MeasurementDao
Overrides:
findMeasurementByNaturalId in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNaturalId(java.lang.String, java.lang.Integer)

findMeasurementByNaturalId

public java.lang.Object findMeasurementByNaturalId(int transform,
                                                   java.lang.String queryString,
                                                   java.lang.Integer id)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.findMeasurementByNaturalId(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MeasurementDao.findMeasurementByNaturalId(int, java.lang.Integer id).

Specified by:
findMeasurementByNaturalId in interface MeasurementDao
Overrides:
findMeasurementByNaturalId in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNaturalId(int, java.lang.String, java.lang.Integer)

createFromClusterLandingMeasurement

public LandingMeasurement createFromClusterLandingMeasurement(ClusterLandingMeasurement clusterLandingMeasurement)
Specified by:
createFromClusterLandingMeasurement in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.createFromClusterLandingMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterLandingMeasurement)

handleCreateFromClusterLandingMeasurement

protected abstract LandingMeasurement handleCreateFromClusterLandingMeasurement(ClusterLandingMeasurement clusterLandingMeasurement)
                                                                         throws java.lang.Exception
Performs the core logic for createFromClusterLandingMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterLandingMeasurement)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object 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.

This method will return instances of these types:

If the integer argument value is unknown MeasurementDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in LandingMeasurementDao
entity - an entity that was found
Returns:
the transformed entity (i.e. new value object, etc)
See Also:
transformEntities(int,java.util.Collection)

transformEntities

protected void transformEntities(int transform,
                                 java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.measure.LandingMeasurement) method. This method does not instantiate a new collection.

This method is to be used internally only.

Overrides:
transformEntities in class MeasurementDaoBase
Parameters:
transform - one of the constants declared in fr.ifremer.allegro.data.measure.LandingMeasurementDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.data.measure.LandingMeasurement)

toEntity

protected LandingMeasurement toEntity(java.lang.Object[] row)
Overrides:
toEntity in class MeasurementDaoBase

toRemoteLandingMeasurementFullVOCollection

public final void toRemoteLandingMeasurementFullVOCollection(java.util.Collection entities)
Description copied from interface: LandingMeasurementDao
Converts this DAO's entity to a Collection of instances of type RemoteLandingMeasurementFullVO.

Specified by:
toRemoteLandingMeasurementFullVOCollection in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.toRemoteLandingMeasurementFullVOCollection(java.util.Collection)

toRemoteLandingMeasurementFullVOArray

public final RemoteLandingMeasurementFullVO[] toRemoteLandingMeasurementFullVOArray(java.util.Collection entities)
Description copied from interface: LandingMeasurementDao
Converts this DAO's entity to an array of instances of type RemoteLandingMeasurementFullVO.

Specified by:
toRemoteLandingMeasurementFullVOArray in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.toRemoteLandingMeasurementFullVOArray(java.util.Collection)

toRemoteLandingMeasurementFullVO

protected RemoteLandingMeasurementFullVO toRemoteLandingMeasurementFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the LandingMeasurementDaoImpl class if you intend to use reporting queries.

See Also:
LandingMeasurementDao.toRemoteLandingMeasurementFullVO(fr.ifremer.allegro.data.measure.LandingMeasurement)

remoteLandingMeasurementFullVOToEntityCollection

public final void remoteLandingMeasurementFullVOToEntityCollection(java.util.Collection instances)
Description copied from interface: LandingMeasurementDao
Converts a Collection of instances of type RemoteLandingMeasurementFullVO to this DAO's entity.

Specified by:
remoteLandingMeasurementFullVOToEntityCollection in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.remoteLandingMeasurementFullVOToEntityCollection(java.util.Collection)

toRemoteLandingMeasurementFullVO

public void toRemoteLandingMeasurementFullVO(LandingMeasurement source,
                                             RemoteLandingMeasurementFullVO target)
Description copied from interface: LandingMeasurementDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteLandingMeasurementFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemoteLandingMeasurementFullVO in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.toRemoteLandingMeasurementFullVO(fr.ifremer.allegro.data.measure.LandingMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)

toRemoteLandingMeasurementFullVO

public RemoteLandingMeasurementFullVO toRemoteLandingMeasurementFullVO(LandingMeasurement entity)
Description copied from interface: LandingMeasurementDao
Converts this DAO's entity to an object of type RemoteLandingMeasurementFullVO.

Specified by:
toRemoteLandingMeasurementFullVO in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.toRemoteLandingMeasurementFullVO(fr.ifremer.allegro.data.measure.LandingMeasurement)

remoteLandingMeasurementFullVOToEntity

public void remoteLandingMeasurementFullVOToEntity(RemoteLandingMeasurementFullVO source,
                                                   LandingMeasurement target,
                                                   boolean copyIfNull)
Description copied from interface: LandingMeasurementDao
Copies the fields of RemoteLandingMeasurementFullVO to the specified entity.

Specified by:
remoteLandingMeasurementFullVOToEntity in interface LandingMeasurementDao
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.
See Also:
fr.ifremer.allegro.data.measure.LandingMeasurementDao#remoteLandingMeasurementFullVOToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO, fr.ifremer.allegro.data.measure.LandingMeasurement)

toRemoteLandingMeasurementNaturalIdCollection

public final void toRemoteLandingMeasurementNaturalIdCollection(java.util.Collection entities)
Description copied from interface: LandingMeasurementDao
Converts this DAO's entity to a Collection of instances of type RemoteLandingMeasurementNaturalId.

Specified by:
toRemoteLandingMeasurementNaturalIdCollection in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.toRemoteLandingMeasurementNaturalIdCollection(java.util.Collection)

toRemoteLandingMeasurementNaturalIdArray

public final RemoteLandingMeasurementNaturalId[] toRemoteLandingMeasurementNaturalIdArray(java.util.Collection entities)
Description copied from interface: LandingMeasurementDao
Converts this DAO's entity to an array of instances of type RemoteLandingMeasurementNaturalId.

Specified by:
toRemoteLandingMeasurementNaturalIdArray in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.toRemoteLandingMeasurementNaturalIdArray(java.util.Collection)

toRemoteLandingMeasurementNaturalId

protected RemoteLandingMeasurementNaturalId toRemoteLandingMeasurementNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the LandingMeasurementDaoImpl class if you intend to use reporting queries.

See Also:
LandingMeasurementDao.toRemoteLandingMeasurementNaturalId(fr.ifremer.allegro.data.measure.LandingMeasurement)

remoteLandingMeasurementNaturalIdToEntityCollection

public final void remoteLandingMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
Description copied from interface: LandingMeasurementDao
Converts a Collection of instances of type RemoteLandingMeasurementNaturalId to this DAO's entity.

Specified by:
remoteLandingMeasurementNaturalIdToEntityCollection in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.remoteLandingMeasurementNaturalIdToEntityCollection(java.util.Collection)

toRemoteLandingMeasurementNaturalId

public void toRemoteLandingMeasurementNaturalId(LandingMeasurement source,
                                                RemoteLandingMeasurementNaturalId target)
Description copied from interface: LandingMeasurementDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteLandingMeasurementNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemoteLandingMeasurementNaturalId in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.toRemoteLandingMeasurementNaturalId(fr.ifremer.allegro.data.measure.LandingMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementNaturalId)

toRemoteLandingMeasurementNaturalId

public RemoteLandingMeasurementNaturalId toRemoteLandingMeasurementNaturalId(LandingMeasurement entity)
Description copied from interface: LandingMeasurementDao
Converts this DAO's entity to an object of type RemoteLandingMeasurementNaturalId.

Specified by:
toRemoteLandingMeasurementNaturalId in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.toRemoteLandingMeasurementNaturalId(fr.ifremer.allegro.data.measure.LandingMeasurement)

remoteLandingMeasurementNaturalIdToEntity

public void remoteLandingMeasurementNaturalIdToEntity(RemoteLandingMeasurementNaturalId source,
                                                      LandingMeasurement target,
                                                      boolean copyIfNull)
Description copied from interface: LandingMeasurementDao
Copies the fields of RemoteLandingMeasurementNaturalId to the specified entity.

Specified by:
remoteLandingMeasurementNaturalIdToEntity in interface LandingMeasurementDao
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.
See Also:
fr.ifremer.allegro.data.measure.LandingMeasurementDao#remoteLandingMeasurementNaturalIdToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementNaturalId, fr.ifremer.allegro.data.measure.LandingMeasurement)

toClusterLandingMeasurementCollection

public final void toClusterLandingMeasurementCollection(java.util.Collection entities)
Description copied from interface: LandingMeasurementDao
Converts this DAO's entity to a Collection of instances of type ClusterLandingMeasurement.

Specified by:
toClusterLandingMeasurementCollection in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.toClusterLandingMeasurementCollection(java.util.Collection)

toClusterLandingMeasurementArray

public final ClusterLandingMeasurement[] toClusterLandingMeasurementArray(java.util.Collection entities)
Description copied from interface: LandingMeasurementDao
Converts this DAO's entity to an array of instances of type ClusterLandingMeasurement.

Specified by:
toClusterLandingMeasurementArray in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.toClusterLandingMeasurementArray(java.util.Collection)

toClusterLandingMeasurement

protected ClusterLandingMeasurement toClusterLandingMeasurement(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the LandingMeasurementDaoImpl class if you intend to use reporting queries.

See Also:
LandingMeasurementDao.toClusterLandingMeasurement(fr.ifremer.allegro.data.measure.LandingMeasurement)

clusterLandingMeasurementToEntityCollection

public final void clusterLandingMeasurementToEntityCollection(java.util.Collection instances)
Description copied from interface: LandingMeasurementDao
Converts a Collection of instances of type ClusterLandingMeasurement to this DAO's entity.

Specified by:
clusterLandingMeasurementToEntityCollection in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.clusterLandingMeasurementToEntityCollection(java.util.Collection)

toClusterLandingMeasurement

public void toClusterLandingMeasurement(LandingMeasurement source,
                                        ClusterLandingMeasurement target)
Description copied from interface: LandingMeasurementDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterLandingMeasurement(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toClusterLandingMeasurement in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.toClusterLandingMeasurement(fr.ifremer.allegro.data.measure.LandingMeasurement, fr.ifremer.allegro.data.measure.generic.cluster.ClusterLandingMeasurement)

toClusterLandingMeasurement

public ClusterLandingMeasurement toClusterLandingMeasurement(LandingMeasurement entity)
Description copied from interface: LandingMeasurementDao
Converts this DAO's entity to an object of type ClusterLandingMeasurement.

Specified by:
toClusterLandingMeasurement in interface LandingMeasurementDao
See Also:
LandingMeasurementDao.toClusterLandingMeasurement(fr.ifremer.allegro.data.measure.LandingMeasurement)

clusterLandingMeasurementToEntity

public void clusterLandingMeasurementToEntity(ClusterLandingMeasurement source,
                                              LandingMeasurement target,
                                              boolean copyIfNull)
Description copied from interface: LandingMeasurementDao
Copies the fields of ClusterLandingMeasurement to the specified entity.

Specified by:
clusterLandingMeasurementToEntity in interface LandingMeasurementDao
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.
See Also:
fr.ifremer.allegro.data.measure.LandingMeasurementDao#clusterLandingMeasurementToEntity(fr.ifremer.allegro.data.measure.generic.cluster.ClusterLandingMeasurement, fr.ifremer.allegro.data.measure.LandingMeasurement)

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Overrides:
getPrincipal in class MeasurementDaoBase
Returns:
the current principal

search

public PaginationResult search(int transform,
                               int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: MeasurementDao
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface LandingMeasurementDao
Specified by:
search in interface MeasurementDao
Overrides:
search in class MeasurementDaoBase
Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.
See Also:
LandingMeasurementDao.search(int, int, int, fr.ifremer.allegro.Search)

search

public PaginationResult search(int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: MeasurementDao
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize. These flags allow you to limit your data to a specified page number and size.

Specified by:
search in interface LandingMeasurementDao
Specified by:
search in interface MeasurementDao
Overrides:
search in class MeasurementDaoBase
Parameters:
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.
See Also:
LandingMeasurementDao.search(int, int, fr.ifremer.allegro.Search)

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: MeasurementDao
Does the same thing as MeasurementDao.search(fr.ifremer.allegro.Search) but with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
search in interface LandingMeasurementDao
Specified by:
search in interface MeasurementDao
Overrides:
search in class MeasurementDaoBase
Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
LandingMeasurementDao.search(int, fr.ifremer.allegro.Search)

search

public java.util.Set search(Search search)
Description copied from interface: MeasurementDao
Performs a search using the parameters specified in the given search object.

Specified by:
search in interface LandingMeasurementDao
Specified by:
search in interface MeasurementDao
Overrides:
search in class MeasurementDaoBase
Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
LandingMeasurementDao.search(fr.ifremer.allegro.Search)


Copyright © 2008-2010 IFREMER. All Rights Reserved.