fr.ifremer.allegro.data.measure
Class SurveyMeasurementDaoBase

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.SurveyMeasurementDaoBase
All Implemented Interfaces:
MeasurementDao, SurveyMeasurementDao
Direct Known Subclasses:
SurveyMeasurementDaoImpl

public abstract class SurveyMeasurementDaoBase
extends MeasurementDaoImpl
implements SurveyMeasurementDao

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

See Also:
SurveyMeasurement

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.data.measure.SurveyMeasurementDao
TRANSFORM_CLUSTERSURVEYMEASUREMENT, TRANSFORM_REMOTESURVEYMEASUREMENTFULLVO, TRANSFORM_REMOTESURVEYMEASUREMENTNATURALID
 
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID
 
Constructor Summary
SurveyMeasurementDaoBase()
           
 
Method Summary
 void clusterSurveyMeasurementToEntity(ClusterSurveyMeasurement source, SurveyMeasurement target, boolean copyIfNull)
          Copies the fields of ClusterSurveyMeasurement to the specified entity.
 void clusterSurveyMeasurementToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterSurveyMeasurement to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.measure.SurveyMeasurement and adds from the passed in entities collection
 SurveyMeasurement 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, ActivityCalendar activityCalendar, PhysicalGearSurvey physicalGearSurvey, Landing landing, FishingTrip fishingTrip, Sale sale, EconomicalSurvey economicalSurvey)
           Creates a new fr.ifremer.allegro.data.measure.SurveyMeasurement instance from all attributes and properties and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as SurveyMeasurementDao.create(fr.ifremer.allegro.data.measure.SurveyMeasurement) 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, ActivityCalendar activityCalendar, PhysicalGearSurvey physicalGearSurvey, Landing landing, FishingTrip fishingTrip, Sale sale, EconomicalSurvey economicalSurvey)
           Does the same thing as SurveyMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional flag called transform.
 java.lang.Object create(int transform, Pmfm pmfm, QualityFlag qualityFlag)
           Does the same thing as SurveyMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.lang.Object create(int transform, SurveyMeasurement surveyMeasurement)
           Does the same thing as SurveyMeasurementDao.create(fr.ifremer.allegro.data.measure.SurveyMeasurement) with an additional flag called transform.
 SurveyMeasurement create(Pmfm pmfm, QualityFlag qualityFlag)
           Creates a new fr.ifremer.allegro.data.measure.SurveyMeasurement instance from only required properties (attributes and association ends) and adds it to the persistent store.
 SurveyMeasurement create(SurveyMeasurement surveyMeasurement)
          Creates an instance of fr.ifremer.allegro.data.measure.SurveyMeasurement and adds it to the persistent store.
 SurveyMeasurement createFromClusterSurveyMeasurement(ClusterSurveyMeasurement clusterSurveyMeasurement)
           
 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 findSurveyMeasurementByActivityCalendar(ActivityCalendar activityCalendar)
           
 java.util.Collection findSurveyMeasurementByActivityCalendar(int transform, ActivityCalendar activityCalendar)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByActivityCalendar(int pageNumber, int pageSize, ActivityCalendar activityCalendar)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByActivityCalendar(int transform, int pageNumber, int pageSize, ActivityCalendar activityCalendar)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByActivityCalendar(int transform, java.lang.String queryString, ActivityCalendar activityCalendar)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByActivityCalendar(int transform, java.lang.String queryString, int pageNumber, int pageSize, ActivityCalendar activityCalendar)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByActivityCalendar(java.lang.String queryString, ActivityCalendar activityCalendar)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByActivityCalendar(java.lang.String queryString, int pageNumber, int pageSize, ActivityCalendar activityCalendar)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
           
 java.util.Collection findSurveyMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
           
 java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByDepartment(Department department)
           
 java.util.Collection findSurveyMeasurementByDepartment(int transform, Department department)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByEconomicalSurvey(EconomicalSurvey economicalSurvey)
           
 java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform, EconomicalSurvey economicalSurvey)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByEconomicalSurvey(int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform, int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform, java.lang.String queryString, EconomicalSurvey economicalSurvey)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform, java.lang.String queryString, int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByEconomicalSurvey(java.lang.String queryString, EconomicalSurvey economicalSurvey)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByEconomicalSurvey(java.lang.String queryString, int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByFishingTrip(FishingTrip fishingTrip)
           
 java.util.Collection findSurveyMeasurementByFishingTrip(int transform, FishingTrip fishingTrip)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 SurveyMeasurement findSurveyMeasurementById(java.lang.Integer id)
           
 java.lang.Object findSurveyMeasurementById(int transform, java.lang.Integer id)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findSurveyMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementById(int, java.lang.Integer) with an additional argument called queryString.
 SurveyMeasurement findSurveyMeasurementById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementById(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByLanding(int transform, int pageNumber, int pageSize, Landing landing)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByLanding(int pageNumber, int pageSize, Landing landing)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByLanding(int transform, Landing landing)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByLanding(int transform, java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByLanding(int transform, java.lang.String queryString, Landing landing)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByLanding(Landing landing)
           
 java.util.Collection findSurveyMeasurementByLanding(java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(String, fr.ifremer.allegro.data.survey.landing.Landing) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByLanding(java.lang.String queryString, Landing landing)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an additional argument called queryString.
 SurveyMeasurement findSurveyMeasurementByNaturalId(java.lang.Integer id)
           
 java.lang.Object findSurveyMeasurementByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findSurveyMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 SurveyMeasurement findSurveyMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
           
 java.util.Collection findSurveyMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform, java.lang.String queryString, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform, java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)
           
 java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(java.lang.String queryString, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPmfm(int transform, Pmfm pmfm)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByPmfm(Pmfm pmfm)
           
 java.util.Collection findSurveyMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection findSurveyMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
           
 java.util.Collection findSurveyMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findSurveyMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementBySale(int transform, int pageNumber, int pageSize, Sale sale)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementBySale(int pageNumber, int pageSize, Sale sale)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementBySale(int transform, Sale sale)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementBySale(int transform, java.lang.String queryString, int pageNumber, int pageSize, Sale sale)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(int, String, fr.ifremer.allegro.data.survey.sale.Sale) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementBySale(int transform, java.lang.String queryString, Sale sale)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementBySale(Sale sale)
           
 java.util.Collection findSurveyMeasurementBySale(java.lang.String queryString, int pageNumber, int pageSize, Sale sale)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(String, fr.ifremer.allegro.data.survey.sale.Sale) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementBySale(java.lang.String queryString, Sale sale)
           Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale) with an additional argument called queryString.
protected  ActivityCalendarDao getActivityCalendarDao()
          Gets the reference to activityCalendarDao.
 ClusterSurveyMeasurement[] getAllClusterSurveyMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllMeasurement()
           
 java.util.Collection getAllMeasurement(int transform)
           Does the same thing as MeasurementDao.getAllMeasurement() with an additional flag called transform.
 java.util.Collection getAllMeasurement(int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.getAllMeasurement() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurement(int transform, int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.getAllMeasurement(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurement(int transform, java.lang.String queryString)
           Does the same thing as MeasurementDao.getAllMeasurement(int) with an additional argument called queryString.
 java.util.Collection getAllMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.getAllMeasurement(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurement(java.lang.String queryString)
           Does the same thing as MeasurementDao.getAllMeasurement() with an additional argument called queryString.
 java.util.Collection getAllMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.getAllMeasurement(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllSurveyMeasurement()
           
 java.util.Collection getAllSurveyMeasurement(int transform)
           Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement() with an additional flag called transform.
 java.util.Collection getAllSurveyMeasurement(int pageNumber, int pageSize)
           Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllSurveyMeasurement(int transform, int pageNumber, int pageSize)
           Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllSurveyMeasurement(int transform, java.lang.String queryString)
           Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement(int) with an additional argument called queryString.
 java.util.Collection getAllSurveyMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllSurveyMeasurement(java.lang.String queryString)
           Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement() with an additional argument called queryString.
 java.util.Collection getAllSurveyMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement(String) with an additional two arguments called pageNumber and pageSize.
protected  EconomicalSurveyDao getEconomicalSurveyDao()
          Gets the reference to economicalSurveyDao.
protected  FishingTripDao getFishingTripDao()
          Gets the reference to fishingTripDao.
protected  LandingDao getLandingDao()
          Gets the reference to landingDao.
protected  PhysicalGearSurveyDao getPhysicalGearSurveyDao()
          Gets the reference to physicalGearSurveyDao.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  SaleDao getSaleDao()
          Gets the reference to saleDao.
protected abstract  SurveyMeasurement handleCreateFromClusterSurveyMeasurement(ClusterSurveyMeasurement clusterSurveyMeasurement)
          Performs the core logic for createFromClusterSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSurveyMeasurement)
protected abstract  ClusterSurveyMeasurement[] handleGetAllClusterSurveyMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for getAllClusterSurveyMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 SurveyMeasurement 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 remoteSurveyMeasurementFullVOToEntity(RemoteSurveyMeasurementFullVO source, SurveyMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteSurveyMeasurementFullVO to the specified entity.
 void remoteSurveyMeasurementFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteSurveyMeasurementFullVO to this DAO's entity.
 void remoteSurveyMeasurementNaturalIdToEntity(RemoteSurveyMeasurementNaturalId source, SurveyMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteSurveyMeasurementNaturalId to the specified entity.
 void remoteSurveyMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteSurveyMeasurementNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.measure.Measurement having the given identifier from the persistent store.
 void remove(SurveyMeasurement surveyMeasurement)
          Removes the instance of fr.ifremer.allegro.data.measure.SurveyMeasurement 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 setActivityCalendarDao(ActivityCalendarDao activityCalendarDao)
          Sets the reference to activityCalendarDao.
 void setEconomicalSurveyDao(EconomicalSurveyDao economicalSurveyDao)
          Sets the reference to economicalSurveyDao.
 void setFishingTripDao(FishingTripDao fishingTripDao)
          Sets the reference to fishingTripDao.
 void setLandingDao(LandingDao landingDao)
          Sets the reference to landingDao.
 void setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
          Sets the reference to physicalGearSurveyDao.
 void setSaleDao(SaleDao saleDao)
          Sets the reference to saleDao.
protected  ClusterSurveyMeasurement toClusterSurveyMeasurement(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterSurveyMeasurement toClusterSurveyMeasurement(SurveyMeasurement entity)
          Converts this DAO's entity to an object of type ClusterSurveyMeasurement.
 void toClusterSurveyMeasurement(SurveyMeasurement source, ClusterSurveyMeasurement target)
          Copies the fields of the specified entity to the target value object.
 ClusterSurveyMeasurement[] toClusterSurveyMeasurementArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterSurveyMeasurement.
 void toClusterSurveyMeasurementCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterSurveyMeasurement.
protected  SurveyMeasurement toEntity(java.lang.Object[] row)
           
protected  RemoteSurveyMeasurementFullVO toRemoteSurveyMeasurementFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteSurveyMeasurementFullVO toRemoteSurveyMeasurementFullVO(SurveyMeasurement entity)
          Converts this DAO's entity to an object of type RemoteSurveyMeasurementFullVO.
 void toRemoteSurveyMeasurementFullVO(SurveyMeasurement source, RemoteSurveyMeasurementFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteSurveyMeasurementFullVO[] toRemoteSurveyMeasurementFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteSurveyMeasurementFullVO.
 void toRemoteSurveyMeasurementFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteSurveyMeasurementFullVO.
protected  RemoteSurveyMeasurementNaturalId toRemoteSurveyMeasurementNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteSurveyMeasurementNaturalId toRemoteSurveyMeasurementNaturalId(SurveyMeasurement entity)
          Converts this DAO's entity to an object of type RemoteSurveyMeasurementNaturalId.
 void toRemoteSurveyMeasurementNaturalId(SurveyMeasurement source, RemoteSurveyMeasurementNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteSurveyMeasurementNaturalId[] toRemoteSurveyMeasurementNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteSurveyMeasurementNaturalId.
 void toRemoteSurveyMeasurementNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteSurveyMeasurementNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.measure.SurveyMeasurement) method.
protected  java.lang.Object transformEntity(int transform, SurveyMeasurement 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.SurveyMeasurementDao, 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(SurveyMeasurement surveyMeasurement)
          Updates the surveyMeasurement 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.SurveyMeasurementDao
clusterSurveyMeasurementToEntity, remoteSurveyMeasurementFullVOToEntity, remoteSurveyMeasurementNaturalIdToEntity
 
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

SurveyMeasurementDaoBase

public SurveyMeasurementDaoBase()
Method Detail

setActivityCalendarDao

public void setActivityCalendarDao(ActivityCalendarDao activityCalendarDao)
Sets the reference to activityCalendarDao.


getActivityCalendarDao

protected ActivityCalendarDao getActivityCalendarDao()
Gets the reference to activityCalendarDao.


setEconomicalSurveyDao

public void setEconomicalSurveyDao(EconomicalSurveyDao economicalSurveyDao)
Sets the reference to economicalSurveyDao.


getEconomicalSurveyDao

protected EconomicalSurveyDao getEconomicalSurveyDao()
Gets the reference to economicalSurveyDao.


setFishingTripDao

public void setFishingTripDao(FishingTripDao fishingTripDao)
Sets the reference to fishingTripDao.


getFishingTripDao

protected FishingTripDao getFishingTripDao()
Gets the reference to fishingTripDao.


setLandingDao

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


getLandingDao

protected LandingDao getLandingDao()
Gets the reference to landingDao.


setSaleDao

public void setSaleDao(SaleDao saleDao)
Sets the reference to saleDao.


getSaleDao

protected SaleDao getSaleDao()
Gets the reference to saleDao.


setPhysicalGearSurveyDao

public void setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
Sets the reference to physicalGearSurveyDao.


getPhysicalGearSurveyDao

protected PhysicalGearSurveyDao getPhysicalGearSurveyDao()
Gets the reference to physicalGearSurveyDao.


load

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

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

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

load

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

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

loadAll

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

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

loadAll

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

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

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

loadAll

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

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

Specified by:
loadAll in interface MeasurementDao
Specified by:
loadAll in interface SurveyMeasurementDao
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:
SurveyMeasurementDao.loadAll(int, int)

loadAll

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

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

Specified by:
loadAll in interface MeasurementDao
Specified by:
loadAll in interface SurveyMeasurementDao
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:
SurveyMeasurementDao.loadAll(int, int, int)

create

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

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

create

public java.lang.Object create(int transform,
                               SurveyMeasurement surveyMeasurement)
Description copied from interface: SurveyMeasurementDao

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

create

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

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

create

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

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

create

public SurveyMeasurement 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,
                                ActivityCalendar activityCalendar,
                                PhysicalGearSurvey physicalGearSurvey,
                                Landing landing,
                                FishingTrip fishingTrip,
                                Sale sale,
                                EconomicalSurvey economicalSurvey)
Description copied from interface: SurveyMeasurementDao

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

Specified by:
create in interface SurveyMeasurementDao
See Also:
fr.ifremer.allegro.data.measure.MeasurementDao#create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

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,
                               ActivityCalendar activityCalendar,
                               PhysicalGearSurvey physicalGearSurvey,
                               Landing landing,
                               FishingTrip fishingTrip,
                               Sale sale,
                               EconomicalSurvey economicalSurvey)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) 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 SurveyMeasurementDao
See Also:
fr.ifremer.allegro.data.measure.MeasurementDao#create(int, java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

create

public SurveyMeasurement create(Pmfm pmfm,
                                QualityFlag qualityFlag)
Description copied from interface: SurveyMeasurementDao

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

Specified by:
create in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)

create

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

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

update

public void update(SurveyMeasurement surveyMeasurement)
Description copied from interface: SurveyMeasurementDao
Updates the surveyMeasurement instance in the persistent store.

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

update

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

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

remove

public void remove(SurveyMeasurement surveyMeasurement)
Description copied from interface: SurveyMeasurementDao
Removes the instance of fr.ifremer.allegro.data.measure.SurveyMeasurement from the persistent store.

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

remove

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

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

remove

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

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

getAllSurveyMeasurement

public java.util.Collection getAllSurveyMeasurement()
Specified by:
getAllSurveyMeasurement in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.getAllSurveyMeasurement()

getAllSurveyMeasurement

public java.util.Collection getAllSurveyMeasurement(int transform)
Description copied from interface: SurveyMeasurementDao

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

getAllSurveyMeasurement

public java.util.Collection getAllSurveyMeasurement(java.lang.String queryString)
Description copied from interface: SurveyMeasurementDao

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

Specified by:
getAllSurveyMeasurement in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.getAllSurveyMeasurement(java.lang.String)

getAllSurveyMeasurement

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

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

getAllSurveyMeasurement

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

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

getAllSurveyMeasurement

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

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

Specified by:
getAllSurveyMeasurement in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.getAllSurveyMeasurement(int, String)

getAllSurveyMeasurement

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

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

getAllSurveyMeasurement

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

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

findSurveyMeasurementById

public SurveyMeasurement findSurveyMeasurementById(java.lang.Integer id)
Specified by:
findSurveyMeasurementById in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementById(java.lang.Integer)

findSurveyMeasurementById

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

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

findSurveyMeasurementById

public SurveyMeasurement findSurveyMeasurementById(java.lang.String queryString,
                                                   java.lang.Integer id)
Description copied from interface: SurveyMeasurementDao

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

Specified by:
findSurveyMeasurementById in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementById(java.lang.String, java.lang.Integer)

findSurveyMeasurementById

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

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

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

findSurveyMeasurementByActivityCalendar

public java.util.Collection findSurveyMeasurementByActivityCalendar(ActivityCalendar activityCalendar)
Specified by:
findSurveyMeasurementByActivityCalendar in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)

findSurveyMeasurementByActivityCalendar

public java.util.Collection findSurveyMeasurementByActivityCalendar(int transform,
                                                                    ActivityCalendar activityCalendar)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) 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:
findSurveyMeasurementByActivityCalendar in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)

findSurveyMeasurementByActivityCalendar

public java.util.Collection findSurveyMeasurementByActivityCalendar(java.lang.String queryString,
                                                                    ActivityCalendar activityCalendar)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional argument called queryString. This queryString argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar).

Specified by:
findSurveyMeasurementByActivityCalendar in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(java.lang.String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)

findSurveyMeasurementByActivityCalendar

public java.util.Collection findSurveyMeasurementByActivityCalendar(int pageNumber,
                                                                    int pageSize,
                                                                    ActivityCalendar activityCalendar)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) 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:
findSurveyMeasurementByActivityCalendar in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)

findSurveyMeasurementByActivityCalendar

public java.util.Collection findSurveyMeasurementByActivityCalendar(java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    ActivityCalendar activityCalendar)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) 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:
findSurveyMeasurementByActivityCalendar in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(String, int, int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)

findSurveyMeasurementByActivityCalendar

public java.util.Collection findSurveyMeasurementByActivityCalendar(int transform,
                                                                    java.lang.String queryString,
                                                                    ActivityCalendar activityCalendar)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional argument called queryString. This queryString argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar activityCalendar).

Specified by:
findSurveyMeasurementByActivityCalendar in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)

findSurveyMeasurementByActivityCalendar

public java.util.Collection findSurveyMeasurementByActivityCalendar(int transform,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    ActivityCalendar activityCalendar)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) 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:
findSurveyMeasurementByActivityCalendar in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, int, int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)

findSurveyMeasurementByActivityCalendar

public java.util.Collection findSurveyMeasurementByActivityCalendar(int transform,
                                                                    java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    ActivityCalendar activityCalendar)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) 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:
findSurveyMeasurementByActivityCalendar in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)

findSurveyMeasurementByEconomicalSurvey

public java.util.Collection findSurveyMeasurementByEconomicalSurvey(EconomicalSurvey economicalSurvey)
Specified by:
findSurveyMeasurementByEconomicalSurvey in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

findSurveyMeasurementByEconomicalSurvey

public java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform,
                                                                    EconomicalSurvey economicalSurvey)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) 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:
findSurveyMeasurementByEconomicalSurvey in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

findSurveyMeasurementByEconomicalSurvey

public java.util.Collection findSurveyMeasurementByEconomicalSurvey(java.lang.String queryString,
                                                                    EconomicalSurvey economicalSurvey)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional argument called queryString. This queryString argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey).

Specified by:
findSurveyMeasurementByEconomicalSurvey in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(java.lang.String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

findSurveyMeasurementByEconomicalSurvey

public java.util.Collection findSurveyMeasurementByEconomicalSurvey(int pageNumber,
                                                                    int pageSize,
                                                                    EconomicalSurvey economicalSurvey)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) 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:
findSurveyMeasurementByEconomicalSurvey in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

findSurveyMeasurementByEconomicalSurvey

public java.util.Collection findSurveyMeasurementByEconomicalSurvey(java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    EconomicalSurvey economicalSurvey)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) 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:
findSurveyMeasurementByEconomicalSurvey in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(String, int, int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

findSurveyMeasurementByEconomicalSurvey

public java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform,
                                                                    java.lang.String queryString,
                                                                    EconomicalSurvey economicalSurvey)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional argument called queryString. This queryString argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey economicalSurvey).

Specified by:
findSurveyMeasurementByEconomicalSurvey in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

findSurveyMeasurementByEconomicalSurvey

public java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    EconomicalSurvey economicalSurvey)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) 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:
findSurveyMeasurementByEconomicalSurvey in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, int, int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

findSurveyMeasurementByEconomicalSurvey

public java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform,
                                                                    java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    EconomicalSurvey economicalSurvey)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) 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:
findSurveyMeasurementByEconomicalSurvey in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)

findSurveyMeasurementByFishingTrip

public java.util.Collection findSurveyMeasurementByFishingTrip(FishingTrip fishingTrip)
Specified by:
findSurveyMeasurementByFishingTrip in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findSurveyMeasurementByFishingTrip

public java.util.Collection findSurveyMeasurementByFishingTrip(int transform,
                                                               FishingTrip fishingTrip)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) 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:
findSurveyMeasurementByFishingTrip in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findSurveyMeasurementByFishingTrip

public java.util.Collection findSurveyMeasurementByFishingTrip(java.lang.String queryString,
                                                               FishingTrip fishingTrip)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString. This queryString argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip).

Specified by:
findSurveyMeasurementByFishingTrip in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(java.lang.String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findSurveyMeasurementByFishingTrip

public java.util.Collection findSurveyMeasurementByFishingTrip(int pageNumber,
                                                               int pageSize,
                                                               FishingTrip fishingTrip)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) 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:
findSurveyMeasurementByFishingTrip in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findSurveyMeasurementByFishingTrip

public java.util.Collection findSurveyMeasurementByFishingTrip(java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               FishingTrip fishingTrip)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) 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:
findSurveyMeasurementByFishingTrip in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findSurveyMeasurementByFishingTrip

public java.util.Collection findSurveyMeasurementByFishingTrip(int transform,
                                                               java.lang.String queryString,
                                                               FishingTrip fishingTrip)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString. This queryString argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip).

Specified by:
findSurveyMeasurementByFishingTrip in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findSurveyMeasurementByFishingTrip

public java.util.Collection findSurveyMeasurementByFishingTrip(int transform,
                                                               int pageNumber,
                                                               int pageSize,
                                                               FishingTrip fishingTrip)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) 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:
findSurveyMeasurementByFishingTrip in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findSurveyMeasurementByFishingTrip

public java.util.Collection findSurveyMeasurementByFishingTrip(int transform,
                                                               java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               FishingTrip fishingTrip)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) 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:
findSurveyMeasurementByFishingTrip in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findSurveyMeasurementByLanding

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

findSurveyMeasurementByLanding

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

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

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

findSurveyMeasurementByLanding

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

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

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

findSurveyMeasurementByLanding

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

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

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

findSurveyMeasurementByLanding

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

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

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

findSurveyMeasurementByLanding

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

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

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

findSurveyMeasurementByLanding

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

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

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

findSurveyMeasurementByLanding

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

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

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

findSurveyMeasurementBySale

public java.util.Collection findSurveyMeasurementBySale(Sale sale)
Specified by:
findSurveyMeasurementBySale in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale)

findSurveyMeasurementBySale

public java.util.Collection findSurveyMeasurementBySale(int transform,
                                                        Sale sale)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale) 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:
findSurveyMeasurementBySale in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale)

findSurveyMeasurementBySale

public java.util.Collection findSurveyMeasurementBySale(java.lang.String queryString,
                                                        Sale sale)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale) with an additional argument called queryString. This queryString argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale).

Specified by:
findSurveyMeasurementBySale in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementBySale(java.lang.String, fr.ifremer.allegro.data.survey.sale.Sale)

findSurveyMeasurementBySale

public java.util.Collection findSurveyMeasurementBySale(int pageNumber,
                                                        int pageSize,
                                                        Sale sale)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale) 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:
findSurveyMeasurementBySale in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementBySale(int, int, fr.ifremer.allegro.data.survey.sale.Sale)

findSurveyMeasurementBySale

public java.util.Collection findSurveyMeasurementBySale(java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        Sale sale)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(String, fr.ifremer.allegro.data.survey.sale.Sale) 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:
findSurveyMeasurementBySale in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementBySale(String, int, int, fr.ifremer.allegro.data.survey.sale.Sale)

findSurveyMeasurementBySale

public java.util.Collection findSurveyMeasurementBySale(int transform,
                                                        java.lang.String queryString,
                                                        Sale sale)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale) with an additional argument called queryString. This queryString argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale sale).

Specified by:
findSurveyMeasurementBySale in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementBySale(int, String, fr.ifremer.allegro.data.survey.sale.Sale)

findSurveyMeasurementBySale

public java.util.Collection findSurveyMeasurementBySale(int transform,
                                                        int pageNumber,
                                                        int pageSize,
                                                        Sale sale)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale) 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:
findSurveyMeasurementBySale in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementBySale(int, int, int, fr.ifremer.allegro.data.survey.sale.Sale)

findSurveyMeasurementBySale

public java.util.Collection findSurveyMeasurementBySale(int transform,
                                                        java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        Sale sale)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(int, String, fr.ifremer.allegro.data.survey.sale.Sale) 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:
findSurveyMeasurementBySale in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementBySale(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.sale.Sale)

findSurveyMeasurementByPhysicalGearSurvey

public java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)
Specified by:
findSurveyMeasurementByPhysicalGearSurvey in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findSurveyMeasurementByPhysicalGearSurvey

public java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform,
                                                                      PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) 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:
findSurveyMeasurementByPhysicalGearSurvey in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findSurveyMeasurementByPhysicalGearSurvey

public java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(java.lang.String queryString,
                                                                      PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional argument called queryString. This queryString argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey).

Specified by:
findSurveyMeasurementByPhysicalGearSurvey in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(java.lang.String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findSurveyMeasurementByPhysicalGearSurvey

public java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int pageNumber,
                                                                      int pageSize,
                                                                      PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) 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:
findSurveyMeasurementByPhysicalGearSurvey in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findSurveyMeasurementByPhysicalGearSurvey

public java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(java.lang.String queryString,
                                                                      int pageNumber,
                                                                      int pageSize,
                                                                      PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) 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:
findSurveyMeasurementByPhysicalGearSurvey in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(String, int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findSurveyMeasurementByPhysicalGearSurvey

public java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform,
                                                                      java.lang.String queryString,
                                                                      PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional argument called queryString. This queryString argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey physicalGearSurvey).

Specified by:
findSurveyMeasurementByPhysicalGearSurvey in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findSurveyMeasurementByPhysicalGearSurvey

public java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform,
                                                                      int pageNumber,
                                                                      int pageSize,
                                                                      PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) 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:
findSurveyMeasurementByPhysicalGearSurvey in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findSurveyMeasurementByPhysicalGearSurvey

public java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform,
                                                                      java.lang.String queryString,
                                                                      int pageNumber,
                                                                      int pageSize,
                                                                      PhysicalGearSurvey physicalGearSurvey)
Description copied from interface: SurveyMeasurementDao

Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) 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:
findSurveyMeasurementByPhysicalGearSurvey in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)

findSurveyMeasurementByDepartment

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

findSurveyMeasurementByDepartment

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

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

findSurveyMeasurementByDepartment

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

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

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

findSurveyMeasurementByDepartment

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

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

findSurveyMeasurementByDepartment

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

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

findSurveyMeasurementByDepartment

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

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

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

findSurveyMeasurementByDepartment

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

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

findSurveyMeasurementByDepartment

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

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

findSurveyMeasurementByPrecisionType

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

findSurveyMeasurementByPrecisionType

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

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

findSurveyMeasurementByPrecisionType

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

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

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

findSurveyMeasurementByPrecisionType

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

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

findSurveyMeasurementByPrecisionType

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

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

findSurveyMeasurementByPrecisionType

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

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

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

findSurveyMeasurementByPrecisionType

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

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

findSurveyMeasurementByPrecisionType

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

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

findSurveyMeasurementByQualityFlag

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

findSurveyMeasurementByQualityFlag

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

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

findSurveyMeasurementByQualityFlag

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

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

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

findSurveyMeasurementByQualityFlag

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

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

findSurveyMeasurementByQualityFlag

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

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

findSurveyMeasurementByQualityFlag

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

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

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

findSurveyMeasurementByQualityFlag

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

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

findSurveyMeasurementByQualityFlag

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

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

findSurveyMeasurementByAnalysisInstrument

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

findSurveyMeasurementByAnalysisInstrument

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

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

findSurveyMeasurementByAnalysisInstrument

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

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

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

findSurveyMeasurementByAnalysisInstrument

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

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

findSurveyMeasurementByAnalysisInstrument

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

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

findSurveyMeasurementByAnalysisInstrument

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

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

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

findSurveyMeasurementByAnalysisInstrument

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

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

findSurveyMeasurementByAnalysisInstrument

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

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

findSurveyMeasurementByNumericalPrecision

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

findSurveyMeasurementByNumericalPrecision

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

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

findSurveyMeasurementByNumericalPrecision

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

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

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

findSurveyMeasurementByNumericalPrecision

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

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

findSurveyMeasurementByNumericalPrecision

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

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

findSurveyMeasurementByNumericalPrecision

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

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

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

findSurveyMeasurementByNumericalPrecision

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

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

findSurveyMeasurementByNumericalPrecision

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

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

findSurveyMeasurementByPmfm

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

findSurveyMeasurementByPmfm

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

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

findSurveyMeasurementByPmfm

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

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

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

findSurveyMeasurementByPmfm

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

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

findSurveyMeasurementByPmfm

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

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

findSurveyMeasurementByPmfm

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

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

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

findSurveyMeasurementByPmfm

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

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

findSurveyMeasurementByPmfm

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

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

findSurveyMeasurementByQualitativeValue

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

findSurveyMeasurementByQualitativeValue

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

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

findSurveyMeasurementByQualitativeValue

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

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

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

findSurveyMeasurementByQualitativeValue

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

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

findSurveyMeasurementByQualitativeValue

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

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

findSurveyMeasurementByQualitativeValue

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

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

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

findSurveyMeasurementByQualitativeValue

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

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

findSurveyMeasurementByQualitativeValue

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

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

findSurveyMeasurementByAggregationLevel

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

findSurveyMeasurementByAggregationLevel

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

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

findSurveyMeasurementByAggregationLevel

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

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

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

findSurveyMeasurementByAggregationLevel

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

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

findSurveyMeasurementByAggregationLevel

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

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

findSurveyMeasurementByAggregationLevel

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

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

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

findSurveyMeasurementByAggregationLevel

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

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

findSurveyMeasurementByAggregationLevel

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

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

findSurveyMeasurementByNaturalId

public SurveyMeasurement findSurveyMeasurementByNaturalId(java.lang.Integer id)
Specified by:
findSurveyMeasurementByNaturalId in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByNaturalId(java.lang.Integer)

findSurveyMeasurementByNaturalId

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

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

findSurveyMeasurementByNaturalId

public SurveyMeasurement findSurveyMeasurementByNaturalId(java.lang.String queryString,
                                                          java.lang.Integer id)
Description copied from interface: SurveyMeasurementDao

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

Specified by:
findSurveyMeasurementByNaturalId in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.findSurveyMeasurementByNaturalId(java.lang.String, java.lang.Integer)

findSurveyMeasurementByNaturalId

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

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

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

createFromClusterSurveyMeasurement

public SurveyMeasurement createFromClusterSurveyMeasurement(ClusterSurveyMeasurement clusterSurveyMeasurement)
Specified by:
createFromClusterSurveyMeasurement in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.createFromClusterSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSurveyMeasurement)

handleCreateFromClusterSurveyMeasurement

protected abstract SurveyMeasurement handleCreateFromClusterSurveyMeasurement(ClusterSurveyMeasurement clusterSurveyMeasurement)
                                                                       throws java.lang.Exception
Performs the core logic for createFromClusterSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSurveyMeasurement)

Throws:
java.lang.Exception

getAllClusterSurveyMeasurement

public ClusterSurveyMeasurement[] getAllClusterSurveyMeasurement(java.lang.Integer userId,
                                                                 java.lang.Integer[] registrationLocationIds,
                                                                 java.lang.Integer pageNumber,
                                                                 java.lang.Integer pageSize)
Specified by:
getAllClusterSurveyMeasurement in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.getAllClusterSurveyMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetAllClusterSurveyMeasurement

protected abstract ClusterSurveyMeasurement[] handleGetAllClusterSurveyMeasurement(java.lang.Integer userId,
                                                                                   java.lang.Integer[] registrationLocationIds,
                                                                                   java.lang.Integer pageNumber,
                                                                                   java.lang.Integer pageSize)
                                                                            throws java.lang.Exception
Performs the core logic for getAllClusterSurveyMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

transformEntity

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

toEntity

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

toRemoteSurveyMeasurementFullVOCollection

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

Specified by:
toRemoteSurveyMeasurementFullVOCollection in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.toRemoteSurveyMeasurementFullVOCollection(java.util.Collection)

toRemoteSurveyMeasurementFullVOArray

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

Specified by:
toRemoteSurveyMeasurementFullVOArray in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.toRemoteSurveyMeasurementFullVOArray(java.util.Collection)

toRemoteSurveyMeasurementFullVO

protected RemoteSurveyMeasurementFullVO toRemoteSurveyMeasurementFullVO(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 SurveyMeasurementDaoImpl class if you intend to use reporting queries.

See Also:
SurveyMeasurementDao.toRemoteSurveyMeasurementFullVO(fr.ifremer.allegro.data.measure.SurveyMeasurement)

remoteSurveyMeasurementFullVOToEntityCollection

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

Specified by:
remoteSurveyMeasurementFullVOToEntityCollection in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.remoteSurveyMeasurementFullVOToEntityCollection(java.util.Collection)

toRemoteSurveyMeasurementFullVO

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

toRemoteSurveyMeasurementFullVO

public RemoteSurveyMeasurementFullVO toRemoteSurveyMeasurementFullVO(SurveyMeasurement entity)
Description copied from interface: SurveyMeasurementDao
Converts this DAO's entity to an object of type RemoteSurveyMeasurementFullVO.

Specified by:
toRemoteSurveyMeasurementFullVO in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.toRemoteSurveyMeasurementFullVO(fr.ifremer.allegro.data.measure.SurveyMeasurement)

remoteSurveyMeasurementFullVOToEntity

public void remoteSurveyMeasurementFullVOToEntity(RemoteSurveyMeasurementFullVO source,
                                                  SurveyMeasurement target,
                                                  boolean copyIfNull)
Description copied from interface: SurveyMeasurementDao
Copies the fields of RemoteSurveyMeasurementFullVO to the specified entity.

Specified by:
remoteSurveyMeasurementFullVOToEntity in interface SurveyMeasurementDao
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.SurveyMeasurementDao#remoteSurveyMeasurementFullVOToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO, fr.ifremer.allegro.data.measure.SurveyMeasurement)

toRemoteSurveyMeasurementNaturalIdCollection

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

Specified by:
toRemoteSurveyMeasurementNaturalIdCollection in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.toRemoteSurveyMeasurementNaturalIdCollection(java.util.Collection)

toRemoteSurveyMeasurementNaturalIdArray

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

Specified by:
toRemoteSurveyMeasurementNaturalIdArray in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.toRemoteSurveyMeasurementNaturalIdArray(java.util.Collection)

toRemoteSurveyMeasurementNaturalId

protected RemoteSurveyMeasurementNaturalId toRemoteSurveyMeasurementNaturalId(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 SurveyMeasurementDaoImpl class if you intend to use reporting queries.

See Also:
SurveyMeasurementDao.toRemoteSurveyMeasurementNaturalId(fr.ifremer.allegro.data.measure.SurveyMeasurement)

remoteSurveyMeasurementNaturalIdToEntityCollection

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

Specified by:
remoteSurveyMeasurementNaturalIdToEntityCollection in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.remoteSurveyMeasurementNaturalIdToEntityCollection(java.util.Collection)

toRemoteSurveyMeasurementNaturalId

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

toRemoteSurveyMeasurementNaturalId

public RemoteSurveyMeasurementNaturalId toRemoteSurveyMeasurementNaturalId(SurveyMeasurement entity)
Description copied from interface: SurveyMeasurementDao
Converts this DAO's entity to an object of type RemoteSurveyMeasurementNaturalId.

Specified by:
toRemoteSurveyMeasurementNaturalId in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.toRemoteSurveyMeasurementNaturalId(fr.ifremer.allegro.data.measure.SurveyMeasurement)

remoteSurveyMeasurementNaturalIdToEntity

public void remoteSurveyMeasurementNaturalIdToEntity(RemoteSurveyMeasurementNaturalId source,
                                                     SurveyMeasurement target,
                                                     boolean copyIfNull)
Description copied from interface: SurveyMeasurementDao
Copies the fields of RemoteSurveyMeasurementNaturalId to the specified entity.

Specified by:
remoteSurveyMeasurementNaturalIdToEntity in interface SurveyMeasurementDao
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.SurveyMeasurementDao#remoteSurveyMeasurementNaturalIdToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementNaturalId, fr.ifremer.allegro.data.measure.SurveyMeasurement)

toClusterSurveyMeasurementCollection

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

Specified by:
toClusterSurveyMeasurementCollection in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.toClusterSurveyMeasurementCollection(java.util.Collection)

toClusterSurveyMeasurementArray

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

Specified by:
toClusterSurveyMeasurementArray in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.toClusterSurveyMeasurementArray(java.util.Collection)

toClusterSurveyMeasurement

protected ClusterSurveyMeasurement toClusterSurveyMeasurement(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 SurveyMeasurementDaoImpl class if you intend to use reporting queries.

See Also:
SurveyMeasurementDao.toClusterSurveyMeasurement(fr.ifremer.allegro.data.measure.SurveyMeasurement)

clusterSurveyMeasurementToEntityCollection

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

Specified by:
clusterSurveyMeasurementToEntityCollection in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.clusterSurveyMeasurementToEntityCollection(java.util.Collection)

toClusterSurveyMeasurement

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

toClusterSurveyMeasurement

public ClusterSurveyMeasurement toClusterSurveyMeasurement(SurveyMeasurement entity)
Description copied from interface: SurveyMeasurementDao
Converts this DAO's entity to an object of type ClusterSurveyMeasurement.

Specified by:
toClusterSurveyMeasurement in interface SurveyMeasurementDao
See Also:
SurveyMeasurementDao.toClusterSurveyMeasurement(fr.ifremer.allegro.data.measure.SurveyMeasurement)

clusterSurveyMeasurementToEntity

public void clusterSurveyMeasurementToEntity(ClusterSurveyMeasurement source,
                                             SurveyMeasurement target,
                                             boolean copyIfNull)
Description copied from interface: SurveyMeasurementDao
Copies the fields of ClusterSurveyMeasurement to the specified entity.

Specified by:
clusterSurveyMeasurementToEntity in interface SurveyMeasurementDao
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.SurveyMeasurementDao#clusterSurveyMeasurementToEntity(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSurveyMeasurement, fr.ifremer.allegro.data.measure.SurveyMeasurement)

getPrincipal

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

Overrides:
getPrincipal in class MeasurementDaoBase
Returns:
the current principal

search

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

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

search

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

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

search

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

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

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.