fr.ifremer.allegro.data.measure
Class GearUseMeasurementDaoBase

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.GearUseMeasurementDaoBase
All Implemented Interfaces:
GearUseMeasurementDao, MeasurementDao
Direct Known Subclasses:
GearUseMeasurementDaoImpl

public abstract class GearUseMeasurementDaoBase
extends MeasurementDaoImpl
implements GearUseMeasurementDao

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

See Also:
GearUseMeasurement

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.data.measure.GearUseMeasurementDao
TRANSFORM_CLUSTERGEARUSEMEASUREMENT, TRANSFORM_REMOTEGEARUSEMEASUREMENTFULLVO, TRANSFORM_REMOTEGEARUSEMEASUREMENTNATURALID
 
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID
 
Constructor Summary
GearUseMeasurementDaoBase()
           
 
Method Summary
 void clusterGearUseMeasurementToEntity(ClusterGearUseMeasurement source, GearUseMeasurement target, boolean copyIfNull)
          Copies the fields of ClusterGearUseMeasurement to the specified entity.
 void clusterGearUseMeasurementToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterGearUseMeasurement to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.measure.GearUseMeasurement and adds from the passed in entities collection
 GearUseMeasurement 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, GearUseFeatures gearUseFeatures)
           Creates a new fr.ifremer.allegro.data.measure.GearUseMeasurement instance from all attributes and properties and adds it to the persistent store.
 GearUseMeasurement create(GearUseFeatures gearUseFeatures, Pmfm pmfm, QualityFlag qualityFlag)
           Creates a new fr.ifremer.allegro.data.measure.GearUseMeasurement instance from only required properties (attributes and association ends) and adds it to the persistent store.
 GearUseMeasurement create(GearUseMeasurement gearUseMeasurement)
          Creates an instance of fr.ifremer.allegro.data.measure.GearUseMeasurement and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as GearUseMeasurementDao.create(fr.ifremer.allegro.data.measure.GearUseMeasurement) 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, GearUseFeatures gearUseFeatures)
           Does the same thing as GearUseMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional flag called transform.
 java.lang.Object create(int transform, GearUseFeatures gearUseFeatures, Pmfm pmfm, QualityFlag qualityFlag)
           Does the same thing as GearUseMeasurementDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.lang.Object create(int transform, GearUseMeasurement gearUseMeasurement)
           Does the same thing as GearUseMeasurementDao.create(fr.ifremer.allegro.data.measure.GearUseMeasurement) with an additional flag called transform.
 GearUseMeasurement createFromClusterGearUseMeasurement(ClusterGearUseMeasurement clusterGearUseMeasurement)
           
 java.util.Collection findGearUseMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
           
 java.util.Collection findGearUseMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional flag called transform.
 java.util.Collection findGearUseMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
           
 java.util.Collection findGearUseMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional flag called transform.
 java.util.Collection findGearUseMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByDepartment(Department department)
           
 java.util.Collection findGearUseMeasurementByDepartment(int transform, Department department)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findGearUseMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByGearUseFeatures(GearUseFeatures gearUseFeatures)
           
 java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform, GearUseFeatures gearUseFeatures)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional flag called transform.
 java.util.Collection findGearUseMeasurementByGearUseFeatures(int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform, java.lang.String queryString, GearUseFeatures gearUseFeatures)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByGearUseFeatures(java.lang.String queryString, GearUseFeatures gearUseFeatures)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByGearUseFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional two arguments called pageNumber and pageSize.
 GearUseMeasurement findGearUseMeasurementById(java.lang.Integer id)
           
 java.lang.Object findGearUseMeasurementById(int transform, java.lang.Integer id)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findGearUseMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementById(int, java.lang.Integer) with an additional argument called queryString.
 GearUseMeasurement findGearUseMeasurementById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementById(java.lang.Integer) with an additional argument called queryString.
 GearUseMeasurement findGearUseMeasurementByNaturalId(java.lang.Integer id)
           
 java.lang.Object findGearUseMeasurementByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findGearUseMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 GearUseMeasurement findGearUseMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional flag called transform.
 java.util.Collection findGearUseMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
           
 java.util.Collection findGearUseMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByPmfm(int transform, Pmfm pmfm)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection findGearUseMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByPmfm(Pmfm pmfm)
           
 java.util.Collection findGearUseMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection findGearUseMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection findGearUseMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform.
 java.util.Collection findGearUseMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
           
 java.util.Collection findGearUseMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findGearUseMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findGearUseMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
           
 java.util.Collection findMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional flag called transform.
 java.util.Collection findMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
           
 java.util.Collection findMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional flag called transform.
 java.util.Collection findMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByDepartment(Department department)
           
 java.util.Collection findMeasurementByDepartment(int transform, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 Measurement findMeasurementById(java.lang.Integer id)
           
 java.lang.Object findMeasurementById(int transform, java.lang.Integer id)
           Does the same thing as MeasurementDao.findMeasurementById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MeasurementDao.findMeasurementById(int, java.lang.Integer) with an additional argument called queryString.
 Measurement findMeasurementById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MeasurementDao.findMeasurementById(java.lang.Integer) with an additional argument called queryString.
 Measurement findMeasurementByNaturalId(java.lang.Integer id)
           
 java.lang.Object findMeasurementByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as MeasurementDao.findMeasurementByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MeasurementDao.findMeasurementByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 Measurement findMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MeasurementDao.findMeasurementByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional flag called transform.
 java.util.Collection findMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
           
 java.util.Collection findMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPmfm(int transform, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection findMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findMeasurementByPmfm(Pmfm pmfm)
           
 java.util.Collection findMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection findMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection findMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform.
 java.util.Collection findMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
           
 java.util.Collection findMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findMeasurementByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection getAllGearUseMeasurement()
           
 java.util.Collection getAllGearUseMeasurement(int transform)
           Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement() with an additional flag called transform.
 java.util.Collection getAllGearUseMeasurement(int pageNumber, int pageSize)
           Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseMeasurement(int transform, int pageNumber, int pageSize)
           Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseMeasurement(int transform, java.lang.String queryString)
           Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement(int) with an additional argument called queryString.
 java.util.Collection getAllGearUseMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseMeasurement(java.lang.String queryString)
           Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement() with an additional argument called queryString.
 java.util.Collection getAllGearUseMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurement()
           
 java.util.Collection getAllMeasurement(int transform)
           Does the same thing as MeasurementDao.getAllMeasurement() with an additional flag called transform.
 java.util.Collection getAllMeasurement(int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.getAllMeasurement() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurement(int transform, int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.getAllMeasurement(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurement(int transform, java.lang.String queryString)
           Does the same thing as MeasurementDao.getAllMeasurement(int) with an additional argument called queryString.
 java.util.Collection getAllMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.getAllMeasurement(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurement(java.lang.String queryString)
           Does the same thing as MeasurementDao.getAllMeasurement() with an additional argument called queryString.
 java.util.Collection getAllMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.getAllMeasurement(String) with an additional two arguments called pageNumber and pageSize.
protected  GearUseFeaturesDao getGearUseFeaturesDao()
          Gets the reference to gearUseFeaturesDao.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected abstract  GearUseMeasurement handleCreateFromClusterGearUseMeasurement(ClusterGearUseMeasurement clusterGearUseMeasurement)
          Performs the core logic for createFromClusterGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterGearUseMeasurement)
 GearUseMeasurement 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 remoteGearUseMeasurementFullVOToEntity(RemoteGearUseMeasurementFullVO source, GearUseMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteGearUseMeasurementFullVO to the specified entity.
 void remoteGearUseMeasurementFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteGearUseMeasurementFullVO to this DAO's entity.
 void remoteGearUseMeasurementNaturalIdToEntity(RemoteGearUseMeasurementNaturalId source, GearUseMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteGearUseMeasurementNaturalId to the specified entity.
 void remoteGearUseMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteGearUseMeasurementNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(GearUseMeasurement gearUseMeasurement)
          Removes the instance of fr.ifremer.allegro.data.measure.GearUseMeasurement from the persistent store.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.measure.Measurement having the given identifier 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 setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
          Sets the reference to gearUseFeaturesDao.
 ClusterGearUseMeasurement toClusterGearUseMeasurement(GearUseMeasurement entity)
          Converts this DAO's entity to an object of type ClusterGearUseMeasurement.
 void toClusterGearUseMeasurement(GearUseMeasurement source, ClusterGearUseMeasurement target)
          Copies the fields of the specified entity to the target value object.
protected  ClusterGearUseMeasurement toClusterGearUseMeasurement(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterGearUseMeasurement[] toClusterGearUseMeasurementArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterGearUseMeasurement.
 void toClusterGearUseMeasurementCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterGearUseMeasurement.
protected  GearUseMeasurement toEntity(java.lang.Object[] row)
           
 RemoteGearUseMeasurementFullVO toRemoteGearUseMeasurementFullVO(GearUseMeasurement entity)
          Converts this DAO's entity to an object of type RemoteGearUseMeasurementFullVO.
 void toRemoteGearUseMeasurementFullVO(GearUseMeasurement source, RemoteGearUseMeasurementFullVO target)
          Copies the fields of the specified entity to the target value object.
protected  RemoteGearUseMeasurementFullVO toRemoteGearUseMeasurementFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteGearUseMeasurementFullVO[] toRemoteGearUseMeasurementFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearUseMeasurementFullVO.
 void toRemoteGearUseMeasurementFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteGearUseMeasurementFullVO.
 RemoteGearUseMeasurementNaturalId toRemoteGearUseMeasurementNaturalId(GearUseMeasurement entity)
          Converts this DAO's entity to an object of type RemoteGearUseMeasurementNaturalId.
 void toRemoteGearUseMeasurementNaturalId(GearUseMeasurement source, RemoteGearUseMeasurementNaturalId target)
          Copies the fields of the specified entity to the target value object.
protected  RemoteGearUseMeasurementNaturalId toRemoteGearUseMeasurementNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteGearUseMeasurementNaturalId[] toRemoteGearUseMeasurementNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearUseMeasurementNaturalId.
 void toRemoteGearUseMeasurementNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteGearUseMeasurementNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.measure.GearUseMeasurement) method.
protected  java.lang.Object transformEntity(int transform, GearUseMeasurement 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.GearUseMeasurementDao, 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(GearUseMeasurement gearUseMeasurement)
          Updates the gearUseMeasurement 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.GearUseMeasurementDao
clusterGearUseMeasurementToEntity, remoteGearUseMeasurementFullVOToEntity, remoteGearUseMeasurementNaturalIdToEntity
 
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

GearUseMeasurementDaoBase

public GearUseMeasurementDaoBase()
Method Detail

setGearUseFeaturesDao

public void setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
Sets the reference to gearUseFeaturesDao.


getGearUseFeaturesDao

protected GearUseFeaturesDao getGearUseFeaturesDao()
Gets the reference to gearUseFeaturesDao.


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 GearUseMeasurementDao
Specified by:
load in interface MeasurementDao
Overrides:
load in class MeasurementDaoBase
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
GearUseMeasurementDao.load(int, java.lang.Integer)

load

public GearUseMeasurement 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 GearUseMeasurementDao
Specified by:
load in interface MeasurementDao
Overrides:
load in class MeasurementDaoBase
See Also:
GearUseMeasurementDao.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 GearUseMeasurementDao
Specified by:
loadAll in interface MeasurementDao
Overrides:
loadAll in class MeasurementDaoBase
Returns:
the loaded entities.
See Also:
GearUseMeasurementDao.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 GearUseMeasurementDao
Specified by:
loadAll in interface MeasurementDao
Overrides:
loadAll in class MeasurementDaoBase
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
GearUseMeasurementDao.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 GearUseMeasurementDao
Specified by:
loadAll in interface MeasurementDao
Overrides:
loadAll in class MeasurementDaoBase
Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.
See Also:
GearUseMeasurementDao.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 GearUseMeasurementDao
Specified by:
loadAll in interface MeasurementDao
Overrides:
loadAll in class MeasurementDaoBase
Parameters:
transform - the flag indicating what transformation to use.
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.
See Also:
GearUseMeasurementDao.loadAll(int, int, int)

create

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

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

create

public java.lang.Object create(int transform,
                               GearUseMeasurement gearUseMeasurement)
Description copied from interface: GearUseMeasurementDao

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

create

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

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

create

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

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

create

public GearUseMeasurement 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,
                                 GearUseFeatures gearUseFeatures)
Description copied from interface: GearUseMeasurementDao

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

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

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,
                               GearUseFeatures gearUseFeatures)
Description copied from interface: GearUseMeasurementDao

Does the same thing as GearUseMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) 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 GearUseMeasurementDao
See Also:
fr.ifremer.allegro.data.measure.MeasurementDao#create(int, java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)

create

public GearUseMeasurement create(GearUseFeatures gearUseFeatures,
                                 Pmfm pmfm,
                                 QualityFlag qualityFlag)
Description copied from interface: GearUseMeasurementDao

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

Specified by:
create in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)

create

public java.lang.Object create(int transform,
                               GearUseFeatures gearUseFeatures,
                               Pmfm pmfm,
                               QualityFlag qualityFlag)
Description copied from interface: GearUseMeasurementDao

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

Specified by:
create in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.create(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)

update

public void update(GearUseMeasurement gearUseMeasurement)
Description copied from interface: GearUseMeasurementDao
Updates the gearUseMeasurement instance in the persistent store.

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

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

remove

public void remove(GearUseMeasurement gearUseMeasurement)
Description copied from interface: GearUseMeasurementDao
Removes the instance of fr.ifremer.allegro.data.measure.GearUseMeasurement from the persistent store.

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

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

getAllGearUseMeasurement

public java.util.Collection getAllGearUseMeasurement()
Specified by:
getAllGearUseMeasurement in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.getAllGearUseMeasurement()

getAllGearUseMeasurement

public java.util.Collection getAllGearUseMeasurement(int transform)
Description copied from interface: GearUseMeasurementDao

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

getAllGearUseMeasurement

public java.util.Collection getAllGearUseMeasurement(java.lang.String queryString)
Description copied from interface: GearUseMeasurementDao

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

Specified by:
getAllGearUseMeasurement in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.getAllGearUseMeasurement(java.lang.String)

getAllGearUseMeasurement

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

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

getAllGearUseMeasurement

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

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

getAllGearUseMeasurement

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

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

Specified by:
getAllGearUseMeasurement in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.getAllGearUseMeasurement(int, String)

getAllGearUseMeasurement

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

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

getAllGearUseMeasurement

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

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

findGearUseMeasurementById

public GearUseMeasurement findGearUseMeasurementById(java.lang.Integer id)
Specified by:
findGearUseMeasurementById in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.findGearUseMeasurementById(java.lang.Integer)

findGearUseMeasurementById

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

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

findGearUseMeasurementById

public GearUseMeasurement findGearUseMeasurementById(java.lang.String queryString,
                                                     java.lang.Integer id)
Description copied from interface: GearUseMeasurementDao

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

Specified by:
findGearUseMeasurementById in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.findGearUseMeasurementById(java.lang.String, java.lang.Integer)

findGearUseMeasurementById

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

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

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

findGearUseMeasurementByGearUseFeatures

public java.util.Collection findGearUseMeasurementByGearUseFeatures(GearUseFeatures gearUseFeatures)
Specified by:
findGearUseMeasurementByGearUseFeatures in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)

findGearUseMeasurementByGearUseFeatures

public java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform,
                                                                    GearUseFeatures gearUseFeatures)
Description copied from interface: GearUseMeasurementDao

Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) 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:
findGearUseMeasurementByGearUseFeatures in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)

findGearUseMeasurementByGearUseFeatures

public java.util.Collection findGearUseMeasurementByGearUseFeatures(java.lang.String queryString,
                                                                    GearUseFeatures gearUseFeatures)
Description copied from interface: GearUseMeasurementDao

Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional argument called queryString. This queryString argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures).

Specified by:
findGearUseMeasurementByGearUseFeatures in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(java.lang.String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)

findGearUseMeasurementByGearUseFeatures

public java.util.Collection findGearUseMeasurementByGearUseFeatures(int pageNumber,
                                                                    int pageSize,
                                                                    GearUseFeatures gearUseFeatures)
Description copied from interface: GearUseMeasurementDao

Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) 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:
findGearUseMeasurementByGearUseFeatures in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)

findGearUseMeasurementByGearUseFeatures

public java.util.Collection findGearUseMeasurementByGearUseFeatures(java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    GearUseFeatures gearUseFeatures)
Description copied from interface: GearUseMeasurementDao

Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) 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:
findGearUseMeasurementByGearUseFeatures in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(String, int, int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)

findGearUseMeasurementByGearUseFeatures

public java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform,
                                                                    java.lang.String queryString,
                                                                    GearUseFeatures gearUseFeatures)
Description copied from interface: GearUseMeasurementDao

Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional argument called queryString. This queryString argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures gearUseFeatures).

Specified by:
findGearUseMeasurementByGearUseFeatures in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)

findGearUseMeasurementByGearUseFeatures

public java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    GearUseFeatures gearUseFeatures)
Description copied from interface: GearUseMeasurementDao

Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) 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:
findGearUseMeasurementByGearUseFeatures in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, int, int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)

findGearUseMeasurementByGearUseFeatures

public java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform,
                                                                    java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    GearUseFeatures gearUseFeatures)
Description copied from interface: GearUseMeasurementDao

Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) 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:
findGearUseMeasurementByGearUseFeatures in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, java.lang.String, int, int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)

findGearUseMeasurementByDepartment

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

findGearUseMeasurementByDepartment

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

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

findGearUseMeasurementByDepartment

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

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

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

findGearUseMeasurementByDepartment

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

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

findGearUseMeasurementByDepartment

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

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

findGearUseMeasurementByDepartment

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

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

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

findGearUseMeasurementByDepartment

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

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

findGearUseMeasurementByDepartment

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

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

findGearUseMeasurementByPrecisionType

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

findGearUseMeasurementByPrecisionType

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

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

findGearUseMeasurementByPrecisionType

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

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

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

findGearUseMeasurementByPrecisionType

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

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

findGearUseMeasurementByPrecisionType

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

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

findGearUseMeasurementByPrecisionType

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

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

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

findGearUseMeasurementByPrecisionType

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

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

findGearUseMeasurementByPrecisionType

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

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

findGearUseMeasurementByQualityFlag

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

findGearUseMeasurementByQualityFlag

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

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

findGearUseMeasurementByQualityFlag

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

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

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

findGearUseMeasurementByQualityFlag

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

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

findGearUseMeasurementByQualityFlag

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

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

findGearUseMeasurementByQualityFlag

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

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

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

findGearUseMeasurementByQualityFlag

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

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

findGearUseMeasurementByQualityFlag

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

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

findGearUseMeasurementByAnalysisInstrument

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

findGearUseMeasurementByAnalysisInstrument

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

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

findGearUseMeasurementByAnalysisInstrument

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

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

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

findGearUseMeasurementByAnalysisInstrument

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

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

findGearUseMeasurementByAnalysisInstrument

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

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

findGearUseMeasurementByAnalysisInstrument

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

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

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

findGearUseMeasurementByAnalysisInstrument

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

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

findGearUseMeasurementByAnalysisInstrument

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

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

findGearUseMeasurementByNumericalPrecision

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

findGearUseMeasurementByNumericalPrecision

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

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

findGearUseMeasurementByNumericalPrecision

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

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

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

findGearUseMeasurementByNumericalPrecision

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

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

findGearUseMeasurementByNumericalPrecision

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

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

findGearUseMeasurementByNumericalPrecision

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

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

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

findGearUseMeasurementByNumericalPrecision

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

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

findGearUseMeasurementByNumericalPrecision

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

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

findGearUseMeasurementByPmfm

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

findGearUseMeasurementByPmfm

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

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

findGearUseMeasurementByPmfm

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

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

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

findGearUseMeasurementByPmfm

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

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

findGearUseMeasurementByPmfm

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

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

findGearUseMeasurementByPmfm

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

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

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

findGearUseMeasurementByPmfm

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

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

findGearUseMeasurementByPmfm

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

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

findGearUseMeasurementByQualitativeValue

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

findGearUseMeasurementByQualitativeValue

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

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

findGearUseMeasurementByQualitativeValue

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

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

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

findGearUseMeasurementByQualitativeValue

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

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

findGearUseMeasurementByQualitativeValue

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

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

findGearUseMeasurementByQualitativeValue

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

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

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

findGearUseMeasurementByQualitativeValue

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

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

findGearUseMeasurementByQualitativeValue

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

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

findGearUseMeasurementByAggregationLevel

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

findGearUseMeasurementByAggregationLevel

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

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

findGearUseMeasurementByAggregationLevel

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

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

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

findGearUseMeasurementByAggregationLevel

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

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

findGearUseMeasurementByAggregationLevel

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

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

findGearUseMeasurementByAggregationLevel

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

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

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

findGearUseMeasurementByAggregationLevel

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

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

findGearUseMeasurementByAggregationLevel

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

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

findGearUseMeasurementByNaturalId

public GearUseMeasurement findGearUseMeasurementByNaturalId(java.lang.Integer id)
Specified by:
findGearUseMeasurementByNaturalId in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.findGearUseMeasurementByNaturalId(java.lang.Integer)

findGearUseMeasurementByNaturalId

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

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

findGearUseMeasurementByNaturalId

public GearUseMeasurement findGearUseMeasurementByNaturalId(java.lang.String queryString,
                                                            java.lang.Integer id)
Description copied from interface: GearUseMeasurementDao

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

Specified by:
findGearUseMeasurementByNaturalId in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.findGearUseMeasurementByNaturalId(java.lang.String, java.lang.Integer)

findGearUseMeasurementByNaturalId

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

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

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

createFromClusterGearUseMeasurement

public GearUseMeasurement createFromClusterGearUseMeasurement(ClusterGearUseMeasurement clusterGearUseMeasurement)
Specified by:
createFromClusterGearUseMeasurement in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.createFromClusterGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterGearUseMeasurement)

handleCreateFromClusterGearUseMeasurement

protected abstract GearUseMeasurement handleCreateFromClusterGearUseMeasurement(ClusterGearUseMeasurement clusterGearUseMeasurement)
                                                                         throws java.lang.Exception
Performs the core logic for createFromClusterGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterGearUseMeasurement)

Throws:
java.lang.Exception

transformEntity

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

toEntity

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

toRemoteGearUseMeasurementFullVOCollection

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

Specified by:
toRemoteGearUseMeasurementFullVOCollection in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.toRemoteGearUseMeasurementFullVOCollection(java.util.Collection)

toRemoteGearUseMeasurementFullVOArray

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

Specified by:
toRemoteGearUseMeasurementFullVOArray in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.toRemoteGearUseMeasurementFullVOArray(java.util.Collection)

toRemoteGearUseMeasurementFullVO

protected RemoteGearUseMeasurementFullVO toRemoteGearUseMeasurementFullVO(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 GearUseMeasurementDaoImpl class if you intend to use reporting queries.

See Also:
GearUseMeasurementDao.toRemoteGearUseMeasurementFullVO(fr.ifremer.allegro.data.measure.GearUseMeasurement)

remoteGearUseMeasurementFullVOToEntityCollection

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

Specified by:
remoteGearUseMeasurementFullVOToEntityCollection in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.remoteGearUseMeasurementFullVOToEntityCollection(java.util.Collection)

toRemoteGearUseMeasurementFullVO

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

toRemoteGearUseMeasurementFullVO

public RemoteGearUseMeasurementFullVO toRemoteGearUseMeasurementFullVO(GearUseMeasurement entity)
Description copied from interface: GearUseMeasurementDao
Converts this DAO's entity to an object of type RemoteGearUseMeasurementFullVO.

Specified by:
toRemoteGearUseMeasurementFullVO in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.toRemoteGearUseMeasurementFullVO(fr.ifremer.allegro.data.measure.GearUseMeasurement)

remoteGearUseMeasurementFullVOToEntity

public void remoteGearUseMeasurementFullVOToEntity(RemoteGearUseMeasurementFullVO source,
                                                   GearUseMeasurement target,
                                                   boolean copyIfNull)
Description copied from interface: GearUseMeasurementDao
Copies the fields of RemoteGearUseMeasurementFullVO to the specified entity.

Specified by:
remoteGearUseMeasurementFullVOToEntity in interface GearUseMeasurementDao
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.GearUseMeasurementDao#remoteGearUseMeasurementFullVOToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO, fr.ifremer.allegro.data.measure.GearUseMeasurement)

toRemoteGearUseMeasurementNaturalIdCollection

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

Specified by:
toRemoteGearUseMeasurementNaturalIdCollection in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.toRemoteGearUseMeasurementNaturalIdCollection(java.util.Collection)

toRemoteGearUseMeasurementNaturalIdArray

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

Specified by:
toRemoteGearUseMeasurementNaturalIdArray in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.toRemoteGearUseMeasurementNaturalIdArray(java.util.Collection)

toRemoteGearUseMeasurementNaturalId

protected RemoteGearUseMeasurementNaturalId toRemoteGearUseMeasurementNaturalId(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 GearUseMeasurementDaoImpl class if you intend to use reporting queries.

See Also:
GearUseMeasurementDao.toRemoteGearUseMeasurementNaturalId(fr.ifremer.allegro.data.measure.GearUseMeasurement)

remoteGearUseMeasurementNaturalIdToEntityCollection

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

Specified by:
remoteGearUseMeasurementNaturalIdToEntityCollection in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.remoteGearUseMeasurementNaturalIdToEntityCollection(java.util.Collection)

toRemoteGearUseMeasurementNaturalId

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

toRemoteGearUseMeasurementNaturalId

public RemoteGearUseMeasurementNaturalId toRemoteGearUseMeasurementNaturalId(GearUseMeasurement entity)
Description copied from interface: GearUseMeasurementDao
Converts this DAO's entity to an object of type RemoteGearUseMeasurementNaturalId.

Specified by:
toRemoteGearUseMeasurementNaturalId in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.toRemoteGearUseMeasurementNaturalId(fr.ifremer.allegro.data.measure.GearUseMeasurement)

remoteGearUseMeasurementNaturalIdToEntity

public void remoteGearUseMeasurementNaturalIdToEntity(RemoteGearUseMeasurementNaturalId source,
                                                      GearUseMeasurement target,
                                                      boolean copyIfNull)
Description copied from interface: GearUseMeasurementDao
Copies the fields of RemoteGearUseMeasurementNaturalId to the specified entity.

Specified by:
remoteGearUseMeasurementNaturalIdToEntity in interface GearUseMeasurementDao
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.GearUseMeasurementDao#remoteGearUseMeasurementNaturalIdToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementNaturalId, fr.ifremer.allegro.data.measure.GearUseMeasurement)

toClusterGearUseMeasurementCollection

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

Specified by:
toClusterGearUseMeasurementCollection in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.toClusterGearUseMeasurementCollection(java.util.Collection)

toClusterGearUseMeasurementArray

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

Specified by:
toClusterGearUseMeasurementArray in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.toClusterGearUseMeasurementArray(java.util.Collection)

toClusterGearUseMeasurement

protected ClusterGearUseMeasurement toClusterGearUseMeasurement(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 GearUseMeasurementDaoImpl class if you intend to use reporting queries.

See Also:
GearUseMeasurementDao.toClusterGearUseMeasurement(fr.ifremer.allegro.data.measure.GearUseMeasurement)

clusterGearUseMeasurementToEntityCollection

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

Specified by:
clusterGearUseMeasurementToEntityCollection in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.clusterGearUseMeasurementToEntityCollection(java.util.Collection)

toClusterGearUseMeasurement

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

toClusterGearUseMeasurement

public ClusterGearUseMeasurement toClusterGearUseMeasurement(GearUseMeasurement entity)
Description copied from interface: GearUseMeasurementDao
Converts this DAO's entity to an object of type ClusterGearUseMeasurement.

Specified by:
toClusterGearUseMeasurement in interface GearUseMeasurementDao
See Also:
GearUseMeasurementDao.toClusterGearUseMeasurement(fr.ifremer.allegro.data.measure.GearUseMeasurement)

clusterGearUseMeasurementToEntity

public void clusterGearUseMeasurementToEntity(ClusterGearUseMeasurement source,
                                              GearUseMeasurement target,
                                              boolean copyIfNull)
Description copied from interface: GearUseMeasurementDao
Copies the fields of ClusterGearUseMeasurement to the specified entity.

Specified by:
clusterGearUseMeasurementToEntity in interface GearUseMeasurementDao
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.GearUseMeasurementDao#clusterGearUseMeasurementToEntity(fr.ifremer.allegro.data.measure.generic.cluster.ClusterGearUseMeasurement, fr.ifremer.allegro.data.measure.GearUseMeasurement)

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.