Uses of Class
fr.ifremer.allegro.referential.PrecisionType

Packages that use PrecisionType
fr.ifremer.allegro.administration.programStrategy   
fr.ifremer.allegro.data.measure   
fr.ifremer.allegro.referential   
 

Uses of PrecisionType in fr.ifremer.allegro.administration.programStrategy
 

Methods in fr.ifremer.allegro.administration.programStrategy that return PrecisionType
 PrecisionType PmfmStrategy.getPrecisionType()
           
 

Methods in fr.ifremer.allegro.administration.programStrategy with parameters of type PrecisionType
 PmfmStrategy PmfmStrategyDao.create(java.lang.Integer acquisitionNumber, java.lang.Integer rankOrder, java.lang.Boolean isMandatory, java.lang.Float minValue, java.lang.Float maxValue, AcquisitionLevel acquisitionLevel, Strategy strategy, Pmfm pmfm, PrecisionType precisionType, Gear gear, FishingMetier fishingMetier)
           Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmStrategy instance from all attributes and properties and adds it to the persistent store.
 PmfmStrategy PmfmStrategyDaoBase.create(java.lang.Integer acquisitionNumber, java.lang.Integer rankOrder, java.lang.Boolean isMandatory, java.lang.Float minValue, java.lang.Float maxValue, AcquisitionLevel acquisitionLevel, Strategy strategy, Pmfm pmfm, PrecisionType precisionType, Gear gear, FishingMetier fishingMetier)
           
 java.lang.Object PmfmStrategyDao.create(int transform, java.lang.Integer acquisitionNumber, java.lang.Integer rankOrder, java.lang.Boolean isMandatory, java.lang.Float minValue, java.lang.Float maxValue, AcquisitionLevel acquisitionLevel, Strategy strategy, Pmfm pmfm, PrecisionType precisionType, Gear gear, FishingMetier fishingMetier)
           Does the same thing as PmfmStrategyDao.create(java.lang.Integer,java.lang.Integer,java.lang.Boolean,java.lang.Float,java.lang.Float,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel,fr.ifremer.allegro.administration.programStrategy.Strategy,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.metier.FishingMetier) with an additional flag called transform.
 java.lang.Object PmfmStrategyDaoBase.create(int transform, java.lang.Integer acquisitionNumber, java.lang.Integer rankOrder, java.lang.Boolean isMandatory, java.lang.Float minValue, java.lang.Float maxValue, AcquisitionLevel acquisitionLevel, Strategy strategy, Pmfm pmfm, PrecisionType precisionType, Gear gear, FishingMetier fishingMetier)
           
 java.util.Collection PmfmStrategyDao.findPmfmStrategyByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PmfmStrategyDaoBase.findPmfmStrategyByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection PmfmStrategyDao.findPmfmStrategyByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PmfmStrategyDaoBase.findPmfmStrategyByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection PmfmStrategyDao.findPmfmStrategyByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection PmfmStrategyDaoBase.findPmfmStrategyByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection PmfmStrategyDao.findPmfmStrategyByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PmfmStrategyDaoBase.findPmfmStrategyByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection PmfmStrategyDao.findPmfmStrategyByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection PmfmStrategyDaoBase.findPmfmStrategyByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection PmfmStrategyDao.findPmfmStrategyByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection PmfmStrategyDaoBase.findPmfmStrategyByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection PmfmStrategyDao.findPmfmStrategyByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PmfmStrategyDaoBase.findPmfmStrategyByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection PmfmStrategyDao.findPmfmStrategyByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection PmfmStrategyDaoBase.findPmfmStrategyByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
static PmfmStrategy PmfmStrategy.Factory.newInstance(java.lang.Integer acquisitionNumber, java.lang.Integer rankOrder, java.lang.Boolean isMandatory, java.lang.Float minValue, java.lang.Float maxValue, AcquisitionLevel acquisitionLevel, Strategy strategy, Pmfm pmfm, PrecisionType precisionType, Gear gear, FishingMetier fishingMetier)
          Constructs a new instance of PmfmStrategy, taking all possible properties (except the identifier(s))as arguments.
 void PmfmStrategy.setPrecisionType(PrecisionType precisionType)
           
 

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

Methods in fr.ifremer.allegro.data.measure that return PrecisionType
 PrecisionType Measurement.getPrecisionType()
           
 

Methods in fr.ifremer.allegro.data.measure with parameters of type PrecisionType
 Measurement SurveyMeasurementDao.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.
 SurveyMeasurement SurveyMeasurementDaoBase.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)
           
 Measurement GearPhysicalMeasurementDao.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, GearPhysicalFeatures gearPhysicalFeatures)
           Creates a new fr.ifremer.allegro.data.measure.GearPhysicalMeasurement instance from all attributes and properties and adds it to the persistent store.
 GearPhysicalMeasurement GearPhysicalMeasurementDaoBase.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, GearPhysicalFeatures gearPhysicalFeatures)
           
 Measurement GearUseMeasurementDao.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, GearUseFeatures gearUseFeatures)
           Creates a new fr.ifremer.allegro.data.measure.GearUseMeasurement instance from all attributes and properties and adds it to the persistent store.
 GearUseMeasurement GearUseMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, GearUseFeatures gearUseFeatures)
           
 Measurement SortingMeasurementDao.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Integer rankOrder, SortingBatch sortingBatch, Produce produce)
           Creates a new fr.ifremer.allegro.data.measure.SortingMeasurement instance from all attributes and properties and adds it to the persistent store.
 SortingMeasurement SortingMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Integer rankOrder, SortingBatch sortingBatch, Produce produce)
           
 Measurement LandingMeasurementDao.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, Landing landing)
           Creates a new fr.ifremer.allegro.data.measure.LandingMeasurement instance from all attributes and properties and adds it to the persistent store.
 LandingMeasurement LandingMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, Landing landing)
           
 Measurement SaleMeasurementDao.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, Sale sale, ExpectedSale expectedSale)
           Creates a new fr.ifremer.allegro.data.measure.SaleMeasurement instance from all attributes and properties and adds it to the persistent store.
 SaleMeasurement SaleMeasurementDaoBase.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, Sale sale, ExpectedSale expectedSale)
           
 Measurement QuantificationMeasurementDao.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short subgroupNumber, java.lang.Boolean isReferenceQuantification, Batch batch, Produce produce)
           Creates a new fr.ifremer.allegro.data.measure.QuantificationMeasurement instance from all attributes and properties and adds it to the persistent store.
 QuantificationMeasurement QuantificationMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short subgroupNumber, java.lang.Boolean isReferenceQuantification, Batch batch, Produce produce)
           
 Measurement SampleMeasurementDao.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
           Creates a new fr.ifremer.allegro.data.measure.SampleMeasurement instance from all attributes and properties and adds it to the persistent store.
 SampleMeasurement SampleMeasurementDaoBase.create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
           
 Measurement VesselPhysicalMeasurementDao.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, VesselPhysicalFeatures vesselPhysicalFeatures)
           Creates a new fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement instance from all attributes and properties and adds it to the persistent store.
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoBase.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, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 Measurement VesselPositionMeasurementDao.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, VesselPosition vesselPosition)
           Creates a new fr.ifremer.allegro.data.measure.VesselPositionMeasurement instance from all attributes and properties and adds it to the persistent store.
 VesselPositionMeasurement VesselPositionMeasurementDaoBase.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, VesselPosition vesselPosition)
           
 Measurement VesselUseMeasurementDao.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, VesselUseFeatures vesselUseFeatures)
           Creates a new fr.ifremer.allegro.data.measure.VesselUseMeasurement instance from all attributes and properties and adds it to the persistent store.
 VesselUseMeasurement VesselUseMeasurementDaoBase.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, VesselUseFeatures vesselUseFeatures)
           
 java.lang.Object SurveyMeasurementDao.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 SurveyMeasurementDaoBase.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)
           
 java.lang.Object GearPhysicalMeasurementDao.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, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as GearPhysicalMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional flag called transform.
 java.lang.Object GearPhysicalMeasurementDaoBase.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, GearPhysicalFeatures gearPhysicalFeatures)
           
 java.lang.Object GearUseMeasurementDao.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, GearUseFeatures gearUseFeatures)
           Does the same thing as GearUseMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional flag called transform.
 java.lang.Object GearUseMeasurementDaoBase.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, GearUseFeatures gearUseFeatures)
           
 java.lang.Object SortingMeasurementDao.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Integer rankOrder, SortingBatch sortingBatch, Produce produce)
           Does the same thing as SortingMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.lang.Integer,fr.ifremer.allegro.data.batch.SortingBatch,fr.ifremer.allegro.data.produce.Produce) with an additional flag called transform.
 java.lang.Object SortingMeasurementDaoBase.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Integer rankOrder, SortingBatch sortingBatch, Produce produce)
           
 java.lang.Object LandingMeasurementDao.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, Landing landing)
           Does the same thing as LandingMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.landing.Landing) with an additional flag called transform.
 java.lang.Object LandingMeasurementDaoBase.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, Landing landing)
           
 java.lang.Object SaleMeasurementDao.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, Sale sale, ExpectedSale expectedSale)
           Does the same thing as SaleMeasurementDao.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.sale.Sale,fr.ifremer.allegro.data.sale.ExpectedSale) with an additional flag called transform.
 java.lang.Object SaleMeasurementDaoBase.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, Sale sale, ExpectedSale expectedSale)
           
 java.lang.Object QuantificationMeasurementDao.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short subgroupNumber, java.lang.Boolean isReferenceQuantification, Batch batch, Produce produce)
           Does the same thing as QuantificationMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.lang.Short,java.lang.Boolean,fr.ifremer.allegro.data.batch.Batch,fr.ifremer.allegro.data.produce.Produce) with an additional flag called transform.
 java.lang.Object QuantificationMeasurementDaoBase.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short subgroupNumber, java.lang.Boolean isReferenceQuantification, Batch batch, Produce produce)
           
 java.lang.Object SampleMeasurementDao.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
           Does the same thing as SampleMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.lang.Short,java.lang.Boolean,fr.ifremer.allegro.data.sample.Sample) with an additional flag called transform.
 java.lang.Object SampleMeasurementDaoBase.create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
           
 java.lang.Object VesselPhysicalMeasurementDao.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, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as VesselPhysicalMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional flag called transform.
 java.lang.Object VesselPhysicalMeasurementDaoBase.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, VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.lang.Object VesselPositionMeasurementDao.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, VesselPosition vesselPosition)
           Does the same thing as VesselPositionMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.position.VesselPosition) with an additional flag called transform.
 java.lang.Object VesselPositionMeasurementDaoBase.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, VesselPosition vesselPosition)
           
 java.lang.Object VesselUseMeasurementDao.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, VesselUseFeatures vesselUseFeatures)
           Does the same thing as VesselUseMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional flag called transform.
 java.lang.Object VesselUseMeasurementDaoBase.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, VesselUseFeatures vesselUseFeatures)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection GearPhysicalMeasurementDaoBase.findGearPhysicalMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearUseMeasurementDaoBase.findGearUseMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearUseMeasurementDaoBase.findGearUseMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection GearUseMeasurementDaoBase.findGearUseMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearUseMeasurementDaoBase.findGearUseMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection GearUseMeasurementDaoBase.findGearUseMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection GearUseMeasurementDaoBase.findGearUseMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection GearUseMeasurementDaoBase.findGearUseMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection GearUseMeasurementDaoBase.findGearUseMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection LandingMeasurementDao.findLandingMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LandingMeasurementDaoBase.findLandingMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection LandingMeasurementDao.findLandingMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LandingMeasurementDaoBase.findLandingMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection LandingMeasurementDao.findLandingMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection LandingMeasurementDaoBase.findLandingMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection LandingMeasurementDao.findLandingMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LandingMeasurementDaoBase.findLandingMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection LandingMeasurementDao.findLandingMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection LandingMeasurementDaoBase.findLandingMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection LandingMeasurementDao.findLandingMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection LandingMeasurementDaoBase.findLandingMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection LandingMeasurementDao.findLandingMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection LandingMeasurementDaoBase.findLandingMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection LandingMeasurementDao.findLandingMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as LandingMeasurementDao.findLandingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection LandingMeasurementDaoBase.findLandingMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection MeasurementDao.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 MeasurementDaoBase.findMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SortingMeasurementDaoBase.findMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection QuantificationMeasurementDaoBase.findMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SampleMeasurementDaoBase.findMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselUseMeasurementDaoBase.findMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection GearUseMeasurementDaoBase.findMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SaleMeasurementDaoBase.findMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection LandingMeasurementDaoBase.findMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselPositionMeasurementDaoBase.findMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SurveyMeasurementDaoBase.findMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection MeasurementDao.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 MeasurementDaoBase.findMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SortingMeasurementDaoBase.findMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection QuantificationMeasurementDaoBase.findMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SampleMeasurementDaoBase.findMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselUseMeasurementDaoBase.findMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection GearUseMeasurementDaoBase.findMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SaleMeasurementDaoBase.findMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection LandingMeasurementDaoBase.findMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselPositionMeasurementDaoBase.findMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SurveyMeasurementDaoBase.findMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection MeasurementDao.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 MeasurementDaoBase.findMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection SortingMeasurementDaoBase.findMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection QuantificationMeasurementDaoBase.findMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection SampleMeasurementDaoBase.findMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection VesselUseMeasurementDaoBase.findMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection GearUseMeasurementDaoBase.findMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection SaleMeasurementDaoBase.findMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection LandingMeasurementDaoBase.findMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection VesselPositionMeasurementDaoBase.findMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection SurveyMeasurementDaoBase.findMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection MeasurementDao.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 MeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SortingMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection QuantificationMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SampleMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselUseMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection GearUseMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SaleMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection LandingMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselPositionMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SurveyMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection MeasurementDao.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 MeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection SortingMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection QuantificationMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection SampleMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection VesselUseMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection GearUseMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection SaleMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection LandingMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection VesselPositionMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection SurveyMeasurementDaoBase.findMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection MeasurementDao.findMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection MeasurementDaoBase.findMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection SortingMeasurementDaoBase.findMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection QuantificationMeasurementDaoBase.findMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection SampleMeasurementDaoBase.findMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection VesselUseMeasurementDaoBase.findMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection GearUseMeasurementDaoBase.findMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection SaleMeasurementDaoBase.findMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection LandingMeasurementDaoBase.findMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection VesselPositionMeasurementDaoBase.findMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection SurveyMeasurementDaoBase.findMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection MeasurementDao.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 MeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SortingMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection QuantificationMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SampleMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselUseMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection GearUseMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SaleMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection LandingMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselPositionMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SurveyMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection MeasurementDao.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 MeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection SortingMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection QuantificationMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection SampleMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection VesselUseMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection GearPhysicalMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection GearUseMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection SaleMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection LandingMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection VesselPositionMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection SurveyMeasurementDaoBase.findMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection QuantificationMeasurementDaoBase.findQuantificationMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection SaleMeasurementDao.findSaleMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SaleMeasurementDaoBase.findSaleMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SaleMeasurementDao.findSaleMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SaleMeasurementDaoBase.findSaleMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SaleMeasurementDao.findSaleMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection SaleMeasurementDaoBase.findSaleMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection SaleMeasurementDao.findSaleMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SaleMeasurementDaoBase.findSaleMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SaleMeasurementDao.findSaleMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection SaleMeasurementDaoBase.findSaleMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection SaleMeasurementDao.findSaleMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection SaleMeasurementDaoBase.findSaleMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection SaleMeasurementDao.findSaleMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SaleMeasurementDaoBase.findSaleMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SaleMeasurementDao.findSaleMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection SaleMeasurementDaoBase.findSaleMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SampleMeasurementDao.findSampleMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection SampleMeasurementDaoBase.findSampleMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection SortingMeasurementDao.findSortingMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SortingMeasurementDaoBase.findSortingMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SortingMeasurementDao.findSortingMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SortingMeasurementDaoBase.findSortingMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SortingMeasurementDao.findSortingMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection SortingMeasurementDaoBase.findSortingMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection SortingMeasurementDao.findSortingMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SortingMeasurementDaoBase.findSortingMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SortingMeasurementDao.findSortingMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection SortingMeasurementDaoBase.findSortingMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection SortingMeasurementDao.findSortingMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection SortingMeasurementDaoBase.findSortingMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection SortingMeasurementDao.findSortingMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection SortingMeasurementDaoBase.findSortingMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SortingMeasurementDao.findSortingMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection SortingMeasurementDaoBase.findSortingMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection SurveyMeasurementDao.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 SurveyMeasurementDaoBase.findSurveyMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SurveyMeasurementDao.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 SurveyMeasurementDaoBase.findSurveyMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SurveyMeasurementDao.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 SurveyMeasurementDaoBase.findSurveyMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection SurveyMeasurementDao.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 SurveyMeasurementDaoBase.findSurveyMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SurveyMeasurementDao.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 SurveyMeasurementDaoBase.findSurveyMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection SurveyMeasurementDaoBase.findSurveyMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection SurveyMeasurementDao.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 SurveyMeasurementDaoBase.findSurveyMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection SurveyMeasurementDao.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 SurveyMeasurementDaoBase.findSurveyMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection VesselPhysicalMeasurementDaoBase.findVesselPhysicalMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPositionMeasurementDaoBase.findVesselPositionMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPositionMeasurementDaoBase.findVesselPositionMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection VesselPositionMeasurementDaoBase.findVesselPositionMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPositionMeasurementDaoBase.findVesselPositionMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection VesselPositionMeasurementDaoBase.findVesselPositionMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection VesselPositionMeasurementDaoBase.findVesselPositionMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselPositionMeasurementDaoBase.findVesselPositionMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection VesselPositionMeasurementDaoBase.findVesselPositionMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselUseMeasurementDaoBase.findVesselUseMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselUseMeasurementDaoBase.findVesselUseMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection VesselUseMeasurementDaoBase.findVesselUseMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           
 java.util.Collection VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselUseMeasurementDaoBase.findVesselUseMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection VesselUseMeasurementDaoBase.findVesselUseMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           
 java.util.Collection VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection VesselUseMeasurementDaoBase.findVesselUseMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection VesselUseMeasurementDaoBase.findVesselUseMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           
 java.util.Collection VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection VesselUseMeasurementDaoBase.findVesselUseMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           
static SurveyMeasurement SurveyMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, ActivityCalendar activityCalendar, PhysicalGearSurvey physicalGearSurvey, Landing landing, FishingTrip fishingTrip, Sale sale, EconomicalSurvey economicalSurvey)
          Constructs a new instance of SurveyMeasurement, taking all possible properties (except the identifier(s))as arguments.
static GearPhysicalMeasurement GearPhysicalMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, GearPhysicalFeatures gearPhysicalFeatures)
          Constructs a new instance of GearPhysicalMeasurement, taking all possible properties (except the identifier(s))as arguments.
static GearUseMeasurement GearUseMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, GearUseFeatures gearUseFeatures)
          Constructs a new instance of GearUseMeasurement, taking all possible properties (except the identifier(s))as arguments.
static SortingMeasurement SortingMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Integer rankOrder, SortingBatch sortingBatch, Produce produce)
          Constructs a new instance of SortingMeasurement, taking all possible properties (except the identifier(s))as arguments.
static LandingMeasurement LandingMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, Landing landing)
          Constructs a new instance of LandingMeasurement, taking all possible properties (except the identifier(s))as arguments.
static SaleMeasurement SaleMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, Sale sale, ExpectedSale expectedSale)
          Constructs a new instance of SaleMeasurement, taking all possible properties (except the identifier(s))as arguments.
static QuantificationMeasurement QuantificationMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short subgroupNumber, java.lang.Boolean isReferenceQuantification, Batch batch, Produce produce)
          Constructs a new instance of QuantificationMeasurement, taking all possible properties (except the identifier(s))as arguments.
static SampleMeasurement SampleMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
          Constructs a new instance of SampleMeasurement, taking all possible properties (except the identifier(s))as arguments.
static VesselPhysicalMeasurement VesselPhysicalMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPhysicalFeatures vesselPhysicalFeatures)
          Constructs a new instance of VesselPhysicalMeasurement, taking all possible properties (except the identifier(s))as arguments.
static VesselPositionMeasurement VesselPositionMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPosition vesselPosition)
          Constructs a new instance of VesselPositionMeasurement, taking all possible properties (except the identifier(s))as arguments.
static VesselUseMeasurement VesselUseMeasurement.Factory.newInstance(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselUseFeatures vesselUseFeatures)
          Constructs a new instance of VesselUseMeasurement, taking all possible properties (except the identifier(s))as arguments.
 void Measurement.setPrecisionType(PrecisionType precisionType)
           
 

Uses of PrecisionType in fr.ifremer.allegro.referential
 

Subclasses of PrecisionType in fr.ifremer.allegro.referential
 class PrecisionTypeImpl
           
 

Methods in fr.ifremer.allegro.referential that return PrecisionType
 PrecisionType PrecisionTypeDaoImpl.clusterPrecisionTypeToEntity(ClusterPrecisionType clusterPrecisionType)
           
 PrecisionType PrecisionTypeDao.clusterPrecisionTypeToEntity(ClusterPrecisionType clusterPrecisionType)
          Converts an instance of type ClusterPrecisionType to this DAO's entity.
 PrecisionType PrecisionTypeDao.create(PrecisionType precisionType)
          Creates an instance of fr.ifremer.allegro.referential.PrecisionType and adds it to the persistent store.
 PrecisionType PrecisionTypeDaoBase.create(PrecisionType precisionType)
           
 PrecisionType PrecisionTypeDao.create(java.lang.String name, Status status)
           Creates a new fr.ifremer.allegro.referential.PrecisionType instance from only required properties (attributes and association ends) and adds it to the persistent store.
 PrecisionType PrecisionTypeDaoBase.create(java.lang.String name, Status status)
           
 PrecisionType PrecisionTypeDao.create(java.lang.String name, java.sql.Timestamp updateDate, Status status)
           Creates a new fr.ifremer.allegro.referential.PrecisionType instance from all attributes and properties and adds it to the persistent store.
 PrecisionType PrecisionTypeDaoBase.create(java.lang.String name, java.sql.Timestamp updateDate, Status status)
           
 PrecisionType PrecisionTypeDao.createFromClusterPrecisionType(ClusterPrecisionType clusterPrecisionType)
           
 PrecisionType PrecisionTypeDaoBase.createFromClusterPrecisionType(ClusterPrecisionType clusterPrecisionType)
           
 PrecisionType PrecisionTypeDao.findPrecisionTypeById(java.lang.Integer id)
           
 PrecisionType PrecisionTypeDaoBase.findPrecisionTypeById(java.lang.Integer id)
           
 PrecisionType PrecisionTypeDao.findPrecisionTypeById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as PrecisionTypeDao.findPrecisionTypeById(java.lang.Integer) with an additional argument called queryString.
 PrecisionType PrecisionTypeDaoBase.findPrecisionTypeById(java.lang.String queryString, java.lang.Integer id)
           
 PrecisionType PrecisionTypeDao.findPrecisionTypeByNaturalId(java.lang.Integer id)
           
 PrecisionType PrecisionTypeDaoBase.findPrecisionTypeByNaturalId(java.lang.Integer id)
           
 PrecisionType PrecisionTypeDao.findPrecisionTypeByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as PrecisionTypeDao.findPrecisionTypeByNaturalId(java.lang.Integer) with an additional argument called queryString.
 PrecisionType PrecisionTypeDaoBase.findPrecisionTypeByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
protected  PrecisionType PrecisionTypeDaoImpl.handleCreateFromClusterPrecisionType(ClusterPrecisionType clusterPrecisionType)
           
protected abstract  PrecisionType PrecisionTypeDaoBase.handleCreateFromClusterPrecisionType(ClusterPrecisionType clusterPrecisionType)
          Performs the core logic for PrecisionTypeDaoBase.createFromClusterPrecisionType(fr.ifremer.allegro.referential.generic.cluster.ClusterPrecisionType)
 PrecisionType PrecisionTypeDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.referential.PrecisionType from the persistent store.
 PrecisionType PrecisionTypeDaoBase.load(java.lang.Integer id)
           
static PrecisionType PrecisionType.Factory.newInstance()
          Constructs a new instance of PrecisionType.
static PrecisionType PrecisionType.Factory.newInstance(java.lang.String name, Status status)
          Constructs a new instance of PrecisionType, taking all required and/or read-only properties as arguments.
static PrecisionType PrecisionType.Factory.newInstance(java.lang.String name, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of PrecisionType, taking all possible properties (except the identifier(s))as arguments.
 PrecisionType PrecisionTypeDaoImpl.remotePrecisionTypeFullVOToEntity(RemotePrecisionTypeFullVO remotePrecisionTypeFullVO)
           
 PrecisionType PrecisionTypeDao.remotePrecisionTypeFullVOToEntity(RemotePrecisionTypeFullVO remotePrecisionTypeFullVO)
          Converts an instance of type RemotePrecisionTypeFullVO to this DAO's entity.
 PrecisionType PrecisionTypeDaoImpl.remotePrecisionTypeNaturalIdToEntity(RemotePrecisionTypeNaturalId remotePrecisionTypeNaturalId)
           
 PrecisionType PrecisionTypeDao.remotePrecisionTypeNaturalIdToEntity(RemotePrecisionTypeNaturalId remotePrecisionTypeNaturalId)
          Converts an instance of type RemotePrecisionTypeNaturalId to this DAO's entity.
protected  PrecisionType PrecisionTypeDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential with parameters of type PrecisionType
 void PrecisionTypeDaoImpl.clusterPrecisionTypeToEntity(ClusterPrecisionType source, PrecisionType target, boolean copyIfNull)
           
 void PrecisionTypeDao.clusterPrecisionTypeToEntity(ClusterPrecisionType source, PrecisionType target, boolean copyIfNull)
          Copies the fields of ClusterPrecisionType to the specified entity.
 void PrecisionTypeDaoBase.clusterPrecisionTypeToEntity(ClusterPrecisionType source, PrecisionType target, boolean copyIfNull)
           
 java.lang.Object PrecisionTypeDao.create(int transform, PrecisionType precisionType)
           Does the same thing as PrecisionTypeDao.create(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.lang.Object PrecisionTypeDaoBase.create(int transform, PrecisionType precisionType)
           
 PrecisionType PrecisionTypeDao.create(PrecisionType precisionType)
          Creates an instance of fr.ifremer.allegro.referential.PrecisionType and adds it to the persistent store.
 PrecisionType PrecisionTypeDaoBase.create(PrecisionType precisionType)
           
 void PrecisionTypeDaoImpl.remotePrecisionTypeFullVOToEntity(RemotePrecisionTypeFullVO source, PrecisionType target, boolean copyIfNull)
           
 void PrecisionTypeDao.remotePrecisionTypeFullVOToEntity(RemotePrecisionTypeFullVO source, PrecisionType target, boolean copyIfNull)
          Copies the fields of RemotePrecisionTypeFullVO to the specified entity.
 void PrecisionTypeDaoBase.remotePrecisionTypeFullVOToEntity(RemotePrecisionTypeFullVO source, PrecisionType target, boolean copyIfNull)
           
 void PrecisionTypeDaoImpl.remotePrecisionTypeNaturalIdToEntity(RemotePrecisionTypeNaturalId source, PrecisionType target, boolean copyIfNull)
           
 void PrecisionTypeDao.remotePrecisionTypeNaturalIdToEntity(RemotePrecisionTypeNaturalId source, PrecisionType target, boolean copyIfNull)
          Copies the fields of RemotePrecisionTypeNaturalId to the specified entity.
 void PrecisionTypeDaoBase.remotePrecisionTypeNaturalIdToEntity(RemotePrecisionTypeNaturalId source, PrecisionType target, boolean copyIfNull)
           
 void PrecisionTypeDao.remove(PrecisionType precisionType)
          Removes the instance of fr.ifremer.allegro.referential.PrecisionType from the persistent store.
 void PrecisionTypeDaoBase.remove(PrecisionType precisionType)
           
 ClusterPrecisionType PrecisionTypeDaoImpl.toClusterPrecisionType(PrecisionType entity)
           
 ClusterPrecisionType PrecisionTypeDao.toClusterPrecisionType(PrecisionType entity)
          Converts this DAO's entity to an object of type ClusterPrecisionType.
 ClusterPrecisionType PrecisionTypeDaoBase.toClusterPrecisionType(PrecisionType entity)
           
 void PrecisionTypeDaoImpl.toClusterPrecisionType(PrecisionType source, ClusterPrecisionType target)
           
 void PrecisionTypeDao.toClusterPrecisionType(PrecisionType source, ClusterPrecisionType target)
          Copies the fields of the specified entity to the target value object.
 void PrecisionTypeDaoBase.toClusterPrecisionType(PrecisionType source, ClusterPrecisionType target)
           
 RemotePrecisionTypeFullVO PrecisionTypeDaoImpl.toRemotePrecisionTypeFullVO(PrecisionType entity)
           
 RemotePrecisionTypeFullVO PrecisionTypeDao.toRemotePrecisionTypeFullVO(PrecisionType entity)
          Converts this DAO's entity to an object of type RemotePrecisionTypeFullVO.
 RemotePrecisionTypeFullVO PrecisionTypeDaoBase.toRemotePrecisionTypeFullVO(PrecisionType entity)
           
 void PrecisionTypeDaoImpl.toRemotePrecisionTypeFullVO(PrecisionType source, RemotePrecisionTypeFullVO target)
           
 void PrecisionTypeDao.toRemotePrecisionTypeFullVO(PrecisionType source, RemotePrecisionTypeFullVO target)
          Copies the fields of the specified entity to the target value object.
 void PrecisionTypeDaoBase.toRemotePrecisionTypeFullVO(PrecisionType source, RemotePrecisionTypeFullVO target)
           
 RemotePrecisionTypeNaturalId PrecisionTypeDaoImpl.toRemotePrecisionTypeNaturalId(PrecisionType entity)
           
 RemotePrecisionTypeNaturalId PrecisionTypeDao.toRemotePrecisionTypeNaturalId(PrecisionType entity)
          Converts this DAO's entity to an object of type RemotePrecisionTypeNaturalId.
 RemotePrecisionTypeNaturalId PrecisionTypeDaoBase.toRemotePrecisionTypeNaturalId(PrecisionType entity)
           
 void PrecisionTypeDaoImpl.toRemotePrecisionTypeNaturalId(PrecisionType source, RemotePrecisionTypeNaturalId target)
           
 void PrecisionTypeDao.toRemotePrecisionTypeNaturalId(PrecisionType source, RemotePrecisionTypeNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void PrecisionTypeDaoBase.toRemotePrecisionTypeNaturalId(PrecisionType source, RemotePrecisionTypeNaturalId target)
           
protected  java.lang.Object PrecisionTypeDaoBase.transformEntity(int transform, PrecisionType 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.referential.PrecisionTypeDao, please note that the PrecisionTypeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void PrecisionTypeDao.update(PrecisionType precisionType)
          Updates the precisionType instance in the persistent store.
 void PrecisionTypeDaoBase.update(PrecisionType precisionType)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.