fr.ifremer.allegro.data.measure
Interface SortingMeasurementDao

All Superinterfaces:
MeasurementDao
All Known Implementing Classes:
SortingMeasurementDaoBase, SortingMeasurementDaoImpl

public interface SortingMeasurementDao
extends MeasurementDao

See Also:
SortingMeasurement

Field Summary
static int TRANSFORM_CLUSTERSORTINGMEASUREMENT
          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_REMOTESORTINGMEASUREMENTFULLVO
          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_REMOTESORTINGMEASUREMENTNATURALID
          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
 SortingMeasurement clusterSortingMeasurementToEntity(ClusterSortingMeasurement clusterSortingMeasurement)
          Converts an instance of type ClusterSortingMeasurement to this DAO's entity.
 void clusterSortingMeasurementToEntity(ClusterSortingMeasurement source, SortingMeasurement target, boolean copyIfNull)
          Copies the fields of ClusterSortingMeasurement to the specified entity.
 void clusterSortingMeasurementToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterSortingMeasurement to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.measure.SortingMeasurement 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, java.lang.Integer rankOrder, SortingBatch sortingBatch, Produce produce)
           Creates a new fr.ifremer.allegro.data.measure.SortingMeasurement instance from all attributes and properties and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as create(fr.ifremer.allegro.data.measure.SortingMeasurement) 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, java.lang.Integer rankOrder, SortingBatch sortingBatch, Produce produce)
           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,java.lang.Integer,fr.ifremer.allegro.data.batch.SortingBatch,fr.ifremer.allegro.data.produce.Produce) with an additional flag called transform.
 java.lang.Object create(int transform, Pmfm pmfm, QualityFlag qualityFlag, java.lang.Integer rankOrder)
           Does the same thing as create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,java.lang.Integer) with an additional flag called transform.
 java.lang.Object create(int transform, SortingMeasurement sortingMeasurement)
           Does the same thing as create(fr.ifremer.allegro.data.measure.SortingMeasurement) with an additional flag called transform.
 Measurement create(Pmfm pmfm, QualityFlag qualityFlag, java.lang.Integer rankOrder)
           Creates a new fr.ifremer.allegro.data.measure.SortingMeasurement instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Measurement create(SortingMeasurement sortingMeasurement)
          Creates an instance of fr.ifremer.allegro.data.measure.SortingMeasurement and adds it to the persistent store.
 SortingMeasurement createFromClusterSortingMeasurement(ClusterSortingMeasurement clusterSortingMeasurement)
           
 java.util.Collection findSortingMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
           
 java.util.Collection findSortingMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
           Does the same thing as findSortingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional flag called transform.
 java.util.Collection findSortingMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findSortingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findSortingMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as findSortingMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findSortingMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as findSortingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findSortingMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
           
 java.util.Collection findSortingMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
           Does the same thing as findSortingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional flag called transform.
 java.util.Collection findSortingMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findSortingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findSortingMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as findSortingMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findSortingMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as findSortingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findSortingMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByDepartment(Department department)
           
 java.util.Collection findSortingMeasurementByDepartment(int transform, Department department)
           Does the same thing as findSortingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findSortingMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as findSortingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as findSortingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as findSortingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as findSortingMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as findSortingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as findSortingMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 SortingMeasurement findSortingMeasurementById(java.lang.Integer id)
           
 java.lang.Object findSortingMeasurementById(int transform, java.lang.Integer id)
           Does the same thing as findSortingMeasurementById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findSortingMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findSortingMeasurementById(int, java.lang.Integer) with an additional argument called queryString.
 SortingMeasurement findSortingMeasurementById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findSortingMeasurementById(java.lang.Integer) with an additional argument called queryString.
 SortingMeasurement findSortingMeasurementByNaturalId(java.lang.Integer id)
           
 java.lang.Object findSortingMeasurementByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as findSortingMeasurementByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findSortingMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findSortingMeasurementByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 SortingMeasurement findSortingMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findSortingMeasurementByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findSortingMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findSortingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
           Does the same thing as findSortingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional flag called transform.
 java.util.Collection findSortingMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findSortingMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as findSortingMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
           
 java.util.Collection findSortingMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findSortingMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as findSortingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findSortingMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findSortingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByPmfm(int transform, Pmfm pmfm)
           Does the same thing as findSortingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection findSortingMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findSortingMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
           Does the same thing as findSortingMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByPmfm(Pmfm pmfm)
           
 java.util.Collection findSortingMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findSortingMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
           Does the same thing as findSortingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findSortingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findSortingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as findSortingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection findSortingMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findSortingMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as findSortingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection findSortingMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findSortingMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as findSortingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByProduce(int transform, int pageNumber, int pageSize, Produce produce)
           Does the same thing as findSortingMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByProduce(int pageNumber, int pageSize, Produce produce)
           Does the same thing as findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByProduce(int transform, Produce produce)
           Does the same thing as findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce) with an additional flag called transform.
 java.util.Collection findSortingMeasurementByProduce(int transform, java.lang.String queryString, int pageNumber, int pageSize, Produce produce)
           Does the same thing as findSortingMeasurementByProduce(int, String, fr.ifremer.allegro.data.produce.Produce) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByProduce(int transform, java.lang.String queryString, Produce produce)
           Does the same thing as findSortingMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByProduce(Produce produce)
           
 java.util.Collection findSortingMeasurementByProduce(java.lang.String queryString, int pageNumber, int pageSize, Produce produce)
           Does the same thing as findSortingMeasurementByProduce(String, fr.ifremer.allegro.data.produce.Produce) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByProduce(java.lang.String queryString, Produce produce)
           Does the same thing as findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findSortingMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findSortingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
           Does the same thing as findSortingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform.
 java.util.Collection findSortingMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findSortingMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as findSortingMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
           
 java.util.Collection findSortingMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findSortingMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as findSortingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findSortingMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findSortingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as findSortingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findSortingMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findSortingMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findSortingMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findSortingMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findSortingMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findSortingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementBySortingBatch(int transform, int pageNumber, int pageSize, SortingBatch sortingBatch)
           Does the same thing as findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementBySortingBatch(int pageNumber, int pageSize, SortingBatch sortingBatch)
           Does the same thing as findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementBySortingBatch(int transform, SortingBatch sortingBatch)
           Does the same thing as findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch) with an additional flag called transform.
 java.util.Collection findSortingMeasurementBySortingBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, SortingBatch sortingBatch)
           Does the same thing as findSortingMeasurementBySortingBatch(int, String, fr.ifremer.allegro.data.batch.SortingBatch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementBySortingBatch(int transform, java.lang.String queryString, SortingBatch sortingBatch)
           Does the same thing as findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch) with an additional argument called queryString.
 java.util.Collection findSortingMeasurementBySortingBatch(SortingBatch sortingBatch)
           
 java.util.Collection findSortingMeasurementBySortingBatch(java.lang.String queryString, int pageNumber, int pageSize, SortingBatch sortingBatch)
           Does the same thing as findSortingMeasurementBySortingBatch(String, fr.ifremer.allegro.data.batch.SortingBatch) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findSortingMeasurementBySortingBatch(java.lang.String queryString, SortingBatch sortingBatch)
           Does the same thing as findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch) with an additional argument called queryString.
 ClusterSortingMeasurement[] getAllClusterSortingMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllSortingMeasurement()
           
 java.util.Collection getAllSortingMeasurement(int transform)
           Does the same thing as getAllSortingMeasurement() with an additional flag called transform.
 java.util.Collection getAllSortingMeasurement(int pageNumber, int pageSize)
           Does the same thing as getAllSortingMeasurement() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllSortingMeasurement(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllSortingMeasurement(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllSortingMeasurement(int transform, java.lang.String queryString)
           Does the same thing as getAllSortingMeasurement(int) with an additional argument called queryString.
 java.util.Collection getAllSortingMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllSortingMeasurement(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllSortingMeasurement(java.lang.String queryString)
           Does the same thing as getAllSortingMeasurement() with an additional argument called queryString.
 java.util.Collection getAllSortingMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllSortingMeasurement(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.SortingMeasurement 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 SortingMeasurement.
 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.
 SortingMeasurement remoteSortingMeasurementFullVOToEntity(RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVO)
          Converts an instance of type RemoteSortingMeasurementFullVO to this DAO's entity.
 void remoteSortingMeasurementFullVOToEntity(RemoteSortingMeasurementFullVO source, SortingMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteSortingMeasurementFullVO to the specified entity.
 void remoteSortingMeasurementFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteSortingMeasurementFullVO to this DAO's entity.
 SortingMeasurement remoteSortingMeasurementNaturalIdToEntity(RemoteSortingMeasurementNaturalId remoteSortingMeasurementNaturalId)
          Converts an instance of type RemoteSortingMeasurementNaturalId to this DAO's entity.
 void remoteSortingMeasurementNaturalIdToEntity(RemoteSortingMeasurementNaturalId source, SortingMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteSortingMeasurementNaturalId to the specified entity.
 void remoteSortingMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteSortingMeasurementNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.data.measure.SortingMeasurement having the given identifier from the persistent store.
 void remove(SortingMeasurement sortingMeasurement)
          Removes the instance of fr.ifremer.allegro.data.measure.SortingMeasurement 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.
 ClusterSortingMeasurement toClusterSortingMeasurement(SortingMeasurement entity)
          Converts this DAO's entity to an object of type ClusterSortingMeasurement.
 void toClusterSortingMeasurement(SortingMeasurement source, ClusterSortingMeasurement target)
          Copies the fields of the specified entity to the target value object.
 ClusterSortingMeasurement[] toClusterSortingMeasurementArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterSortingMeasurement.
 void toClusterSortingMeasurementCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterSortingMeasurement.
 RemoteSortingMeasurementFullVO toRemoteSortingMeasurementFullVO(SortingMeasurement entity)
          Converts this DAO's entity to an object of type RemoteSortingMeasurementFullVO.
 void toRemoteSortingMeasurementFullVO(SortingMeasurement source, RemoteSortingMeasurementFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteSortingMeasurementFullVO[] toRemoteSortingMeasurementFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteSortingMeasurementFullVO.
 void toRemoteSortingMeasurementFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteSortingMeasurementFullVO.
 RemoteSortingMeasurementNaturalId toRemoteSortingMeasurementNaturalId(SortingMeasurement entity)
          Converts this DAO's entity to an object of type RemoteSortingMeasurementNaturalId.
 void toRemoteSortingMeasurementNaturalId(SortingMeasurement source, RemoteSortingMeasurementNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteSortingMeasurementNaturalId[] toRemoteSortingMeasurementNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteSortingMeasurementNaturalId.
 void toRemoteSortingMeasurementNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteSortingMeasurementNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(SortingMeasurement sortingMeasurement)
          Updates the sortingMeasurement 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_REMOTESORTINGMEASUREMENTFULLVO

static final int TRANSFORM_REMOTESORTINGMEASUREMENTFULLVO
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 RemoteSortingMeasurementFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTESORTINGMEASUREMENTNATURALID

static final int TRANSFORM_REMOTESORTINGMEASUREMENTNATURALID
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 RemoteSortingMeasurementNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERSORTINGMEASUREMENT

static final int TRANSFORM_CLUSTERSORTINGMEASUREMENT
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 ClusterSortingMeasurement.

See Also:
Constant Field Values
Method Detail

toRemoteSortingMeasurementFullVO

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


toRemoteSortingMeasurementFullVO

RemoteSortingMeasurementFullVO toRemoteSortingMeasurementFullVO(SortingMeasurement entity)
Converts this DAO's entity to an object of type RemoteSortingMeasurementFullVO.


toRemoteSortingMeasurementFullVOCollection

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


toRemoteSortingMeasurementFullVOArray

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


remoteSortingMeasurementFullVOToEntity

void remoteSortingMeasurementFullVOToEntity(RemoteSortingMeasurementFullVO source,
                                            SortingMeasurement target,
                                            boolean copyIfNull)
Copies the fields of RemoteSortingMeasurementFullVO 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.

remoteSortingMeasurementFullVOToEntity

SortingMeasurement remoteSortingMeasurementFullVOToEntity(RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVO)
Converts an instance of type RemoteSortingMeasurementFullVO to this DAO's entity.


remoteSortingMeasurementFullVOToEntityCollection

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


toRemoteSortingMeasurementNaturalId

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


toRemoteSortingMeasurementNaturalId

RemoteSortingMeasurementNaturalId toRemoteSortingMeasurementNaturalId(SortingMeasurement entity)
Converts this DAO's entity to an object of type RemoteSortingMeasurementNaturalId.


toRemoteSortingMeasurementNaturalIdCollection

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


toRemoteSortingMeasurementNaturalIdArray

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


remoteSortingMeasurementNaturalIdToEntity

void remoteSortingMeasurementNaturalIdToEntity(RemoteSortingMeasurementNaturalId source,
                                               SortingMeasurement target,
                                               boolean copyIfNull)
Copies the fields of RemoteSortingMeasurementNaturalId 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.

remoteSortingMeasurementNaturalIdToEntity

SortingMeasurement remoteSortingMeasurementNaturalIdToEntity(RemoteSortingMeasurementNaturalId remoteSortingMeasurementNaturalId)
Converts an instance of type RemoteSortingMeasurementNaturalId to this DAO's entity.


remoteSortingMeasurementNaturalIdToEntityCollection

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


toClusterSortingMeasurement

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


toClusterSortingMeasurement

ClusterSortingMeasurement toClusterSortingMeasurement(SortingMeasurement entity)
Converts this DAO's entity to an object of type ClusterSortingMeasurement.


toClusterSortingMeasurementCollection

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


toClusterSortingMeasurementArray

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


clusterSortingMeasurementToEntity

void clusterSortingMeasurementToEntity(ClusterSortingMeasurement source,
                                       SortingMeasurement target,
                                       boolean copyIfNull)
Copies the fields of ClusterSortingMeasurement 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.

clusterSortingMeasurementToEntity

SortingMeasurement clusterSortingMeasurementToEntity(ClusterSortingMeasurement clusterSortingMeasurement)
Converts an instance of type ClusterSortingMeasurement to this DAO's entity.


clusterSortingMeasurementToEntityCollection

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


load

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

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


create

java.lang.Object create(int transform,
                        SortingMeasurement sortingMeasurement)

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

Parameters:
entities - the collection of fr.ifremer.allegro.data.measure.SortingMeasurement 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.SortingMeasurement) 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,
                   java.lang.Integer rankOrder,
                   SortingBatch sortingBatch,
                   Produce produce)

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


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,
                        java.lang.Integer rankOrder,
                        SortingBatch sortingBatch,
                        Produce produce)

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


create

Measurement create(Pmfm pmfm,
                   QualityFlag qualityFlag,
                   java.lang.Integer rankOrder)

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


create

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

Does the same thing as create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,java.lang.Integer) 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(SortingMeasurement sortingMeasurement)
Updates the sortingMeasurement 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(SortingMeasurement sortingMeasurement)
Removes the instance of fr.ifremer.allegro.data.measure.SortingMeasurement from the persistent store.


remove

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

getAllSortingMeasurement

java.util.Collection getAllSortingMeasurement()

getAllSortingMeasurement

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

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


getAllSortingMeasurement

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

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


getAllSortingMeasurement

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

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


getAllSortingMeasurement

java.util.Collection getAllSortingMeasurement(int transform)

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


getAllSortingMeasurement

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

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


getAllSortingMeasurement

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

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


getAllSortingMeasurement

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

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


findSortingMeasurementById

SortingMeasurement findSortingMeasurementById(java.lang.Integer id)

findSortingMeasurementById

SortingMeasurement findSortingMeasurementById(java.lang.String queryString,
                                              java.lang.Integer id)

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


findSortingMeasurementById

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

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


findSortingMeasurementById

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

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


findSortingMeasurementBySortingBatch

java.util.Collection findSortingMeasurementBySortingBatch(SortingBatch sortingBatch)

findSortingMeasurementBySortingBatch

java.util.Collection findSortingMeasurementBySortingBatch(java.lang.String queryString,
                                                          SortingBatch sortingBatch)

Does the same thing as findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch).


findSortingMeasurementBySortingBatch

java.util.Collection findSortingMeasurementBySortingBatch(int pageNumber,
                                                          int pageSize,
                                                          SortingBatch sortingBatch)

Does the same thing as findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch) 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.


findSortingMeasurementBySortingBatch

java.util.Collection findSortingMeasurementBySortingBatch(java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          SortingBatch sortingBatch)

Does the same thing as findSortingMeasurementBySortingBatch(String, fr.ifremer.allegro.data.batch.SortingBatch) 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.


findSortingMeasurementBySortingBatch

java.util.Collection findSortingMeasurementBySortingBatch(int transform,
                                                          SortingBatch sortingBatch)

Does the same thing as findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch) 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.


findSortingMeasurementBySortingBatch

java.util.Collection findSortingMeasurementBySortingBatch(int transform,
                                                          int pageNumber,
                                                          int pageSize,
                                                          SortingBatch sortingBatch)

Does the same thing as findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch) 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.


findSortingMeasurementBySortingBatch

java.util.Collection findSortingMeasurementBySortingBatch(int transform,
                                                          java.lang.String queryString,
                                                          SortingBatch sortingBatch)

Does the same thing as findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch sortingBatch).


findSortingMeasurementBySortingBatch

java.util.Collection findSortingMeasurementBySortingBatch(int transform,
                                                          java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          SortingBatch sortingBatch)

Does the same thing as findSortingMeasurementBySortingBatch(int, String, fr.ifremer.allegro.data.batch.SortingBatch) 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.


findSortingMeasurementByProduce

java.util.Collection findSortingMeasurementByProduce(Produce produce)

findSortingMeasurementByProduce

java.util.Collection findSortingMeasurementByProduce(java.lang.String queryString,
                                                     Produce produce)

Does the same thing as findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce).


findSortingMeasurementByProduce

java.util.Collection findSortingMeasurementByProduce(int pageNumber,
                                                     int pageSize,
                                                     Produce produce)

Does the same thing as findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce) 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.


findSortingMeasurementByProduce

java.util.Collection findSortingMeasurementByProduce(java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize,
                                                     Produce produce)

Does the same thing as findSortingMeasurementByProduce(String, fr.ifremer.allegro.data.produce.Produce) 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.


findSortingMeasurementByProduce

java.util.Collection findSortingMeasurementByProduce(int transform,
                                                     Produce produce)

Does the same thing as findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce) 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.


findSortingMeasurementByProduce

java.util.Collection findSortingMeasurementByProduce(int transform,
                                                     int pageNumber,
                                                     int pageSize,
                                                     Produce produce)

Does the same thing as findSortingMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce) 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.


findSortingMeasurementByProduce

java.util.Collection findSortingMeasurementByProduce(int transform,
                                                     java.lang.String queryString,
                                                     Produce produce)

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


findSortingMeasurementByProduce

java.util.Collection findSortingMeasurementByProduce(int transform,
                                                     java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize,
                                                     Produce produce)

Does the same thing as findSortingMeasurementByProduce(int, String, fr.ifremer.allegro.data.produce.Produce) 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.


findSortingMeasurementByDepartment

java.util.Collection findSortingMeasurementByDepartment(Department department)

findSortingMeasurementByDepartment

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

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


findSortingMeasurementByDepartment

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

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


findSortingMeasurementByDepartment

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

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


findSortingMeasurementByDepartment

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

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


findSortingMeasurementByDepartment

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

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


findSortingMeasurementByDepartment

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

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


findSortingMeasurementByDepartment

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

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


findSortingMeasurementByPrecisionType

java.util.Collection findSortingMeasurementByPrecisionType(PrecisionType precisionType)

findSortingMeasurementByPrecisionType

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

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


findSortingMeasurementByPrecisionType

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

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


findSortingMeasurementByPrecisionType

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

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


findSortingMeasurementByPrecisionType

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

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


findSortingMeasurementByPrecisionType

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

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


findSortingMeasurementByPrecisionType

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

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


findSortingMeasurementByPrecisionType

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

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


findSortingMeasurementByQualityFlag

java.util.Collection findSortingMeasurementByQualityFlag(QualityFlag qualityFlag)

findSortingMeasurementByQualityFlag

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

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


findSortingMeasurementByQualityFlag

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

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


findSortingMeasurementByQualityFlag

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

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


findSortingMeasurementByQualityFlag

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

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


findSortingMeasurementByQualityFlag

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

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


findSortingMeasurementByQualityFlag

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

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


findSortingMeasurementByQualityFlag

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

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


findSortingMeasurementByAnalysisInstrument

java.util.Collection findSortingMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)

findSortingMeasurementByAnalysisInstrument

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

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


findSortingMeasurementByAnalysisInstrument

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

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


findSortingMeasurementByAnalysisInstrument

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

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


findSortingMeasurementByAnalysisInstrument

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

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


findSortingMeasurementByAnalysisInstrument

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

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


findSortingMeasurementByAnalysisInstrument

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

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


findSortingMeasurementByAnalysisInstrument

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

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


findSortingMeasurementByNumericalPrecision

java.util.Collection findSortingMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)

findSortingMeasurementByNumericalPrecision

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

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


findSortingMeasurementByNumericalPrecision

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

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


findSortingMeasurementByNumericalPrecision

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

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


findSortingMeasurementByNumericalPrecision

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

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


findSortingMeasurementByNumericalPrecision

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

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


findSortingMeasurementByNumericalPrecision

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

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


findSortingMeasurementByNumericalPrecision

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

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


findSortingMeasurementByPmfm

java.util.Collection findSortingMeasurementByPmfm(Pmfm pmfm)

findSortingMeasurementByPmfm

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

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


findSortingMeasurementByPmfm

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

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


findSortingMeasurementByPmfm

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

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


findSortingMeasurementByPmfm

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

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


findSortingMeasurementByPmfm

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

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


findSortingMeasurementByPmfm

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

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


findSortingMeasurementByPmfm

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

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


findSortingMeasurementByQualitativeValue

java.util.Collection findSortingMeasurementByQualitativeValue(QualitativeValue qualitativeValue)

findSortingMeasurementByQualitativeValue

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

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


findSortingMeasurementByQualitativeValue

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

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


findSortingMeasurementByQualitativeValue

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

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


findSortingMeasurementByQualitativeValue

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

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


findSortingMeasurementByQualitativeValue

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

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


findSortingMeasurementByQualitativeValue

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

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


findSortingMeasurementByQualitativeValue

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

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


findSortingMeasurementByAggregationLevel

java.util.Collection findSortingMeasurementByAggregationLevel(AggregationLevel aggregationLevel)

findSortingMeasurementByAggregationLevel

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

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


findSortingMeasurementByAggregationLevel

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

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


findSortingMeasurementByAggregationLevel

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

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


findSortingMeasurementByAggregationLevel

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

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


findSortingMeasurementByAggregationLevel

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

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


findSortingMeasurementByAggregationLevel

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

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


findSortingMeasurementByAggregationLevel

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

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


findSortingMeasurementByNaturalId

SortingMeasurement findSortingMeasurementByNaturalId(java.lang.Integer id)

findSortingMeasurementByNaturalId

SortingMeasurement findSortingMeasurementByNaturalId(java.lang.String queryString,
                                                     java.lang.Integer id)

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


findSortingMeasurementByNaturalId

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

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


findSortingMeasurementByNaturalId

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

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


createFromClusterSortingMeasurement

SortingMeasurement createFromClusterSortingMeasurement(ClusterSortingMeasurement clusterSortingMeasurement)

getAllClusterSortingMeasurement

ClusterSortingMeasurement[] getAllClusterSortingMeasurement(java.lang.Integer userId,
                                                            java.lang.Integer[] registrationLocationIds,
                                                            java.lang.Integer pageNumber,
                                                            java.lang.Integer pageSize)

search

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

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

search

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

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

search

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

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

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.