|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.data.measure.MeasurementDaoBase
fr.ifremer.allegro.data.measure.MeasurementDaoImpl
fr.ifremer.allegro.data.measure.VesselUseMeasurementDaoBase
public abstract class VesselUseMeasurementDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.measure.VesselUseMeasurement
.
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 |
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 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 |
Constructor Detail |
---|
public VesselUseMeasurementDaoBase()
Method Detail |
---|
public void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
vesselUseFeaturesDao
.
protected VesselUseFeaturesDao getVesselUseFeaturesDao()
vesselUseFeaturesDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
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.
load
in interface MeasurementDao
load
in interface VesselUseMeasurementDao
load
in class MeasurementDaoBase
id
- identifier of the entity to load
VesselUseMeasurementDao.load(int, java.lang.Integer)
public VesselUseMeasurement load(java.lang.Integer id)
MeasurementDao
load
in interface MeasurementDao
load
in interface VesselUseMeasurementDao
load
in class MeasurementDaoBase
VesselUseMeasurementDao.load(java.lang.Integer)
public java.util.Collection loadAll()
MeasurementDao
Measurement
.
loadAll
in interface MeasurementDao
loadAll
in interface VesselUseMeasurementDao
loadAll
in class MeasurementDaoBase
VesselUseMeasurementDao.loadAll()
public java.util.Collection loadAll(int transform)
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.
loadAll
in interface MeasurementDao
loadAll
in interface VesselUseMeasurementDao
loadAll
in class MeasurementDaoBase
transform
- the flag indicating what transformation to use.
VesselUseMeasurementDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
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.
loadAll
in interface MeasurementDao
loadAll
in interface VesselUseMeasurementDao
loadAll
in class MeasurementDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
VesselUseMeasurementDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
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.
loadAll
in interface MeasurementDao
loadAll
in interface VesselUseMeasurementDao
loadAll
in class MeasurementDaoBase
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.
VesselUseMeasurementDao.loadAll(int, int, int)
public VesselUseMeasurement create(VesselUseMeasurement vesselUseMeasurement)
VesselUseMeasurementDao
create
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.create(fr.ifremer.allegro.data.measure.VesselUseMeasurement)
public java.lang.Object create(int transform, VesselUseMeasurement vesselUseMeasurement)
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.
create
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.create(int transform, fr.ifremer.allegro.data.measure.VesselUseMeasurement)
public java.util.Collection create(java.util.Collection entities)
VesselUseMeasurementDao
entities
collection
create
in interface VesselUseMeasurementDao
entities
- the collection of fr.ifremer.allegro.data.measure.VesselUseMeasurement
instances to create.
VesselUseMeasurementDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
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.
create
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.create(int, java.util.Collection)
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)
VesselUseMeasurementDao
Creates a new fr.ifremer.allegro.data.measure.VesselUseMeasurement
instance from all attributes and
properties and adds it to the persistent store.
create
in interface VesselUseMeasurementDao
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)
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)
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.
create
in interface VesselUseMeasurementDao
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)
public VesselUseMeasurement create(Pmfm pmfm, QualityFlag qualityFlag, VesselUseFeatures vesselUseFeatures)
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.
create
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.lang.Object create(int transform, Pmfm pmfm, QualityFlag qualityFlag, VesselUseFeatures vesselUseFeatures)
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.
create
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.create(int, fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public void update(VesselUseMeasurement vesselUseMeasurement)
VesselUseMeasurementDao
vesselUseMeasurement
instance in the persistent store.
update
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.update(fr.ifremer.allegro.data.measure.VesselUseMeasurement)
public void update(java.util.Collection entities)
MeasurementDao
entities
collection in the persistent store.
update
in interface MeasurementDao
update
in interface VesselUseMeasurementDao
update
in class MeasurementDaoBase
MeasurementDao.update(java.util.Collection)
public void remove(VesselUseMeasurement vesselUseMeasurement)
VesselUseMeasurementDao
remove
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.remove(fr.ifremer.allegro.data.measure.VesselUseMeasurement)
public void remove(java.lang.Integer id)
MeasurementDao
identifier
from the persistent store.
remove
in interface MeasurementDao
remove
in interface VesselUseMeasurementDao
remove
in class MeasurementDaoBase
VesselUseMeasurementDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
MeasurementDao
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)
public java.util.Collection getAllVesselUseMeasurement()
getAllVesselUseMeasurement
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.getAllVesselUseMeasurement()
public java.util.Collection getAllVesselUseMeasurement(int transform)
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.
getAllVesselUseMeasurement
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.getAllVesselUseMeasurement(int)
public java.util.Collection getAllVesselUseMeasurement(java.lang.String queryString)
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()
.
getAllVesselUseMeasurement
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.getAllVesselUseMeasurement(java.lang.String)
public java.util.Collection getAllVesselUseMeasurement(int pageNumber, int pageSize)
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.
getAllVesselUseMeasurement
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.getAllVesselUseMeasurement(int, int)
public java.util.Collection getAllVesselUseMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
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.
getAllVesselUseMeasurement
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.getAllVesselUseMeasurement(String, int, int)
public java.util.Collection getAllVesselUseMeasurement(int transform, java.lang.String queryString)
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)
.
getAllVesselUseMeasurement
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.getAllVesselUseMeasurement(int, String)
public java.util.Collection getAllVesselUseMeasurement(int transform, int pageNumber, int pageSize)
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.
getAllVesselUseMeasurement
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.getAllVesselUseMeasurement(int, int, int)
public java.util.Collection getAllVesselUseMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
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.
getAllVesselUseMeasurement
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.getAllVesselUseMeasurement(int, java.lang.String, int, int)
public VesselUseMeasurement findVesselUseMeasurementById(java.lang.Integer id)
findVesselUseMeasurementById
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementById(java.lang.Integer)
public java.lang.Object findVesselUseMeasurementById(int transform, java.lang.Integer id)
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.
findVesselUseMeasurementById
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementById(int, java.lang.Integer)
public VesselUseMeasurement findVesselUseMeasurementById(java.lang.String queryString, java.lang.Integer id)
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)
.
findVesselUseMeasurementById
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementById(java.lang.String, java.lang.Integer)
public java.lang.Object findVesselUseMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
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)
.
findVesselUseMeasurementById
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findVesselUseMeasurementByVesselUseFeatures(VesselUseFeatures vesselUseFeatures)
findVesselUseMeasurementByVesselUseFeatures
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findVesselUseMeasurementByVesselUseFeatures(int transform, VesselUseFeatures vesselUseFeatures)
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.
findVesselUseMeasurementByVesselUseFeatures
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findVesselUseMeasurementByVesselUseFeatures(java.lang.String queryString, VesselUseFeatures vesselUseFeatures)
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)
.
findVesselUseMeasurementByVesselUseFeatures
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(java.lang.String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findVesselUseMeasurementByVesselUseFeatures(int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
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.
findVesselUseMeasurementByVesselUseFeatures
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(int, int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findVesselUseMeasurementByVesselUseFeatures(java.lang.String queryString, int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
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.
findVesselUseMeasurementByVesselUseFeatures
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(String, int, int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findVesselUseMeasurementByVesselUseFeatures(int transform, java.lang.String queryString, VesselUseFeatures vesselUseFeatures)
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)
.
findVesselUseMeasurementByVesselUseFeatures
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findVesselUseMeasurementByVesselUseFeatures(int transform, int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
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.
findVesselUseMeasurementByVesselUseFeatures
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(int, int, int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findVesselUseMeasurementByVesselUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
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.
findVesselUseMeasurementByVesselUseFeatures
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByVesselUseFeatures(int, java.lang.String, int, int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findVesselUseMeasurementByDepartment(Department department)
findVesselUseMeasurementByDepartment
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselUseMeasurementByDepartment(int transform, Department department)
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.
findVesselUseMeasurementByDepartment
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselUseMeasurementByDepartment(java.lang.String queryString, Department department)
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)
.
findVesselUseMeasurementByDepartment
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselUseMeasurementByDepartment(int pageNumber, int pageSize, Department department)
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.
findVesselUseMeasurementByDepartment
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselUseMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
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.
findVesselUseMeasurementByDepartment
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselUseMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
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)
.
findVesselUseMeasurementByDepartment
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselUseMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
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.
findVesselUseMeasurementByDepartment
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselUseMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
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.
findVesselUseMeasurementByDepartment
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselUseMeasurementByPrecisionType(PrecisionType precisionType)
findVesselUseMeasurementByPrecisionType
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselUseMeasurementByPrecisionType(int transform, PrecisionType precisionType)
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.
findVesselUseMeasurementByPrecisionType
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselUseMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
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)
.
findVesselUseMeasurementByPrecisionType
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(java.lang.String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselUseMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
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.
findVesselUseMeasurementByPrecisionType
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselUseMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
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.
findVesselUseMeasurementByPrecisionType
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselUseMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
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)
.
findVesselUseMeasurementByPrecisionType
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselUseMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
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.
findVesselUseMeasurementByPrecisionType
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselUseMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
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.
findVesselUseMeasurementByPrecisionType
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselUseMeasurementByQualityFlag(QualityFlag qualityFlag)
findVesselUseMeasurementByQualityFlag
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselUseMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
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.
findVesselUseMeasurementByQualityFlag
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselUseMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
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)
.
findVesselUseMeasurementByQualityFlag
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselUseMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findVesselUseMeasurementByQualityFlag
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselUseMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findVesselUseMeasurementByQualityFlag
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselUseMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
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)
.
findVesselUseMeasurementByQualityFlag
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselUseMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findVesselUseMeasurementByQualityFlag
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselUseMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findVesselUseMeasurementByQualityFlag
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselUseMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
findVesselUseMeasurementByAnalysisInstrument
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselUseMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
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.
findVesselUseMeasurementByAnalysisInstrument
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselUseMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
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)
.
findVesselUseMeasurementByAnalysisInstrument
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselUseMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
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.
findVesselUseMeasurementByAnalysisInstrument
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselUseMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
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.
findVesselUseMeasurementByAnalysisInstrument
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselUseMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
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)
.
findVesselUseMeasurementByAnalysisInstrument
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselUseMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
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.
findVesselUseMeasurementByAnalysisInstrument
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselUseMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
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.
findVesselUseMeasurementByAnalysisInstrument
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselUseMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
findVesselUseMeasurementByNumericalPrecision
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselUseMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
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.
findVesselUseMeasurementByNumericalPrecision
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselUseMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
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)
.
findVesselUseMeasurementByNumericalPrecision
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(java.lang.String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselUseMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
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.
findVesselUseMeasurementByNumericalPrecision
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselUseMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
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.
findVesselUseMeasurementByNumericalPrecision
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselUseMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
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)
.
findVesselUseMeasurementByNumericalPrecision
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselUseMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
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.
findVesselUseMeasurementByNumericalPrecision
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(int, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselUseMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
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.
findVesselUseMeasurementByNumericalPrecision
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByNumericalPrecision(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselUseMeasurementByPmfm(Pmfm pmfm)
findVesselUseMeasurementByPmfm
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselUseMeasurementByPmfm(int transform, Pmfm pmfm)
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.
findVesselUseMeasurementByPmfm
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselUseMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
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)
.
findVesselUseMeasurementByPmfm
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselUseMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
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.
findVesselUseMeasurementByPmfm
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselUseMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
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.
findVesselUseMeasurementByPmfm
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselUseMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
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)
.
findVesselUseMeasurementByPmfm
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselUseMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
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.
findVesselUseMeasurementByPmfm
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselUseMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
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.
findVesselUseMeasurementByPmfm
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselUseMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
findVesselUseMeasurementByQualitativeValue
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselUseMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
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.
findVesselUseMeasurementByQualitativeValue
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselUseMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
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)
.
findVesselUseMeasurementByQualitativeValue
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselUseMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
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.
findVesselUseMeasurementByQualitativeValue
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselUseMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
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.
findVesselUseMeasurementByQualitativeValue
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselUseMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
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)
.
findVesselUseMeasurementByQualitativeValue
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselUseMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
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.
findVesselUseMeasurementByQualitativeValue
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselUseMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
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.
findVesselUseMeasurementByQualitativeValue
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselUseMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
findVesselUseMeasurementByAggregationLevel
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselUseMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
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.
findVesselUseMeasurementByAggregationLevel
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselUseMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
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)
.
findVesselUseMeasurementByAggregationLevel
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(java.lang.String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselUseMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
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.
findVesselUseMeasurementByAggregationLevel
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselUseMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
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.
findVesselUseMeasurementByAggregationLevel
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselUseMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
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)
.
findVesselUseMeasurementByAggregationLevel
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselUseMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
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.
findVesselUseMeasurementByAggregationLevel
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselUseMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
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.
findVesselUseMeasurementByAggregationLevel
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public VesselUseMeasurement findVesselUseMeasurementByNaturalId(java.lang.Integer id)
findVesselUseMeasurementByNaturalId
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByNaturalId(java.lang.Integer)
public java.lang.Object findVesselUseMeasurementByNaturalId(int transform, java.lang.Integer id)
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.
findVesselUseMeasurementByNaturalId
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByNaturalId(int, java.lang.Integer)
public VesselUseMeasurement findVesselUseMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
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)
.
findVesselUseMeasurementByNaturalId
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findVesselUseMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
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)
.
findVesselUseMeasurementByNaturalId
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.findVesselUseMeasurementByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllMeasurement()
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement()
public java.util.Collection getAllMeasurement(int transform)
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.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(int)
public java.util.Collection getAllMeasurement(java.lang.String queryString)
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()
.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(java.lang.String)
public java.util.Collection getAllMeasurement(int pageNumber, int pageSize)
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.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(int, int)
public java.util.Collection getAllMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
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.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(String, int, int)
public java.util.Collection getAllMeasurement(int transform, java.lang.String queryString)
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)
.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(int, String)
public java.util.Collection getAllMeasurement(int transform, int pageNumber, int pageSize)
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.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(int, int, int)
public java.util.Collection getAllMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
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.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(int, java.lang.String, int, int)
public Measurement findMeasurementById(java.lang.Integer id)
findMeasurementById
in interface MeasurementDao
findMeasurementById
in class MeasurementDaoBase
MeasurementDao.findMeasurementById(java.lang.Integer)
public java.lang.Object findMeasurementById(int transform, java.lang.Integer id)
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.
findMeasurementById
in interface MeasurementDao
findMeasurementById
in class MeasurementDaoBase
MeasurementDao.findMeasurementById(int, java.lang.Integer)
public Measurement findMeasurementById(java.lang.String queryString, java.lang.Integer id)
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)
.
findMeasurementById
in interface MeasurementDao
findMeasurementById
in class MeasurementDaoBase
MeasurementDao.findMeasurementById(java.lang.String, java.lang.Integer)
public java.lang.Object findMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
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)
.
findMeasurementById
in interface MeasurementDao
findMeasurementById
in class MeasurementDaoBase
MeasurementDao.findMeasurementById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findMeasurementByDepartment(Department department)
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(int transform, Department department)
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.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(java.lang.String queryString, Department department)
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)
.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
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.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
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.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
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)
.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
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.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
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.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByPrecisionType(PrecisionType precisionType)
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(int transform, PrecisionType precisionType)
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.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
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)
.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(java.lang.String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
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.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
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.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
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)
.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
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.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
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.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByQualityFlag(QualityFlag qualityFlag)
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
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.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
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)
.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
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)
.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
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.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
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.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
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)
.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
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.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
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.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
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)
.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
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.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
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.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
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.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
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)
.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(java.lang.String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
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.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
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.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
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)
.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
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.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(int, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
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.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByPmfm(Pmfm pmfm)
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(int transform, Pmfm pmfm)
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.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
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)
.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
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.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
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.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
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)
.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
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.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
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.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
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.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
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)
.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
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.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
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.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
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)
.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
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.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
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.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
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.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
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)
.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(java.lang.String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
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.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
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.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
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)
.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
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.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
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.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public Measurement findMeasurementByNaturalId(java.lang.Integer id)
findMeasurementByNaturalId
in interface MeasurementDao
findMeasurementByNaturalId
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNaturalId(java.lang.Integer)
public java.lang.Object findMeasurementByNaturalId(int transform, java.lang.Integer id)
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.
findMeasurementByNaturalId
in interface MeasurementDao
findMeasurementByNaturalId
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNaturalId(int, java.lang.Integer)
public Measurement findMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
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)
.
findMeasurementByNaturalId
in interface MeasurementDao
findMeasurementByNaturalId
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
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)
.
findMeasurementByNaturalId
in interface MeasurementDao
findMeasurementByNaturalId
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNaturalId(int, java.lang.String, java.lang.Integer)
public VesselUseMeasurement createFromClusterVesselUseMeasurement(ClusterVesselUseMeasurement clusterVesselUseMeasurement)
createFromClusterVesselUseMeasurement
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.createFromClusterVesselUseMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselUseMeasurement)
protected abstract VesselUseMeasurement handleCreateFromClusterVesselUseMeasurement(ClusterVesselUseMeasurement clusterVesselUseMeasurement) throws java.lang.Exception
createFromClusterVesselUseMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselUseMeasurement)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, VesselUseMeasurement entity)
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:
VesselUseMeasurement
- MeasurementDao.TRANSFORM_NONE
RemoteVesselUseMeasurementFullVO
- TRANSFORM_REMOTEVESSELUSEMEASUREMENTFULLVO
RemoteVesselUseMeasurementNaturalId
- TRANSFORM_REMOTEVESSELUSEMEASUREMENTNATURALID
ClusterVesselUseMeasurement
- TRANSFORM_CLUSTERVESSELUSEMEASUREMENT
MeasurementDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in VesselUseMeasurementDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
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.
transformEntities
in class MeasurementDaoBase
transform
- one of the constants declared in fr.ifremer.allegro.data.measure.VesselUseMeasurementDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.measure.VesselUseMeasurement)
protected VesselUseMeasurement toEntity(java.lang.Object[] row)
toEntity
in class MeasurementDaoBase
public final void toRemoteVesselUseMeasurementFullVOCollection(java.util.Collection entities)
VesselUseMeasurementDao
RemoteVesselUseMeasurementFullVO
.
toRemoteVesselUseMeasurementFullVOCollection
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.toRemoteVesselUseMeasurementFullVOCollection(java.util.Collection)
public final RemoteVesselUseMeasurementFullVO[] toRemoteVesselUseMeasurementFullVOArray(java.util.Collection entities)
VesselUseMeasurementDao
RemoteVesselUseMeasurementFullVO
.
toRemoteVesselUseMeasurementFullVOArray
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.toRemoteVesselUseMeasurementFullVOArray(java.util.Collection)
protected RemoteVesselUseMeasurementFullVO toRemoteVesselUseMeasurementFullVO(java.lang.Object[] row)
VesselUseMeasurementDaoImpl
class if you intend to use reporting queries.
VesselUseMeasurementDao.toRemoteVesselUseMeasurementFullVO(fr.ifremer.allegro.data.measure.VesselUseMeasurement)
public final void remoteVesselUseMeasurementFullVOToEntityCollection(java.util.Collection instances)
VesselUseMeasurementDao
RemoteVesselUseMeasurementFullVO
to this
DAO's entity.
remoteVesselUseMeasurementFullVOToEntityCollection
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.remoteVesselUseMeasurementFullVOToEntityCollection(java.util.Collection)
public void toRemoteVesselUseMeasurementFullVO(VesselUseMeasurement source, RemoteVesselUseMeasurementFullVO target)
VesselUseMeasurementDao
toRemoteVesselUseMeasurementFullVO
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.toRemoteVesselUseMeasurementFullVO(fr.ifremer.allegro.data.measure.VesselUseMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementFullVO)
public RemoteVesselUseMeasurementFullVO toRemoteVesselUseMeasurementFullVO(VesselUseMeasurement entity)
VesselUseMeasurementDao
RemoteVesselUseMeasurementFullVO
.
toRemoteVesselUseMeasurementFullVO
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.toRemoteVesselUseMeasurementFullVO(fr.ifremer.allegro.data.measure.VesselUseMeasurement)
public void remoteVesselUseMeasurementFullVOToEntity(RemoteVesselUseMeasurementFullVO source, VesselUseMeasurement target, boolean copyIfNull)
VesselUseMeasurementDao
RemoteVesselUseMeasurementFullVO
to the specified entity.
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.fr.ifremer.allegro.data.measure.VesselUseMeasurementDao#remoteVesselUseMeasurementFullVOToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementFullVO, fr.ifremer.allegro.data.measure.VesselUseMeasurement)
public final void toRemoteVesselUseMeasurementNaturalIdCollection(java.util.Collection entities)
VesselUseMeasurementDao
RemoteVesselUseMeasurementNaturalId
.
toRemoteVesselUseMeasurementNaturalIdCollection
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.toRemoteVesselUseMeasurementNaturalIdCollection(java.util.Collection)
public final RemoteVesselUseMeasurementNaturalId[] toRemoteVesselUseMeasurementNaturalIdArray(java.util.Collection entities)
VesselUseMeasurementDao
RemoteVesselUseMeasurementNaturalId
.
toRemoteVesselUseMeasurementNaturalIdArray
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.toRemoteVesselUseMeasurementNaturalIdArray(java.util.Collection)
protected RemoteVesselUseMeasurementNaturalId toRemoteVesselUseMeasurementNaturalId(java.lang.Object[] row)
VesselUseMeasurementDaoImpl
class if you intend to use reporting queries.
VesselUseMeasurementDao.toRemoteVesselUseMeasurementNaturalId(fr.ifremer.allegro.data.measure.VesselUseMeasurement)
public final void remoteVesselUseMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
VesselUseMeasurementDao
RemoteVesselUseMeasurementNaturalId
to this
DAO's entity.
remoteVesselUseMeasurementNaturalIdToEntityCollection
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.remoteVesselUseMeasurementNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteVesselUseMeasurementNaturalId(VesselUseMeasurement source, RemoteVesselUseMeasurementNaturalId target)
VesselUseMeasurementDao
toRemoteVesselUseMeasurementNaturalId
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.toRemoteVesselUseMeasurementNaturalId(fr.ifremer.allegro.data.measure.VesselUseMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementNaturalId)
public RemoteVesselUseMeasurementNaturalId toRemoteVesselUseMeasurementNaturalId(VesselUseMeasurement entity)
VesselUseMeasurementDao
RemoteVesselUseMeasurementNaturalId
.
toRemoteVesselUseMeasurementNaturalId
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.toRemoteVesselUseMeasurementNaturalId(fr.ifremer.allegro.data.measure.VesselUseMeasurement)
public void remoteVesselUseMeasurementNaturalIdToEntity(RemoteVesselUseMeasurementNaturalId source, VesselUseMeasurement target, boolean copyIfNull)
VesselUseMeasurementDao
RemoteVesselUseMeasurementNaturalId
to the specified entity.
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.fr.ifremer.allegro.data.measure.VesselUseMeasurementDao#remoteVesselUseMeasurementNaturalIdToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementNaturalId, fr.ifremer.allegro.data.measure.VesselUseMeasurement)
public final void toClusterVesselUseMeasurementCollection(java.util.Collection entities)
VesselUseMeasurementDao
ClusterVesselUseMeasurement
.
toClusterVesselUseMeasurementCollection
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.toClusterVesselUseMeasurementCollection(java.util.Collection)
public final ClusterVesselUseMeasurement[] toClusterVesselUseMeasurementArray(java.util.Collection entities)
VesselUseMeasurementDao
ClusterVesselUseMeasurement
.
toClusterVesselUseMeasurementArray
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.toClusterVesselUseMeasurementArray(java.util.Collection)
protected ClusterVesselUseMeasurement toClusterVesselUseMeasurement(java.lang.Object[] row)
VesselUseMeasurementDaoImpl
class if you intend to use reporting queries.
VesselUseMeasurementDao.toClusterVesselUseMeasurement(fr.ifremer.allegro.data.measure.VesselUseMeasurement)
public final void clusterVesselUseMeasurementToEntityCollection(java.util.Collection instances)
VesselUseMeasurementDao
ClusterVesselUseMeasurement
to this
DAO's entity.
clusterVesselUseMeasurementToEntityCollection
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.clusterVesselUseMeasurementToEntityCollection(java.util.Collection)
public void toClusterVesselUseMeasurement(VesselUseMeasurement source, ClusterVesselUseMeasurement target)
VesselUseMeasurementDao
toClusterVesselUseMeasurement
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.toClusterVesselUseMeasurement(fr.ifremer.allegro.data.measure.VesselUseMeasurement, fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselUseMeasurement)
public ClusterVesselUseMeasurement toClusterVesselUseMeasurement(VesselUseMeasurement entity)
VesselUseMeasurementDao
ClusterVesselUseMeasurement
.
toClusterVesselUseMeasurement
in interface VesselUseMeasurementDao
VesselUseMeasurementDao.toClusterVesselUseMeasurement(fr.ifremer.allegro.data.measure.VesselUseMeasurement)
public void clusterVesselUseMeasurementToEntity(ClusterVesselUseMeasurement source, VesselUseMeasurement target, boolean copyIfNull)
VesselUseMeasurementDao
ClusterVesselUseMeasurement
to the specified entity.
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.fr.ifremer.allegro.data.measure.VesselUseMeasurementDao#clusterVesselUseMeasurementToEntity(fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselUseMeasurement, fr.ifremer.allegro.data.measure.VesselUseMeasurement)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
getPrincipal
in class MeasurementDaoBase
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
MeasurementDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface MeasurementDao
search
in interface VesselUseMeasurementDao
search
in class MeasurementDaoBase
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.VesselUseMeasurementDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
MeasurementDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface MeasurementDao
search
in interface VesselUseMeasurementDao
search
in class MeasurementDaoBase
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.VesselUseMeasurementDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
MeasurementDao
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.
search
in interface MeasurementDao
search
in interface VesselUseMeasurementDao
search
in class MeasurementDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
VesselUseMeasurementDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
MeasurementDao
search
object.
search
in interface MeasurementDao
search
in interface VesselUseMeasurementDao
search
in class MeasurementDaoBase
search
- the search object which provides the search parameters and pagination specification.
VesselUseMeasurementDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |