fr.ifremer.allegro.data.measure
Class VesselUseMeasurementDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.data.measure.MeasurementDaoBase
          extended by fr.ifremer.allegro.data.measure.MeasurementDaoImpl
              extended by fr.ifremer.allegro.data.measure.VesselUseMeasurementDaoBase
All Implemented Interfaces:
MeasurementDao, VesselUseMeasurementDao
Direct Known Subclasses:
VesselUseMeasurementDaoImpl

public abstract class VesselUseMeasurementDaoBase
extends MeasurementDaoImpl
implements VesselUseMeasurementDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.data.measure.VesselUseMeasurement.

See Also:
VesselUseMeasurement

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.data.measure.VesselUseMeasurementDao
TRANSFORM_CLUSTERVESSELUSEMEASUREMENT, TRANSFORM_REMOTEVESSELUSEMEASUREMENTFULLVO, TRANSFORM_REMOTEVESSELUSEMEASUREMENTNATURALID
 
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID
 
Constructor Summary
VesselUseMeasurementDaoBase()
           
 
Method Summary
 void clusterVesselUseMeasurementToEntity(ClusterVesselUseMeasurement source, VesselUseMeasurement target, boolean copyIfNull)
          Copies the fields of ClusterVesselUseMeasurement to the specified entity.
 void clusterVesselUseMeasurementToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterVesselUseMeasurement to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.data.measure.VesselUseMeasurement and adds from the passed in entities collection
 VesselUseMeasurement 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, VesselUseFeatures vesselUseFeatures)
           Creates a new fr.ifremer.allegro.data.measure.VesselUseMeasurement 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 VesselUseMeasurementDao.create(fr.ifremer.allegro.data.measure.VesselUseMeasurement) 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, VesselUseFeatures vesselUseFeatures)
           Does the same thing as VesselUseMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional flag called transform.
 java.lang.Object create(int transform, Pmfm pmfm, QualityFlag qualityFlag, VesselUseFeatures vesselUseFeatures)
           Does the same thing as VesselUseMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional flag called transform.
 java.lang.Object create(int transform, VesselUseMeasurement vesselUseMeasurement)
           Does the same thing as VesselUseMeasurementDao.create(fr.ifremer.allegro.data.measure.VesselUseMeasurement) with an additional flag called transform.
 VesselUseMeasurement create(Pmfm pmfm, QualityFlag qualityFlag, VesselUseFeatures vesselUseFeatures)
           Creates a new fr.ifremer.allegro.data.measure.VesselUseMeasurement instance from only required properties (attributes and association ends) and adds it to the persistent store.
 VesselUseMeasurement create(VesselUseMeasurement vesselUseMeasurement)
          Creates an instance of fr.ifremer.allegro.data.measure.VesselUseMeasurement and adds it to the persistent store.
 VesselUseMeasurement createFromClusterVesselUseMeasurement(ClusterVesselUseMeasurement clusterVesselUseMeasurement)
           
 java.util.Collection findMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
           
 java.util.Collection findMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional flag called transform.
 java.util.Collection findMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
           
 java.util.Collection findMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional flag called transform.
 java.util.Collection findMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByDepartment(Department department)
           
 java.util.Collection findMeasurementByDepartment(int transform, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as MeasurementDao.findMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 Measurement findMeasurementById(java.lang.Integer id)
           
 java.lang.Object findMeasurementById(int transform, java.lang.Integer id)
           Does the same thing as MeasurementDao.findMeasurementById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MeasurementDao.findMeasurementById(int, java.lang.Integer) with an additional argument called queryString.
 Measurement findMeasurementById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MeasurementDao.findMeasurementById(java.lang.Integer) with an additional argument called queryString.
 Measurement findMeasurementByNaturalId(java.lang.Integer id)
           
 java.lang.Object findMeasurementByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as MeasurementDao.findMeasurementByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MeasurementDao.findMeasurementByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 Measurement findMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MeasurementDao.findMeasurementByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional flag called transform.
 java.util.Collection findMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
           
 java.util.Collection findMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPmfm(int transform, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection findMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findMeasurementByPmfm(Pmfm pmfm)
           
 java.util.Collection findMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
           Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection findMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection findMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform.
 java.util.Collection findMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
           
 java.util.Collection findMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findMeasurementByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
           
 java.util.Collection findVesselUseMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional flag called transform.
 java.util.Collection findVesselUseMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
           
 java.util.Collection findVesselUseMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional flag called transform.
 java.util.Collection findVesselUseMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByDepartment(Department department)
           
 java.util.Collection findVesselUseMeasurementByDepartment(int transform, Department department)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional flag called transform.
 java.util.Collection findVesselUseMeasurementByDepartment(int pageNumber, int pageSize, Department department)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByDepartment(java.lang.String queryString, Department department)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an additional two arguments called pageNumber and pageSize.
 VesselUseMeasurement findVesselUseMeasurementById(java.lang.Integer id)
           
 java.lang.Object findVesselUseMeasurementById(int transform, java.lang.Integer id)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findVesselUseMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementById(int, java.lang.Integer) with an additional argument called queryString.
 VesselUseMeasurement findVesselUseMeasurementById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementById(java.lang.Integer) with an additional argument called queryString.
 VesselUseMeasurement findVesselUseMeasurementByNaturalId(java.lang.Integer id)
           
 java.lang.Object findVesselUseMeasurementByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findVesselUseMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 VesselUseMeasurement findVesselUseMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional flag called transform.
 java.util.Collection findVesselUseMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
           
 java.util.Collection findVesselUseMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByPmfm(int transform, Pmfm pmfm)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection findVesselUseMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByPmfm(Pmfm pmfm)
           
 java.util.Collection findVesselUseMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection findVesselUseMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection findVesselUseMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional flag called transform.
 java.util.Collection findVesselUseMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
           
 java.util.Collection findVesselUseMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional flag called transform.
 java.util.Collection findVesselUseMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByQualityFlag(QualityFlag qualityFlag)
           
 java.util.Collection findVesselUseMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByVesselUseFeatures(int transform, int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByVesselUseFeatures(int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByVesselUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByVesselUseFeatures(int transform, java.lang.String queryString, VesselUseFeatures vesselUseFeatures)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByVesselUseFeatures(int transform, VesselUseFeatures vesselUseFeatures)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional flag called transform.
 java.util.Collection findVesselUseMeasurementByVesselUseFeatures(java.lang.String queryString, int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselUseMeasurementByVesselUseFeatures(java.lang.String queryString, VesselUseFeatures vesselUseFeatures)
           Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an additional argument called queryString.
 java.util.Collection findVesselUseMeasurementByVesselUseFeatures(VesselUseFeatures vesselUseFeatures)
           
 java.util.Collection getAllMeasurement()
           
 java.util.Collection getAllMeasurement(int transform)
           Does the same thing as MeasurementDao.getAllMeasurement() with an additional flag called transform.
 java.util.Collection getAllMeasurement(int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.getAllMeasurement() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurement(int transform, int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.getAllMeasurement(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurement(int transform, java.lang.String queryString)
           Does the same thing as MeasurementDao.getAllMeasurement(int) with an additional argument called queryString.
 java.util.Collection getAllMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.getAllMeasurement(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMeasurement(java.lang.String queryString)
           Does the same thing as MeasurementDao.getAllMeasurement() with an additional argument called queryString.
 java.util.Collection getAllMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.getAllMeasurement(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselUseMeasurement()
           
 java.util.Collection getAllVesselUseMeasurement(int transform)
           Does the same thing as VesselUseMeasurementDao.getAllVesselUseMeasurement() with an additional flag called transform.
 java.util.Collection getAllVesselUseMeasurement(int pageNumber, int pageSize)
           Does the same thing as VesselUseMeasurementDao.getAllVesselUseMeasurement() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselUseMeasurement(int transform, int pageNumber, int pageSize)
           Does the same thing as VesselUseMeasurementDao.getAllVesselUseMeasurement(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselUseMeasurement(int transform, java.lang.String queryString)
           Does the same thing as VesselUseMeasurementDao.getAllVesselUseMeasurement(int) with an additional argument called queryString.
 java.util.Collection getAllVesselUseMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as VesselUseMeasurementDao.getAllVesselUseMeasurement(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselUseMeasurement(java.lang.String queryString)
           Does the same thing as VesselUseMeasurementDao.getAllVesselUseMeasurement() with an additional argument called queryString.
 java.util.Collection getAllVesselUseMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as VesselUseMeasurementDao.getAllVesselUseMeasurement(String) with an additional two arguments called pageNumber and pageSize.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  VesselUseFeaturesDao getVesselUseFeaturesDao()
          Gets the reference to vesselUseFeaturesDao.
protected abstract  VesselUseMeasurement handleCreateFromClusterVesselUseMeasurement(ClusterVesselUseMeasurement clusterVesselUseMeasurement)
          Performs the core logic for createFromClusterVesselUseMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselUseMeasurement)
 VesselUseMeasurement load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.measure.Measurement from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as MeasurementDao.load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type Measurement.
 java.util.Collection loadAll(int transform)
           Does the same thing as MeasurementDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as MeasurementDao.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 MeasurementDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteVesselUseMeasurementFullVOToEntity(RemoteVesselUseMeasurementFullVO source, VesselUseMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteVesselUseMeasurementFullVO to the specified entity.
 void remoteVesselUseMeasurementFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteVesselUseMeasurementFullVO to this DAO's entity.
 void remoteVesselUseMeasurementNaturalIdToEntity(RemoteVesselUseMeasurementNaturalId source, VesselUseMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteVesselUseMeasurementNaturalId to the specified entity.
 void remoteVesselUseMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteVesselUseMeasurementNaturalId 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.Measurement having the given identifier from the persistent store.
 void remove(VesselUseMeasurement vesselUseMeasurement)
          Removes the instance of fr.ifremer.allegro.data.measure.VesselUseMeasurement 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 MeasurementDao.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.
 void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
          Sets the reference to vesselUseFeaturesDao.
protected  ClusterVesselUseMeasurement toClusterVesselUseMeasurement(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterVesselUseMeasurement toClusterVesselUseMeasurement(VesselUseMeasurement entity)
          Converts this DAO's entity to an object of type ClusterVesselUseMeasurement.
 void toClusterVesselUseMeasurement(VesselUseMeasurement source, ClusterVesselUseMeasurement target)
          Copies the fields of the specified entity to the target value object.
 ClusterVesselUseMeasurement[] toClusterVesselUseMeasurementArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterVesselUseMeasurement.
 void toClusterVesselUseMeasurementCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterVesselUseMeasurement.
protected  VesselUseMeasurement toEntity(java.lang.Object[] row)
           
protected  RemoteVesselUseMeasurementFullVO toRemoteVesselUseMeasurementFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteVesselUseMeasurementFullVO toRemoteVesselUseMeasurementFullVO(VesselUseMeasurement entity)
          Converts this DAO's entity to an object of type RemoteVesselUseMeasurementFullVO.
 void toRemoteVesselUseMeasurementFullVO(VesselUseMeasurement source, RemoteVesselUseMeasurementFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteVesselUseMeasurementFullVO[] toRemoteVesselUseMeasurementFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselUseMeasurementFullVO.
 void toRemoteVesselUseMeasurementFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteVesselUseMeasurementFullVO.
protected  RemoteVesselUseMeasurementNaturalId toRemoteVesselUseMeasurementNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteVesselUseMeasurementNaturalId toRemoteVesselUseMeasurementNaturalId(VesselUseMeasurement entity)
          Converts this DAO's entity to an object of type RemoteVesselUseMeasurementNaturalId.
 void toRemoteVesselUseMeasurementNaturalId(VesselUseMeasurement source, RemoteVesselUseMeasurementNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteVesselUseMeasurementNaturalId[] toRemoteVesselUseMeasurementNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselUseMeasurementNaturalId.
 void toRemoteVesselUseMeasurementNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteVesselUseMeasurementNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.measure.VesselUseMeasurement) method.
protected  java.lang.Object transformEntity(int transform, VesselUseMeasurement entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.data.measure.VesselUseMeasurementDao, please note that the MeasurementDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(VesselUseMeasurement vesselUseMeasurement)
          Updates the vesselUseMeasurement instance in the persistent store.
 
Methods inherited from class fr.ifremer.allegro.data.measure.MeasurementDaoImpl
clusterMeasurementToEntity, clusterMeasurementToEntity, remoteMeasurementFullVOToEntity, remoteMeasurementFullVOToEntity, remoteMeasurementNaturalIdToEntity, remoteMeasurementNaturalIdToEntity, toClusterMeasurement, toClusterMeasurement, toRemoteMeasurementFullVO, toRemoteMeasurementFullVO, toRemoteMeasurementNaturalId, toRemoteMeasurementNaturalId
 
Methods inherited from class fr.ifremer.allegro.data.measure.MeasurementDaoBase
clusterMeasurementToEntityCollection, getAggregationLevelDao, getAnalysisInstrumentDao, getDepartmentDao, getNumericalPrecisionDao, getPmfmDao, getPrecisionTypeDao, getQualitativeValueDao, getQualityFlagDao, remoteMeasurementFullVOToEntityCollection, remoteMeasurementNaturalIdToEntityCollection, remove, setAggregationLevelDao, setAnalysisInstrumentDao, setDepartmentDao, setNumericalPrecisionDao, setPmfmDao, setPrecisionTypeDao, setQualitativeValueDao, setQualityFlagDao, toClusterMeasurement, toClusterMeasurementArray, toClusterMeasurementCollection, toRemoteMeasurementFullVO, toRemoteMeasurementFullVOArray, toRemoteMeasurementFullVOCollection, toRemoteMeasurementNaturalId, toRemoteMeasurementNaturalIdArray, toRemoteMeasurementNaturalIdCollection, transformEntity, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.ifremer.allegro.data.measure.VesselUseMeasurementDao
clusterVesselUseMeasurementToEntity, remoteVesselUseMeasurementFullVOToEntity, remoteVesselUseMeasurementNaturalIdToEntity
 
Methods inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao
clusterMeasurementToEntity, clusterMeasurementToEntity, clusterMeasurementToEntityCollection, remoteMeasurementFullVOToEntity, remoteMeasurementFullVOToEntity, remoteMeasurementFullVOToEntityCollection, remoteMeasurementNaturalIdToEntity, remoteMeasurementNaturalIdToEntity, remoteMeasurementNaturalIdToEntityCollection, remove, toClusterMeasurement, toClusterMeasurement, toClusterMeasurementArray, toClusterMeasurementCollection, toRemoteMeasurementFullVO, toRemoteMeasurementFullVO, toRemoteMeasurementFullVOArray, toRemoteMeasurementFullVOCollection, toRemoteMeasurementNaturalId, toRemoteMeasurementNaturalId, toRemoteMeasurementNaturalIdArray, toRemoteMeasurementNaturalIdCollection, update
 

Constructor Detail

VesselUseMeasurementDaoBase

public VesselUseMeasurementDaoBase()
Method Detail

setVesselUseFeaturesDao

public void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
Sets the reference to vesselUseFeaturesDao.


getVesselUseFeaturesDao

protected VesselUseFeaturesDao getVesselUseFeaturesDao()
Gets the reference to vesselUseFeaturesDao.


load

public java.lang.Object load(int transform,
                             java.lang.Integer id)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.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
Specified by:
load in interface VesselUseMeasurementDao
Overrides:
load in class MeasurementDaoBase
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
VesselUseMeasurementDao.load(int, java.lang.Integer)

load

public VesselUseMeasurement load(java.lang.Integer id)
Description copied from interface: MeasurementDao
Loads an instance of fr.ifremer.allegro.data.measure.Measurement from the persistent store.

Specified by:
load in interface MeasurementDao
Specified by:
load in interface VesselUseMeasurementDao
Overrides:
load in class MeasurementDaoBase
See Also:
VesselUseMeasurementDao.load(java.lang.Integer)

loadAll

public java.util.Collection loadAll()
Description copied from interface: MeasurementDao
Loads all entities of type Measurement.

Specified by:
loadAll in interface MeasurementDao
Specified by:
loadAll in interface VesselUseMeasurementDao
Overrides:
loadAll in class MeasurementDaoBase
Returns:
the loaded entities.
See Also:
VesselUseMeasurementDao.loadAll()

loadAll

public java.util.Collection loadAll(int transform)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.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
Specified by:
loadAll in interface VesselUseMeasurementDao
Overrides:
loadAll in class MeasurementDaoBase
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
VesselUseMeasurementDao.loadAll(int)

loadAll

public java.util.Collection loadAll(int pageNumber,
                                    int pageSize)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.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
Specified by:
loadAll in interface VesselUseMeasurementDao
Overrides:
loadAll in class MeasurementDaoBase
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.
See Also:
VesselUseMeasurementDao.loadAll(int, int)

loadAll

public java.util.Collection loadAll(int transform,
                                    int pageNumber,
                                    int pageSize)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.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
Specified by:
loadAll in interface VesselUseMeasurementDao
Overrides:
loadAll in class MeasurementDaoBase
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.
See Also:
VesselUseMeasurementDao.loadAll(int, int, int)

create

public VesselUseMeasurement create(VesselUseMeasurement vesselUseMeasurement)
Description copied from interface: VesselUseMeasurementDao
Creates an instance of fr.ifremer.allegro.data.measure.VesselUseMeasurement and adds it to the persistent store.

Specified by:
create in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.create(fr.ifremer.allegro.data.measure.VesselUseMeasurement)

create

public java.lang.Object create(int transform,
                               VesselUseMeasurement vesselUseMeasurement)
Description copied from interface: VesselUseMeasurementDao

Does the same thing as VesselUseMeasurementDao.create(fr.ifremer.allegro.data.measure.VesselUseMeasurement) 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:
create in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.create(int transform, fr.ifremer.allegro.data.measure.VesselUseMeasurement)

create

public java.util.Collection create(java.util.Collection entities)
Description copied from interface: VesselUseMeasurementDao
Creates a new instance of fr.ifremer.allegro.data.measure.VesselUseMeasurement and adds from the passed in entities collection

Specified by:
create in interface VesselUseMeasurementDao
Parameters:
entities - the collection of fr.ifremer.allegro.data.measure.VesselUseMeasurement instances to create.
Returns:
the created instances.
See Also:
VesselUseMeasurementDao.create(java.util.Collection)

create

public java.util.Collection create(int transform,
                                   java.util.Collection entities)
Description copied from interface: VesselUseMeasurementDao

Does the same thing as VesselUseMeasurementDao.create(fr.ifremer.allegro.data.measure.VesselUseMeasurement) 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.

Specified by:
create in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.create(int, java.util.Collection)

create

public VesselUseMeasurement 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,
                                   VesselUseFeatures vesselUseFeatures)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
create in interface VesselUseMeasurementDao
See Also:
fr.ifremer.allegro.data.measure.MeasurementDao#create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)

create

public 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,
                               VesselUseFeatures vesselUseFeatures)
Description copied from interface: VesselUseMeasurementDao

Does the same thing as VesselUseMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) 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:
create in interface VesselUseMeasurementDao
See Also:
fr.ifremer.allegro.data.measure.MeasurementDao#create(int, java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)

create

public VesselUseMeasurement create(Pmfm pmfm,
                                   QualityFlag qualityFlag,
                                   VesselUseFeatures vesselUseFeatures)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
create in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)

create

public java.lang.Object create(int transform,
                               Pmfm pmfm,
                               QualityFlag qualityFlag,
                               VesselUseFeatures vesselUseFeatures)
Description copied from interface: VesselUseMeasurementDao

Does the same thing as VesselUseMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) 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.

Specified by:
create in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.create(int, fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)

update

public void update(VesselUseMeasurement vesselUseMeasurement)
Description copied from interface: VesselUseMeasurementDao
Updates the vesselUseMeasurement instance in the persistent store.

Specified by:
update in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.update(fr.ifremer.allegro.data.measure.VesselUseMeasurement)

update

public void update(java.util.Collection entities)
Description copied from interface: MeasurementDao
Updates all instances in the entities collection in the persistent store.

Specified by:
update in interface MeasurementDao
Specified by:
update in interface VesselUseMeasurementDao
Overrides:
update in class MeasurementDaoBase
See Also:
MeasurementDao.update(java.util.Collection)

remove

public void remove(VesselUseMeasurement vesselUseMeasurement)
Description copied from interface: VesselUseMeasurementDao
Removes the instance of fr.ifremer.allegro.data.measure.VesselUseMeasurement from the persistent store.

Specified by:
remove in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.remove(fr.ifremer.allegro.data.measure.VesselUseMeasurement)

remove

public void remove(java.lang.Integer id)
Description copied from interface: MeasurementDao
Removes the instance of fr.ifremer.allegro.data.measure.Measurement having the given identifier from the persistent store.

Specified by:
remove in interface MeasurementDao
Specified by:
remove in interface VesselUseMeasurementDao
Overrides:
remove in class MeasurementDaoBase
See Also:
VesselUseMeasurementDao.remove(java.lang.Integer)

remove

public void remove(java.util.Collection entities)
Description copied from interface: MeasurementDao
Removes all entities in the given entities collection.

Specified by:
remove in interface MeasurementDao
Specified by:
remove in interface VesselUseMeasurementDao
Overrides:
remove in class MeasurementDaoBase
See Also:
MeasurementDao.remove(java.util.Collection)

getAllVesselUseMeasurement

public java.util.Collection getAllVesselUseMeasurement()
Specified by:
getAllVesselUseMeasurement in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.getAllVesselUseMeasurement()

getAllVesselUseMeasurement

public java.util.Collection getAllVesselUseMeasurement(int transform)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
getAllVesselUseMeasurement in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.getAllVesselUseMeasurement(int)

getAllVesselUseMeasurement

public java.util.Collection getAllVesselUseMeasurement(java.lang.String queryString)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
getAllVesselUseMeasurement in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.getAllVesselUseMeasurement(java.lang.String)

getAllVesselUseMeasurement

public java.util.Collection getAllVesselUseMeasurement(int pageNumber,
                                                       int pageSize)
Description copied from interface: VesselUseMeasurementDao

Does the same thing as VesselUseMeasurementDao.getAllVesselUseMeasurement() 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:
getAllVesselUseMeasurement in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.getAllVesselUseMeasurement(int, int)

getAllVesselUseMeasurement

public java.util.Collection getAllVesselUseMeasurement(java.lang.String queryString,
                                                       int pageNumber,
                                                       int pageSize)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
getAllVesselUseMeasurement in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.getAllVesselUseMeasurement(String, int, int)

getAllVesselUseMeasurement

public java.util.Collection getAllVesselUseMeasurement(int transform,
                                                       java.lang.String queryString)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
getAllVesselUseMeasurement in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.getAllVesselUseMeasurement(int, String)

getAllVesselUseMeasurement

public java.util.Collection getAllVesselUseMeasurement(int transform,
                                                       int pageNumber,
                                                       int pageSize)
Description copied from interface: VesselUseMeasurementDao

Does the same thing as VesselUseMeasurementDao.getAllVesselUseMeasurement(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:
getAllVesselUseMeasurement in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.getAllVesselUseMeasurement(int, int, int)

getAllVesselUseMeasurement

public java.util.Collection getAllVesselUseMeasurement(int transform,
                                                       java.lang.String queryString,
                                                       int pageNumber,
                                                       int pageSize)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
getAllVesselUseMeasurement in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.getAllVesselUseMeasurement(int, java.lang.String, int, int)

findVesselUseMeasurementById

public VesselUseMeasurement findVesselUseMeasurementById(java.lang.Integer id)
Specified by:
findVesselUseMeasurementById in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementById(java.lang.Integer)

findVesselUseMeasurementById

public java.lang.Object findVesselUseMeasurementById(int transform,
                                                     java.lang.Integer id)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementById in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementById(int, java.lang.Integer)

findVesselUseMeasurementById

public VesselUseMeasurement findVesselUseMeasurementById(java.lang.String queryString,
                                                         java.lang.Integer id)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementById in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementById(java.lang.String, java.lang.Integer)

findVesselUseMeasurementById

public java.lang.Object findVesselUseMeasurementById(int transform,
                                                     java.lang.String queryString,
                                                     java.lang.Integer id)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementById in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementById(int, java.lang.String, java.lang.Integer)

findVesselUseMeasurementByVesselUseFeatures

public java.util.Collection findVesselUseMeasurementByVesselUseFeatures(VesselUseFeatures vesselUseFeatures)
Specified by:
findVesselUseMeasurementByVesselUseFeatures in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)

findVesselUseMeasurementByVesselUseFeatures

public java.util.Collection findVesselUseMeasurementByVesselUseFeatures(int transform,
                                                                        VesselUseFeatures vesselUseFeatures)
Description copied from interface: VesselUseMeasurementDao

Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) 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.

Specified by:
findVesselUseMeasurementByVesselUseFeatures in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)

findVesselUseMeasurementByVesselUseFeatures

public java.util.Collection findVesselUseMeasurementByVesselUseFeatures(java.lang.String queryString,
                                                                        VesselUseFeatures vesselUseFeatures)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByVesselUseFeatures in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(java.lang.String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)

findVesselUseMeasurementByVesselUseFeatures

public java.util.Collection findVesselUseMeasurementByVesselUseFeatures(int pageNumber,
                                                                        int pageSize,
                                                                        VesselUseFeatures vesselUseFeatures)
Description copied from interface: VesselUseMeasurementDao

Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) 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:
findVesselUseMeasurementByVesselUseFeatures in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(int, int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)

findVesselUseMeasurementByVesselUseFeatures

public java.util.Collection findVesselUseMeasurementByVesselUseFeatures(java.lang.String queryString,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        VesselUseFeatures vesselUseFeatures)
Description copied from interface: VesselUseMeasurementDao

Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) 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:
findVesselUseMeasurementByVesselUseFeatures in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(String, int, int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)

findVesselUseMeasurementByVesselUseFeatures

public java.util.Collection findVesselUseMeasurementByVesselUseFeatures(int transform,
                                                                        java.lang.String queryString,
                                                                        VesselUseFeatures vesselUseFeatures)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByVesselUseFeatures in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)

findVesselUseMeasurementByVesselUseFeatures

public java.util.Collection findVesselUseMeasurementByVesselUseFeatures(int transform,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        VesselUseFeatures vesselUseFeatures)
Description copied from interface: VesselUseMeasurementDao

Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) 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:
findVesselUseMeasurementByVesselUseFeatures in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(int, int, int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)

findVesselUseMeasurementByVesselUseFeatures

public java.util.Collection findVesselUseMeasurementByVesselUseFeatures(int transform,
                                                                        java.lang.String queryString,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        VesselUseFeatures vesselUseFeatures)
Description copied from interface: VesselUseMeasurementDao

Does the same thing as VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) 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:
findVesselUseMeasurementByVesselUseFeatures in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(int, java.lang.String, int, int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)

findVesselUseMeasurementByDepartment

public java.util.Collection findVesselUseMeasurementByDepartment(Department department)
Specified by:
findVesselUseMeasurementByDepartment in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)

findVesselUseMeasurementByDepartment

public java.util.Collection findVesselUseMeasurementByDepartment(int transform,
                                                                 Department department)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByDepartment in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)

findVesselUseMeasurementByDepartment

public java.util.Collection findVesselUseMeasurementByDepartment(java.lang.String queryString,
                                                                 Department department)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByDepartment in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)

findVesselUseMeasurementByDepartment

public java.util.Collection findVesselUseMeasurementByDepartment(int pageNumber,
                                                                 int pageSize,
                                                                 Department department)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByDepartment in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)

findVesselUseMeasurementByDepartment

public java.util.Collection findVesselUseMeasurementByDepartment(java.lang.String queryString,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 Department department)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByDepartment in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)

findVesselUseMeasurementByDepartment

public java.util.Collection findVesselUseMeasurementByDepartment(int transform,
                                                                 java.lang.String queryString,
                                                                 Department department)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByDepartment in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)

findVesselUseMeasurementByDepartment

public java.util.Collection findVesselUseMeasurementByDepartment(int transform,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 Department department)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByDepartment in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)

findVesselUseMeasurementByDepartment

public java.util.Collection findVesselUseMeasurementByDepartment(int transform,
                                                                 java.lang.String queryString,
                                                                 int pageNumber,
                                                                 int pageSize,
                                                                 Department department)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByDepartment in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)

findVesselUseMeasurementByPrecisionType

public java.util.Collection findVesselUseMeasurementByPrecisionType(PrecisionType precisionType)
Specified by:
findVesselUseMeasurementByPrecisionType in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)

findVesselUseMeasurementByPrecisionType

public java.util.Collection findVesselUseMeasurementByPrecisionType(int transform,
                                                                    PrecisionType precisionType)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByPrecisionType in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)

findVesselUseMeasurementByPrecisionType

public java.util.Collection findVesselUseMeasurementByPrecisionType(java.lang.String queryString,
                                                                    PrecisionType precisionType)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByPrecisionType in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(java.lang.String, fr.ifremer.allegro.referential.PrecisionType)

findVesselUseMeasurementByPrecisionType

public java.util.Collection findVesselUseMeasurementByPrecisionType(int pageNumber,
                                                                    int pageSize,
                                                                    PrecisionType precisionType)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByPrecisionType in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)

findVesselUseMeasurementByPrecisionType

public java.util.Collection findVesselUseMeasurementByPrecisionType(java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    PrecisionType precisionType)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByPrecisionType in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)

findVesselUseMeasurementByPrecisionType

public java.util.Collection findVesselUseMeasurementByPrecisionType(int transform,
                                                                    java.lang.String queryString,
                                                                    PrecisionType precisionType)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByPrecisionType in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)

findVesselUseMeasurementByPrecisionType

public java.util.Collection findVesselUseMeasurementByPrecisionType(int transform,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    PrecisionType precisionType)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByPrecisionType in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)

findVesselUseMeasurementByPrecisionType

public java.util.Collection findVesselUseMeasurementByPrecisionType(int transform,
                                                                    java.lang.String queryString,
                                                                    int pageNumber,
                                                                    int pageSize,
                                                                    PrecisionType precisionType)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByPrecisionType in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)

findVesselUseMeasurementByQualityFlag

public java.util.Collection findVesselUseMeasurementByQualityFlag(QualityFlag qualityFlag)
Specified by:
findVesselUseMeasurementByQualityFlag in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)

findVesselUseMeasurementByQualityFlag

public java.util.Collection findVesselUseMeasurementByQualityFlag(int transform,
                                                                  QualityFlag qualityFlag)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByQualityFlag in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)

findVesselUseMeasurementByQualityFlag

public java.util.Collection findVesselUseMeasurementByQualityFlag(java.lang.String queryString,
                                                                  QualityFlag qualityFlag)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByQualityFlag in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)

findVesselUseMeasurementByQualityFlag

public java.util.Collection findVesselUseMeasurementByQualityFlag(int pageNumber,
                                                                  int pageSize,
                                                                  QualityFlag qualityFlag)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByQualityFlag in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)

findVesselUseMeasurementByQualityFlag

public java.util.Collection findVesselUseMeasurementByQualityFlag(java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  QualityFlag qualityFlag)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByQualityFlag in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findVesselUseMeasurementByQualityFlag

public java.util.Collection findVesselUseMeasurementByQualityFlag(int transform,
                                                                  java.lang.String queryString,
                                                                  QualityFlag qualityFlag)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByQualityFlag in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)

findVesselUseMeasurementByQualityFlag

public java.util.Collection findVesselUseMeasurementByQualityFlag(int transform,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  QualityFlag qualityFlag)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByQualityFlag in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)

findVesselUseMeasurementByQualityFlag

public java.util.Collection findVesselUseMeasurementByQualityFlag(int transform,
                                                                  java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  QualityFlag qualityFlag)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByQualityFlag in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findVesselUseMeasurementByAnalysisInstrument

public java.util.Collection findVesselUseMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
Specified by:
findVesselUseMeasurementByAnalysisInstrument in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)

findVesselUseMeasurementByAnalysisInstrument

public java.util.Collection findVesselUseMeasurementByAnalysisInstrument(int transform,
                                                                         AnalysisInstrument analysisInstrument)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByAnalysisInstrument in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)

findVesselUseMeasurementByAnalysisInstrument

public java.util.Collection findVesselUseMeasurementByAnalysisInstrument(java.lang.String queryString,
                                                                         AnalysisInstrument analysisInstrument)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByAnalysisInstrument in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)

findVesselUseMeasurementByAnalysisInstrument

public java.util.Collection findVesselUseMeasurementByAnalysisInstrument(int pageNumber,
                                                                         int pageSize,
                                                                         AnalysisInstrument analysisInstrument)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByAnalysisInstrument in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findVesselUseMeasurementByAnalysisInstrument

public java.util.Collection findVesselUseMeasurementByAnalysisInstrument(java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         AnalysisInstrument analysisInstrument)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByAnalysisInstrument in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findVesselUseMeasurementByAnalysisInstrument

public java.util.Collection findVesselUseMeasurementByAnalysisInstrument(int transform,
                                                                         java.lang.String queryString,
                                                                         AnalysisInstrument analysisInstrument)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByAnalysisInstrument in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)

findVesselUseMeasurementByAnalysisInstrument

public java.util.Collection findVesselUseMeasurementByAnalysisInstrument(int transform,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         AnalysisInstrument analysisInstrument)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByAnalysisInstrument in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findVesselUseMeasurementByAnalysisInstrument

public java.util.Collection findVesselUseMeasurementByAnalysisInstrument(int transform,
                                                                         java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         AnalysisInstrument analysisInstrument)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByAnalysisInstrument in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findVesselUseMeasurementByNumericalPrecision

public java.util.Collection findVesselUseMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
Specified by:
findVesselUseMeasurementByNumericalPrecision in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)

findVesselUseMeasurementByNumericalPrecision

public java.util.Collection findVesselUseMeasurementByNumericalPrecision(int transform,
                                                                         NumericalPrecision numericalPrecision)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByNumericalPrecision in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)

findVesselUseMeasurementByNumericalPrecision

public java.util.Collection findVesselUseMeasurementByNumericalPrecision(java.lang.String queryString,
                                                                         NumericalPrecision numericalPrecision)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByNumericalPrecision in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(java.lang.String, fr.ifremer.allegro.referential.NumericalPrecision)

findVesselUseMeasurementByNumericalPrecision

public java.util.Collection findVesselUseMeasurementByNumericalPrecision(int pageNumber,
                                                                         int pageSize,
                                                                         NumericalPrecision numericalPrecision)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByNumericalPrecision in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findVesselUseMeasurementByNumericalPrecision

public java.util.Collection findVesselUseMeasurementByNumericalPrecision(java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         NumericalPrecision numericalPrecision)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByNumericalPrecision in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findVesselUseMeasurementByNumericalPrecision

public java.util.Collection findVesselUseMeasurementByNumericalPrecision(int transform,
                                                                         java.lang.String queryString,
                                                                         NumericalPrecision numericalPrecision)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByNumericalPrecision in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)

findVesselUseMeasurementByNumericalPrecision

public java.util.Collection findVesselUseMeasurementByNumericalPrecision(int transform,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         NumericalPrecision numericalPrecision)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByNumericalPrecision in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(int, int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findVesselUseMeasurementByNumericalPrecision

public java.util.Collection findVesselUseMeasurementByNumericalPrecision(int transform,
                                                                         java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         NumericalPrecision numericalPrecision)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByNumericalPrecision in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findVesselUseMeasurementByPmfm

public java.util.Collection findVesselUseMeasurementByPmfm(Pmfm pmfm)
Specified by:
findVesselUseMeasurementByPmfm in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)

findVesselUseMeasurementByPmfm

public java.util.Collection findVesselUseMeasurementByPmfm(int transform,
                                                           Pmfm pmfm)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByPmfm in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findVesselUseMeasurementByPmfm

public java.util.Collection findVesselUseMeasurementByPmfm(java.lang.String queryString,
                                                           Pmfm pmfm)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByPmfm in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)

findVesselUseMeasurementByPmfm

public java.util.Collection findVesselUseMeasurementByPmfm(int pageNumber,
                                                           int pageSize,
                                                           Pmfm pmfm)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByPmfm in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findVesselUseMeasurementByPmfm

public java.util.Collection findVesselUseMeasurementByPmfm(java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           Pmfm pmfm)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByPmfm in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findVesselUseMeasurementByPmfm

public java.util.Collection findVesselUseMeasurementByPmfm(int transform,
                                                           java.lang.String queryString,
                                                           Pmfm pmfm)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByPmfm in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)

findVesselUseMeasurementByPmfm

public java.util.Collection findVesselUseMeasurementByPmfm(int transform,
                                                           int pageNumber,
                                                           int pageSize,
                                                           Pmfm pmfm)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByPmfm in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findVesselUseMeasurementByPmfm

public java.util.Collection findVesselUseMeasurementByPmfm(int transform,
                                                           java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           Pmfm pmfm)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByPmfm in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findVesselUseMeasurementByQualitativeValue

public java.util.Collection findVesselUseMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
Specified by:
findVesselUseMeasurementByQualitativeValue in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findVesselUseMeasurementByQualitativeValue

public java.util.Collection findVesselUseMeasurementByQualitativeValue(int transform,
                                                                       QualitativeValue qualitativeValue)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByQualitativeValue in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findVesselUseMeasurementByQualitativeValue

public java.util.Collection findVesselUseMeasurementByQualitativeValue(java.lang.String queryString,
                                                                       QualitativeValue qualitativeValue)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByQualitativeValue in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findVesselUseMeasurementByQualitativeValue

public java.util.Collection findVesselUseMeasurementByQualitativeValue(int pageNumber,
                                                                       int pageSize,
                                                                       QualitativeValue qualitativeValue)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByQualitativeValue in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findVesselUseMeasurementByQualitativeValue

public java.util.Collection findVesselUseMeasurementByQualitativeValue(java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       QualitativeValue qualitativeValue)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByQualitativeValue in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findVesselUseMeasurementByQualitativeValue

public java.util.Collection findVesselUseMeasurementByQualitativeValue(int transform,
                                                                       java.lang.String queryString,
                                                                       QualitativeValue qualitativeValue)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByQualitativeValue in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findVesselUseMeasurementByQualitativeValue

public java.util.Collection findVesselUseMeasurementByQualitativeValue(int transform,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       QualitativeValue qualitativeValue)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByQualitativeValue in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findVesselUseMeasurementByQualitativeValue

public java.util.Collection findVesselUseMeasurementByQualitativeValue(int transform,
                                                                       java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       QualitativeValue qualitativeValue)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByQualitativeValue in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findVesselUseMeasurementByAggregationLevel

public java.util.Collection findVesselUseMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
Specified by:
findVesselUseMeasurementByAggregationLevel in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findVesselUseMeasurementByAggregationLevel

public java.util.Collection findVesselUseMeasurementByAggregationLevel(int transform,
                                                                       AggregationLevel aggregationLevel)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByAggregationLevel in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findVesselUseMeasurementByAggregationLevel

public java.util.Collection findVesselUseMeasurementByAggregationLevel(java.lang.String queryString,
                                                                       AggregationLevel aggregationLevel)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByAggregationLevel in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(java.lang.String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findVesselUseMeasurementByAggregationLevel

public java.util.Collection findVesselUseMeasurementByAggregationLevel(int pageNumber,
                                                                       int pageSize,
                                                                       AggregationLevel aggregationLevel)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByAggregationLevel in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findVesselUseMeasurementByAggregationLevel

public java.util.Collection findVesselUseMeasurementByAggregationLevel(java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       AggregationLevel aggregationLevel)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByAggregationLevel in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findVesselUseMeasurementByAggregationLevel

public java.util.Collection findVesselUseMeasurementByAggregationLevel(int transform,
                                                                       java.lang.String queryString,
                                                                       AggregationLevel aggregationLevel)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByAggregationLevel in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findVesselUseMeasurementByAggregationLevel

public java.util.Collection findVesselUseMeasurementByAggregationLevel(int transform,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       AggregationLevel aggregationLevel)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByAggregationLevel in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findVesselUseMeasurementByAggregationLevel

public java.util.Collection findVesselUseMeasurementByAggregationLevel(int transform,
                                                                       java.lang.String queryString,
                                                                       int pageNumber,
                                                                       int pageSize,
                                                                       AggregationLevel aggregationLevel)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByAggregationLevel in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findVesselUseMeasurementByNaturalId

public VesselUseMeasurement findVesselUseMeasurementByNaturalId(java.lang.Integer id)
Specified by:
findVesselUseMeasurementByNaturalId in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByNaturalId(java.lang.Integer)

findVesselUseMeasurementByNaturalId

public java.lang.Object findVesselUseMeasurementByNaturalId(int transform,
                                                            java.lang.Integer id)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByNaturalId in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByNaturalId(int, java.lang.Integer)

findVesselUseMeasurementByNaturalId

public VesselUseMeasurement findVesselUseMeasurementByNaturalId(java.lang.String queryString,
                                                                java.lang.Integer id)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByNaturalId in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByNaturalId(java.lang.String, java.lang.Integer)

findVesselUseMeasurementByNaturalId

public java.lang.Object findVesselUseMeasurementByNaturalId(int transform,
                                                            java.lang.String queryString,
                                                            java.lang.Integer id)
Description copied from interface: VesselUseMeasurementDao

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

Specified by:
findVesselUseMeasurementByNaturalId in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.findVesselUseMeasurementByNaturalId(int, java.lang.String, java.lang.Integer)

getAllMeasurement

public java.util.Collection getAllMeasurement()
Specified by:
getAllMeasurement in interface MeasurementDao
Overrides:
getAllMeasurement in class MeasurementDaoBase
See Also:
MeasurementDao.getAllMeasurement()

getAllMeasurement

public java.util.Collection getAllMeasurement(int transform)
Description copied from interface: MeasurementDao

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

Specified by:
getAllMeasurement in interface MeasurementDao
Overrides:
getAllMeasurement in class MeasurementDaoBase
See Also:
MeasurementDao.getAllMeasurement(int)

getAllMeasurement

public java.util.Collection getAllMeasurement(java.lang.String queryString)
Description copied from interface: MeasurementDao

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

Specified by:
getAllMeasurement in interface MeasurementDao
Overrides:
getAllMeasurement in class MeasurementDaoBase
See Also:
MeasurementDao.getAllMeasurement(java.lang.String)

getAllMeasurement

public java.util.Collection getAllMeasurement(int pageNumber,
                                              int pageSize)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.getAllMeasurement() 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:
getAllMeasurement in interface MeasurementDao
Overrides:
getAllMeasurement in class MeasurementDaoBase
See Also:
MeasurementDao.getAllMeasurement(int, int)

getAllMeasurement

public java.util.Collection getAllMeasurement(java.lang.String queryString,
                                              int pageNumber,
                                              int pageSize)
Description copied from interface: MeasurementDao

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

Specified by:
getAllMeasurement in interface MeasurementDao
Overrides:
getAllMeasurement in class MeasurementDaoBase
See Also:
MeasurementDao.getAllMeasurement(String, int, int)

getAllMeasurement

public java.util.Collection getAllMeasurement(int transform,
                                              java.lang.String queryString)
Description copied from interface: MeasurementDao

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

Specified by:
getAllMeasurement in interface MeasurementDao
Overrides:
getAllMeasurement in class MeasurementDaoBase
See Also:
MeasurementDao.getAllMeasurement(int, String)

getAllMeasurement

public java.util.Collection getAllMeasurement(int transform,
                                              int pageNumber,
                                              int pageSize)
Description copied from interface: MeasurementDao

Does the same thing as MeasurementDao.getAllMeasurement(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:
getAllMeasurement in interface MeasurementDao
Overrides:
getAllMeasurement in class MeasurementDaoBase
See Also:
MeasurementDao.getAllMeasurement(int, int, int)

getAllMeasurement

public java.util.Collection getAllMeasurement(int transform,
                                              java.lang.String queryString,
                                              int pageNumber,
                                              int pageSize)
Description copied from interface: MeasurementDao

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

Specified by:
getAllMeasurement in interface MeasurementDao
Overrides:
getAllMeasurement in class MeasurementDaoBase
See Also:
MeasurementDao.getAllMeasurement(int, java.lang.String, int, int)

findMeasurementById

public Measurement findMeasurementById(java.lang.Integer id)
Specified by:
findMeasurementById in interface MeasurementDao
Overrides:
findMeasurementById in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementById(java.lang.Integer)

findMeasurementById

public java.lang.Object findMeasurementById(int transform,
                                            java.lang.Integer id)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementById in interface MeasurementDao
Overrides:
findMeasurementById in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementById(int, java.lang.Integer)

findMeasurementById

public Measurement findMeasurementById(java.lang.String queryString,
                                       java.lang.Integer id)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementById in interface MeasurementDao
Overrides:
findMeasurementById in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementById(java.lang.String, java.lang.Integer)

findMeasurementById

public java.lang.Object findMeasurementById(int transform,
                                            java.lang.String queryString,
                                            java.lang.Integer id)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementById in interface MeasurementDao
Overrides:
findMeasurementById in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementById(int, java.lang.String, java.lang.Integer)

findMeasurementByDepartment

public java.util.Collection findMeasurementByDepartment(Department department)
Specified by:
findMeasurementByDepartment in interface MeasurementDao
Overrides:
findMeasurementByDepartment in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)

findMeasurementByDepartment

public java.util.Collection findMeasurementByDepartment(int transform,
                                                        Department department)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByDepartment in interface MeasurementDao
Overrides:
findMeasurementByDepartment in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)

findMeasurementByDepartment

public java.util.Collection findMeasurementByDepartment(java.lang.String queryString,
                                                        Department department)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByDepartment in interface MeasurementDao
Overrides:
findMeasurementByDepartment in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)

findMeasurementByDepartment

public java.util.Collection findMeasurementByDepartment(int pageNumber,
                                                        int pageSize,
                                                        Department department)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByDepartment in interface MeasurementDao
Overrides:
findMeasurementByDepartment in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)

findMeasurementByDepartment

public java.util.Collection findMeasurementByDepartment(java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        Department department)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByDepartment in interface MeasurementDao
Overrides:
findMeasurementByDepartment in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)

findMeasurementByDepartment

public java.util.Collection findMeasurementByDepartment(int transform,
                                                        java.lang.String queryString,
                                                        Department department)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByDepartment in interface MeasurementDao
Overrides:
findMeasurementByDepartment in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)

findMeasurementByDepartment

public java.util.Collection findMeasurementByDepartment(int transform,
                                                        int pageNumber,
                                                        int pageSize,
                                                        Department department)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByDepartment in interface MeasurementDao
Overrides:
findMeasurementByDepartment in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)

findMeasurementByDepartment

public java.util.Collection findMeasurementByDepartment(int transform,
                                                        java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        Department department)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByDepartment in interface MeasurementDao
Overrides:
findMeasurementByDepartment in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)

findMeasurementByPrecisionType

public java.util.Collection findMeasurementByPrecisionType(PrecisionType precisionType)
Specified by:
findMeasurementByPrecisionType in interface MeasurementDao
Overrides:
findMeasurementByPrecisionType in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)

findMeasurementByPrecisionType

public java.util.Collection findMeasurementByPrecisionType(int transform,
                                                           PrecisionType precisionType)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByPrecisionType in interface MeasurementDao
Overrides:
findMeasurementByPrecisionType in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)

findMeasurementByPrecisionType

public java.util.Collection findMeasurementByPrecisionType(java.lang.String queryString,
                                                           PrecisionType precisionType)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByPrecisionType in interface MeasurementDao
Overrides:
findMeasurementByPrecisionType in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPrecisionType(java.lang.String, fr.ifremer.allegro.referential.PrecisionType)

findMeasurementByPrecisionType

public java.util.Collection findMeasurementByPrecisionType(int pageNumber,
                                                           int pageSize,
                                                           PrecisionType precisionType)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByPrecisionType in interface MeasurementDao
Overrides:
findMeasurementByPrecisionType in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)

findMeasurementByPrecisionType

public java.util.Collection findMeasurementByPrecisionType(java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           PrecisionType precisionType)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByPrecisionType in interface MeasurementDao
Overrides:
findMeasurementByPrecisionType in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)

findMeasurementByPrecisionType

public java.util.Collection findMeasurementByPrecisionType(int transform,
                                                           java.lang.String queryString,
                                                           PrecisionType precisionType)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByPrecisionType in interface MeasurementDao
Overrides:
findMeasurementByPrecisionType in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)

findMeasurementByPrecisionType

public java.util.Collection findMeasurementByPrecisionType(int transform,
                                                           int pageNumber,
                                                           int pageSize,
                                                           PrecisionType precisionType)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByPrecisionType in interface MeasurementDao
Overrides:
findMeasurementByPrecisionType in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)

findMeasurementByPrecisionType

public java.util.Collection findMeasurementByPrecisionType(int transform,
                                                           java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           PrecisionType precisionType)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByPrecisionType in interface MeasurementDao
Overrides:
findMeasurementByPrecisionType in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)

findMeasurementByQualityFlag

public java.util.Collection findMeasurementByQualityFlag(QualityFlag qualityFlag)
Specified by:
findMeasurementByQualityFlag in interface MeasurementDao
Overrides:
findMeasurementByQualityFlag in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)

findMeasurementByQualityFlag

public java.util.Collection findMeasurementByQualityFlag(int transform,
                                                         QualityFlag qualityFlag)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByQualityFlag in interface MeasurementDao
Overrides:
findMeasurementByQualityFlag in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementByQualityFlag

public java.util.Collection findMeasurementByQualityFlag(java.lang.String queryString,
                                                         QualityFlag qualityFlag)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByQualityFlag in interface MeasurementDao
Overrides:
findMeasurementByQualityFlag in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementByQualityFlag

public java.util.Collection findMeasurementByQualityFlag(int pageNumber,
                                                         int pageSize,
                                                         QualityFlag qualityFlag)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByQualityFlag in interface MeasurementDao
Overrides:
findMeasurementByQualityFlag in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementByQualityFlag

public java.util.Collection findMeasurementByQualityFlag(java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         QualityFlag qualityFlag)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByQualityFlag in interface MeasurementDao
Overrides:
findMeasurementByQualityFlag in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementByQualityFlag

public java.util.Collection findMeasurementByQualityFlag(int transform,
                                                         java.lang.String queryString,
                                                         QualityFlag qualityFlag)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByQualityFlag in interface MeasurementDao
Overrides:
findMeasurementByQualityFlag in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementByQualityFlag

public java.util.Collection findMeasurementByQualityFlag(int transform,
                                                         int pageNumber,
                                                         int pageSize,
                                                         QualityFlag qualityFlag)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByQualityFlag in interface MeasurementDao
Overrides:
findMeasurementByQualityFlag in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementByQualityFlag

public java.util.Collection findMeasurementByQualityFlag(int transform,
                                                         java.lang.String queryString,
                                                         int pageNumber,
                                                         int pageSize,
                                                         QualityFlag qualityFlag)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByQualityFlag in interface MeasurementDao
Overrides:
findMeasurementByQualityFlag in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)

findMeasurementByAnalysisInstrument

public java.util.Collection findMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
Specified by:
findMeasurementByAnalysisInstrument in interface MeasurementDao
Overrides:
findMeasurementByAnalysisInstrument in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementByAnalysisInstrument

public java.util.Collection findMeasurementByAnalysisInstrument(int transform,
                                                                AnalysisInstrument analysisInstrument)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByAnalysisInstrument in interface MeasurementDao
Overrides:
findMeasurementByAnalysisInstrument in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementByAnalysisInstrument

public java.util.Collection findMeasurementByAnalysisInstrument(java.lang.String queryString,
                                                                AnalysisInstrument analysisInstrument)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByAnalysisInstrument in interface MeasurementDao
Overrides:
findMeasurementByAnalysisInstrument in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementByAnalysisInstrument

public java.util.Collection findMeasurementByAnalysisInstrument(int pageNumber,
                                                                int pageSize,
                                                                AnalysisInstrument analysisInstrument)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByAnalysisInstrument in interface MeasurementDao
Overrides:
findMeasurementByAnalysisInstrument in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementByAnalysisInstrument

public java.util.Collection findMeasurementByAnalysisInstrument(java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                AnalysisInstrument analysisInstrument)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByAnalysisInstrument in interface MeasurementDao
Overrides:
findMeasurementByAnalysisInstrument in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementByAnalysisInstrument

public java.util.Collection findMeasurementByAnalysisInstrument(int transform,
                                                                java.lang.String queryString,
                                                                AnalysisInstrument analysisInstrument)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByAnalysisInstrument in interface MeasurementDao
Overrides:
findMeasurementByAnalysisInstrument in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementByAnalysisInstrument

public java.util.Collection findMeasurementByAnalysisInstrument(int transform,
                                                                int pageNumber,
                                                                int pageSize,
                                                                AnalysisInstrument analysisInstrument)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByAnalysisInstrument in interface MeasurementDao
Overrides:
findMeasurementByAnalysisInstrument in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementByAnalysisInstrument

public java.util.Collection findMeasurementByAnalysisInstrument(int transform,
                                                                java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                AnalysisInstrument analysisInstrument)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByAnalysisInstrument in interface MeasurementDao
Overrides:
findMeasurementByAnalysisInstrument in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findMeasurementByNumericalPrecision

public java.util.Collection findMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
Specified by:
findMeasurementByNumericalPrecision in interface MeasurementDao
Overrides:
findMeasurementByNumericalPrecision in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)

findMeasurementByNumericalPrecision

public java.util.Collection findMeasurementByNumericalPrecision(int transform,
                                                                NumericalPrecision numericalPrecision)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByNumericalPrecision in interface MeasurementDao
Overrides:
findMeasurementByNumericalPrecision in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)

findMeasurementByNumericalPrecision

public java.util.Collection findMeasurementByNumericalPrecision(java.lang.String queryString,
                                                                NumericalPrecision numericalPrecision)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByNumericalPrecision in interface MeasurementDao
Overrides:
findMeasurementByNumericalPrecision in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNumericalPrecision(java.lang.String, fr.ifremer.allegro.referential.NumericalPrecision)

findMeasurementByNumericalPrecision

public java.util.Collection findMeasurementByNumericalPrecision(int pageNumber,
                                                                int pageSize,
                                                                NumericalPrecision numericalPrecision)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByNumericalPrecision in interface MeasurementDao
Overrides:
findMeasurementByNumericalPrecision in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNumericalPrecision(int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findMeasurementByNumericalPrecision

public java.util.Collection findMeasurementByNumericalPrecision(java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                NumericalPrecision numericalPrecision)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByNumericalPrecision in interface MeasurementDao
Overrides:
findMeasurementByNumericalPrecision in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNumericalPrecision(String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findMeasurementByNumericalPrecision

public java.util.Collection findMeasurementByNumericalPrecision(int transform,
                                                                java.lang.String queryString,
                                                                NumericalPrecision numericalPrecision)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByNumericalPrecision in interface MeasurementDao
Overrides:
findMeasurementByNumericalPrecision in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)

findMeasurementByNumericalPrecision

public java.util.Collection findMeasurementByNumericalPrecision(int transform,
                                                                int pageNumber,
                                                                int pageSize,
                                                                NumericalPrecision numericalPrecision)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByNumericalPrecision in interface MeasurementDao
Overrides:
findMeasurementByNumericalPrecision in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNumericalPrecision(int, int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findMeasurementByNumericalPrecision

public java.util.Collection findMeasurementByNumericalPrecision(int transform,
                                                                java.lang.String queryString,
                                                                int pageNumber,
                                                                int pageSize,
                                                                NumericalPrecision numericalPrecision)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByNumericalPrecision in interface MeasurementDao
Overrides:
findMeasurementByNumericalPrecision in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNumericalPrecision(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)

findMeasurementByPmfm

public java.util.Collection findMeasurementByPmfm(Pmfm pmfm)
Specified by:
findMeasurementByPmfm in interface MeasurementDao
Overrides:
findMeasurementByPmfm in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementByPmfm

public java.util.Collection findMeasurementByPmfm(int transform,
                                                  Pmfm pmfm)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByPmfm in interface MeasurementDao
Overrides:
findMeasurementByPmfm in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementByPmfm

public java.util.Collection findMeasurementByPmfm(java.lang.String queryString,
                                                  Pmfm pmfm)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByPmfm in interface MeasurementDao
Overrides:
findMeasurementByPmfm in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementByPmfm

public java.util.Collection findMeasurementByPmfm(int pageNumber,
                                                  int pageSize,
                                                  Pmfm pmfm)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByPmfm in interface MeasurementDao
Overrides:
findMeasurementByPmfm in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementByPmfm

public java.util.Collection findMeasurementByPmfm(java.lang.String queryString,
                                                  int pageNumber,
                                                  int pageSize,
                                                  Pmfm pmfm)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByPmfm in interface MeasurementDao
Overrides:
findMeasurementByPmfm in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementByPmfm

public java.util.Collection findMeasurementByPmfm(int transform,
                                                  java.lang.String queryString,
                                                  Pmfm pmfm)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByPmfm in interface MeasurementDao
Overrides:
findMeasurementByPmfm in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementByPmfm

public java.util.Collection findMeasurementByPmfm(int transform,
                                                  int pageNumber,
                                                  int pageSize,
                                                  Pmfm pmfm)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByPmfm in interface MeasurementDao
Overrides:
findMeasurementByPmfm in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementByPmfm

public java.util.Collection findMeasurementByPmfm(int transform,
                                                  java.lang.String queryString,
                                                  int pageNumber,
                                                  int pageSize,
                                                  Pmfm pmfm)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByPmfm in interface MeasurementDao
Overrides:
findMeasurementByPmfm in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findMeasurementByQualitativeValue

public java.util.Collection findMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
Specified by:
findMeasurementByQualitativeValue in interface MeasurementDao
Overrides:
findMeasurementByQualitativeValue in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findMeasurementByQualitativeValue

public java.util.Collection findMeasurementByQualitativeValue(int transform,
                                                              QualitativeValue qualitativeValue)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByQualitativeValue in interface MeasurementDao
Overrides:
findMeasurementByQualitativeValue in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findMeasurementByQualitativeValue

public java.util.Collection findMeasurementByQualitativeValue(java.lang.String queryString,
                                                              QualitativeValue qualitativeValue)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByQualitativeValue in interface MeasurementDao
Overrides:
findMeasurementByQualitativeValue in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findMeasurementByQualitativeValue

public java.util.Collection findMeasurementByQualitativeValue(int pageNumber,
                                                              int pageSize,
                                                              QualitativeValue qualitativeValue)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByQualitativeValue in interface MeasurementDao
Overrides:
findMeasurementByQualitativeValue in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findMeasurementByQualitativeValue

public java.util.Collection findMeasurementByQualitativeValue(java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              QualitativeValue qualitativeValue)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByQualitativeValue in interface MeasurementDao
Overrides:
findMeasurementByQualitativeValue in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findMeasurementByQualitativeValue

public java.util.Collection findMeasurementByQualitativeValue(int transform,
                                                              java.lang.String queryString,
                                                              QualitativeValue qualitativeValue)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByQualitativeValue in interface MeasurementDao
Overrides:
findMeasurementByQualitativeValue in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findMeasurementByQualitativeValue

public java.util.Collection findMeasurementByQualitativeValue(int transform,
                                                              int pageNumber,
                                                              int pageSize,
                                                              QualitativeValue qualitativeValue)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByQualitativeValue in interface MeasurementDao
Overrides:
findMeasurementByQualitativeValue in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findMeasurementByQualitativeValue

public java.util.Collection findMeasurementByQualitativeValue(int transform,
                                                              java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              QualitativeValue qualitativeValue)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByQualitativeValue in interface MeasurementDao
Overrides:
findMeasurementByQualitativeValue in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)

findMeasurementByAggregationLevel

public java.util.Collection findMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
Specified by:
findMeasurementByAggregationLevel in interface MeasurementDao
Overrides:
findMeasurementByAggregationLevel in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findMeasurementByAggregationLevel

public java.util.Collection findMeasurementByAggregationLevel(int transform,
                                                              AggregationLevel aggregationLevel)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByAggregationLevel in interface MeasurementDao
Overrides:
findMeasurementByAggregationLevel in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findMeasurementByAggregationLevel

public java.util.Collection findMeasurementByAggregationLevel(java.lang.String queryString,
                                                              AggregationLevel aggregationLevel)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByAggregationLevel in interface MeasurementDao
Overrides:
findMeasurementByAggregationLevel in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAggregationLevel(java.lang.String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findMeasurementByAggregationLevel

public java.util.Collection findMeasurementByAggregationLevel(int pageNumber,
                                                              int pageSize,
                                                              AggregationLevel aggregationLevel)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByAggregationLevel in interface MeasurementDao
Overrides:
findMeasurementByAggregationLevel in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findMeasurementByAggregationLevel

public java.util.Collection findMeasurementByAggregationLevel(java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              AggregationLevel aggregationLevel)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByAggregationLevel in interface MeasurementDao
Overrides:
findMeasurementByAggregationLevel in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findMeasurementByAggregationLevel

public java.util.Collection findMeasurementByAggregationLevel(int transform,
                                                              java.lang.String queryString,
                                                              AggregationLevel aggregationLevel)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByAggregationLevel in interface MeasurementDao
Overrides:
findMeasurementByAggregationLevel in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findMeasurementByAggregationLevel

public java.util.Collection findMeasurementByAggregationLevel(int transform,
                                                              int pageNumber,
                                                              int pageSize,
                                                              AggregationLevel aggregationLevel)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByAggregationLevel in interface MeasurementDao
Overrides:
findMeasurementByAggregationLevel in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findMeasurementByAggregationLevel

public java.util.Collection findMeasurementByAggregationLevel(int transform,
                                                              java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              AggregationLevel aggregationLevel)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByAggregationLevel in interface MeasurementDao
Overrides:
findMeasurementByAggregationLevel in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)

findMeasurementByNaturalId

public Measurement findMeasurementByNaturalId(java.lang.Integer id)
Specified by:
findMeasurementByNaturalId in interface MeasurementDao
Overrides:
findMeasurementByNaturalId in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNaturalId(java.lang.Integer)

findMeasurementByNaturalId

public java.lang.Object findMeasurementByNaturalId(int transform,
                                                   java.lang.Integer id)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByNaturalId in interface MeasurementDao
Overrides:
findMeasurementByNaturalId in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNaturalId(int, java.lang.Integer)

findMeasurementByNaturalId

public Measurement findMeasurementByNaturalId(java.lang.String queryString,
                                              java.lang.Integer id)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByNaturalId in interface MeasurementDao
Overrides:
findMeasurementByNaturalId in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNaturalId(java.lang.String, java.lang.Integer)

findMeasurementByNaturalId

public java.lang.Object findMeasurementByNaturalId(int transform,
                                                   java.lang.String queryString,
                                                   java.lang.Integer id)
Description copied from interface: MeasurementDao

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

Specified by:
findMeasurementByNaturalId in interface MeasurementDao
Overrides:
findMeasurementByNaturalId in class MeasurementDaoBase
See Also:
MeasurementDao.findMeasurementByNaturalId(int, java.lang.String, java.lang.Integer)

createFromClusterVesselUseMeasurement

public VesselUseMeasurement createFromClusterVesselUseMeasurement(ClusterVesselUseMeasurement clusterVesselUseMeasurement)
Specified by:
createFromClusterVesselUseMeasurement in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.createFromClusterVesselUseMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselUseMeasurement)

handleCreateFromClusterVesselUseMeasurement

protected abstract VesselUseMeasurement handleCreateFromClusterVesselUseMeasurement(ClusterVesselUseMeasurement clusterVesselUseMeasurement)
                                                                             throws java.lang.Exception
Performs the core logic for createFromClusterVesselUseMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselUseMeasurement)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object transformEntity(int transform,
                                           VesselUseMeasurement entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.data.measure.VesselUseMeasurementDao, please note that the MeasurementDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.

This method will return instances of these types:

If the integer argument value is unknown MeasurementDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in VesselUseMeasurementDao
entity - an entity that was found
Returns:
the transformed entity (i.e. new value object, etc)
See Also:
transformEntities(int,java.util.Collection)

transformEntities

protected void transformEntities(int transform,
                                 java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.measure.VesselUseMeasurement) method. This method does not instantiate a new collection.

This method is to be used internally only.

Overrides:
transformEntities in class MeasurementDaoBase
Parameters:
transform - one of the constants declared in fr.ifremer.allegro.data.measure.VesselUseMeasurementDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.data.measure.VesselUseMeasurement)

toEntity

protected VesselUseMeasurement toEntity(java.lang.Object[] row)
Overrides:
toEntity in class MeasurementDaoBase

toRemoteVesselUseMeasurementFullVOCollection

public final void toRemoteVesselUseMeasurementFullVOCollection(java.util.Collection entities)
Description copied from interface: VesselUseMeasurementDao
Converts this DAO's entity to a Collection of instances of type RemoteVesselUseMeasurementFullVO.

Specified by:
toRemoteVesselUseMeasurementFullVOCollection in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.toRemoteVesselUseMeasurementFullVOCollection(java.util.Collection)

toRemoteVesselUseMeasurementFullVOArray

public final RemoteVesselUseMeasurementFullVO[] toRemoteVesselUseMeasurementFullVOArray(java.util.Collection entities)
Description copied from interface: VesselUseMeasurementDao
Converts this DAO's entity to an array of instances of type RemoteVesselUseMeasurementFullVO.

Specified by:
toRemoteVesselUseMeasurementFullVOArray in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.toRemoteVesselUseMeasurementFullVOArray(java.util.Collection)

toRemoteVesselUseMeasurementFullVO

protected RemoteVesselUseMeasurementFullVO toRemoteVesselUseMeasurementFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the VesselUseMeasurementDaoImpl class if you intend to use reporting queries.

See Also:
VesselUseMeasurementDao.toRemoteVesselUseMeasurementFullVO(fr.ifremer.allegro.data.measure.VesselUseMeasurement)

remoteVesselUseMeasurementFullVOToEntityCollection

public final void remoteVesselUseMeasurementFullVOToEntityCollection(java.util.Collection instances)
Description copied from interface: VesselUseMeasurementDao
Converts a Collection of instances of type RemoteVesselUseMeasurementFullVO to this DAO's entity.

Specified by:
remoteVesselUseMeasurementFullVOToEntityCollection in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.remoteVesselUseMeasurementFullVOToEntityCollection(java.util.Collection)

toRemoteVesselUseMeasurementFullVO

public void toRemoteVesselUseMeasurementFullVO(VesselUseMeasurement source,
                                               RemoteVesselUseMeasurementFullVO target)
Description copied from interface: VesselUseMeasurementDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteVesselUseMeasurementFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemoteVesselUseMeasurementFullVO in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.toRemoteVesselUseMeasurementFullVO(fr.ifremer.allegro.data.measure.VesselUseMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementFullVO)

toRemoteVesselUseMeasurementFullVO

public RemoteVesselUseMeasurementFullVO toRemoteVesselUseMeasurementFullVO(VesselUseMeasurement entity)
Description copied from interface: VesselUseMeasurementDao
Converts this DAO's entity to an object of type RemoteVesselUseMeasurementFullVO.

Specified by:
toRemoteVesselUseMeasurementFullVO in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.toRemoteVesselUseMeasurementFullVO(fr.ifremer.allegro.data.measure.VesselUseMeasurement)

remoteVesselUseMeasurementFullVOToEntity

public void remoteVesselUseMeasurementFullVOToEntity(RemoteVesselUseMeasurementFullVO source,
                                                     VesselUseMeasurement target,
                                                     boolean copyIfNull)
Description copied from interface: VesselUseMeasurementDao
Copies the fields of RemoteVesselUseMeasurementFullVO to the specified entity.

Specified by:
remoteVesselUseMeasurementFullVOToEntity in interface VesselUseMeasurementDao
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.
See Also:
fr.ifremer.allegro.data.measure.VesselUseMeasurementDao#remoteVesselUseMeasurementFullVOToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementFullVO, fr.ifremer.allegro.data.measure.VesselUseMeasurement)

toRemoteVesselUseMeasurementNaturalIdCollection

public final void toRemoteVesselUseMeasurementNaturalIdCollection(java.util.Collection entities)
Description copied from interface: VesselUseMeasurementDao
Converts this DAO's entity to a Collection of instances of type RemoteVesselUseMeasurementNaturalId.

Specified by:
toRemoteVesselUseMeasurementNaturalIdCollection in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.toRemoteVesselUseMeasurementNaturalIdCollection(java.util.Collection)

toRemoteVesselUseMeasurementNaturalIdArray

public final RemoteVesselUseMeasurementNaturalId[] toRemoteVesselUseMeasurementNaturalIdArray(java.util.Collection entities)
Description copied from interface: VesselUseMeasurementDao
Converts this DAO's entity to an array of instances of type RemoteVesselUseMeasurementNaturalId.

Specified by:
toRemoteVesselUseMeasurementNaturalIdArray in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.toRemoteVesselUseMeasurementNaturalIdArray(java.util.Collection)

toRemoteVesselUseMeasurementNaturalId

protected RemoteVesselUseMeasurementNaturalId toRemoteVesselUseMeasurementNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the VesselUseMeasurementDaoImpl class if you intend to use reporting queries.

See Also:
VesselUseMeasurementDao.toRemoteVesselUseMeasurementNaturalId(fr.ifremer.allegro.data.measure.VesselUseMeasurement)

remoteVesselUseMeasurementNaturalIdToEntityCollection

public final void remoteVesselUseMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
Description copied from interface: VesselUseMeasurementDao
Converts a Collection of instances of type RemoteVesselUseMeasurementNaturalId to this DAO's entity.

Specified by:
remoteVesselUseMeasurementNaturalIdToEntityCollection in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.remoteVesselUseMeasurementNaturalIdToEntityCollection(java.util.Collection)

toRemoteVesselUseMeasurementNaturalId

public void toRemoteVesselUseMeasurementNaturalId(VesselUseMeasurement source,
                                                  RemoteVesselUseMeasurementNaturalId target)
Description copied from interface: VesselUseMeasurementDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteVesselUseMeasurementNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemoteVesselUseMeasurementNaturalId in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.toRemoteVesselUseMeasurementNaturalId(fr.ifremer.allegro.data.measure.VesselUseMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementNaturalId)

toRemoteVesselUseMeasurementNaturalId

public RemoteVesselUseMeasurementNaturalId toRemoteVesselUseMeasurementNaturalId(VesselUseMeasurement entity)
Description copied from interface: VesselUseMeasurementDao
Converts this DAO's entity to an object of type RemoteVesselUseMeasurementNaturalId.

Specified by:
toRemoteVesselUseMeasurementNaturalId in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.toRemoteVesselUseMeasurementNaturalId(fr.ifremer.allegro.data.measure.VesselUseMeasurement)

remoteVesselUseMeasurementNaturalIdToEntity

public void remoteVesselUseMeasurementNaturalIdToEntity(RemoteVesselUseMeasurementNaturalId source,
                                                        VesselUseMeasurement target,
                                                        boolean copyIfNull)
Description copied from interface: VesselUseMeasurementDao
Copies the fields of RemoteVesselUseMeasurementNaturalId to the specified entity.

Specified by:
remoteVesselUseMeasurementNaturalIdToEntity in interface VesselUseMeasurementDao
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.
See Also:
fr.ifremer.allegro.data.measure.VesselUseMeasurementDao#remoteVesselUseMeasurementNaturalIdToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementNaturalId, fr.ifremer.allegro.data.measure.VesselUseMeasurement)

toClusterVesselUseMeasurementCollection

public final void toClusterVesselUseMeasurementCollection(java.util.Collection entities)
Description copied from interface: VesselUseMeasurementDao
Converts this DAO's entity to a Collection of instances of type ClusterVesselUseMeasurement.

Specified by:
toClusterVesselUseMeasurementCollection in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.toClusterVesselUseMeasurementCollection(java.util.Collection)

toClusterVesselUseMeasurementArray

public final ClusterVesselUseMeasurement[] toClusterVesselUseMeasurementArray(java.util.Collection entities)
Description copied from interface: VesselUseMeasurementDao
Converts this DAO's entity to an array of instances of type ClusterVesselUseMeasurement.

Specified by:
toClusterVesselUseMeasurementArray in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.toClusterVesselUseMeasurementArray(java.util.Collection)

toClusterVesselUseMeasurement

protected ClusterVesselUseMeasurement toClusterVesselUseMeasurement(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the VesselUseMeasurementDaoImpl class if you intend to use reporting queries.

See Also:
VesselUseMeasurementDao.toClusterVesselUseMeasurement(fr.ifremer.allegro.data.measure.VesselUseMeasurement)

clusterVesselUseMeasurementToEntityCollection

public final void clusterVesselUseMeasurementToEntityCollection(java.util.Collection instances)
Description copied from interface: VesselUseMeasurementDao
Converts a Collection of instances of type ClusterVesselUseMeasurement to this DAO's entity.

Specified by:
clusterVesselUseMeasurementToEntityCollection in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.clusterVesselUseMeasurementToEntityCollection(java.util.Collection)

toClusterVesselUseMeasurement

public void toClusterVesselUseMeasurement(VesselUseMeasurement source,
                                          ClusterVesselUseMeasurement target)
Description copied from interface: VesselUseMeasurementDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterVesselUseMeasurement(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toClusterVesselUseMeasurement in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.toClusterVesselUseMeasurement(fr.ifremer.allegro.data.measure.VesselUseMeasurement, fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselUseMeasurement)

toClusterVesselUseMeasurement

public ClusterVesselUseMeasurement toClusterVesselUseMeasurement(VesselUseMeasurement entity)
Description copied from interface: VesselUseMeasurementDao
Converts this DAO's entity to an object of type ClusterVesselUseMeasurement.

Specified by:
toClusterVesselUseMeasurement in interface VesselUseMeasurementDao
See Also:
VesselUseMeasurementDao.toClusterVesselUseMeasurement(fr.ifremer.allegro.data.measure.VesselUseMeasurement)

clusterVesselUseMeasurementToEntity

public void clusterVesselUseMeasurementToEntity(ClusterVesselUseMeasurement source,
                                                VesselUseMeasurement target,
                                                boolean copyIfNull)
Description copied from interface: VesselUseMeasurementDao
Copies the fields of ClusterVesselUseMeasurement to the specified entity.

Specified by:
clusterVesselUseMeasurementToEntity in interface VesselUseMeasurementDao
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.
See Also:
fr.ifremer.allegro.data.measure.VesselUseMeasurementDao#clusterVesselUseMeasurementToEntity(fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselUseMeasurement, fr.ifremer.allegro.data.measure.VesselUseMeasurement)

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Overrides:
getPrincipal in class MeasurementDaoBase
Returns:
the current principal

search

public PaginationResult search(int transform,
                               int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: MeasurementDao
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
Specified by:
search in interface VesselUseMeasurementDao
Overrides:
search in class MeasurementDaoBase
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.
See Also:
VesselUseMeasurementDao.search(int, int, int, fr.ifremer.allegro.Search)

search

public PaginationResult search(int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: MeasurementDao
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
Specified by:
search in interface VesselUseMeasurementDao
Overrides:
search in class MeasurementDaoBase
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.
See Also:
VesselUseMeasurementDao.search(int, int, fr.ifremer.allegro.Search)

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: MeasurementDao
Does the same thing as MeasurementDao.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
Specified by:
search in interface VesselUseMeasurementDao
Overrides:
search in class MeasurementDaoBase
Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
VesselUseMeasurementDao.search(int, fr.ifremer.allegro.Search)

search

public java.util.Set search(Search search)
Description copied from interface: MeasurementDao
Performs a search using the parameters specified in the given search object.

Specified by:
search in interface MeasurementDao
Specified by:
search in interface VesselUseMeasurementDao
Overrides:
search in class MeasurementDaoBase
Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
VesselUseMeasurementDao.search(fr.ifremer.allegro.Search)


Copyright © 2008-2010 IFREMER. All Rights Reserved.