fr.ifremer.allegro.data.measure
Interface GearUseMeasurementDao

All Superinterfaces:
MeasurementDao
All Known Implementing Classes:
GearUseMeasurementDaoBase, GearUseMeasurementDaoImpl

public interface GearUseMeasurementDao
extends MeasurementDao

See Also:
GearUseMeasurement

Field Summary
static int TRANSFORM_CLUSTERGEARUSEMEASUREMENT
          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_REMOTEGEARUSEMEASUREMENTFULLVO
          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_REMOTEGEARUSEMEASUREMENTNATURALID
          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
 GearUseMeasurement clusterGearUseMeasurementToEntity(ClusterGearUseMeasurement clusterGearUseMeasurement)
          Converts an instance of type ClusterGearUseMeasurement to this DAO's entity.
 void clusterGearUseMeasurementToEntity(ClusterGearUseMeasurement source, GearUseMeasurement target, boolean copyIfNull)
          Copies the fields of ClusterGearUseMeasurement to the specified entity.
 void clusterGearUseMeasurementToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterGearUseMeasurement to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.measure.GearUseMeasurement and adds from the passed in entities collection
 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, GearUseFeatures gearUseFeatures)
           Creates a new fr.ifremer.allegro.data.measure.GearUseMeasurement instance from all attributes and properties and adds it to the persistent store.
 Measurement create(GearUseFeatures gearUseFeatures, Pmfm pmfm, QualityFlag qualityFlag)
           Creates a new fr.ifremer.allegro.data.measure.GearUseMeasurement instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Measurement create(GearUseMeasurement gearUseMeasurement)
          Creates an instance of fr.ifremer.allegro.data.measure.GearUseMeasurement and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as create(fr.ifremer.allegro.data.measure.GearUseMeasurement) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, GearUseFeatures gearUseFeatures)
           Does the same thing as create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional flag called transform.
 java.lang.Object create(int transform, GearUseFeatures gearUseFeatures, Pmfm pmfm, QualityFlag qualityFlag)
           Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.lang.Object create(int transform, GearUseMeasurement gearUseMeasurement)
           Does the same thing as create(fr.ifremer.allegro.data.measure.GearUseMeasurement) with an additional flag called transform.
 GearUseMeasurement createFromClusterGearUseMeasurement(ClusterGearUseMeasurement clusterGearUseMeasurement)
           
 java.util.Collection findGearUseMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
           
 java.util.Collection findGearUseMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
           Does the same thing as findGearUseMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional flag called transform.
 java.util.Collection findGearUseMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findGearUseMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findGearUseMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as findGearUseMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findGearUseMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as findGearUseMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findGearUseMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
           
 java.util.Collection findGearUseMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
           Does the same thing as findGearUseMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional flag called transform.
 java.util.Collection findGearUseMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findGearUseMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findGearUseMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as findGearUseMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findGearUseMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as findGearUseMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findGearUseMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByDepartment(Department department)
           
 java.util.Collection findGearUseMeasurementByDepartment(int transform, Department department)
           Does the same thing as findGearUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findGearUseMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as findGearUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as findGearUseMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as findGearUseMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as findGearUseMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as findGearUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as findGearUseMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByGearUseFeatures(GearUseFeatures gearUseFeatures)
           
 java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform, GearUseFeatures gearUseFeatures)
           Does the same thing as findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional flag called transform.
 java.util.Collection findGearUseMeasurementByGearUseFeatures(int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
           Does the same thing as findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
           Does the same thing as findGearUseMeasurementByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform, java.lang.String queryString, GearUseFeatures gearUseFeatures)
           Does the same thing as findGearUseMeasurementByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
           Does the same thing as findGearUseMeasurementByGearUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByGearUseFeatures(java.lang.String queryString, GearUseFeatures gearUseFeatures)
           Does the same thing as findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByGearUseFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
           Does the same thing as findGearUseMeasurementByGearUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an additional two arguments called pageNumber and pageSize.
 GearUseMeasurement findGearUseMeasurementById(java.lang.Integer id)
           
 java.lang.Object findGearUseMeasurementById(int transform, java.lang.Integer id)
           Does the same thing as findGearUseMeasurementById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findGearUseMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findGearUseMeasurementById(int, java.lang.Integer) with an additional argument called queryString.
 GearUseMeasurement findGearUseMeasurementById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findGearUseMeasurementById(java.lang.Integer) with an additional argument called queryString.
 GearUseMeasurement findGearUseMeasurementByNaturalId(java.lang.Integer id)
           
 java.lang.Object findGearUseMeasurementByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as findGearUseMeasurementByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findGearUseMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findGearUseMeasurementByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 GearUseMeasurement findGearUseMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findGearUseMeasurementByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findGearUseMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findGearUseMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
           Does the same thing as findGearUseMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional flag called transform.
 java.util.Collection findGearUseMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findGearUseMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as findGearUseMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
           
 java.util.Collection findGearUseMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findGearUseMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as findGearUseMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findGearUseMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findGearUseMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByPmfm(int transform, Pmfm pmfm)
           Does the same thing as findGearUseMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection findGearUseMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findGearUseMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
           Does the same thing as findGearUseMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByPmfm(Pmfm pmfm)
           
 java.util.Collection findGearUseMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findGearUseMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
           Does the same thing as findGearUseMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findGearUseMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findGearUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as findGearUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection findGearUseMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findGearUseMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as findGearUseMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection findGearUseMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findGearUseMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as findGearUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findGearUseMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findGearUseMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
           Does the same thing as findGearUseMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform.
 java.util.Collection findGearUseMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findGearUseMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as findGearUseMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
           
 java.util.Collection findGearUseMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findGearUseMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as findGearUseMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findGearUseMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findGearUseMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as findGearUseMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findGearUseMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findGearUseMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findGearUseMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findGearUseMeasurementByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findGearUseMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findGearUseMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findGearUseMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findGearUseMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection getAllGearUseMeasurement()
           
 java.util.Collection getAllGearUseMeasurement(int transform)
           Does the same thing as getAllGearUseMeasurement() with an additional flag called transform.
 java.util.Collection getAllGearUseMeasurement(int pageNumber, int pageSize)
           Does the same thing as getAllGearUseMeasurement() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseMeasurement(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllGearUseMeasurement(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseMeasurement(int transform, java.lang.String queryString)
           Does the same thing as getAllGearUseMeasurement(int) with an additional argument called queryString.
 java.util.Collection getAllGearUseMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllGearUseMeasurement(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllGearUseMeasurement(java.lang.String queryString)
           Does the same thing as getAllGearUseMeasurement() with an additional argument called queryString.
 java.util.Collection getAllGearUseMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllGearUseMeasurement(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.GearUseMeasurement 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 GearUseMeasurement.
 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.
 GearUseMeasurement remoteGearUseMeasurementFullVOToEntity(RemoteGearUseMeasurementFullVO remoteGearUseMeasurementFullVO)
          Converts an instance of type RemoteGearUseMeasurementFullVO to this DAO's entity.
 void remoteGearUseMeasurementFullVOToEntity(RemoteGearUseMeasurementFullVO source, GearUseMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteGearUseMeasurementFullVO to the specified entity.
 void remoteGearUseMeasurementFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteGearUseMeasurementFullVO to this DAO's entity.
 GearUseMeasurement remoteGearUseMeasurementNaturalIdToEntity(RemoteGearUseMeasurementNaturalId remoteGearUseMeasurementNaturalId)
          Converts an instance of type RemoteGearUseMeasurementNaturalId to this DAO's entity.
 void remoteGearUseMeasurementNaturalIdToEntity(RemoteGearUseMeasurementNaturalId source, GearUseMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteGearUseMeasurementNaturalId to the specified entity.
 void remoteGearUseMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteGearUseMeasurementNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(GearUseMeasurement gearUseMeasurement)
          Removes the instance of fr.ifremer.allegro.data.measure.GearUseMeasurement from the persistent store.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.measure.GearUseMeasurement 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.
 ClusterGearUseMeasurement toClusterGearUseMeasurement(GearUseMeasurement entity)
          Converts this DAO's entity to an object of type ClusterGearUseMeasurement.
 void toClusterGearUseMeasurement(GearUseMeasurement source, ClusterGearUseMeasurement target)
          Copies the fields of the specified entity to the target value object.
 ClusterGearUseMeasurement[] toClusterGearUseMeasurementArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterGearUseMeasurement.
 void toClusterGearUseMeasurementCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterGearUseMeasurement.
 RemoteGearUseMeasurementFullVO toRemoteGearUseMeasurementFullVO(GearUseMeasurement entity)
          Converts this DAO's entity to an object of type RemoteGearUseMeasurementFullVO.
 void toRemoteGearUseMeasurementFullVO(GearUseMeasurement source, RemoteGearUseMeasurementFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteGearUseMeasurementFullVO[] toRemoteGearUseMeasurementFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearUseMeasurementFullVO.
 void toRemoteGearUseMeasurementFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteGearUseMeasurementFullVO.
 RemoteGearUseMeasurementNaturalId toRemoteGearUseMeasurementNaturalId(GearUseMeasurement entity)
          Converts this DAO's entity to an object of type RemoteGearUseMeasurementNaturalId.
 void toRemoteGearUseMeasurementNaturalId(GearUseMeasurement source, RemoteGearUseMeasurementNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteGearUseMeasurementNaturalId[] toRemoteGearUseMeasurementNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearUseMeasurementNaturalId.
 void toRemoteGearUseMeasurementNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteGearUseMeasurementNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(GearUseMeasurement gearUseMeasurement)
          Updates the gearUseMeasurement instance in the persistent store.
 
Methods inherited from 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_REMOTEGEARUSEMEASUREMENTFULLVO

static final int TRANSFORM_REMOTEGEARUSEMEASUREMENTFULLVO
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 RemoteGearUseMeasurementFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEGEARUSEMEASUREMENTNATURALID

static final int TRANSFORM_REMOTEGEARUSEMEASUREMENTNATURALID
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 RemoteGearUseMeasurementNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERGEARUSEMEASUREMENT

static final int TRANSFORM_CLUSTERGEARUSEMEASUREMENT
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 ClusterGearUseMeasurement.

See Also:
Constant Field Values
Method Detail

toRemoteGearUseMeasurementFullVO

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


toRemoteGearUseMeasurementFullVO

RemoteGearUseMeasurementFullVO toRemoteGearUseMeasurementFullVO(GearUseMeasurement entity)
Converts this DAO's entity to an object of type RemoteGearUseMeasurementFullVO.


toRemoteGearUseMeasurementFullVOCollection

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


toRemoteGearUseMeasurementFullVOArray

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


remoteGearUseMeasurementFullVOToEntity

void remoteGearUseMeasurementFullVOToEntity(RemoteGearUseMeasurementFullVO source,
                                            GearUseMeasurement target,
                                            boolean copyIfNull)
Copies the fields of RemoteGearUseMeasurementFullVO 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.

remoteGearUseMeasurementFullVOToEntity

GearUseMeasurement remoteGearUseMeasurementFullVOToEntity(RemoteGearUseMeasurementFullVO remoteGearUseMeasurementFullVO)
Converts an instance of type RemoteGearUseMeasurementFullVO to this DAO's entity.


remoteGearUseMeasurementFullVOToEntityCollection

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


toRemoteGearUseMeasurementNaturalId

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


toRemoteGearUseMeasurementNaturalId

RemoteGearUseMeasurementNaturalId toRemoteGearUseMeasurementNaturalId(GearUseMeasurement entity)
Converts this DAO's entity to an object of type RemoteGearUseMeasurementNaturalId.


toRemoteGearUseMeasurementNaturalIdCollection

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


toRemoteGearUseMeasurementNaturalIdArray

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


remoteGearUseMeasurementNaturalIdToEntity

void remoteGearUseMeasurementNaturalIdToEntity(RemoteGearUseMeasurementNaturalId source,
                                               GearUseMeasurement target,
                                               boolean copyIfNull)
Copies the fields of RemoteGearUseMeasurementNaturalId 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.

remoteGearUseMeasurementNaturalIdToEntity

GearUseMeasurement remoteGearUseMeasurementNaturalIdToEntity(RemoteGearUseMeasurementNaturalId remoteGearUseMeasurementNaturalId)
Converts an instance of type RemoteGearUseMeasurementNaturalId to this DAO's entity.


remoteGearUseMeasurementNaturalIdToEntityCollection

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


toClusterGearUseMeasurement

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


toClusterGearUseMeasurement

ClusterGearUseMeasurement toClusterGearUseMeasurement(GearUseMeasurement entity)
Converts this DAO's entity to an object of type ClusterGearUseMeasurement.


toClusterGearUseMeasurementCollection

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


toClusterGearUseMeasurementArray

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


clusterGearUseMeasurementToEntity

void clusterGearUseMeasurementToEntity(ClusterGearUseMeasurement source,
                                       GearUseMeasurement target,
                                       boolean copyIfNull)
Copies the fields of ClusterGearUseMeasurement 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.

clusterGearUseMeasurementToEntity

GearUseMeasurement clusterGearUseMeasurementToEntity(ClusterGearUseMeasurement clusterGearUseMeasurement)
Converts an instance of type ClusterGearUseMeasurement to this DAO's entity.


clusterGearUseMeasurementToEntityCollection

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


load

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

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


create

java.lang.Object create(int transform,
                        GearUseMeasurement gearUseMeasurement)

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


create

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

Parameters:
entities - the collection of fr.ifremer.allegro.data.measure.GearUseMeasurement 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.GearUseMeasurement) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


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,
                   GearUseFeatures gearUseFeatures)

Creates a new fr.ifremer.allegro.data.measure.GearUseMeasurement 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,
                        GearUseFeatures gearUseFeatures)

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.use.GearUseFeatures) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


create

Measurement create(GearUseFeatures gearUseFeatures,
                   Pmfm pmfm,
                   QualityFlag qualityFlag)

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


create

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

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


update

void update(GearUseMeasurement gearUseMeasurement)
Updates the gearUseMeasurement 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(GearUseMeasurement gearUseMeasurement)
Removes the instance of fr.ifremer.allegro.data.measure.GearUseMeasurement from the persistent store.


remove

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

getAllGearUseMeasurement

java.util.Collection getAllGearUseMeasurement()

getAllGearUseMeasurement

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

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


getAllGearUseMeasurement

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

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


getAllGearUseMeasurement

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

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


getAllGearUseMeasurement

java.util.Collection getAllGearUseMeasurement(int transform)

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


getAllGearUseMeasurement

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

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


getAllGearUseMeasurement

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

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


getAllGearUseMeasurement

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

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


findGearUseMeasurementById

GearUseMeasurement findGearUseMeasurementById(java.lang.Integer id)

findGearUseMeasurementById

GearUseMeasurement findGearUseMeasurementById(java.lang.String queryString,
                                              java.lang.Integer id)

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


findGearUseMeasurementById

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

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


findGearUseMeasurementById

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

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


findGearUseMeasurementByGearUseFeatures

java.util.Collection findGearUseMeasurementByGearUseFeatures(GearUseFeatures gearUseFeatures)

findGearUseMeasurementByGearUseFeatures

java.util.Collection findGearUseMeasurementByGearUseFeatures(java.lang.String queryString,
                                                             GearUseFeatures gearUseFeatures)

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


findGearUseMeasurementByGearUseFeatures

java.util.Collection findGearUseMeasurementByGearUseFeatures(int pageNumber,
                                                             int pageSize,
                                                             GearUseFeatures gearUseFeatures)

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


findGearUseMeasurementByGearUseFeatures

java.util.Collection findGearUseMeasurementByGearUseFeatures(java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             GearUseFeatures gearUseFeatures)

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


findGearUseMeasurementByGearUseFeatures

java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform,
                                                             GearUseFeatures gearUseFeatures)

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


findGearUseMeasurementByGearUseFeatures

java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform,
                                                             int pageNumber,
                                                             int pageSize,
                                                             GearUseFeatures gearUseFeatures)

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


findGearUseMeasurementByGearUseFeatures

java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform,
                                                             java.lang.String queryString,
                                                             GearUseFeatures gearUseFeatures)

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


findGearUseMeasurementByGearUseFeatures

java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform,
                                                             java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             GearUseFeatures gearUseFeatures)

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


findGearUseMeasurementByDepartment

java.util.Collection findGearUseMeasurementByDepartment(Department department)

findGearUseMeasurementByDepartment

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

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


findGearUseMeasurementByDepartment

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

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


findGearUseMeasurementByDepartment

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

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


findGearUseMeasurementByDepartment

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

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


findGearUseMeasurementByDepartment

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

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


findGearUseMeasurementByDepartment

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

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


findGearUseMeasurementByDepartment

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

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


findGearUseMeasurementByPrecisionType

java.util.Collection findGearUseMeasurementByPrecisionType(PrecisionType precisionType)

findGearUseMeasurementByPrecisionType

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

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


findGearUseMeasurementByPrecisionType

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

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


findGearUseMeasurementByPrecisionType

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

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


findGearUseMeasurementByPrecisionType

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

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


findGearUseMeasurementByPrecisionType

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

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


findGearUseMeasurementByPrecisionType

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

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


findGearUseMeasurementByPrecisionType

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

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


findGearUseMeasurementByQualityFlag

java.util.Collection findGearUseMeasurementByQualityFlag(QualityFlag qualityFlag)

findGearUseMeasurementByQualityFlag

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

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


findGearUseMeasurementByQualityFlag

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

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


findGearUseMeasurementByQualityFlag

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

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


findGearUseMeasurementByQualityFlag

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

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


findGearUseMeasurementByQualityFlag

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

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


findGearUseMeasurementByQualityFlag

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

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


findGearUseMeasurementByQualityFlag

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

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


findGearUseMeasurementByAnalysisInstrument

java.util.Collection findGearUseMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)

findGearUseMeasurementByAnalysisInstrument

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

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


findGearUseMeasurementByAnalysisInstrument

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

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


findGearUseMeasurementByAnalysisInstrument

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

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


findGearUseMeasurementByAnalysisInstrument

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

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


findGearUseMeasurementByAnalysisInstrument

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

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


findGearUseMeasurementByAnalysisInstrument

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

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


findGearUseMeasurementByAnalysisInstrument

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

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


findGearUseMeasurementByNumericalPrecision

java.util.Collection findGearUseMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)

findGearUseMeasurementByNumericalPrecision

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

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


findGearUseMeasurementByNumericalPrecision

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

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


findGearUseMeasurementByNumericalPrecision

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

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


findGearUseMeasurementByNumericalPrecision

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

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


findGearUseMeasurementByNumericalPrecision

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

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


findGearUseMeasurementByNumericalPrecision

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

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


findGearUseMeasurementByNumericalPrecision

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

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


findGearUseMeasurementByPmfm

java.util.Collection findGearUseMeasurementByPmfm(Pmfm pmfm)

findGearUseMeasurementByPmfm

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

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


findGearUseMeasurementByPmfm

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

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


findGearUseMeasurementByPmfm

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

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


findGearUseMeasurementByPmfm

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

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


findGearUseMeasurementByPmfm

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

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


findGearUseMeasurementByPmfm

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

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


findGearUseMeasurementByPmfm

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

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


findGearUseMeasurementByQualitativeValue

java.util.Collection findGearUseMeasurementByQualitativeValue(QualitativeValue qualitativeValue)

findGearUseMeasurementByQualitativeValue

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

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


findGearUseMeasurementByQualitativeValue

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

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


findGearUseMeasurementByQualitativeValue

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

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


findGearUseMeasurementByQualitativeValue

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

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


findGearUseMeasurementByQualitativeValue

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

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


findGearUseMeasurementByQualitativeValue

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

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


findGearUseMeasurementByQualitativeValue

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

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


findGearUseMeasurementByAggregationLevel

java.util.Collection findGearUseMeasurementByAggregationLevel(AggregationLevel aggregationLevel)

findGearUseMeasurementByAggregationLevel

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

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


findGearUseMeasurementByAggregationLevel

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

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


findGearUseMeasurementByAggregationLevel

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

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


findGearUseMeasurementByAggregationLevel

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

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


findGearUseMeasurementByAggregationLevel

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

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


findGearUseMeasurementByAggregationLevel

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

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


findGearUseMeasurementByAggregationLevel

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

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


findGearUseMeasurementByNaturalId

GearUseMeasurement findGearUseMeasurementByNaturalId(java.lang.Integer id)

findGearUseMeasurementByNaturalId

GearUseMeasurement findGearUseMeasurementByNaturalId(java.lang.String queryString,
                                                     java.lang.Integer id)

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


findGearUseMeasurementByNaturalId

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

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


findGearUseMeasurementByNaturalId

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

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


createFromClusterGearUseMeasurement

GearUseMeasurement createFromClusterGearUseMeasurement(ClusterGearUseMeasurement clusterGearUseMeasurement)

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.