fr.ifremer.allegro.data.measure
Interface VesselPhysicalMeasurementDao

All Superinterfaces:
MeasurementDao
All Known Implementing Classes:
VesselPhysicalMeasurementDaoBase, VesselPhysicalMeasurementDaoImpl

public interface VesselPhysicalMeasurementDao
extends MeasurementDao

See Also:
VesselPhysicalMeasurement

Field Summary
static int TRANSFORM_CLUSTERVESSELPHYSICALMEASUREMENT
          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_REMOTEVESSELPHYSICALMEASUREMENTFULLVO
          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_REMOTEVESSELPHYSICALMEASUREMENTNATURALID
          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
 VesselPhysicalMeasurement clusterVesselPhysicalMeasurementToEntity(ClusterVesselPhysicalMeasurement clusterVesselPhysicalMeasurement)
          Converts an instance of type ClusterVesselPhysicalMeasurement to this DAO's entity.
 void clusterVesselPhysicalMeasurementToEntity(ClusterVesselPhysicalMeasurement source, VesselPhysicalMeasurement target, boolean copyIfNull)
          Copies the fields of ClusterVesselPhysicalMeasurement to the specified entity.
 void clusterVesselPhysicalMeasurementToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterVesselPhysicalMeasurement to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement 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, VesselPhysicalFeatures vesselPhysicalFeatures)
           Creates a new fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement 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.VesselPhysicalMeasurement) 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, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional flag called transform.
 java.lang.Object create(int transform, Pmfm pmfm, QualityFlag qualityFlag, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional flag called transform.
 java.lang.Object create(int transform, VesselPhysicalMeasurement vesselPhysicalMeasurement)
           Does the same thing as create(fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement) with an additional flag called transform.
 Measurement create(Pmfm pmfm, QualityFlag qualityFlag, VesselPhysicalFeatures vesselPhysicalFeatures)
           Creates a new fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Measurement create(VesselPhysicalMeasurement vesselPhysicalMeasurement)
          Creates an instance of fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement and adds it to the persistent store.
 VesselPhysicalMeasurement createFromClusterVesselPhysicalMeasurement(ClusterVesselPhysicalMeasurement clusterVesselPhysicalMeasurement)
           
 java.util.Collection findVesselPhysicalMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
           
 java.util.Collection findVesselPhysicalMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
           Does the same thing as findVesselPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional flag called transform.
 java.util.Collection findVesselPhysicalMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findVesselPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findVesselPhysicalMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as findVesselPhysicalMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findVesselPhysicalMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as findVesselPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as findVesselPhysicalMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
           
 java.util.Collection findVesselPhysicalMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
           Does the same thing as findVesselPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional flag called transform.
 java.util.Collection findVesselPhysicalMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findVesselPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findVesselPhysicalMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as findVesselPhysicalMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findVesselPhysicalMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as findVesselPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as findVesselPhysicalMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByDepartment(Department department)
           
 java.util.Collection findVesselPhysicalMeasurementByDepartment(int transform, Department department)
           Does the same thing as findVesselPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findVesselPhysicalMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as findVesselPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as findVesselPhysicalMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as findVesselPhysicalMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as findVesselPhysicalMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as findVesselPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as findVesselPhysicalMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 VesselPhysicalMeasurement findVesselPhysicalMeasurementById(java.lang.Integer id)
           
 java.lang.Object findVesselPhysicalMeasurementById(int transform, java.lang.Integer id)
           Does the same thing as findVesselPhysicalMeasurementById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findVesselPhysicalMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findVesselPhysicalMeasurementById(int, java.lang.Integer) with an additional argument called queryString.
 VesselPhysicalMeasurement findVesselPhysicalMeasurementById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findVesselPhysicalMeasurementById(java.lang.Integer) with an additional argument called queryString.
 VesselPhysicalMeasurement findVesselPhysicalMeasurementByNaturalId(java.lang.Integer id)
           
 java.lang.Object findVesselPhysicalMeasurementByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as findVesselPhysicalMeasurementByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findVesselPhysicalMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findVesselPhysicalMeasurementByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 VesselPhysicalMeasurement findVesselPhysicalMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findVesselPhysicalMeasurementByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findVesselPhysicalMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findVesselPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
           Does the same thing as findVesselPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional flag called transform.
 java.util.Collection findVesselPhysicalMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findVesselPhysicalMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as findVesselPhysicalMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
           
 java.util.Collection findVesselPhysicalMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as findVesselPhysicalMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as findVesselPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findVesselPhysicalMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findVesselPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByPmfm(int transform, Pmfm pmfm)
           Does the same thing as findVesselPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection findVesselPhysicalMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findVesselPhysicalMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
           Does the same thing as findVesselPhysicalMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByPmfm(Pmfm pmfm)
           
 java.util.Collection findVesselPhysicalMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findVesselPhysicalMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
           Does the same thing as findVesselPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findVesselPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findVesselPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as findVesselPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection findVesselPhysicalMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findVesselPhysicalMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as findVesselPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection findVesselPhysicalMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findVesselPhysicalMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as findVesselPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findVesselPhysicalMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findVesselPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
           Does the same thing as findVesselPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform.
 java.util.Collection findVesselPhysicalMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findVesselPhysicalMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as findVesselPhysicalMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
           
 java.util.Collection findVesselPhysicalMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as findVesselPhysicalMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as findVesselPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findVesselPhysicalMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findVesselPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as findVesselPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findVesselPhysicalMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findVesselPhysicalMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findVesselPhysicalMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findVesselPhysicalMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as findVesselPhysicalMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as findVesselPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as findVesselPhysicalMeasurementByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as findVesselPhysicalMeasurementByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional flag called transform.
 java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as findVesselPhysicalMeasurementByVesselPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
           Does the same thing as findVesselPhysicalMeasurementByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an additional argument called queryString.
 java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(VesselPhysicalFeatures vesselPhysicalFeatures)
           
 java.util.Collection getAllVesselPhysicalMeasurement()
           
 java.util.Collection getAllVesselPhysicalMeasurement(int transform)
           Does the same thing as getAllVesselPhysicalMeasurement() with an additional flag called transform.
 java.util.Collection getAllVesselPhysicalMeasurement(int pageNumber, int pageSize)
           Does the same thing as getAllVesselPhysicalMeasurement() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPhysicalMeasurement(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllVesselPhysicalMeasurement(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPhysicalMeasurement(int transform, java.lang.String queryString)
           Does the same thing as getAllVesselPhysicalMeasurement(int) with an additional argument called queryString.
 java.util.Collection getAllVesselPhysicalMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllVesselPhysicalMeasurement(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselPhysicalMeasurement(java.lang.String queryString)
           Does the same thing as getAllVesselPhysicalMeasurement() with an additional argument called queryString.
 java.util.Collection getAllVesselPhysicalMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllVesselPhysicalMeasurement(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.VesselPhysicalMeasurement 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 VesselPhysicalMeasurement.
 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.
 VesselPhysicalMeasurement remoteVesselPhysicalMeasurementFullVOToEntity(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVO)
          Converts an instance of type RemoteVesselPhysicalMeasurementFullVO to this DAO's entity.
 void remoteVesselPhysicalMeasurementFullVOToEntity(RemoteVesselPhysicalMeasurementFullVO source, VesselPhysicalMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteVesselPhysicalMeasurementFullVO to the specified entity.
 void remoteVesselPhysicalMeasurementFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteVesselPhysicalMeasurementFullVO to this DAO's entity.
 VesselPhysicalMeasurement remoteVesselPhysicalMeasurementNaturalIdToEntity(RemoteVesselPhysicalMeasurementNaturalId remoteVesselPhysicalMeasurementNaturalId)
          Converts an instance of type RemoteVesselPhysicalMeasurementNaturalId to this DAO's entity.
 void remoteVesselPhysicalMeasurementNaturalIdToEntity(RemoteVesselPhysicalMeasurementNaturalId source, VesselPhysicalMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteVesselPhysicalMeasurementNaturalId to the specified entity.
 void remoteVesselPhysicalMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteVesselPhysicalMeasurementNaturalId 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.VesselPhysicalMeasurement having the given identifier from the persistent store.
 void remove(VesselPhysicalMeasurement vesselPhysicalMeasurement)
          Removes the instance of fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement 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.
 ClusterVesselPhysicalMeasurement toClusterVesselPhysicalMeasurement(VesselPhysicalMeasurement entity)
          Converts this DAO's entity to an object of type ClusterVesselPhysicalMeasurement.
 void toClusterVesselPhysicalMeasurement(VesselPhysicalMeasurement source, ClusterVesselPhysicalMeasurement target)
          Copies the fields of the specified entity to the target value object.
 ClusterVesselPhysicalMeasurement[] toClusterVesselPhysicalMeasurementArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterVesselPhysicalMeasurement.
 void toClusterVesselPhysicalMeasurementCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterVesselPhysicalMeasurement.
 RemoteVesselPhysicalMeasurementFullVO toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement entity)
          Converts this DAO's entity to an object of type RemoteVesselPhysicalMeasurementFullVO.
 void toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement source, RemoteVesselPhysicalMeasurementFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteVesselPhysicalMeasurementFullVO[] toRemoteVesselPhysicalMeasurementFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselPhysicalMeasurementFullVO.
 void toRemoteVesselPhysicalMeasurementFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteVesselPhysicalMeasurementFullVO.
 RemoteVesselPhysicalMeasurementNaturalId toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement entity)
          Converts this DAO's entity to an object of type RemoteVesselPhysicalMeasurementNaturalId.
 void toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement source, RemoteVesselPhysicalMeasurementNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteVesselPhysicalMeasurementNaturalId[] toRemoteVesselPhysicalMeasurementNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselPhysicalMeasurementNaturalId.
 void toRemoteVesselPhysicalMeasurementNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteVesselPhysicalMeasurementNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(VesselPhysicalMeasurement vesselPhysicalMeasurement)
          Updates the vesselPhysicalMeasurement 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_REMOTEVESSELPHYSICALMEASUREMENTFULLVO

static final int TRANSFORM_REMOTEVESSELPHYSICALMEASUREMENTFULLVO
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 RemoteVesselPhysicalMeasurementFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEVESSELPHYSICALMEASUREMENTNATURALID

static final int TRANSFORM_REMOTEVESSELPHYSICALMEASUREMENTNATURALID
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 RemoteVesselPhysicalMeasurementNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERVESSELPHYSICALMEASUREMENT

static final int TRANSFORM_CLUSTERVESSELPHYSICALMEASUREMENT
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 ClusterVesselPhysicalMeasurement.

See Also:
Constant Field Values
Method Detail

toRemoteVesselPhysicalMeasurementFullVO

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


toRemoteVesselPhysicalMeasurementFullVO

RemoteVesselPhysicalMeasurementFullVO toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement entity)
Converts this DAO's entity to an object of type RemoteVesselPhysicalMeasurementFullVO.


toRemoteVesselPhysicalMeasurementFullVOCollection

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


toRemoteVesselPhysicalMeasurementFullVOArray

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


remoteVesselPhysicalMeasurementFullVOToEntity

void remoteVesselPhysicalMeasurementFullVOToEntity(RemoteVesselPhysicalMeasurementFullVO source,
                                                   VesselPhysicalMeasurement target,
                                                   boolean copyIfNull)
Copies the fields of RemoteVesselPhysicalMeasurementFullVO 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.

remoteVesselPhysicalMeasurementFullVOToEntity

VesselPhysicalMeasurement remoteVesselPhysicalMeasurementFullVOToEntity(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVO)
Converts an instance of type RemoteVesselPhysicalMeasurementFullVO to this DAO's entity.


remoteVesselPhysicalMeasurementFullVOToEntityCollection

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


toRemoteVesselPhysicalMeasurementNaturalId

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


toRemoteVesselPhysicalMeasurementNaturalId

RemoteVesselPhysicalMeasurementNaturalId toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement entity)
Converts this DAO's entity to an object of type RemoteVesselPhysicalMeasurementNaturalId.


toRemoteVesselPhysicalMeasurementNaturalIdCollection

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


toRemoteVesselPhysicalMeasurementNaturalIdArray

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


remoteVesselPhysicalMeasurementNaturalIdToEntity

void remoteVesselPhysicalMeasurementNaturalIdToEntity(RemoteVesselPhysicalMeasurementNaturalId source,
                                                      VesselPhysicalMeasurement target,
                                                      boolean copyIfNull)
Copies the fields of RemoteVesselPhysicalMeasurementNaturalId 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.

remoteVesselPhysicalMeasurementNaturalIdToEntity

VesselPhysicalMeasurement remoteVesselPhysicalMeasurementNaturalIdToEntity(RemoteVesselPhysicalMeasurementNaturalId remoteVesselPhysicalMeasurementNaturalId)
Converts an instance of type RemoteVesselPhysicalMeasurementNaturalId to this DAO's entity.


remoteVesselPhysicalMeasurementNaturalIdToEntityCollection

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


toClusterVesselPhysicalMeasurement

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


toClusterVesselPhysicalMeasurement

ClusterVesselPhysicalMeasurement toClusterVesselPhysicalMeasurement(VesselPhysicalMeasurement entity)
Converts this DAO's entity to an object of type ClusterVesselPhysicalMeasurement.


toClusterVesselPhysicalMeasurementCollection

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


toClusterVesselPhysicalMeasurementArray

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


clusterVesselPhysicalMeasurementToEntity

void clusterVesselPhysicalMeasurementToEntity(ClusterVesselPhysicalMeasurement source,
                                              VesselPhysicalMeasurement target,
                                              boolean copyIfNull)
Copies the fields of ClusterVesselPhysicalMeasurement 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.

clusterVesselPhysicalMeasurementToEntity

VesselPhysicalMeasurement clusterVesselPhysicalMeasurementToEntity(ClusterVesselPhysicalMeasurement clusterVesselPhysicalMeasurement)
Converts an instance of type ClusterVesselPhysicalMeasurement to this DAO's entity.


clusterVesselPhysicalMeasurementToEntityCollection

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


load

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

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


create

java.lang.Object create(int transform,
                        VesselPhysicalMeasurement vesselPhysicalMeasurement)

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

Parameters:
entities - the collection of fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement 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.VesselPhysicalMeasurement) 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,
                   VesselPhysicalFeatures vesselPhysicalFeatures)

Creates a new fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement 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,
                        VesselPhysicalFeatures vesselPhysicalFeatures)

Does the same thing as create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) 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,
                   VesselPhysicalFeatures vesselPhysicalFeatures)

Creates a new fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement 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,
                        VesselPhysicalFeatures vesselPhysicalFeatures)

Does the same thing as create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) 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(VesselPhysicalMeasurement vesselPhysicalMeasurement)
Updates the vesselPhysicalMeasurement 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(VesselPhysicalMeasurement vesselPhysicalMeasurement)
Removes the instance of fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement from the persistent store.


remove

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

getAllVesselPhysicalMeasurement

java.util.Collection getAllVesselPhysicalMeasurement()

getAllVesselPhysicalMeasurement

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

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


getAllVesselPhysicalMeasurement

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

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


getAllVesselPhysicalMeasurement

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

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


getAllVesselPhysicalMeasurement

java.util.Collection getAllVesselPhysicalMeasurement(int transform)

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


getAllVesselPhysicalMeasurement

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

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


getAllVesselPhysicalMeasurement

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

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


getAllVesselPhysicalMeasurement

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

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


findVesselPhysicalMeasurementById

VesselPhysicalMeasurement findVesselPhysicalMeasurementById(java.lang.Integer id)

findVesselPhysicalMeasurementById

VesselPhysicalMeasurement findVesselPhysicalMeasurementById(java.lang.String queryString,
                                                            java.lang.Integer id)

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


findVesselPhysicalMeasurementById

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

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


findVesselPhysicalMeasurementById

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

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


findVesselPhysicalMeasurementByVesselPhysicalFeatures

java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(VesselPhysicalFeatures vesselPhysicalFeatures)

findVesselPhysicalMeasurementByVesselPhysicalFeatures

java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(java.lang.String queryString,
                                                                           VesselPhysicalFeatures vesselPhysicalFeatures)

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


findVesselPhysicalMeasurementByVesselPhysicalFeatures

java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(int pageNumber,
                                                                           int pageSize,
                                                                           VesselPhysicalFeatures vesselPhysicalFeatures)

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


findVesselPhysicalMeasurementByVesselPhysicalFeatures

java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(java.lang.String queryString,
                                                                           int pageNumber,
                                                                           int pageSize,
                                                                           VesselPhysicalFeatures vesselPhysicalFeatures)

Does the same thing as findVesselPhysicalMeasurementByVesselPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) 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.


findVesselPhysicalMeasurementByVesselPhysicalFeatures

java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform,
                                                                           VesselPhysicalFeatures vesselPhysicalFeatures)

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


findVesselPhysicalMeasurementByVesselPhysicalFeatures

java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform,
                                                                           int pageNumber,
                                                                           int pageSize,
                                                                           VesselPhysicalFeatures vesselPhysicalFeatures)

Does the same thing as findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) 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.


findVesselPhysicalMeasurementByVesselPhysicalFeatures

java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform,
                                                                           java.lang.String queryString,
                                                                           VesselPhysicalFeatures vesselPhysicalFeatures)

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


findVesselPhysicalMeasurementByVesselPhysicalFeatures

java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform,
                                                                           java.lang.String queryString,
                                                                           int pageNumber,
                                                                           int pageSize,
                                                                           VesselPhysicalFeatures vesselPhysicalFeatures)

Does the same thing as findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) 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.


findVesselPhysicalMeasurementByDepartment

java.util.Collection findVesselPhysicalMeasurementByDepartment(Department department)

findVesselPhysicalMeasurementByDepartment

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

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


findVesselPhysicalMeasurementByDepartment

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

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


findVesselPhysicalMeasurementByDepartment

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

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


findVesselPhysicalMeasurementByDepartment

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

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


findVesselPhysicalMeasurementByDepartment

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

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


findVesselPhysicalMeasurementByDepartment

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

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


findVesselPhysicalMeasurementByDepartment

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

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


findVesselPhysicalMeasurementByPrecisionType

java.util.Collection findVesselPhysicalMeasurementByPrecisionType(PrecisionType precisionType)

findVesselPhysicalMeasurementByPrecisionType

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

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


findVesselPhysicalMeasurementByPrecisionType

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

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


findVesselPhysicalMeasurementByPrecisionType

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

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


findVesselPhysicalMeasurementByPrecisionType

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

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


findVesselPhysicalMeasurementByPrecisionType

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

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


findVesselPhysicalMeasurementByPrecisionType

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

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


findVesselPhysicalMeasurementByPrecisionType

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

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


findVesselPhysicalMeasurementByQualityFlag

java.util.Collection findVesselPhysicalMeasurementByQualityFlag(QualityFlag qualityFlag)

findVesselPhysicalMeasurementByQualityFlag

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

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


findVesselPhysicalMeasurementByQualityFlag

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

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


findVesselPhysicalMeasurementByQualityFlag

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

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


findVesselPhysicalMeasurementByQualityFlag

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

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


findVesselPhysicalMeasurementByQualityFlag

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

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


findVesselPhysicalMeasurementByQualityFlag

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

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


findVesselPhysicalMeasurementByQualityFlag

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

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


findVesselPhysicalMeasurementByAnalysisInstrument

java.util.Collection findVesselPhysicalMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)

findVesselPhysicalMeasurementByAnalysisInstrument

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

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


findVesselPhysicalMeasurementByAnalysisInstrument

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

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


findVesselPhysicalMeasurementByAnalysisInstrument

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

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


findVesselPhysicalMeasurementByAnalysisInstrument

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

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


findVesselPhysicalMeasurementByAnalysisInstrument

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

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


findVesselPhysicalMeasurementByAnalysisInstrument

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

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


findVesselPhysicalMeasurementByAnalysisInstrument

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

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


findVesselPhysicalMeasurementByNumericalPrecision

java.util.Collection findVesselPhysicalMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)

findVesselPhysicalMeasurementByNumericalPrecision

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

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


findVesselPhysicalMeasurementByNumericalPrecision

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

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


findVesselPhysicalMeasurementByNumericalPrecision

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

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


findVesselPhysicalMeasurementByNumericalPrecision

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

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


findVesselPhysicalMeasurementByNumericalPrecision

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

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


findVesselPhysicalMeasurementByNumericalPrecision

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

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


findVesselPhysicalMeasurementByNumericalPrecision

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

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


findVesselPhysicalMeasurementByPmfm

java.util.Collection findVesselPhysicalMeasurementByPmfm(Pmfm pmfm)

findVesselPhysicalMeasurementByPmfm

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

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


findVesselPhysicalMeasurementByPmfm

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

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


findVesselPhysicalMeasurementByPmfm

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

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


findVesselPhysicalMeasurementByPmfm

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

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


findVesselPhysicalMeasurementByPmfm

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

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


findVesselPhysicalMeasurementByPmfm

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

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


findVesselPhysicalMeasurementByPmfm

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

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


findVesselPhysicalMeasurementByQualitativeValue

java.util.Collection findVesselPhysicalMeasurementByQualitativeValue(QualitativeValue qualitativeValue)

findVesselPhysicalMeasurementByQualitativeValue

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

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


findVesselPhysicalMeasurementByQualitativeValue

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

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


findVesselPhysicalMeasurementByQualitativeValue

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

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


findVesselPhysicalMeasurementByQualitativeValue

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

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


findVesselPhysicalMeasurementByQualitativeValue

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

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


findVesselPhysicalMeasurementByQualitativeValue

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

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


findVesselPhysicalMeasurementByQualitativeValue

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

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


findVesselPhysicalMeasurementByAggregationLevel

java.util.Collection findVesselPhysicalMeasurementByAggregationLevel(AggregationLevel aggregationLevel)

findVesselPhysicalMeasurementByAggregationLevel

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

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


findVesselPhysicalMeasurementByAggregationLevel

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

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


findVesselPhysicalMeasurementByAggregationLevel

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

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


findVesselPhysicalMeasurementByAggregationLevel

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

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


findVesselPhysicalMeasurementByAggregationLevel

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

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


findVesselPhysicalMeasurementByAggregationLevel

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

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


findVesselPhysicalMeasurementByAggregationLevel

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

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


findVesselPhysicalMeasurementByNaturalId

VesselPhysicalMeasurement findVesselPhysicalMeasurementByNaturalId(java.lang.Integer id)

findVesselPhysicalMeasurementByNaturalId

VesselPhysicalMeasurement findVesselPhysicalMeasurementByNaturalId(java.lang.String queryString,
                                                                   java.lang.Integer id)

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


findVesselPhysicalMeasurementByNaturalId

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

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


findVesselPhysicalMeasurementByNaturalId

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

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


createFromClusterVesselPhysicalMeasurement

VesselPhysicalMeasurement createFromClusterVesselPhysicalMeasurement(ClusterVesselPhysicalMeasurement clusterVesselPhysicalMeasurement)

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.