fr.ifremer.allegro.data.measure
Class SortingMeasurementDaoBase

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.SortingMeasurementDaoBase
All Implemented Interfaces:
MeasurementDao, SortingMeasurementDao
Direct Known Subclasses:
SortingMeasurementDaoImpl

public abstract class SortingMeasurementDaoBase
extends MeasurementDaoImpl
implements SortingMeasurementDao

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

See Also:
SortingMeasurement

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.data.measure.SortingMeasurementDao
TRANSFORM_CLUSTERSORTINGMEASUREMENT, TRANSFORM_REMOTESORTINGMEASUREMENTFULLVO, TRANSFORM_REMOTESORTINGMEASUREMENTNATURALID
 
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID
 
Constructor Summary
SortingMeasurementDaoBase()
           
 
Method Summary
 void clusterSortingMeasurementToEntity(ClusterSortingMeasurement source, SortingMeasurement target, boolean copyIfNull)
          Copies the fields of ClusterSortingMeasurement to the specified entity.
 void clusterSortingMeasurementToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterSortingMeasurement to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.measure.SortingMeasurement and adds from the passed in entities collection
 SortingMeasurement 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, java.lang.Integer rankOrder, SortingBatch sortingBatch, Produce produce)
           Creates a new fr.ifremer.allegro.data.measure.SortingMeasurement 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 SortingMeasurementDao.create(fr.ifremer.allegro.data.measure.SortingMeasurement) 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, java.lang.Integer rankOrder, SortingBatch sortingBatch, Produce produce)
           Does the same thing as SortingMeasurementDao.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,java.lang.Integer,fr.ifremer.allegro.data.batch.SortingBatch,fr.ifremer.allegro.data.produce.Produce) with an additional flag called transform.
 java.lang.Object create(int transform, Pmfm pmfm, QualityFlag qualityFlag, java.lang.Integer rankOrder)
           Does the same thing as SortingMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,java.lang.Integer) with an additional flag called transform.
 java.lang.Object create(int transform, SortingMeasurement sortingMeasurement)
           Does the same thing as SortingMeasurementDao.create(fr.ifremer.allegro.data.measure.SortingMeasurement) with an additional flag called transform.
 SortingMeasurement create(Pmfm pmfm, QualityFlag qualityFlag, java.lang.Integer rankOrder)
           Creates a new fr.ifremer.allegro.data.measure.SortingMeasurement instance from only required properties (attributes and association ends) and adds it to the persistent store.
 SortingMeasurement create(SortingMeasurement sortingMeasurement)
          Creates an instance of fr.ifremer.allegro.data.measure.SortingMeasurement and adds it to the persistent store.
 SortingMeasurement createFromClusterSortingMeasurement(ClusterSortingMeasurement clusterSortingMeasurement)
           
 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 findSortingMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
           
 java.util.Collection findSortingMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional flag called transform.
 java.util.Collection findSortingMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
           
 java.util.Collection findSortingMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional flag called transform.
 java.util.Collection findSortingMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByDepartment(Department department)
           
 java.util.Collection findSortingMeasurementByDepartment(int transform, Department department)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findSortingMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 SortingMeasurement findSortingMeasurementById(java.lang.Integer id)
           
 java.lang.Object findSortingMeasurementById(int transform, java.lang.Integer id)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findSortingMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementById(int, java.lang.Integer) with an additional argument called queryString.
 SortingMeasurement findSortingMeasurementById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementById(java.lang.Integer) with an additional argument called queryString.
 SortingMeasurement findSortingMeasurementByNaturalId(java.lang.Integer id)
           
 java.lang.Object findSortingMeasurementByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findSortingMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 SortingMeasurement findSortingMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional flag called transform.
 java.util.Collection findSortingMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
           
 java.util.Collection findSortingMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByPmfm(int transform, Pmfm pmfm)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection findSortingMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByPmfm(Pmfm pmfm)
           
 java.util.Collection findSortingMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection findSortingMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection findSortingMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByProduce(int transform, int pageNumber, int pageSize, Produce produce)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByProduce(int pageNumber, int pageSize, Produce produce)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByProduce(int transform, Produce produce)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce) with an additional flag called transform.
 java.util.Collection findSortingMeasurementByProduce(int transform, java.lang.String queryString, int pageNumber, int pageSize, Produce produce)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(int, String, fr.ifremer.allegro.data.produce.Produce) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByProduce(int transform, java.lang.String queryString, Produce produce)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByProduce(Produce produce)
           
 java.util.Collection findSortingMeasurementByProduce(java.lang.String queryString, int pageNumber, int pageSize, Produce produce)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(String, fr.ifremer.allegro.data.produce.Produce) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByProduce(java.lang.String queryString, Produce produce)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform.
 java.util.Collection findSortingMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
           
 java.util.Collection findSortingMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findSortingMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findSortingMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementBySortingBatch(int transform, int pageNumber, int pageSize, SortingBatch sortingBatch)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementBySortingBatch(int pageNumber, int pageSize, SortingBatch sortingBatch)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementBySortingBatch(int transform, SortingBatch sortingBatch)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch) with an additional flag called transform.
 java.util.Collection findSortingMeasurementBySortingBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, SortingBatch sortingBatch)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, String, fr.ifremer.allegro.data.batch.SortingBatch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementBySortingBatch(int transform, java.lang.String queryString, SortingBatch sortingBatch)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementBySortingBatch(SortingBatch sortingBatch)
           
 java.util.Collection findSortingMeasurementBySortingBatch(java.lang.String queryString, int pageNumber, int pageSize, SortingBatch sortingBatch)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(String, fr.ifremer.allegro.data.batch.SortingBatch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementBySortingBatch(java.lang.String queryString, SortingBatch sortingBatch)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch) with an additional argument called queryString.
 ClusterSortingMeasurement[] getAllClusterSortingMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer 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.
 java.util.Collection getAllSortingMeasurement()
           
 java.util.Collection getAllSortingMeasurement(int transform)
           Does the same thing as SortingMeasurementDao.getAllSortingMeasurement() with an additional flag called transform.
 java.util.Collection getAllSortingMeasurement(int pageNumber, int pageSize)
           Does the same thing as SortingMeasurementDao.getAllSortingMeasurement() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllSortingMeasurement(int transform, int pageNumber, int pageSize)
           Does the same thing as SortingMeasurementDao.getAllSortingMeasurement(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllSortingMeasurement(int transform, java.lang.String queryString)
           Does the same thing as SortingMeasurementDao.getAllSortingMeasurement(int) with an additional argument called queryString.
 java.util.Collection getAllSortingMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as SortingMeasurementDao.getAllSortingMeasurement(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllSortingMeasurement(java.lang.String queryString)
           Does the same thing as SortingMeasurementDao.getAllSortingMeasurement() with an additional argument called queryString.
 java.util.Collection getAllSortingMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as SortingMeasurementDao.getAllSortingMeasurement(String) with an additional two arguments called pageNumber and pageSize.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  ProduceDao getProduceDao()
          Gets the reference to produceDao.
protected  SortingBatchDao getSortingBatchDao()
          Gets the reference to sortingBatchDao.
protected abstract  SortingMeasurement handleCreateFromClusterSortingMeasurement(ClusterSortingMeasurement clusterSortingMeasurement)
          Performs the core logic for createFromClusterSortingMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSortingMeasurement)
protected abstract  ClusterSortingMeasurement[] handleGetAllClusterSortingMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for getAllClusterSortingMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 SortingMeasurement 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 remoteSortingMeasurementFullVOToEntity(RemoteSortingMeasurementFullVO source, SortingMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteSortingMeasurementFullVO to the specified entity.
 void remoteSortingMeasurementFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteSortingMeasurementFullVO to this DAO's entity.
 void remoteSortingMeasurementNaturalIdToEntity(RemoteSortingMeasurementNaturalId source, SortingMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteSortingMeasurementNaturalId to the specified entity.
 void remoteSortingMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteSortingMeasurementNaturalId 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(SortingMeasurement sortingMeasurement)
          Removes the instance of fr.ifremer.allegro.data.measure.SortingMeasurement 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 setProduceDao(ProduceDao produceDao)
          Sets the reference to produceDao.
 void setSortingBatchDao(SortingBatchDao sortingBatchDao)
          Sets the reference to sortingBatchDao.
protected  ClusterSortingMeasurement toClusterSortingMeasurement(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterSortingMeasurement toClusterSortingMeasurement(SortingMeasurement entity)
          Converts this DAO's entity to an object of type ClusterSortingMeasurement.
 void toClusterSortingMeasurement(SortingMeasurement source, ClusterSortingMeasurement target)
          Copies the fields of the specified entity to the target value object.
 ClusterSortingMeasurement[] toClusterSortingMeasurementArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterSortingMeasurement.
 void toClusterSortingMeasurementCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterSortingMeasurement.
protected  SortingMeasurement toEntity(java.lang.Object[] row)
           
protected  RemoteSortingMeasurementFullVO toRemoteSortingMeasurementFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteSortingMeasurementFullVO toRemoteSortingMeasurementFullVO(SortingMeasurement entity)
          Converts this DAO's entity to an object of type RemoteSortingMeasurementFullVO.
 void toRemoteSortingMeasurementFullVO(SortingMeasurement source, RemoteSortingMeasurementFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteSortingMeasurementFullVO[] toRemoteSortingMeasurementFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteSortingMeasurementFullVO.
 void toRemoteSortingMeasurementFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteSortingMeasurementFullVO.
protected  RemoteSortingMeasurementNaturalId toRemoteSortingMeasurementNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteSortingMeasurementNaturalId toRemoteSortingMeasurementNaturalId(SortingMeasurement entity)
          Converts this DAO's entity to an object of type RemoteSortingMeasurementNaturalId.
 void toRemoteSortingMeasurementNaturalId(SortingMeasurement source, RemoteSortingMeasurementNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteSortingMeasurementNaturalId[] toRemoteSortingMeasurementNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteSortingMeasurementNaturalId.
 void toRemoteSortingMeasurementNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteSortingMeasurementNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.measure.SortingMeasurement) method.
protected  java.lang.Object transformEntity(int transform, SortingMeasurement 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.SortingMeasurementDao, 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(SortingMeasurement sortingMeasurement)
          Updates the sortingMeasurement 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.SortingMeasurementDao
clusterSortingMeasurementToEntity, remoteSortingMeasurementFullVOToEntity, remoteSortingMeasurementNaturalIdToEntity
 
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

SortingMeasurementDaoBase

public SortingMeasurementDaoBase()
Method Detail

setSortingBatchDao

public void setSortingBatchDao(SortingBatchDao sortingBatchDao)
Sets the reference to sortingBatchDao.


getSortingBatchDao

protected SortingBatchDao getSortingBatchDao()
Gets the reference to sortingBatchDao.


setProduceDao

public void setProduceDao(ProduceDao produceDao)
Sets the reference to produceDao.


getProduceDao

protected ProduceDao getProduceDao()
Gets the reference to produceDao.


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 MeasurementDao
Specified by:
load in interface SortingMeasurementDao
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:
SortingMeasurementDao.load(int, java.lang.Integer)

load

public SortingMeasurement 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 MeasurementDao
Specified by:
load in interface SortingMeasurementDao
Overrides:
load in class MeasurementDaoBase
See Also:
SortingMeasurementDao.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 MeasurementDao
Specified by:
loadAll in interface SortingMeasurementDao
Overrides:
loadAll in class MeasurementDaoBase
Returns:
the loaded entities.
See Also:
SortingMeasurementDao.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 MeasurementDao
Specified by:
loadAll in interface SortingMeasurementDao
Overrides:
loadAll in class MeasurementDaoBase
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
SortingMeasurementDao.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 MeasurementDao
Specified by:
loadAll in interface SortingMeasurementDao
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:
SortingMeasurementDao.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 MeasurementDao
Specified by:
loadAll in interface SortingMeasurementDao
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:
SortingMeasurementDao.loadAll(int, int, int)

create

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

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

create

public java.lang.Object create(int transform,
                               SortingMeasurement sortingMeasurement)
Description copied from interface: SortingMeasurementDao

Does the same thing as SortingMeasurementDao.create(fr.ifremer.allegro.data.measure.SortingMeasurement) 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 SortingMeasurementDao
See Also:
SortingMeasurementDao.create(int transform, fr.ifremer.allegro.data.measure.SortingMeasurement)

create

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

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

create

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

Does the same thing as SortingMeasurementDao.create(fr.ifremer.allegro.data.measure.SortingMeasurement) 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 SortingMeasurementDao
See Also:
SortingMeasurementDao.create(int, java.util.Collection)

create

public SortingMeasurement 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,
                                 java.lang.Integer rankOrder,
                                 SortingBatch sortingBatch,
                                 Produce produce)
Description copied from interface: SortingMeasurementDao

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

Specified by:
create in interface SortingMeasurementDao
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,java.lang.Integer,fr.ifremer.allegro.data.batch.SortingBatch,fr.ifremer.allegro.data.produce.Produce)

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,
                               java.lang.Integer rankOrder,
                               SortingBatch sortingBatch,
                               Produce produce)
Description copied from interface: SortingMeasurementDao

Does the same thing as SortingMeasurementDao.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,java.lang.Integer,fr.ifremer.allegro.data.batch.SortingBatch,fr.ifremer.allegro.data.produce.Produce) 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 SortingMeasurementDao
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,java.lang.Integer,fr.ifremer.allegro.data.batch.SortingBatch,fr.ifremer.allegro.data.produce.Produce)

create

public SortingMeasurement create(Pmfm pmfm,
                                 QualityFlag qualityFlag,
                                 java.lang.Integer rankOrder)
Description copied from interface: SortingMeasurementDao

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

Specified by:
create in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,java.lang.Integer)

create

public java.lang.Object create(int transform,
                               Pmfm pmfm,
                               QualityFlag qualityFlag,
                               java.lang.Integer rankOrder)
Description copied from interface: SortingMeasurementDao

Does the same thing as SortingMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,java.lang.Integer) 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 SortingMeasurementDao
See Also:
SortingMeasurementDao.create(int, fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,java.lang.Integer)

update

public void update(SortingMeasurement sortingMeasurement)
Description copied from interface: SortingMeasurementDao
Updates the sortingMeasurement instance in the persistent store.

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

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 MeasurementDao
Specified by:
update in interface SortingMeasurementDao
Overrides:
update in class MeasurementDaoBase
See Also:
MeasurementDao.update(java.util.Collection)

remove

public void remove(SortingMeasurement sortingMeasurement)
Description copied from interface: SortingMeasurementDao
Removes the instance of fr.ifremer.allegro.data.measure.SortingMeasurement from the persistent store.

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

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 MeasurementDao
Specified by:
remove in interface SortingMeasurementDao
Overrides:
remove in class MeasurementDaoBase
See Also:
SortingMeasurementDao.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 MeasurementDao
Specified by:
remove in interface SortingMeasurementDao
Overrides:
remove in class MeasurementDaoBase
See Also:
MeasurementDao.remove(java.util.Collection)

getAllSortingMeasurement

public java.util.Collection getAllSortingMeasurement()
Specified by:
getAllSortingMeasurement in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.getAllSortingMeasurement()

getAllSortingMeasurement

public java.util.Collection getAllSortingMeasurement(int transform)
Description copied from interface: SortingMeasurementDao

Does the same thing as SortingMeasurementDao.getAllSortingMeasurement() 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:
getAllSortingMeasurement in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.getAllSortingMeasurement(int)

getAllSortingMeasurement

public java.util.Collection getAllSortingMeasurement(java.lang.String queryString)
Description copied from interface: SortingMeasurementDao

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

Specified by:
getAllSortingMeasurement in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.getAllSortingMeasurement(java.lang.String)

getAllSortingMeasurement

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

Does the same thing as SortingMeasurementDao.getAllSortingMeasurement() 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:
getAllSortingMeasurement in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.getAllSortingMeasurement(int, int)

getAllSortingMeasurement

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

Does the same thing as SortingMeasurementDao.getAllSortingMeasurement(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:
getAllSortingMeasurement in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.getAllSortingMeasurement(String, int, int)

getAllSortingMeasurement

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

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

Specified by:
getAllSortingMeasurement in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.getAllSortingMeasurement(int, String)

getAllSortingMeasurement

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

Does the same thing as SortingMeasurementDao.getAllSortingMeasurement(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:
getAllSortingMeasurement in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.getAllSortingMeasurement(int, int, int)

getAllSortingMeasurement

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

Does the same thing as SortingMeasurementDao.getAllSortingMeasurement(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:
getAllSortingMeasurement in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.getAllSortingMeasurement(int, java.lang.String, int, int)

findSortingMeasurementById

public SortingMeasurement findSortingMeasurementById(java.lang.Integer id)
Specified by:
findSortingMeasurementById in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementById(java.lang.Integer)

findSortingMeasurementById

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementById(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:
findSortingMeasurementById in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementById(int, java.lang.Integer)

findSortingMeasurementById

public SortingMeasurement findSortingMeasurementById(java.lang.String queryString,
                                                     java.lang.Integer id)
Description copied from interface: SortingMeasurementDao

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

Specified by:
findSortingMeasurementById in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementById(java.lang.String, java.lang.Integer)

findSortingMeasurementById

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

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

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

findSortingMeasurementBySortingBatch

public java.util.Collection findSortingMeasurementBySortingBatch(SortingBatch sortingBatch)
Specified by:
findSortingMeasurementBySortingBatch in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch)

findSortingMeasurementBySortingBatch

public java.util.Collection findSortingMeasurementBySortingBatch(int transform,
                                                                 SortingBatch sortingBatch)
Description copied from interface: SortingMeasurementDao

Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch) 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:
findSortingMeasurementBySortingBatch in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch)

findSortingMeasurementBySortingBatch

public java.util.Collection findSortingMeasurementBySortingBatch(java.lang.String queryString,
                                                                 SortingBatch sortingBatch)
Description copied from interface: SortingMeasurementDao

Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch) with an additional argument called queryString. This queryString argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch).

Specified by:
findSortingMeasurementBySortingBatch in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementBySortingBatch(java.lang.String, fr.ifremer.allegro.data.batch.SortingBatch)

findSortingMeasurementBySortingBatch

public java.util.Collection findSortingMeasurementBySortingBatch(int pageNumber,
                                                                 int pageSize,
                                                                 SortingBatch sortingBatch)
Description copied from interface: SortingMeasurementDao

Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch) 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:
findSortingMeasurementBySortingBatch in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, int, fr.ifremer.allegro.data.batch.SortingBatch)

findSortingMeasurementBySortingBatch

public java.util.Collection findSortingMeasurementBySortingBatch(java.lang.String queryString,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 SortingBatch sortingBatch)
Description copied from interface: SortingMeasurementDao

Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(String, fr.ifremer.allegro.data.batch.SortingBatch) 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:
findSortingMeasurementBySortingBatch in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementBySortingBatch(String, int, int, fr.ifremer.allegro.data.batch.SortingBatch)

findSortingMeasurementBySortingBatch

public java.util.Collection findSortingMeasurementBySortingBatch(int transform,
                                                                 java.lang.String queryString,
                                                                 SortingBatch sortingBatch)
Description copied from interface: SortingMeasurementDao

Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch) with an additional argument called queryString. This queryString argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch sortingBatch).

Specified by:
findSortingMeasurementBySortingBatch in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, String, fr.ifremer.allegro.data.batch.SortingBatch)

findSortingMeasurementBySortingBatch

public java.util.Collection findSortingMeasurementBySortingBatch(int transform,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 SortingBatch sortingBatch)
Description copied from interface: SortingMeasurementDao

Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch) 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:
findSortingMeasurementBySortingBatch in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, int, int, fr.ifremer.allegro.data.batch.SortingBatch)

findSortingMeasurementBySortingBatch

public java.util.Collection findSortingMeasurementBySortingBatch(int transform,
                                                                 java.lang.String queryString,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 SortingBatch sortingBatch)
Description copied from interface: SortingMeasurementDao

Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, String, fr.ifremer.allegro.data.batch.SortingBatch) 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:
findSortingMeasurementBySortingBatch in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, java.lang.String, int, int, fr.ifremer.allegro.data.batch.SortingBatch)

findSortingMeasurementByProduce

public java.util.Collection findSortingMeasurementByProduce(Produce produce)
Specified by:
findSortingMeasurementByProduce in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce)

findSortingMeasurementByProduce

public java.util.Collection findSortingMeasurementByProduce(int transform,
                                                            Produce produce)
Description copied from interface: SortingMeasurementDao

Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce) 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:
findSortingMeasurementByProduce in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce)

findSortingMeasurementByProduce

public java.util.Collection findSortingMeasurementByProduce(java.lang.String queryString,
                                                            Produce produce)
Description copied from interface: SortingMeasurementDao

Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce) with an additional argument called queryString. This queryString argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce).

Specified by:
findSortingMeasurementByProduce in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByProduce(java.lang.String, fr.ifremer.allegro.data.produce.Produce)

findSortingMeasurementByProduce

public java.util.Collection findSortingMeasurementByProduce(int pageNumber,
                                                            int pageSize,
                                                            Produce produce)
Description copied from interface: SortingMeasurementDao

Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce) 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:
findSortingMeasurementByProduce in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByProduce(int, int, fr.ifremer.allegro.data.produce.Produce)

findSortingMeasurementByProduce

public java.util.Collection findSortingMeasurementByProduce(java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Produce produce)
Description copied from interface: SortingMeasurementDao

Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(String, fr.ifremer.allegro.data.produce.Produce) 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:
findSortingMeasurementByProduce in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByProduce(String, int, int, fr.ifremer.allegro.data.produce.Produce)

findSortingMeasurementByProduce

public java.util.Collection findSortingMeasurementByProduce(int transform,
                                                            java.lang.String queryString,
                                                            Produce produce)
Description copied from interface: SortingMeasurementDao

Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce) with an additional argument called queryString. This queryString argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce produce).

Specified by:
findSortingMeasurementByProduce in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByProduce(int, String, fr.ifremer.allegro.data.produce.Produce)

findSortingMeasurementByProduce

public java.util.Collection findSortingMeasurementByProduce(int transform,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Produce produce)
Description copied from interface: SortingMeasurementDao

Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce) 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:
findSortingMeasurementByProduce in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByProduce(int, int, int, fr.ifremer.allegro.data.produce.Produce)

findSortingMeasurementByProduce

public java.util.Collection findSortingMeasurementByProduce(int transform,
                                                            java.lang.String queryString,
                                                            int pageNumber,
                                                            int pageSize,
                                                            Produce produce)
Description copied from interface: SortingMeasurementDao

Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(int, String, fr.ifremer.allegro.data.produce.Produce) 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:
findSortingMeasurementByProduce in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByProduce(int, java.lang.String, int, int, fr.ifremer.allegro.data.produce.Produce)

findSortingMeasurementByDepartment

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

findSortingMeasurementByDepartment

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(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:
findSortingMeasurementByDepartment in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)

findSortingMeasurementByDepartment

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

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

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

findSortingMeasurementByDepartment

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(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:
findSortingMeasurementByDepartment in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)

findSortingMeasurementByDepartment

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(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:
findSortingMeasurementByDepartment in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)

findSortingMeasurementByDepartment

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(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 SortingMeasurementDao.findSortingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department department).

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

findSortingMeasurementByDepartment

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(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:
findSortingMeasurementByDepartment in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)

findSortingMeasurementByDepartment

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(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:
findSortingMeasurementByDepartment in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)

findSortingMeasurementByPrecisionType

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

findSortingMeasurementByPrecisionType

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(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:
findSortingMeasurementByPrecisionType in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)

findSortingMeasurementByPrecisionType

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

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

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

findSortingMeasurementByPrecisionType

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(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:
findSortingMeasurementByPrecisionType in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)

findSortingMeasurementByPrecisionType

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(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:
findSortingMeasurementByPrecisionType in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)

findSortingMeasurementByPrecisionType

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

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

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

findSortingMeasurementByPrecisionType

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(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:
findSortingMeasurementByPrecisionType in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)

findSortingMeasurementByPrecisionType

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(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:
findSortingMeasurementByPrecisionType in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)

findSortingMeasurementByQualityFlag

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

findSortingMeasurementByQualityFlag

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(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:
findSortingMeasurementByQualityFlag in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)

findSortingMeasurementByQualityFlag

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

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

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

findSortingMeasurementByQualityFlag

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(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:
findSortingMeasurementByQualityFlag in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)

findSortingMeasurementByQualityFlag

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(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:
findSortingMeasurementByQualityFlag in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findSortingMeasurementByQualityFlag

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

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

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

findSortingMeasurementByQualityFlag

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(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:
findSortingMeasurementByQualityFlag in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)

findSortingMeasurementByQualityFlag

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(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:
findSortingMeasurementByQualityFlag in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findSortingMeasurementByAnalysisInstrument

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

findSortingMeasurementByAnalysisInstrument

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(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:
findSortingMeasurementByAnalysisInstrument in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)

findSortingMeasurementByAnalysisInstrument

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

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

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

findSortingMeasurementByAnalysisInstrument

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(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:
findSortingMeasurementByAnalysisInstrument in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findSortingMeasurementByAnalysisInstrument

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(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:
findSortingMeasurementByAnalysisInstrument in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findSortingMeasurementByAnalysisInstrument

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

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

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

findSortingMeasurementByAnalysisInstrument

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(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:
findSortingMeasurementByAnalysisInstrument in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findSortingMeasurementByAnalysisInstrument

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(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:
findSortingMeasurementByAnalysisInstrument in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findSortingMeasurementByNumericalPrecision

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

findSortingMeasurementByNumericalPrecision

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(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:
findSortingMeasurementByNumericalPrecision in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)

findSortingMeasurementByNumericalPrecision

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

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

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

findSortingMeasurementByNumericalPrecision

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(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:
findSortingMeasurementByNumericalPrecision in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findSortingMeasurementByNumericalPrecision

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(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:
findSortingMeasurementByNumericalPrecision in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findSortingMeasurementByNumericalPrecision

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

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

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

findSortingMeasurementByNumericalPrecision

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(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:
findSortingMeasurementByNumericalPrecision in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findSortingMeasurementByNumericalPrecision

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(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:
findSortingMeasurementByNumericalPrecision in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findSortingMeasurementByPmfm

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

findSortingMeasurementByPmfm

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(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:
findSortingMeasurementByPmfm in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findSortingMeasurementByPmfm

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

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

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

findSortingMeasurementByPmfm

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(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:
findSortingMeasurementByPmfm in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findSortingMeasurementByPmfm

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(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:
findSortingMeasurementByPmfm in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findSortingMeasurementByPmfm

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(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 SortingMeasurementDao.findSortingMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm).

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

findSortingMeasurementByPmfm

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(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:
findSortingMeasurementByPmfm in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findSortingMeasurementByPmfm

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(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:
findSortingMeasurementByPmfm in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findSortingMeasurementByQualitativeValue

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

findSortingMeasurementByQualitativeValue

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(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:
findSortingMeasurementByQualitativeValue in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findSortingMeasurementByQualitativeValue

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

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

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

findSortingMeasurementByQualitativeValue

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(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:
findSortingMeasurementByQualitativeValue in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findSortingMeasurementByQualitativeValue

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(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:
findSortingMeasurementByQualitativeValue in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findSortingMeasurementByQualitativeValue

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(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 SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue).

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

findSortingMeasurementByQualitativeValue

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(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:
findSortingMeasurementByQualitativeValue in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findSortingMeasurementByQualitativeValue

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(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:
findSortingMeasurementByQualitativeValue in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findSortingMeasurementByAggregationLevel

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

findSortingMeasurementByAggregationLevel

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(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:
findSortingMeasurementByAggregationLevel in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findSortingMeasurementByAggregationLevel

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

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

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

findSortingMeasurementByAggregationLevel

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(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:
findSortingMeasurementByAggregationLevel in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findSortingMeasurementByAggregationLevel

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(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:
findSortingMeasurementByAggregationLevel in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findSortingMeasurementByAggregationLevel

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(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 SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel).

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

findSortingMeasurementByAggregationLevel

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(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:
findSortingMeasurementByAggregationLevel in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findSortingMeasurementByAggregationLevel

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(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:
findSortingMeasurementByAggregationLevel in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findSortingMeasurementByNaturalId

public SortingMeasurement findSortingMeasurementByNaturalId(java.lang.Integer id)
Specified by:
findSortingMeasurementByNaturalId in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByNaturalId(java.lang.Integer)

findSortingMeasurementByNaturalId

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

Does the same thing as SortingMeasurementDao.findSortingMeasurementByNaturalId(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:
findSortingMeasurementByNaturalId in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByNaturalId(int, java.lang.Integer)

findSortingMeasurementByNaturalId

public SortingMeasurement findSortingMeasurementByNaturalId(java.lang.String queryString,
                                                            java.lang.Integer id)
Description copied from interface: SortingMeasurementDao

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

Specified by:
findSortingMeasurementByNaturalId in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByNaturalId(java.lang.String, java.lang.Integer)

findSortingMeasurementByNaturalId

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

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

Specified by:
findSortingMeasurementByNaturalId in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.findSortingMeasurementByNaturalId(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)

createFromClusterSortingMeasurement

public SortingMeasurement createFromClusterSortingMeasurement(ClusterSortingMeasurement clusterSortingMeasurement)
Specified by:
createFromClusterSortingMeasurement in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.createFromClusterSortingMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSortingMeasurement)

handleCreateFromClusterSortingMeasurement

protected abstract SortingMeasurement handleCreateFromClusterSortingMeasurement(ClusterSortingMeasurement clusterSortingMeasurement)
                                                                         throws java.lang.Exception
Performs the core logic for createFromClusterSortingMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSortingMeasurement)

Throws:
java.lang.Exception

getAllClusterSortingMeasurement

public ClusterSortingMeasurement[] getAllClusterSortingMeasurement(java.lang.Integer userId,
                                                                   java.lang.Integer[] registrationLocationIds,
                                                                   java.lang.Integer pageNumber,
                                                                   java.lang.Integer pageSize)
Specified by:
getAllClusterSortingMeasurement in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.getAllClusterSortingMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetAllClusterSortingMeasurement

protected abstract ClusterSortingMeasurement[] handleGetAllClusterSortingMeasurement(java.lang.Integer userId,
                                                                                     java.lang.Integer[] registrationLocationIds,
                                                                                     java.lang.Integer pageNumber,
                                                                                     java.lang.Integer pageSize)
                                                                              throws java.lang.Exception
Performs the core logic for getAllClusterSortingMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object transformEntity(int transform,
                                           SortingMeasurement 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.SortingMeasurementDao, 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 SortingMeasurementDao
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.SortingMeasurement) 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.SortingMeasurementDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.data.measure.SortingMeasurement)

toEntity

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

toRemoteSortingMeasurementFullVOCollection

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

Specified by:
toRemoteSortingMeasurementFullVOCollection in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.toRemoteSortingMeasurementFullVOCollection(java.util.Collection)

toRemoteSortingMeasurementFullVOArray

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

Specified by:
toRemoteSortingMeasurementFullVOArray in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.toRemoteSortingMeasurementFullVOArray(java.util.Collection)

toRemoteSortingMeasurementFullVO

protected RemoteSortingMeasurementFullVO toRemoteSortingMeasurementFullVO(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 SortingMeasurementDaoImpl class if you intend to use reporting queries.

See Also:
SortingMeasurementDao.toRemoteSortingMeasurementFullVO(fr.ifremer.allegro.data.measure.SortingMeasurement)

remoteSortingMeasurementFullVOToEntityCollection

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

Specified by:
remoteSortingMeasurementFullVOToEntityCollection in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.remoteSortingMeasurementFullVOToEntityCollection(java.util.Collection)

toRemoteSortingMeasurementFullVO

public void toRemoteSortingMeasurementFullVO(SortingMeasurement source,
                                             RemoteSortingMeasurementFullVO target)
Description copied from interface: SortingMeasurementDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteSortingMeasurementFullVO(), 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:
toRemoteSortingMeasurementFullVO in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.toRemoteSortingMeasurementFullVO(fr.ifremer.allegro.data.measure.SortingMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)

toRemoteSortingMeasurementFullVO

public RemoteSortingMeasurementFullVO toRemoteSortingMeasurementFullVO(SortingMeasurement entity)
Description copied from interface: SortingMeasurementDao
Converts this DAO's entity to an object of type RemoteSortingMeasurementFullVO.

Specified by:
toRemoteSortingMeasurementFullVO in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.toRemoteSortingMeasurementFullVO(fr.ifremer.allegro.data.measure.SortingMeasurement)

remoteSortingMeasurementFullVOToEntity

public void remoteSortingMeasurementFullVOToEntity(RemoteSortingMeasurementFullVO source,
                                                   SortingMeasurement target,
                                                   boolean copyIfNull)
Description copied from interface: SortingMeasurementDao
Copies the fields of RemoteSortingMeasurementFullVO to the specified entity.

Specified by:
remoteSortingMeasurementFullVOToEntity in interface SortingMeasurementDao
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.SortingMeasurementDao#remoteSortingMeasurementFullVOToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO, fr.ifremer.allegro.data.measure.SortingMeasurement)

toRemoteSortingMeasurementNaturalIdCollection

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

Specified by:
toRemoteSortingMeasurementNaturalIdCollection in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.toRemoteSortingMeasurementNaturalIdCollection(java.util.Collection)

toRemoteSortingMeasurementNaturalIdArray

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

Specified by:
toRemoteSortingMeasurementNaturalIdArray in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.toRemoteSortingMeasurementNaturalIdArray(java.util.Collection)

toRemoteSortingMeasurementNaturalId

protected RemoteSortingMeasurementNaturalId toRemoteSortingMeasurementNaturalId(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 SortingMeasurementDaoImpl class if you intend to use reporting queries.

See Also:
SortingMeasurementDao.toRemoteSortingMeasurementNaturalId(fr.ifremer.allegro.data.measure.SortingMeasurement)

remoteSortingMeasurementNaturalIdToEntityCollection

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

Specified by:
remoteSortingMeasurementNaturalIdToEntityCollection in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.remoteSortingMeasurementNaturalIdToEntityCollection(java.util.Collection)

toRemoteSortingMeasurementNaturalId

public void toRemoteSortingMeasurementNaturalId(SortingMeasurement source,
                                                RemoteSortingMeasurementNaturalId target)
Description copied from interface: SortingMeasurementDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteSortingMeasurementNaturalId(), 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:
toRemoteSortingMeasurementNaturalId in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.toRemoteSortingMeasurementNaturalId(fr.ifremer.allegro.data.measure.SortingMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementNaturalId)

toRemoteSortingMeasurementNaturalId

public RemoteSortingMeasurementNaturalId toRemoteSortingMeasurementNaturalId(SortingMeasurement entity)
Description copied from interface: SortingMeasurementDao
Converts this DAO's entity to an object of type RemoteSortingMeasurementNaturalId.

Specified by:
toRemoteSortingMeasurementNaturalId in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.toRemoteSortingMeasurementNaturalId(fr.ifremer.allegro.data.measure.SortingMeasurement)

remoteSortingMeasurementNaturalIdToEntity

public void remoteSortingMeasurementNaturalIdToEntity(RemoteSortingMeasurementNaturalId source,
                                                      SortingMeasurement target,
                                                      boolean copyIfNull)
Description copied from interface: SortingMeasurementDao
Copies the fields of RemoteSortingMeasurementNaturalId to the specified entity.

Specified by:
remoteSortingMeasurementNaturalIdToEntity in interface SortingMeasurementDao
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.SortingMeasurementDao#remoteSortingMeasurementNaturalIdToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementNaturalId, fr.ifremer.allegro.data.measure.SortingMeasurement)

toClusterSortingMeasurementCollection

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

Specified by:
toClusterSortingMeasurementCollection in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.toClusterSortingMeasurementCollection(java.util.Collection)

toClusterSortingMeasurementArray

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

Specified by:
toClusterSortingMeasurementArray in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.toClusterSortingMeasurementArray(java.util.Collection)

toClusterSortingMeasurement

protected ClusterSortingMeasurement toClusterSortingMeasurement(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 SortingMeasurementDaoImpl class if you intend to use reporting queries.

See Also:
SortingMeasurementDao.toClusterSortingMeasurement(fr.ifremer.allegro.data.measure.SortingMeasurement)

clusterSortingMeasurementToEntityCollection

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

Specified by:
clusterSortingMeasurementToEntityCollection in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.clusterSortingMeasurementToEntityCollection(java.util.Collection)

toClusterSortingMeasurement

public void toClusterSortingMeasurement(SortingMeasurement source,
                                        ClusterSortingMeasurement target)
Description copied from interface: SortingMeasurementDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterSortingMeasurement(), 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:
toClusterSortingMeasurement in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.toClusterSortingMeasurement(fr.ifremer.allegro.data.measure.SortingMeasurement, fr.ifremer.allegro.data.measure.generic.cluster.ClusterSortingMeasurement)

toClusterSortingMeasurement

public ClusterSortingMeasurement toClusterSortingMeasurement(SortingMeasurement entity)
Description copied from interface: SortingMeasurementDao
Converts this DAO's entity to an object of type ClusterSortingMeasurement.

Specified by:
toClusterSortingMeasurement in interface SortingMeasurementDao
See Also:
SortingMeasurementDao.toClusterSortingMeasurement(fr.ifremer.allegro.data.measure.SortingMeasurement)

clusterSortingMeasurementToEntity

public void clusterSortingMeasurementToEntity(ClusterSortingMeasurement source,
                                              SortingMeasurement target,
                                              boolean copyIfNull)
Description copied from interface: SortingMeasurementDao
Copies the fields of ClusterSortingMeasurement to the specified entity.

Specified by:
clusterSortingMeasurementToEntity in interface SortingMeasurementDao
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.SortingMeasurementDao#clusterSortingMeasurementToEntity(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSortingMeasurement, fr.ifremer.allegro.data.measure.SortingMeasurement)

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 MeasurementDao
Specified by:
search in interface SortingMeasurementDao
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:
SortingMeasurementDao.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 MeasurementDao
Specified by:
search in interface SortingMeasurementDao
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:
SortingMeasurementDao.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 MeasurementDao
Specified by:
search in interface SortingMeasurementDao
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:
SortingMeasurementDao.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 MeasurementDao
Specified by:
search in interface SortingMeasurementDao
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:
SortingMeasurementDao.search(fr.ifremer.allegro.Search)


Copyright © 2008-2010 IFREMER. All Rights Reserved.