fr.ifremer.allegro.data.measure
Interface SurveyMeasurementDao

All Superinterfaces:
MeasurementDao
All Known Implementing Classes:
SurveyMeasurementDaoBase, SurveyMeasurementDaoImpl

public interface SurveyMeasurementDao
extends MeasurementDao

See Also:
SurveyMeasurement

Field Summary
static int TRANSFORM_CLUSTERSURVEYMEASUREMENT
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTESURVEYMEASUREMENTFULLVO
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
static int TRANSFORM_REMOTESURVEYMEASUREMENTNATURALID
          This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.
 
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID
 
Method Summary
 SurveyMeasurement clusterSurveyMeasurementToEntity(ClusterSurveyMeasurement clusterSurveyMeasurement)
          Converts an instance of type ClusterSurveyMeasurement to this DAO's entity.
 void clusterSurveyMeasurementToEntity(ClusterSurveyMeasurement source, SurveyMeasurement target, boolean copyIfNull)
          Copies the fields of ClusterSurveyMeasurement to the specified entity.
 void clusterSurveyMeasurementToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterSurveyMeasurement to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.measure.SurveyMeasurement and adds from the passed in entities collection
 Measurement create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, ActivityCalendar activityCalendar, PhysicalGearSurvey physicalGearSurvey, Landing landing, FishingTrip fishingTrip, Sale sale, EconomicalSurvey economicalSurvey)
           Creates a new fr.ifremer.allegro.data.measure.SurveyMeasurement instance from all attributes and properties and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as create(fr.ifremer.allegro.data.measure.SurveyMeasurement) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, ActivityCalendar activityCalendar, PhysicalGearSurvey physicalGearSurvey, Landing landing, FishingTrip fishingTrip, Sale sale, EconomicalSurvey economicalSurvey)
           Does the same thing as create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional flag called transform.
 java.lang.Object create(int transform, Pmfm pmfm, QualityFlag qualityFlag)
           Does the same thing as create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.lang.Object create(int transform, SurveyMeasurement surveyMeasurement)
           Does the same thing as create(fr.ifremer.allegro.data.measure.SurveyMeasurement) with an additional flag called transform.
 Measurement create(Pmfm pmfm, QualityFlag qualityFlag)
           Creates a new fr.ifremer.allegro.data.measure.SurveyMeasurement instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Measurement create(SurveyMeasurement surveyMeasurement)
          Creates an instance of fr.ifremer.allegro.data.measure.SurveyMeasurement and adds it to the persistent store.
 SurveyMeasurement createFromClusterSurveyMeasurement(ClusterSurveyMeasurement clusterSurveyMeasurement)
           
 java.util.Collection findSurveyMeasurementByActivityCalendar(ActivityCalendar activityCalendar)
           
 java.util.Collection findSurveyMeasurementByActivityCalendar(int transform, ActivityCalendar activityCalendar)
           Does the same thing as findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByActivityCalendar(int pageNumber, int pageSize, ActivityCalendar activityCalendar)
           Does the same thing as findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByActivityCalendar(int transform, int pageNumber, int pageSize, ActivityCalendar activityCalendar)
           Does the same thing as findSurveyMeasurementByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByActivityCalendar(int transform, java.lang.String queryString, ActivityCalendar activityCalendar)
           Does the same thing as findSurveyMeasurementByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByActivityCalendar(int transform, java.lang.String queryString, int pageNumber, int pageSize, ActivityCalendar activityCalendar)
           Does the same thing as findSurveyMeasurementByActivityCalendar(int, String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByActivityCalendar(java.lang.String queryString, ActivityCalendar activityCalendar)
           Does the same thing as findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByActivityCalendar(java.lang.String queryString, int pageNumber, int pageSize, ActivityCalendar activityCalendar)
           Does the same thing as findSurveyMeasurementByActivityCalendar(String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
           
 java.util.Collection findSurveyMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
           Does the same thing as findSurveyMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findSurveyMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findSurveyMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as findSurveyMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findSurveyMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as findSurveyMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findSurveyMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
           
 java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
           Does the same thing as findSurveyMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findSurveyMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findSurveyMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as findSurveyMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findSurveyMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as findSurveyMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findSurveyMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByDepartment(Department department)
           
 java.util.Collection findSurveyMeasurementByDepartment(int transform, Department department)
           Does the same thing as findSurveyMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as findSurveyMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as findSurveyMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as findSurveyMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as findSurveyMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as findSurveyMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as findSurveyMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByEconomicalSurvey(EconomicalSurvey economicalSurvey)
           
 java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform, EconomicalSurvey economicalSurvey)
           Does the same thing as findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByEconomicalSurvey(int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
           Does the same thing as findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform, int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
           Does the same thing as findSurveyMeasurementByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform, java.lang.String queryString, EconomicalSurvey economicalSurvey)
           Does the same thing as findSurveyMeasurementByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform, java.lang.String queryString, int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
           Does the same thing as findSurveyMeasurementByEconomicalSurvey(int, String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByEconomicalSurvey(java.lang.String queryString, EconomicalSurvey economicalSurvey)
           Does the same thing as findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByEconomicalSurvey(java.lang.String queryString, int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
           Does the same thing as findSurveyMeasurementByEconomicalSurvey(String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByFishingTrip(FishingTrip fishingTrip)
           
 java.util.Collection findSurveyMeasurementByFishingTrip(int transform, FishingTrip fishingTrip)
           Does the same thing as findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findSurveyMeasurementByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
           Does the same thing as findSurveyMeasurementByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findSurveyMeasurementByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
           Does the same thing as findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as findSurveyMeasurementByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 SurveyMeasurement findSurveyMeasurementById(java.lang.Integer id)
           
 java.lang.Object findSurveyMeasurementById(int transform, java.lang.Integer id)
           Does the same thing as findSurveyMeasurementById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findSurveyMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findSurveyMeasurementById(int, java.lang.Integer) with an additional argument called queryString.
 SurveyMeasurement findSurveyMeasurementById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findSurveyMeasurementById(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByLanding(int transform, int pageNumber, int pageSize, Landing landing)
           Does the same thing as findSurveyMeasurementByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByLanding(int pageNumber, int pageSize, Landing landing)
           Does the same thing as findSurveyMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByLanding(int transform, Landing landing)
           Does the same thing as findSurveyMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByLanding(int transform, java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
           Does the same thing as findSurveyMeasurementByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByLanding(int transform, java.lang.String queryString, Landing landing)
           Does the same thing as findSurveyMeasurementByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByLanding(Landing landing)
           
 java.util.Collection findSurveyMeasurementByLanding(java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
           Does the same thing as findSurveyMeasurementByLanding(String, fr.ifremer.allegro.data.survey.landing.Landing) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByLanding(java.lang.String queryString, Landing landing)
           Does the same thing as findSurveyMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an additional argument called queryString.
 SurveyMeasurement findSurveyMeasurementByNaturalId(java.lang.Integer id)
           
 java.lang.Object findSurveyMeasurementByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as findSurveyMeasurementByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findSurveyMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findSurveyMeasurementByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 SurveyMeasurement findSurveyMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findSurveyMeasurementByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findSurveyMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findSurveyMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
           Does the same thing as findSurveyMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findSurveyMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as findSurveyMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
           
 java.util.Collection findSurveyMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findSurveyMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as findSurveyMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as findSurveyMeasurementByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform, java.lang.String queryString, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as findSurveyMeasurementByPhysicalGearSurvey(int, String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform, java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as findSurveyMeasurementByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)
           
 java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(java.lang.String queryString, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as findSurveyMeasurementByPhysicalGearSurvey(String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey)
           Does the same thing as findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findSurveyMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findSurveyMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPmfm(int transform, Pmfm pmfm)
           Does the same thing as findSurveyMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findSurveyMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
           Does the same thing as findSurveyMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByPmfm(Pmfm pmfm)
           
 java.util.Collection findSurveyMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findSurveyMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
           Does the same thing as findSurveyMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findSurveyMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findSurveyMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as findSurveyMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findSurveyMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as findSurveyMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection findSurveyMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findSurveyMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as findSurveyMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findSurveyMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findSurveyMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
           Does the same thing as findSurveyMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findSurveyMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as findSurveyMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
           
 java.util.Collection findSurveyMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findSurveyMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as findSurveyMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findSurveyMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findSurveyMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as findSurveyMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findSurveyMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findSurveyMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findSurveyMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findSurveyMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findSurveyMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementBySale(int transform, int pageNumber, int pageSize, Sale sale)
           Does the same thing as findSurveyMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementBySale(int pageNumber, int pageSize, Sale sale)
           Does the same thing as findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementBySale(int transform, Sale sale)
           Does the same thing as findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale) with an additional flag called transform.
 java.util.Collection findSurveyMeasurementBySale(int transform, java.lang.String queryString, int pageNumber, int pageSize, Sale sale)
           Does the same thing as findSurveyMeasurementBySale(int, String, fr.ifremer.allegro.data.survey.sale.Sale) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementBySale(int transform, java.lang.String queryString, Sale sale)
           Does the same thing as findSurveyMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale) with an additional argument called queryString.
 java.util.Collection findSurveyMeasurementBySale(Sale sale)
           
 java.util.Collection findSurveyMeasurementBySale(java.lang.String queryString, int pageNumber, int pageSize, Sale sale)
           Does the same thing as findSurveyMeasurementBySale(String, fr.ifremer.allegro.data.survey.sale.Sale) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSurveyMeasurementBySale(java.lang.String queryString, Sale sale)
           Does the same thing as findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale) with an additional argument called queryString.
 ClusterSurveyMeasurement[] getAllClusterSurveyMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllSurveyMeasurement()
           
 java.util.Collection getAllSurveyMeasurement(int transform)
           Does the same thing as getAllSurveyMeasurement() with an additional flag called transform.
 java.util.Collection getAllSurveyMeasurement(int pageNumber, int pageSize)
           Does the same thing as getAllSurveyMeasurement() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllSurveyMeasurement(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllSurveyMeasurement(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllSurveyMeasurement(int transform, java.lang.String queryString)
           Does the same thing as getAllSurveyMeasurement(int) with an additional argument called queryString.
 java.util.Collection getAllSurveyMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllSurveyMeasurement(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllSurveyMeasurement(java.lang.String queryString)
           Does the same thing as getAllSurveyMeasurement() with an additional argument called queryString.
 java.util.Collection getAllSurveyMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllSurveyMeasurement(String) with an additional two arguments called pageNumber and pageSize.
 Measurement load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.measure.SurveyMeasurement from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type SurveyMeasurement.
 java.util.Collection loadAll(int transform)
           Does the same thing as loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as loadAll() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
           Does the same thing as loadAll(int) with an additional two arguments called pageNumber and pageSize.
 SurveyMeasurement remoteSurveyMeasurementFullVOToEntity(RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVO)
          Converts an instance of type RemoteSurveyMeasurementFullVO to this DAO's entity.
 void remoteSurveyMeasurementFullVOToEntity(RemoteSurveyMeasurementFullVO source, SurveyMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteSurveyMeasurementFullVO to the specified entity.
 void remoteSurveyMeasurementFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteSurveyMeasurementFullVO to this DAO's entity.
 SurveyMeasurement remoteSurveyMeasurementNaturalIdToEntity(RemoteSurveyMeasurementNaturalId remoteSurveyMeasurementNaturalId)
          Converts an instance of type RemoteSurveyMeasurementNaturalId to this DAO's entity.
 void remoteSurveyMeasurementNaturalIdToEntity(RemoteSurveyMeasurementNaturalId source, SurveyMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteSurveyMeasurementNaturalId to the specified entity.
 void remoteSurveyMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteSurveyMeasurementNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.measure.SurveyMeasurement having the given identifier from the persistent store.
 void remove(SurveyMeasurement surveyMeasurement)
          Removes the instance of fr.ifremer.allegro.data.measure.SurveyMeasurement from the persistent store.
 PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 PaginationResult search(int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 java.util.Set search(int transform, Search search)
          Does the same thing as search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 ClusterSurveyMeasurement toClusterSurveyMeasurement(SurveyMeasurement entity)
          Converts this DAO's entity to an object of type ClusterSurveyMeasurement.
 void toClusterSurveyMeasurement(SurveyMeasurement source, ClusterSurveyMeasurement target)
          Copies the fields of the specified entity to the target value object.
 ClusterSurveyMeasurement[] toClusterSurveyMeasurementArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterSurveyMeasurement.
 void toClusterSurveyMeasurementCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterSurveyMeasurement.
 RemoteSurveyMeasurementFullVO toRemoteSurveyMeasurementFullVO(SurveyMeasurement entity)
          Converts this DAO's entity to an object of type RemoteSurveyMeasurementFullVO.
 void toRemoteSurveyMeasurementFullVO(SurveyMeasurement source, RemoteSurveyMeasurementFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteSurveyMeasurementFullVO[] toRemoteSurveyMeasurementFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteSurveyMeasurementFullVO.
 void toRemoteSurveyMeasurementFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteSurveyMeasurementFullVO.
 RemoteSurveyMeasurementNaturalId toRemoteSurveyMeasurementNaturalId(SurveyMeasurement entity)
          Converts this DAO's entity to an object of type RemoteSurveyMeasurementNaturalId.
 void toRemoteSurveyMeasurementNaturalId(SurveyMeasurement source, RemoteSurveyMeasurementNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteSurveyMeasurementNaturalId[] toRemoteSurveyMeasurementNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteSurveyMeasurementNaturalId.
 void toRemoteSurveyMeasurementNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteSurveyMeasurementNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(SurveyMeasurement surveyMeasurement)
          Updates the surveyMeasurement instance in the persistent store.
 
Methods inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao
clusterMeasurementToEntity, clusterMeasurementToEntity, clusterMeasurementToEntityCollection, findMeasurementByAggregationLevel, findMeasurementByAggregationLevel, findMeasurementByAggregationLevel, findMeasurementByAggregationLevel, findMeasurementByAggregationLevel, findMeasurementByAggregationLevel, findMeasurementByAggregationLevel, findMeasurementByAggregationLevel, findMeasurementByAnalysisInstrument, findMeasurementByAnalysisInstrument, findMeasurementByAnalysisInstrument, findMeasurementByAnalysisInstrument, findMeasurementByAnalysisInstrument, findMeasurementByAnalysisInstrument, findMeasurementByAnalysisInstrument, findMeasurementByAnalysisInstrument, findMeasurementByDepartment, findMeasurementByDepartment, findMeasurementByDepartment, findMeasurementByDepartment, findMeasurementByDepartment, findMeasurementByDepartment, findMeasurementByDepartment, findMeasurementByDepartment, findMeasurementById, findMeasurementById, findMeasurementById, findMeasurementById, findMeasurementByNaturalId, findMeasurementByNaturalId, findMeasurementByNaturalId, findMeasurementByNaturalId, findMeasurementByNumericalPrecision, findMeasurementByNumericalPrecision, findMeasurementByNumericalPrecision, findMeasurementByNumericalPrecision, findMeasurementByNumericalPrecision, findMeasurementByNumericalPrecision, findMeasurementByNumericalPrecision, findMeasurementByNumericalPrecision, findMeasurementByPmfm, findMeasurementByPmfm, findMeasurementByPmfm, findMeasurementByPmfm, findMeasurementByPmfm, findMeasurementByPmfm, findMeasurementByPmfm, findMeasurementByPmfm, findMeasurementByPrecisionType, findMeasurementByPrecisionType, findMeasurementByPrecisionType, findMeasurementByPrecisionType, findMeasurementByPrecisionType, findMeasurementByPrecisionType, findMeasurementByPrecisionType, findMeasurementByPrecisionType, findMeasurementByQualitativeValue, findMeasurementByQualitativeValue, findMeasurementByQualitativeValue, findMeasurementByQualitativeValue, findMeasurementByQualitativeValue, findMeasurementByQualitativeValue, findMeasurementByQualitativeValue, findMeasurementByQualitativeValue, findMeasurementByQualityFlag, findMeasurementByQualityFlag, findMeasurementByQualityFlag, findMeasurementByQualityFlag, findMeasurementByQualityFlag, findMeasurementByQualityFlag, findMeasurementByQualityFlag, findMeasurementByQualityFlag, getAllMeasurement, getAllMeasurement, getAllMeasurement, getAllMeasurement, getAllMeasurement, getAllMeasurement, getAllMeasurement, getAllMeasurement, remoteMeasurementFullVOToEntity, remoteMeasurementFullVOToEntity, remoteMeasurementFullVOToEntityCollection, remoteMeasurementNaturalIdToEntity, remoteMeasurementNaturalIdToEntity, remoteMeasurementNaturalIdToEntityCollection, remove, toClusterMeasurement, toClusterMeasurement, toClusterMeasurementArray, toClusterMeasurementCollection, toRemoteMeasurementFullVO, toRemoteMeasurementFullVO, toRemoteMeasurementFullVOArray, toRemoteMeasurementFullVOCollection, toRemoteMeasurementNaturalId, toRemoteMeasurementNaturalId, toRemoteMeasurementNaturalIdArray, toRemoteMeasurementNaturalIdCollection, update
 

Field Detail

TRANSFORM_REMOTESURVEYMEASUREMENTFULLVO

static final int TRANSFORM_REMOTESURVEYMEASUREMENTFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteSurveyMeasurementFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTESURVEYMEASUREMENTNATURALID

static final int TRANSFORM_REMOTESURVEYMEASUREMENTNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type RemoteSurveyMeasurementNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERSURVEYMEASUREMENT

static final int TRANSFORM_CLUSTERSURVEYMEASUREMENT
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform.

This specific flag denotes entities must be transformed into objects of type ClusterSurveyMeasurement.

See Also:
Constant Field Values
Method Detail

toRemoteSurveyMeasurementFullVO

void toRemoteSurveyMeasurementFullVO(SurveyMeasurement source,
                                     RemoteSurveyMeasurementFullVO target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteSurveyMeasurementFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteSurveyMeasurementFullVO

RemoteSurveyMeasurementFullVO toRemoteSurveyMeasurementFullVO(SurveyMeasurement entity)
Converts this DAO's entity to an object of type RemoteSurveyMeasurementFullVO.


toRemoteSurveyMeasurementFullVOCollection

void toRemoteSurveyMeasurementFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSurveyMeasurementFullVO.


toRemoteSurveyMeasurementFullVOArray

RemoteSurveyMeasurementFullVO[] toRemoteSurveyMeasurementFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSurveyMeasurementFullVO.


remoteSurveyMeasurementFullVOToEntity

void remoteSurveyMeasurementFullVOToEntity(RemoteSurveyMeasurementFullVO source,
                                           SurveyMeasurement target,
                                           boolean copyIfNull)
Copies the fields of RemoteSurveyMeasurementFullVO to the specified entity.

Parameters:
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.

remoteSurveyMeasurementFullVOToEntity

SurveyMeasurement remoteSurveyMeasurementFullVOToEntity(RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVO)
Converts an instance of type RemoteSurveyMeasurementFullVO to this DAO's entity.


remoteSurveyMeasurementFullVOToEntityCollection

void remoteSurveyMeasurementFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSurveyMeasurementFullVO to this DAO's entity.


toRemoteSurveyMeasurementNaturalId

void toRemoteSurveyMeasurementNaturalId(SurveyMeasurement source,
                                        RemoteSurveyMeasurementNaturalId target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteSurveyMeasurementNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteSurveyMeasurementNaturalId

RemoteSurveyMeasurementNaturalId toRemoteSurveyMeasurementNaturalId(SurveyMeasurement entity)
Converts this DAO's entity to an object of type RemoteSurveyMeasurementNaturalId.


toRemoteSurveyMeasurementNaturalIdCollection

void toRemoteSurveyMeasurementNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSurveyMeasurementNaturalId.


toRemoteSurveyMeasurementNaturalIdArray

RemoteSurveyMeasurementNaturalId[] toRemoteSurveyMeasurementNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSurveyMeasurementNaturalId.


remoteSurveyMeasurementNaturalIdToEntity

void remoteSurveyMeasurementNaturalIdToEntity(RemoteSurveyMeasurementNaturalId source,
                                              SurveyMeasurement target,
                                              boolean copyIfNull)
Copies the fields of RemoteSurveyMeasurementNaturalId to the specified entity.

Parameters:
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.

remoteSurveyMeasurementNaturalIdToEntity

SurveyMeasurement remoteSurveyMeasurementNaturalIdToEntity(RemoteSurveyMeasurementNaturalId remoteSurveyMeasurementNaturalId)
Converts an instance of type RemoteSurveyMeasurementNaturalId to this DAO's entity.


remoteSurveyMeasurementNaturalIdToEntityCollection

void remoteSurveyMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSurveyMeasurementNaturalId to this DAO's entity.


toClusterSurveyMeasurement

void toClusterSurveyMeasurement(SurveyMeasurement source,
                                ClusterSurveyMeasurement target)
Copies the fields of the specified entity to the target value object. This method is similar to toClusterSurveyMeasurement(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toClusterSurveyMeasurement

ClusterSurveyMeasurement toClusterSurveyMeasurement(SurveyMeasurement entity)
Converts this DAO's entity to an object of type ClusterSurveyMeasurement.


toClusterSurveyMeasurementCollection

void toClusterSurveyMeasurementCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterSurveyMeasurement.


toClusterSurveyMeasurementArray

ClusterSurveyMeasurement[] toClusterSurveyMeasurementArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterSurveyMeasurement.


clusterSurveyMeasurementToEntity

void clusterSurveyMeasurementToEntity(ClusterSurveyMeasurement source,
                                      SurveyMeasurement target,
                                      boolean copyIfNull)
Copies the fields of ClusterSurveyMeasurement to the specified entity.

Parameters:
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.

clusterSurveyMeasurementToEntity

SurveyMeasurement clusterSurveyMeasurementToEntity(ClusterSurveyMeasurement clusterSurveyMeasurement)
Converts an instance of type ClusterSurveyMeasurement to this DAO's entity.


clusterSurveyMeasurementToEntityCollection

void clusterSurveyMeasurementToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterSurveyMeasurement to this DAO's entity.


load

Measurement load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.measure.SurveyMeasurement from the persistent store.

Specified by:
load in interface MeasurementDao

load

java.lang.Object load(int transform,
                      java.lang.Integer id)

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

Specified by:
load in interface MeasurementDao
Parameters:
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.

loadAll

java.util.Collection loadAll()
Loads all entities of type SurveyMeasurement.

Specified by:
loadAll in interface MeasurementDao
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform)

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

Specified by:
loadAll in interface MeasurementDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int pageNumber,
                             int pageSize)

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

Specified by:
loadAll in interface MeasurementDao
Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.

loadAll

java.util.Collection loadAll(int transform,
                             int pageNumber,
                             int pageSize)

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

Specified by:
loadAll in interface MeasurementDao
Parameters:
transform - the flag indicating what transformation to use.
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.

create

Measurement create(SurveyMeasurement surveyMeasurement)
Creates an instance of fr.ifremer.allegro.data.measure.SurveyMeasurement and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        SurveyMeasurement surveyMeasurement)

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


create

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

Parameters:
entities - the collection of fr.ifremer.allegro.data.measure.SurveyMeasurement instances to create.
Returns:
the created instances.

create

java.util.Collection create(int transform,
                            java.util.Collection entities)

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


create

Measurement 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.


create

java.lang.Object create(int transform,
                        java.lang.Float numericalValue,
                        java.lang.Integer digitCount,
                        java.lang.Float precisionValue,
                        java.util.Date controlDate,
                        java.util.Date validationDate,
                        java.util.Date qualificationDate,
                        java.lang.String qualificationComments,
                        Department department,
                        PrecisionType precisionType,
                        QualityFlag qualityFlag,
                        AnalysisInstrument analysisInstrument,
                        NumericalPrecision numericalPrecision,
                        Pmfm pmfm,
                        QualitativeValue qualitativeValue,
                        AggregationLevel aggregationLevel,
                        ActivityCalendar activityCalendar,
                        PhysicalGearSurvey physicalGearSurvey,
                        Landing landing,
                        FishingTrip fishingTrip,
                        Sale sale,
                        EconomicalSurvey economicalSurvey)

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


create

Measurement create(Pmfm pmfm,
                   QualityFlag qualityFlag)

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


create

java.lang.Object create(int transform,
                        Pmfm pmfm,
                        QualityFlag qualityFlag)

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


update

void update(SurveyMeasurement surveyMeasurement)
Updates the surveyMeasurement instance in the persistent store.


update

void update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store.

Specified by:
update in interface MeasurementDao

remove

void remove(SurveyMeasurement surveyMeasurement)
Removes the instance of fr.ifremer.allegro.data.measure.SurveyMeasurement from the persistent store.


remove

void remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.measure.SurveyMeasurement having the given identifier from the persistent store.

Specified by:
remove in interface MeasurementDao

remove

void remove(java.util.Collection entities)
Removes all entities in the given entities collection.

Specified by:
remove in interface MeasurementDao

getAllSurveyMeasurement

java.util.Collection getAllSurveyMeasurement()

getAllSurveyMeasurement

java.util.Collection getAllSurveyMeasurement(java.lang.String queryString)

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


getAllSurveyMeasurement

java.util.Collection getAllSurveyMeasurement(int pageNumber,
                                             int pageSize)

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


getAllSurveyMeasurement

java.util.Collection getAllSurveyMeasurement(java.lang.String queryString,
                                             int pageNumber,
                                             int pageSize)

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


getAllSurveyMeasurement

java.util.Collection getAllSurveyMeasurement(int transform)

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


getAllSurveyMeasurement

java.util.Collection getAllSurveyMeasurement(int transform,
                                             int pageNumber,
                                             int pageSize)

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


getAllSurveyMeasurement

java.util.Collection getAllSurveyMeasurement(int transform,
                                             java.lang.String queryString)

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


getAllSurveyMeasurement

java.util.Collection getAllSurveyMeasurement(int transform,
                                             java.lang.String queryString,
                                             int pageNumber,
                                             int pageSize)

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


findSurveyMeasurementById

SurveyMeasurement findSurveyMeasurementById(java.lang.Integer id)

findSurveyMeasurementById

SurveyMeasurement findSurveyMeasurementById(java.lang.String queryString,
                                            java.lang.Integer id)

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


findSurveyMeasurementById

java.lang.Object findSurveyMeasurementById(int transform,
                                           java.lang.Integer id)

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


findSurveyMeasurementById

java.lang.Object findSurveyMeasurementById(int transform,
                                           java.lang.String queryString,
                                           java.lang.Integer id)

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


findSurveyMeasurementByActivityCalendar

java.util.Collection findSurveyMeasurementByActivityCalendar(ActivityCalendar activityCalendar)

findSurveyMeasurementByActivityCalendar

java.util.Collection findSurveyMeasurementByActivityCalendar(java.lang.String queryString,
                                                             ActivityCalendar activityCalendar)

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


findSurveyMeasurementByActivityCalendar

java.util.Collection findSurveyMeasurementByActivityCalendar(int pageNumber,
                                                             int pageSize,
                                                             ActivityCalendar activityCalendar)

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


findSurveyMeasurementByActivityCalendar

java.util.Collection findSurveyMeasurementByActivityCalendar(java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             ActivityCalendar activityCalendar)

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


findSurveyMeasurementByActivityCalendar

java.util.Collection findSurveyMeasurementByActivityCalendar(int transform,
                                                             ActivityCalendar activityCalendar)

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


findSurveyMeasurementByActivityCalendar

java.util.Collection findSurveyMeasurementByActivityCalendar(int transform,
                                                             int pageNumber,
                                                             int pageSize,
                                                             ActivityCalendar activityCalendar)

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


findSurveyMeasurementByActivityCalendar

java.util.Collection findSurveyMeasurementByActivityCalendar(int transform,
                                                             java.lang.String queryString,
                                                             ActivityCalendar activityCalendar)

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


findSurveyMeasurementByActivityCalendar

java.util.Collection findSurveyMeasurementByActivityCalendar(int transform,
                                                             java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             ActivityCalendar activityCalendar)

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


findSurveyMeasurementByEconomicalSurvey

java.util.Collection findSurveyMeasurementByEconomicalSurvey(EconomicalSurvey economicalSurvey)

findSurveyMeasurementByEconomicalSurvey

java.util.Collection findSurveyMeasurementByEconomicalSurvey(java.lang.String queryString,
                                                             EconomicalSurvey economicalSurvey)

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


findSurveyMeasurementByEconomicalSurvey

java.util.Collection findSurveyMeasurementByEconomicalSurvey(int pageNumber,
                                                             int pageSize,
                                                             EconomicalSurvey economicalSurvey)

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


findSurveyMeasurementByEconomicalSurvey

java.util.Collection findSurveyMeasurementByEconomicalSurvey(java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             EconomicalSurvey economicalSurvey)

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


findSurveyMeasurementByEconomicalSurvey

java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform,
                                                             EconomicalSurvey economicalSurvey)

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


findSurveyMeasurementByEconomicalSurvey

java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform,
                                                             int pageNumber,
                                                             int pageSize,
                                                             EconomicalSurvey economicalSurvey)

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


findSurveyMeasurementByEconomicalSurvey

java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform,
                                                             java.lang.String queryString,
                                                             EconomicalSurvey economicalSurvey)

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


findSurveyMeasurementByEconomicalSurvey

java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform,
                                                             java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             EconomicalSurvey economicalSurvey)

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


findSurveyMeasurementByFishingTrip

java.util.Collection findSurveyMeasurementByFishingTrip(FishingTrip fishingTrip)

findSurveyMeasurementByFishingTrip

java.util.Collection findSurveyMeasurementByFishingTrip(java.lang.String queryString,
                                                        FishingTrip fishingTrip)

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


findSurveyMeasurementByFishingTrip

java.util.Collection findSurveyMeasurementByFishingTrip(int pageNumber,
                                                        int pageSize,
                                                        FishingTrip fishingTrip)

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


findSurveyMeasurementByFishingTrip

java.util.Collection findSurveyMeasurementByFishingTrip(java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        FishingTrip fishingTrip)

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


findSurveyMeasurementByFishingTrip

java.util.Collection findSurveyMeasurementByFishingTrip(int transform,
                                                        FishingTrip fishingTrip)

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


findSurveyMeasurementByFishingTrip

java.util.Collection findSurveyMeasurementByFishingTrip(int transform,
                                                        int pageNumber,
                                                        int pageSize,
                                                        FishingTrip fishingTrip)

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


findSurveyMeasurementByFishingTrip

java.util.Collection findSurveyMeasurementByFishingTrip(int transform,
                                                        java.lang.String queryString,
                                                        FishingTrip fishingTrip)

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


findSurveyMeasurementByFishingTrip

java.util.Collection findSurveyMeasurementByFishingTrip(int transform,
                                                        java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        FishingTrip fishingTrip)

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


findSurveyMeasurementByLanding

java.util.Collection findSurveyMeasurementByLanding(Landing landing)

findSurveyMeasurementByLanding

java.util.Collection findSurveyMeasurementByLanding(java.lang.String queryString,
                                                    Landing landing)

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


findSurveyMeasurementByLanding

java.util.Collection findSurveyMeasurementByLanding(int pageNumber,
                                                    int pageSize,
                                                    Landing landing)

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


findSurveyMeasurementByLanding

java.util.Collection findSurveyMeasurementByLanding(java.lang.String queryString,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Landing landing)

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


findSurveyMeasurementByLanding

java.util.Collection findSurveyMeasurementByLanding(int transform,
                                                    Landing landing)

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


findSurveyMeasurementByLanding

java.util.Collection findSurveyMeasurementByLanding(int transform,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Landing landing)

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


findSurveyMeasurementByLanding

java.util.Collection findSurveyMeasurementByLanding(int transform,
                                                    java.lang.String queryString,
                                                    Landing landing)

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


findSurveyMeasurementByLanding

java.util.Collection findSurveyMeasurementByLanding(int transform,
                                                    java.lang.String queryString,
                                                    int pageNumber,
                                                    int pageSize,
                                                    Landing landing)

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


findSurveyMeasurementBySale

java.util.Collection findSurveyMeasurementBySale(Sale sale)

findSurveyMeasurementBySale

java.util.Collection findSurveyMeasurementBySale(java.lang.String queryString,
                                                 Sale sale)

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


findSurveyMeasurementBySale

java.util.Collection findSurveyMeasurementBySale(int pageNumber,
                                                 int pageSize,
                                                 Sale sale)

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


findSurveyMeasurementBySale

java.util.Collection findSurveyMeasurementBySale(java.lang.String queryString,
                                                 int pageNumber,
                                                 int pageSize,
                                                 Sale sale)

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


findSurveyMeasurementBySale

java.util.Collection findSurveyMeasurementBySale(int transform,
                                                 Sale sale)

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


findSurveyMeasurementBySale

java.util.Collection findSurveyMeasurementBySale(int transform,
                                                 int pageNumber,
                                                 int pageSize,
                                                 Sale sale)

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


findSurveyMeasurementBySale

java.util.Collection findSurveyMeasurementBySale(int transform,
                                                 java.lang.String queryString,
                                                 Sale sale)

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


findSurveyMeasurementBySale

java.util.Collection findSurveyMeasurementBySale(int transform,
                                                 java.lang.String queryString,
                                                 int pageNumber,
                                                 int pageSize,
                                                 Sale sale)

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


findSurveyMeasurementByPhysicalGearSurvey

java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)

findSurveyMeasurementByPhysicalGearSurvey

java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(java.lang.String queryString,
                                                               PhysicalGearSurvey physicalGearSurvey)

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


findSurveyMeasurementByPhysicalGearSurvey

java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int pageNumber,
                                                               int pageSize,
                                                               PhysicalGearSurvey physicalGearSurvey)

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


findSurveyMeasurementByPhysicalGearSurvey

java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               PhysicalGearSurvey physicalGearSurvey)

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


findSurveyMeasurementByPhysicalGearSurvey

java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform,
                                                               PhysicalGearSurvey physicalGearSurvey)

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


findSurveyMeasurementByPhysicalGearSurvey

java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform,
                                                               int pageNumber,
                                                               int pageSize,
                                                               PhysicalGearSurvey physicalGearSurvey)

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


findSurveyMeasurementByPhysicalGearSurvey

java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform,
                                                               java.lang.String queryString,
                                                               PhysicalGearSurvey physicalGearSurvey)

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


findSurveyMeasurementByPhysicalGearSurvey

java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform,
                                                               java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               PhysicalGearSurvey physicalGearSurvey)

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


findSurveyMeasurementByDepartment

java.util.Collection findSurveyMeasurementByDepartment(Department department)

findSurveyMeasurementByDepartment

java.util.Collection findSurveyMeasurementByDepartment(java.lang.String queryString,
                                                       Department department)

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


findSurveyMeasurementByDepartment

java.util.Collection findSurveyMeasurementByDepartment(int pageNumber,
                                                       int pageSize,
                                                       Department department)

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


findSurveyMeasurementByDepartment

java.util.Collection findSurveyMeasurementByDepartment(java.lang.String queryString,
                                                       int pageNumber,
                                                       int pageSize,
                                                       Department department)

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


findSurveyMeasurementByDepartment

java.util.Collection findSurveyMeasurementByDepartment(int transform,
                                                       Department department)

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


findSurveyMeasurementByDepartment

java.util.Collection findSurveyMeasurementByDepartment(int transform,
                                                       int pageNumber,
                                                       int pageSize,
                                                       Department department)

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


findSurveyMeasurementByDepartment

java.util.Collection findSurveyMeasurementByDepartment(int transform,
                                                       java.lang.String queryString,
                                                       Department department)

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


findSurveyMeasurementByDepartment

java.util.Collection findSurveyMeasurementByDepartment(int transform,
                                                       java.lang.String queryString,
                                                       int pageNumber,
                                                       int pageSize,
                                                       Department department)

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


findSurveyMeasurementByPrecisionType

java.util.Collection findSurveyMeasurementByPrecisionType(PrecisionType precisionType)

findSurveyMeasurementByPrecisionType

java.util.Collection findSurveyMeasurementByPrecisionType(java.lang.String queryString,
                                                          PrecisionType precisionType)

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


findSurveyMeasurementByPrecisionType

java.util.Collection findSurveyMeasurementByPrecisionType(int pageNumber,
                                                          int pageSize,
                                                          PrecisionType precisionType)

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


findSurveyMeasurementByPrecisionType

java.util.Collection findSurveyMeasurementByPrecisionType(java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          PrecisionType precisionType)

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


findSurveyMeasurementByPrecisionType

java.util.Collection findSurveyMeasurementByPrecisionType(int transform,
                                                          PrecisionType precisionType)

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


findSurveyMeasurementByPrecisionType

java.util.Collection findSurveyMeasurementByPrecisionType(int transform,
                                                          int pageNumber,
                                                          int pageSize,
                                                          PrecisionType precisionType)

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


findSurveyMeasurementByPrecisionType

java.util.Collection findSurveyMeasurementByPrecisionType(int transform,
                                                          java.lang.String queryString,
                                                          PrecisionType precisionType)

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


findSurveyMeasurementByPrecisionType

java.util.Collection findSurveyMeasurementByPrecisionType(int transform,
                                                          java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          PrecisionType precisionType)

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


findSurveyMeasurementByQualityFlag

java.util.Collection findSurveyMeasurementByQualityFlag(QualityFlag qualityFlag)

findSurveyMeasurementByQualityFlag

java.util.Collection findSurveyMeasurementByQualityFlag(java.lang.String queryString,
                                                        QualityFlag qualityFlag)

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


findSurveyMeasurementByQualityFlag

java.util.Collection findSurveyMeasurementByQualityFlag(int pageNumber,
                                                        int pageSize,
                                                        QualityFlag qualityFlag)

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


findSurveyMeasurementByQualityFlag

java.util.Collection findSurveyMeasurementByQualityFlag(java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        QualityFlag qualityFlag)

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


findSurveyMeasurementByQualityFlag

java.util.Collection findSurveyMeasurementByQualityFlag(int transform,
                                                        QualityFlag qualityFlag)

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


findSurveyMeasurementByQualityFlag

java.util.Collection findSurveyMeasurementByQualityFlag(int transform,
                                                        int pageNumber,
                                                        int pageSize,
                                                        QualityFlag qualityFlag)

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


findSurveyMeasurementByQualityFlag

java.util.Collection findSurveyMeasurementByQualityFlag(int transform,
                                                        java.lang.String queryString,
                                                        QualityFlag qualityFlag)

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


findSurveyMeasurementByQualityFlag

java.util.Collection findSurveyMeasurementByQualityFlag(int transform,
                                                        java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        QualityFlag qualityFlag)

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


findSurveyMeasurementByAnalysisInstrument

java.util.Collection findSurveyMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)

findSurveyMeasurementByAnalysisInstrument

java.util.Collection findSurveyMeasurementByAnalysisInstrument(java.lang.String queryString,
                                                               AnalysisInstrument analysisInstrument)

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


findSurveyMeasurementByAnalysisInstrument

java.util.Collection findSurveyMeasurementByAnalysisInstrument(int pageNumber,
                                                               int pageSize,
                                                               AnalysisInstrument analysisInstrument)

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


findSurveyMeasurementByAnalysisInstrument

java.util.Collection findSurveyMeasurementByAnalysisInstrument(java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               AnalysisInstrument analysisInstrument)

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


findSurveyMeasurementByAnalysisInstrument

java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform,
                                                               AnalysisInstrument analysisInstrument)

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


findSurveyMeasurementByAnalysisInstrument

java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform,
                                                               int pageNumber,
                                                               int pageSize,
                                                               AnalysisInstrument analysisInstrument)

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


findSurveyMeasurementByAnalysisInstrument

java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform,
                                                               java.lang.String queryString,
                                                               AnalysisInstrument analysisInstrument)

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


findSurveyMeasurementByAnalysisInstrument

java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform,
                                                               java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               AnalysisInstrument analysisInstrument)

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


findSurveyMeasurementByNumericalPrecision

java.util.Collection findSurveyMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)

findSurveyMeasurementByNumericalPrecision

java.util.Collection findSurveyMeasurementByNumericalPrecision(java.lang.String queryString,
                                                               NumericalPrecision numericalPrecision)

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


findSurveyMeasurementByNumericalPrecision

java.util.Collection findSurveyMeasurementByNumericalPrecision(int pageNumber,
                                                               int pageSize,
                                                               NumericalPrecision numericalPrecision)

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


findSurveyMeasurementByNumericalPrecision

java.util.Collection findSurveyMeasurementByNumericalPrecision(java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               NumericalPrecision numericalPrecision)

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


findSurveyMeasurementByNumericalPrecision

java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform,
                                                               NumericalPrecision numericalPrecision)

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


findSurveyMeasurementByNumericalPrecision

java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform,
                                                               int pageNumber,
                                                               int pageSize,
                                                               NumericalPrecision numericalPrecision)

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


findSurveyMeasurementByNumericalPrecision

java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform,
                                                               java.lang.String queryString,
                                                               NumericalPrecision numericalPrecision)

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


findSurveyMeasurementByNumericalPrecision

java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform,
                                                               java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               NumericalPrecision numericalPrecision)

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


findSurveyMeasurementByPmfm

java.util.Collection findSurveyMeasurementByPmfm(Pmfm pmfm)

findSurveyMeasurementByPmfm

java.util.Collection findSurveyMeasurementByPmfm(java.lang.String queryString,
                                                 Pmfm pmfm)

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


findSurveyMeasurementByPmfm

java.util.Collection findSurveyMeasurementByPmfm(int pageNumber,
                                                 int pageSize,
                                                 Pmfm pmfm)

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


findSurveyMeasurementByPmfm

java.util.Collection findSurveyMeasurementByPmfm(java.lang.String queryString,
                                                 int pageNumber,
                                                 int pageSize,
                                                 Pmfm pmfm)

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


findSurveyMeasurementByPmfm

java.util.Collection findSurveyMeasurementByPmfm(int transform,
                                                 Pmfm pmfm)

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


findSurveyMeasurementByPmfm

java.util.Collection findSurveyMeasurementByPmfm(int transform,
                                                 int pageNumber,
                                                 int pageSize,
                                                 Pmfm pmfm)

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


findSurveyMeasurementByPmfm

java.util.Collection findSurveyMeasurementByPmfm(int transform,
                                                 java.lang.String queryString,
                                                 Pmfm pmfm)

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


findSurveyMeasurementByPmfm

java.util.Collection findSurveyMeasurementByPmfm(int transform,
                                                 java.lang.String queryString,
                                                 int pageNumber,
                                                 int pageSize,
                                                 Pmfm pmfm)

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


findSurveyMeasurementByQualitativeValue

java.util.Collection findSurveyMeasurementByQualitativeValue(QualitativeValue qualitativeValue)

findSurveyMeasurementByQualitativeValue

java.util.Collection findSurveyMeasurementByQualitativeValue(java.lang.String queryString,
                                                             QualitativeValue qualitativeValue)

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


findSurveyMeasurementByQualitativeValue

java.util.Collection findSurveyMeasurementByQualitativeValue(int pageNumber,
                                                             int pageSize,
                                                             QualitativeValue qualitativeValue)

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


findSurveyMeasurementByQualitativeValue

java.util.Collection findSurveyMeasurementByQualitativeValue(java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             QualitativeValue qualitativeValue)

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


findSurveyMeasurementByQualitativeValue

java.util.Collection findSurveyMeasurementByQualitativeValue(int transform,
                                                             QualitativeValue qualitativeValue)

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


findSurveyMeasurementByQualitativeValue

java.util.Collection findSurveyMeasurementByQualitativeValue(int transform,
                                                             int pageNumber,
                                                             int pageSize,
                                                             QualitativeValue qualitativeValue)

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


findSurveyMeasurementByQualitativeValue

java.util.Collection findSurveyMeasurementByQualitativeValue(int transform,
                                                             java.lang.String queryString,
                                                             QualitativeValue qualitativeValue)

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


findSurveyMeasurementByQualitativeValue

java.util.Collection findSurveyMeasurementByQualitativeValue(int transform,
                                                             java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             QualitativeValue qualitativeValue)

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


findSurveyMeasurementByAggregationLevel

java.util.Collection findSurveyMeasurementByAggregationLevel(AggregationLevel aggregationLevel)

findSurveyMeasurementByAggregationLevel

java.util.Collection findSurveyMeasurementByAggregationLevel(java.lang.String queryString,
                                                             AggregationLevel aggregationLevel)

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


findSurveyMeasurementByAggregationLevel

java.util.Collection findSurveyMeasurementByAggregationLevel(int pageNumber,
                                                             int pageSize,
                                                             AggregationLevel aggregationLevel)

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


findSurveyMeasurementByAggregationLevel

java.util.Collection findSurveyMeasurementByAggregationLevel(java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             AggregationLevel aggregationLevel)

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


findSurveyMeasurementByAggregationLevel

java.util.Collection findSurveyMeasurementByAggregationLevel(int transform,
                                                             AggregationLevel aggregationLevel)

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


findSurveyMeasurementByAggregationLevel

java.util.Collection findSurveyMeasurementByAggregationLevel(int transform,
                                                             int pageNumber,
                                                             int pageSize,
                                                             AggregationLevel aggregationLevel)

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


findSurveyMeasurementByAggregationLevel

java.util.Collection findSurveyMeasurementByAggregationLevel(int transform,
                                                             java.lang.String queryString,
                                                             AggregationLevel aggregationLevel)

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


findSurveyMeasurementByAggregationLevel

java.util.Collection findSurveyMeasurementByAggregationLevel(int transform,
                                                             java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             AggregationLevel aggregationLevel)

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


findSurveyMeasurementByNaturalId

SurveyMeasurement findSurveyMeasurementByNaturalId(java.lang.Integer id)

findSurveyMeasurementByNaturalId

SurveyMeasurement findSurveyMeasurementByNaturalId(java.lang.String queryString,
                                                   java.lang.Integer id)

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


findSurveyMeasurementByNaturalId

java.lang.Object findSurveyMeasurementByNaturalId(int transform,
                                                  java.lang.Integer id)

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


findSurveyMeasurementByNaturalId

java.lang.Object findSurveyMeasurementByNaturalId(int transform,
                                                  java.lang.String queryString,
                                                  java.lang.Integer id)

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


createFromClusterSurveyMeasurement

SurveyMeasurement createFromClusterSurveyMeasurement(ClusterSurveyMeasurement clusterSurveyMeasurement)

getAllClusterSurveyMeasurement

ClusterSurveyMeasurement[] getAllClusterSurveyMeasurement(java.lang.Integer userId,
                                                          java.lang.Integer[] registrationLocationIds,
                                                          java.lang.Integer pageNumber,
                                                          java.lang.Integer pageSize)

search

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

Specified by:
search in interface MeasurementDao
Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

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

Specified by:
search in interface MeasurementDao
Parameters:
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

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

Specified by:
search in interface MeasurementDao
Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.

search

java.util.Set search(Search search)
Performs a search using the parameters specified in the given search object.

Specified by:
search in interface MeasurementDao
Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.


Copyright © 2008-2010 IFREMER. All Rights Reserved.