fr.ifremer.allegro.data.measure
Interface GearPhysicalMeasurementDao

All Superinterfaces:
MeasurementDao
All Known Implementing Classes:
GearPhysicalMeasurementDaoBase, GearPhysicalMeasurementDaoImpl

public interface GearPhysicalMeasurementDao
extends MeasurementDao

See Also:
GearPhysicalMeasurement

Field Summary
static int TRANSFORM_CLUSTERGEARPHYSICALMEASUREMENT
          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_REMOTEGEARPHYSICALMEASUREMENTFULLVO
          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_REMOTEGEARPHYSICALMEASUREMENTNATURALID
          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
 GearPhysicalMeasurement clusterGearPhysicalMeasurementToEntity(ClusterGearPhysicalMeasurement clusterGearPhysicalMeasurement)
          Converts an instance of type ClusterGearPhysicalMeasurement to this DAO's entity.
 void clusterGearPhysicalMeasurementToEntity(ClusterGearPhysicalMeasurement source, GearPhysicalMeasurement target, boolean copyIfNull)
          Copies the fields of ClusterGearPhysicalMeasurement to the specified entity.
 void clusterGearPhysicalMeasurementToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterGearPhysicalMeasurement to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.measure.GearPhysicalMeasurement 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, GearPhysicalFeatures gearPhysicalFeatures)
           Creates a new fr.ifremer.allegro.data.measure.GearPhysicalMeasurement instance from all attributes and properties and adds it to the persistent store.
 Measurement create(GearPhysicalFeatures gearPhysicalFeatures, Pmfm pmfm, QualityFlag qualityFlag)
           Creates a new fr.ifremer.allegro.data.measure.GearPhysicalMeasurement instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Measurement create(GearPhysicalMeasurement gearPhysicalMeasurement)
          Creates an instance of fr.ifremer.allegro.data.measure.GearPhysicalMeasurement 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.GearPhysicalMeasurement) 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, GearPhysicalFeatures gearPhysicalFeatures)
           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.vessel.feature.physical.GearPhysicalFeatures) with an additional flag called transform.
 java.lang.Object create(int transform, GearPhysicalFeatures gearPhysicalFeatures, Pmfm pmfm, QualityFlag qualityFlag)
           Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.lang.Object create(int transform, GearPhysicalMeasurement gearPhysicalMeasurement)
           Does the same thing as create(fr.ifremer.allegro.data.measure.GearPhysicalMeasurement) with an additional flag called transform.
 GearPhysicalMeasurement createFromClusterGearPhysicalMeasurement(ClusterGearPhysicalMeasurement clusterGearPhysicalMeasurement)
           
 java.util.Collection findGearPhysicalMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
           
 java.util.Collection findGearPhysicalMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
           Does the same thing as findGearPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional flag called transform.
 java.util.Collection findGearPhysicalMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findGearPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findGearPhysicalMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as findGearPhysicalMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findGearPhysicalMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findGearPhysicalMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as findGearPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findGearPhysicalMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findGearPhysicalMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
           
 java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
           Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional flag called transform.
 java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByDepartment(Department department)
           
 java.util.Collection findGearPhysicalMeasurementByDepartment(int transform, Department department)
           Does the same thing as findGearPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findGearPhysicalMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as findGearPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as findGearPhysicalMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as findGearPhysicalMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findGearPhysicalMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as findGearPhysicalMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as findGearPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findGearPhysicalMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as findGearPhysicalMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
           
 java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional flag called transform.
 java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
           Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 GearPhysicalMeasurement findGearPhysicalMeasurementById(java.lang.Integer id)
           
 java.lang.Object findGearPhysicalMeasurementById(int transform, java.lang.Integer id)
           Does the same thing as findGearPhysicalMeasurementById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findGearPhysicalMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findGearPhysicalMeasurementById(int, java.lang.Integer) with an additional argument called queryString.
 GearPhysicalMeasurement findGearPhysicalMeasurementById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findGearPhysicalMeasurementById(java.lang.Integer) with an additional argument called queryString.
 GearPhysicalMeasurement findGearPhysicalMeasurementByNaturalId(java.lang.Integer id)
           
 java.lang.Object findGearPhysicalMeasurementByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as findGearPhysicalMeasurementByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findGearPhysicalMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findGearPhysicalMeasurementByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 GearPhysicalMeasurement findGearPhysicalMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findGearPhysicalMeasurementByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
           Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional flag called transform.
 java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
           
 java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findGearPhysicalMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findGearPhysicalMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findGearPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByPmfm(int transform, Pmfm pmfm)
           Does the same thing as findGearPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection findGearPhysicalMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findGearPhysicalMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
           Does the same thing as findGearPhysicalMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findGearPhysicalMeasurementByPmfm(Pmfm pmfm)
           
 java.util.Collection findGearPhysicalMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findGearPhysicalMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
           Does the same thing as findGearPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findGearPhysicalMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findGearPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findGearPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as findGearPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection findGearPhysicalMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findGearPhysicalMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as findGearPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findGearPhysicalMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection findGearPhysicalMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findGearPhysicalMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as findGearPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findGearPhysicalMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findGearPhysicalMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findGearPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
           Does the same thing as findGearPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform.
 java.util.Collection findGearPhysicalMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findGearPhysicalMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as findGearPhysicalMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findGearPhysicalMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
           
 java.util.Collection findGearPhysicalMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findGearPhysicalMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as findGearPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findGearPhysicalMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findGearPhysicalMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findGearPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as findGearPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findGearPhysicalMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findGearPhysicalMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findGearPhysicalMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findGearPhysicalMeasurementByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findGearPhysicalMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findGearPhysicalMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearPhysicalMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findGearPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection getAllGearPhysicalMeasurement()
           
 java.util.Collection getAllGearPhysicalMeasurement(int transform)
           Does the same thing as getAllGearPhysicalMeasurement() with an additional flag called transform.
 java.util.Collection getAllGearPhysicalMeasurement(int pageNumber, int pageSize)
           Does the same thing as getAllGearPhysicalMeasurement() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearPhysicalMeasurement(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllGearPhysicalMeasurement(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearPhysicalMeasurement(int transform, java.lang.String queryString)
           Does the same thing as getAllGearPhysicalMeasurement(int) with an additional argument called queryString.
 java.util.Collection getAllGearPhysicalMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllGearPhysicalMeasurement(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearPhysicalMeasurement(java.lang.String queryString)
           Does the same thing as getAllGearPhysicalMeasurement() with an additional argument called queryString.
 java.util.Collection getAllGearPhysicalMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllGearPhysicalMeasurement(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.GearPhysicalMeasurement 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 GearPhysicalMeasurement.
 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.
 GearPhysicalMeasurement remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVO)
          Converts an instance of type RemoteGearPhysicalMeasurementFullVO to this DAO's entity.
 void remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO source, GearPhysicalMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteGearPhysicalMeasurementFullVO to the specified entity.
 void remoteGearPhysicalMeasurementFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteGearPhysicalMeasurementFullVO to this DAO's entity.
 GearPhysicalMeasurement remoteGearPhysicalMeasurementNaturalIdToEntity(RemoteGearPhysicalMeasurementNaturalId remoteGearPhysicalMeasurementNaturalId)
          Converts an instance of type RemoteGearPhysicalMeasurementNaturalId to this DAO's entity.
 void remoteGearPhysicalMeasurementNaturalIdToEntity(RemoteGearPhysicalMeasurementNaturalId source, GearPhysicalMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteGearPhysicalMeasurementNaturalId to the specified entity.
 void remoteGearPhysicalMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteGearPhysicalMeasurementNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(GearPhysicalMeasurement gearPhysicalMeasurement)
          Removes the instance of fr.ifremer.allegro.data.measure.GearPhysicalMeasurement from the persistent store.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.measure.GearPhysicalMeasurement having the given identifier from the persistent store.
 PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 PaginationResult search(int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 java.util.Set search(int transform, Search search)
          Does the same thing as 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.
 ClusterGearPhysicalMeasurement toClusterGearPhysicalMeasurement(GearPhysicalMeasurement entity)
          Converts this DAO's entity to an object of type ClusterGearPhysicalMeasurement.
 void toClusterGearPhysicalMeasurement(GearPhysicalMeasurement source, ClusterGearPhysicalMeasurement target)
          Copies the fields of the specified entity to the target value object.
 ClusterGearPhysicalMeasurement[] toClusterGearPhysicalMeasurementArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterGearPhysicalMeasurement.
 void toClusterGearPhysicalMeasurementCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterGearPhysicalMeasurement.
 RemoteGearPhysicalMeasurementFullVO toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement entity)
          Converts this DAO's entity to an object of type RemoteGearPhysicalMeasurementFullVO.
 void toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement source, RemoteGearPhysicalMeasurementFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteGearPhysicalMeasurementFullVO[] toRemoteGearPhysicalMeasurementFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearPhysicalMeasurementFullVO.
 void toRemoteGearPhysicalMeasurementFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteGearPhysicalMeasurementFullVO.
 RemoteGearPhysicalMeasurementNaturalId toRemoteGearPhysicalMeasurementNaturalId(GearPhysicalMeasurement entity)
          Converts this DAO's entity to an object of type RemoteGearPhysicalMeasurementNaturalId.
 void toRemoteGearPhysicalMeasurementNaturalId(GearPhysicalMeasurement source, RemoteGearPhysicalMeasurementNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteGearPhysicalMeasurementNaturalId[] toRemoteGearPhysicalMeasurementNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearPhysicalMeasurementNaturalId.
 void toRemoteGearPhysicalMeasurementNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteGearPhysicalMeasurementNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(GearPhysicalMeasurement gearPhysicalMeasurement)
          Updates the gearPhysicalMeasurement 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_REMOTEGEARPHYSICALMEASUREMENTFULLVO

static final int TRANSFORM_REMOTEGEARPHYSICALMEASUREMENTFULLVO
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 RemoteGearPhysicalMeasurementFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEGEARPHYSICALMEASUREMENTNATURALID

static final int TRANSFORM_REMOTEGEARPHYSICALMEASUREMENTNATURALID
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 RemoteGearPhysicalMeasurementNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERGEARPHYSICALMEASUREMENT

static final int TRANSFORM_CLUSTERGEARPHYSICALMEASUREMENT
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 ClusterGearPhysicalMeasurement.

See Also:
Constant Field Values
Method Detail

toRemoteGearPhysicalMeasurementFullVO

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


toRemoteGearPhysicalMeasurementFullVO

RemoteGearPhysicalMeasurementFullVO toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement entity)
Converts this DAO's entity to an object of type RemoteGearPhysicalMeasurementFullVO.


toRemoteGearPhysicalMeasurementFullVOCollection

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


toRemoteGearPhysicalMeasurementFullVOArray

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


remoteGearPhysicalMeasurementFullVOToEntity

void remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO source,
                                                 GearPhysicalMeasurement target,
                                                 boolean copyIfNull)
Copies the fields of RemoteGearPhysicalMeasurementFullVO 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.

remoteGearPhysicalMeasurementFullVOToEntity

GearPhysicalMeasurement remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVO)
Converts an instance of type RemoteGearPhysicalMeasurementFullVO to this DAO's entity.


remoteGearPhysicalMeasurementFullVOToEntityCollection

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


toRemoteGearPhysicalMeasurementNaturalId

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


toRemoteGearPhysicalMeasurementNaturalId

RemoteGearPhysicalMeasurementNaturalId toRemoteGearPhysicalMeasurementNaturalId(GearPhysicalMeasurement entity)
Converts this DAO's entity to an object of type RemoteGearPhysicalMeasurementNaturalId.


toRemoteGearPhysicalMeasurementNaturalIdCollection

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


toRemoteGearPhysicalMeasurementNaturalIdArray

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


remoteGearPhysicalMeasurementNaturalIdToEntity

void remoteGearPhysicalMeasurementNaturalIdToEntity(RemoteGearPhysicalMeasurementNaturalId source,
                                                    GearPhysicalMeasurement target,
                                                    boolean copyIfNull)
Copies the fields of RemoteGearPhysicalMeasurementNaturalId 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.

remoteGearPhysicalMeasurementNaturalIdToEntity

GearPhysicalMeasurement remoteGearPhysicalMeasurementNaturalIdToEntity(RemoteGearPhysicalMeasurementNaturalId remoteGearPhysicalMeasurementNaturalId)
Converts an instance of type RemoteGearPhysicalMeasurementNaturalId to this DAO's entity.


remoteGearPhysicalMeasurementNaturalIdToEntityCollection

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


toClusterGearPhysicalMeasurement

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


toClusterGearPhysicalMeasurement

ClusterGearPhysicalMeasurement toClusterGearPhysicalMeasurement(GearPhysicalMeasurement entity)
Converts this DAO's entity to an object of type ClusterGearPhysicalMeasurement.


toClusterGearPhysicalMeasurementCollection

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


toClusterGearPhysicalMeasurementArray

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


clusterGearPhysicalMeasurementToEntity

void clusterGearPhysicalMeasurementToEntity(ClusterGearPhysicalMeasurement source,
                                            GearPhysicalMeasurement target,
                                            boolean copyIfNull)
Copies the fields of ClusterGearPhysicalMeasurement 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.

clusterGearPhysicalMeasurementToEntity

GearPhysicalMeasurement clusterGearPhysicalMeasurementToEntity(ClusterGearPhysicalMeasurement clusterGearPhysicalMeasurement)
Converts an instance of type ClusterGearPhysicalMeasurement to this DAO's entity.


clusterGearPhysicalMeasurementToEntityCollection

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


load

Measurement load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.measure.GearPhysicalMeasurement 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 GearPhysicalMeasurement.

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(GearPhysicalMeasurement gearPhysicalMeasurement)
Creates an instance of fr.ifremer.allegro.data.measure.GearPhysicalMeasurement and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        GearPhysicalMeasurement gearPhysicalMeasurement)

Does the same thing as create(fr.ifremer.allegro.data.measure.GearPhysicalMeasurement) 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.GearPhysicalMeasurement and adds from the passed in entities collection

Parameters:
entities - the collection of fr.ifremer.allegro.data.measure.GearPhysicalMeasurement 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.GearPhysicalMeasurement) 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,
                   GearPhysicalFeatures gearPhysicalFeatures)

Creates a new fr.ifremer.allegro.data.measure.GearPhysicalMeasurement 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,
                        GearPhysicalFeatures gearPhysicalFeatures)

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.vessel.feature.physical.GearPhysicalFeatures) 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(GearPhysicalFeatures gearPhysicalFeatures,
                   Pmfm pmfm,
                   QualityFlag qualityFlag)

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


create

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

Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,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(GearPhysicalMeasurement gearPhysicalMeasurement)
Updates the gearPhysicalMeasurement 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(GearPhysicalMeasurement gearPhysicalMeasurement)
Removes the instance of fr.ifremer.allegro.data.measure.GearPhysicalMeasurement from the persistent store.


remove

void remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.measure.GearPhysicalMeasurement 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

getAllGearPhysicalMeasurement

java.util.Collection getAllGearPhysicalMeasurement()

getAllGearPhysicalMeasurement

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

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


getAllGearPhysicalMeasurement

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

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


getAllGearPhysicalMeasurement

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

Does the same thing as getAllGearPhysicalMeasurement(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.


getAllGearPhysicalMeasurement

java.util.Collection getAllGearPhysicalMeasurement(int transform)

Does the same thing as getAllGearPhysicalMeasurement() 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.


getAllGearPhysicalMeasurement

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

Does the same thing as getAllGearPhysicalMeasurement(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.


getAllGearPhysicalMeasurement

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

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


getAllGearPhysicalMeasurement

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

Does the same thing as getAllGearPhysicalMeasurement(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.


findGearPhysicalMeasurementById

GearPhysicalMeasurement findGearPhysicalMeasurementById(java.lang.Integer id)

findGearPhysicalMeasurementById

GearPhysicalMeasurement findGearPhysicalMeasurementById(java.lang.String queryString,
                                                        java.lang.Integer id)

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


findGearPhysicalMeasurementById

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

Does the same thing as findGearPhysicalMeasurementById(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.


findGearPhysicalMeasurementById

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

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


findGearPhysicalMeasurementByGearPhysicalFeatures

java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)

findGearPhysicalMeasurementByGearPhysicalFeatures

java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(java.lang.String queryString,
                                                                       GearPhysicalFeatures gearPhysicalFeatures)

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


findGearPhysicalMeasurementByGearPhysicalFeatures

java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(int pageNumber,
                                                                       int pageSize,
                                                                       GearPhysicalFeatures gearPhysicalFeatures)

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


findGearPhysicalMeasurementByGearPhysicalFeatures

java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       GearPhysicalFeatures gearPhysicalFeatures)

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


findGearPhysicalMeasurementByGearPhysicalFeatures

java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(int transform,
                                                                       GearPhysicalFeatures gearPhysicalFeatures)

Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) 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.


findGearPhysicalMeasurementByGearPhysicalFeatures

java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(int transform,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       GearPhysicalFeatures gearPhysicalFeatures)

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


findGearPhysicalMeasurementByGearPhysicalFeatures

java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(int transform,
                                                                       java.lang.String queryString,
                                                                       GearPhysicalFeatures gearPhysicalFeatures)

Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findGearPhysicalMeasurementByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures gearPhysicalFeatures).


findGearPhysicalMeasurementByGearPhysicalFeatures

java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(int transform,
                                                                       java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       GearPhysicalFeatures gearPhysicalFeatures)

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


findGearPhysicalMeasurementByDepartment

java.util.Collection findGearPhysicalMeasurementByDepartment(Department department)

findGearPhysicalMeasurementByDepartment

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

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


findGearPhysicalMeasurementByDepartment

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

Does the same thing as findGearPhysicalMeasurementByDepartment(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.


findGearPhysicalMeasurementByDepartment

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

Does the same thing as findGearPhysicalMeasurementByDepartment(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.


findGearPhysicalMeasurementByDepartment

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

Does the same thing as findGearPhysicalMeasurementByDepartment(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.


findGearPhysicalMeasurementByDepartment

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

Does the same thing as findGearPhysicalMeasurementByDepartment(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.


findGearPhysicalMeasurementByDepartment

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

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


findGearPhysicalMeasurementByDepartment

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

Does the same thing as findGearPhysicalMeasurementByDepartment(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.


findGearPhysicalMeasurementByPrecisionType

java.util.Collection findGearPhysicalMeasurementByPrecisionType(PrecisionType precisionType)

findGearPhysicalMeasurementByPrecisionType

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

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


findGearPhysicalMeasurementByPrecisionType

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

Does the same thing as findGearPhysicalMeasurementByPrecisionType(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.


findGearPhysicalMeasurementByPrecisionType

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

Does the same thing as findGearPhysicalMeasurementByPrecisionType(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.


findGearPhysicalMeasurementByPrecisionType

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

Does the same thing as findGearPhysicalMeasurementByPrecisionType(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.


findGearPhysicalMeasurementByPrecisionType

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

Does the same thing as findGearPhysicalMeasurementByPrecisionType(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.


findGearPhysicalMeasurementByPrecisionType

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

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


findGearPhysicalMeasurementByPrecisionType

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

Does the same thing as findGearPhysicalMeasurementByPrecisionType(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.


findGearPhysicalMeasurementByQualityFlag

java.util.Collection findGearPhysicalMeasurementByQualityFlag(QualityFlag qualityFlag)

findGearPhysicalMeasurementByQualityFlag

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

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


findGearPhysicalMeasurementByQualityFlag

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

Does the same thing as findGearPhysicalMeasurementByQualityFlag(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.


findGearPhysicalMeasurementByQualityFlag

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

Does the same thing as findGearPhysicalMeasurementByQualityFlag(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.


findGearPhysicalMeasurementByQualityFlag

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

Does the same thing as findGearPhysicalMeasurementByQualityFlag(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.


findGearPhysicalMeasurementByQualityFlag

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

Does the same thing as findGearPhysicalMeasurementByQualityFlag(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.


findGearPhysicalMeasurementByQualityFlag

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

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


findGearPhysicalMeasurementByQualityFlag

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

Does the same thing as findGearPhysicalMeasurementByQualityFlag(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.


findGearPhysicalMeasurementByAnalysisInstrument

java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)

findGearPhysicalMeasurementByAnalysisInstrument

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

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


findGearPhysicalMeasurementByAnalysisInstrument

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

Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(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.


findGearPhysicalMeasurementByAnalysisInstrument

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

Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(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.


findGearPhysicalMeasurementByAnalysisInstrument

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

Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(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.


findGearPhysicalMeasurementByAnalysisInstrument

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

Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(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.


findGearPhysicalMeasurementByAnalysisInstrument

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

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


findGearPhysicalMeasurementByAnalysisInstrument

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

Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(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.


findGearPhysicalMeasurementByNumericalPrecision

java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)

findGearPhysicalMeasurementByNumericalPrecision

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

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


findGearPhysicalMeasurementByNumericalPrecision

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

Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(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.


findGearPhysicalMeasurementByNumericalPrecision

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

Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(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.


findGearPhysicalMeasurementByNumericalPrecision

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

Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(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.


findGearPhysicalMeasurementByNumericalPrecision

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

Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(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.


findGearPhysicalMeasurementByNumericalPrecision

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

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


findGearPhysicalMeasurementByNumericalPrecision

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

Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(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.


findGearPhysicalMeasurementByPmfm

java.util.Collection findGearPhysicalMeasurementByPmfm(Pmfm pmfm)

findGearPhysicalMeasurementByPmfm

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

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


findGearPhysicalMeasurementByPmfm

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

Does the same thing as findGearPhysicalMeasurementByPmfm(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.


findGearPhysicalMeasurementByPmfm

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

Does the same thing as findGearPhysicalMeasurementByPmfm(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.


findGearPhysicalMeasurementByPmfm

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

Does the same thing as findGearPhysicalMeasurementByPmfm(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.


findGearPhysicalMeasurementByPmfm

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

Does the same thing as findGearPhysicalMeasurementByPmfm(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.


findGearPhysicalMeasurementByPmfm

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

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


findGearPhysicalMeasurementByPmfm

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

Does the same thing as findGearPhysicalMeasurementByPmfm(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.


findGearPhysicalMeasurementByQualitativeValue

java.util.Collection findGearPhysicalMeasurementByQualitativeValue(QualitativeValue qualitativeValue)

findGearPhysicalMeasurementByQualitativeValue

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

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


findGearPhysicalMeasurementByQualitativeValue

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

Does the same thing as findGearPhysicalMeasurementByQualitativeValue(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.


findGearPhysicalMeasurementByQualitativeValue

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

Does the same thing as findGearPhysicalMeasurementByQualitativeValue(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.


findGearPhysicalMeasurementByQualitativeValue

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

Does the same thing as findGearPhysicalMeasurementByQualitativeValue(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.


findGearPhysicalMeasurementByQualitativeValue

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

Does the same thing as findGearPhysicalMeasurementByQualitativeValue(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.


findGearPhysicalMeasurementByQualitativeValue

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

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


findGearPhysicalMeasurementByQualitativeValue

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

Does the same thing as findGearPhysicalMeasurementByQualitativeValue(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.


findGearPhysicalMeasurementByAggregationLevel

java.util.Collection findGearPhysicalMeasurementByAggregationLevel(AggregationLevel aggregationLevel)

findGearPhysicalMeasurementByAggregationLevel

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

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


findGearPhysicalMeasurementByAggregationLevel

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

Does the same thing as findGearPhysicalMeasurementByAggregationLevel(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.


findGearPhysicalMeasurementByAggregationLevel

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

Does the same thing as findGearPhysicalMeasurementByAggregationLevel(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.


findGearPhysicalMeasurementByAggregationLevel

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

Does the same thing as findGearPhysicalMeasurementByAggregationLevel(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.


findGearPhysicalMeasurementByAggregationLevel

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

Does the same thing as findGearPhysicalMeasurementByAggregationLevel(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.


findGearPhysicalMeasurementByAggregationLevel

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

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


findGearPhysicalMeasurementByAggregationLevel

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

Does the same thing as findGearPhysicalMeasurementByAggregationLevel(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.


findGearPhysicalMeasurementByNaturalId

GearPhysicalMeasurement findGearPhysicalMeasurementByNaturalId(java.lang.Integer id)

findGearPhysicalMeasurementByNaturalId

GearPhysicalMeasurement findGearPhysicalMeasurementByNaturalId(java.lang.String queryString,
                                                               java.lang.Integer id)

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


findGearPhysicalMeasurementByNaturalId

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

Does the same thing as findGearPhysicalMeasurementByNaturalId(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.


findGearPhysicalMeasurementByNaturalId

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

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


createFromClusterGearPhysicalMeasurement

GearPhysicalMeasurement createFromClusterGearPhysicalMeasurement(ClusterGearPhysicalMeasurement clusterGearPhysicalMeasurement)

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.