|
||||||||||
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.QuantificationMeasurementDaoBase
public abstract class QuantificationMeasurementDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.measure.QuantificationMeasurement
.
QuantificationMeasurement
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.measure.QuantificationMeasurementDao |
---|
TRANSFORM_CLUSTERQUANTIFICATIONMEASUREMENT, TRANSFORM_REMOTEQUANTIFICATIONMEASUREMENTFULLVO, TRANSFORM_REMOTEQUANTIFICATIONMEASUREMENTNATURALID |
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao |
---|
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID |
Constructor Summary | |
---|---|
QuantificationMeasurementDaoBase()
|
Method Summary | |
---|---|
void |
clusterQuantificationMeasurementToEntity(ClusterQuantificationMeasurement source,
QuantificationMeasurement target,
boolean copyIfNull)
Copies the fields of ClusterQuantificationMeasurement to the specified entity. |
void |
clusterQuantificationMeasurementToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterQuantificationMeasurement to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.measure.QuantificationMeasurement and adds from the passed in entities collection |
QuantificationMeasurement |
create(java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
java.lang.Short subgroupNumber,
java.lang.Boolean isReferenceQuantification,
Batch batch,
Produce produce)
Creates a new fr.ifremer.allegro.data.measure.QuantificationMeasurement
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 QuantificationMeasurementDao.create(fr.ifremer.allegro.data.measure.QuantificationMeasurement) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
java.lang.Short subgroupNumber,
java.lang.Boolean isReferenceQuantification,
Batch batch,
Produce produce)
Does the same thing as QuantificationMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.lang.Short,java.lang.Boolean,fr.ifremer.allegro.data.batch.Batch,fr.ifremer.allegro.data.produce.Produce) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Pmfm pmfm,
QualityFlag qualityFlag)
Does the same thing as QuantificationMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
QuantificationMeasurement quantificationMeasurement)
Does the same thing as QuantificationMeasurementDao.create(fr.ifremer.allegro.data.measure.QuantificationMeasurement) with an
additional flag called transform . |
QuantificationMeasurement |
create(Pmfm pmfm,
QualityFlag qualityFlag)
Creates a new fr.ifremer.allegro.data.measure.QuantificationMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
QuantificationMeasurement |
create(QuantificationMeasurement quantificationMeasurement)
Creates an instance of fr.ifremer.allegro.data.measure.QuantificationMeasurement and adds it to the persistent store. |
QuantificationMeasurement |
createFromClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
|
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 |
findQuantificationMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
|
java.util.Collection |
findQuantificationMeasurementByAggregationLevel(int transform,
AggregationLevel aggregationLevel)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional flag called transform . |
java.util.Collection |
findQuantificationMeasurementByAggregationLevel(int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByAggregationLevel(int transform,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByAggregationLevel(java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByAggregationLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
|
java.util.Collection |
findQuantificationMeasurementByAnalysisInstrument(int transform,
AnalysisInstrument analysisInstrument)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional flag called transform . |
java.util.Collection |
findQuantificationMeasurementByAnalysisInstrument(int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByAnalysisInstrument(int transform,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByAnalysisInstrument(java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByAnalysisInstrument(java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByBatch(Batch batch)
|
java.util.Collection |
findQuantificationMeasurementByBatch(int transform,
Batch batch)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(fr.ifremer.allegro.data.batch.Batch) with an
additional flag called transform . |
java.util.Collection |
findQuantificationMeasurementByBatch(int pageNumber,
int pageSize,
Batch batch)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(fr.ifremer.allegro.data.batch.Batch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByBatch(int transform,
int pageNumber,
int pageSize,
Batch batch)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int, fr.ifremer.allegro.data.batch.Batch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByBatch(int transform,
java.lang.String queryString,
Batch batch)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int, fr.ifremer.allegro.data.batch.Batch) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByBatch(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Batch batch)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int, String, fr.ifremer.allegro.data.batch.Batch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByBatch(java.lang.String queryString,
Batch batch)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(fr.ifremer.allegro.data.batch.Batch) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByBatch(java.lang.String queryString,
int pageNumber,
int pageSize,
Batch batch)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(String, fr.ifremer.allegro.data.batch.Batch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByDepartment(Department department)
|
java.util.Collection |
findQuantificationMeasurementByDepartment(int transform,
Department department)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findQuantificationMeasurementByDepartment(int pageNumber,
int pageSize,
Department department)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByDepartment(int transform,
int pageNumber,
int pageSize,
Department department)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByDepartment(int transform,
java.lang.String queryString,
Department department)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByDepartment(java.lang.String queryString,
Department department)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
QuantificationMeasurement |
findQuantificationMeasurementById(java.lang.Integer id)
|
java.lang.Object |
findQuantificationMeasurementById(int transform,
java.lang.Integer id)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findQuantificationMeasurementById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementById(int, java.lang.Integer) with an
additional argument called queryString . |
QuantificationMeasurement |
findQuantificationMeasurementById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementById(java.lang.Integer) with an
additional argument called queryString . |
QuantificationMeasurement |
findQuantificationMeasurementByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findQuantificationMeasurementByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findQuantificationMeasurementByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
QuantificationMeasurement |
findQuantificationMeasurementByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByNumericalPrecision(int transform,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByNumericalPrecision(int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByNumericalPrecision(int transform,
NumericalPrecision numericalPrecision)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional flag called transform . |
java.util.Collection |
findQuantificationMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
|
java.util.Collection |
findQuantificationMeasurementByNumericalPrecision(java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByNumericalPrecision(java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByPmfm(int transform,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByPmfm(int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByPmfm(int transform,
Pmfm pmfm)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.util.Collection |
findQuantificationMeasurementByPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByPmfm(int transform,
java.lang.String queryString,
Pmfm pmfm)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByPmfm(Pmfm pmfm)
|
java.util.Collection |
findQuantificationMeasurementByPmfm(java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByPmfm(java.lang.String queryString,
Pmfm pmfm)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByPrecisionType(int transform,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByPrecisionType(int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByPrecisionType(int transform,
PrecisionType precisionType)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional flag called transform . |
java.util.Collection |
findQuantificationMeasurementByPrecisionType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByPrecisionType(int transform,
java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByPrecisionType(PrecisionType precisionType)
|
java.util.Collection |
findQuantificationMeasurementByPrecisionType(java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByPrecisionType(java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByProduce(int transform,
int pageNumber,
int pageSize,
Produce produce)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByProduce(int pageNumber,
int pageSize,
Produce produce)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByProduce(int transform,
Produce produce)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce) with an
additional flag called transform . |
java.util.Collection |
findQuantificationMeasurementByProduce(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Produce produce)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByProduce(int, String, fr.ifremer.allegro.data.produce.Produce) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByProduce(int transform,
java.lang.String queryString,
Produce produce)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByProduce(Produce produce)
|
java.util.Collection |
findQuantificationMeasurementByProduce(java.lang.String queryString,
int pageNumber,
int pageSize,
Produce produce)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByProduce(String, fr.ifremer.allegro.data.produce.Produce) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByProduce(java.lang.String queryString,
Produce produce)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByQualitativeValue(int transform,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByQualitativeValue(int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByQualitativeValue(int transform,
QualitativeValue qualitativeValue)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findQuantificationMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
|
java.util.Collection |
findQuantificationMeasurementByQualitativeValue(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByQualitativeValue(java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findQuantificationMeasurementByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findQuantificationMeasurementByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findQuantificationMeasurementByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findQuantificationMeasurementByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
ClusterQuantificationMeasurement[] |
getAllClusterQuantificationMeasurement(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
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 |
getAllQuantificationMeasurement()
|
java.util.Collection |
getAllQuantificationMeasurement(int transform)
Does the same thing as QuantificationMeasurementDao.getAllQuantificationMeasurement() with an
additional flag called transform . |
java.util.Collection |
getAllQuantificationMeasurement(int pageNumber,
int pageSize)
Does the same thing as QuantificationMeasurementDao.getAllQuantificationMeasurement() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllQuantificationMeasurement(int transform,
int pageNumber,
int pageSize)
Does the same thing as QuantificationMeasurementDao.getAllQuantificationMeasurement(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllQuantificationMeasurement(int transform,
java.lang.String queryString)
Does the same thing as QuantificationMeasurementDao.getAllQuantificationMeasurement(int) with an
additional argument called queryString . |
java.util.Collection |
getAllQuantificationMeasurement(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as QuantificationMeasurementDao.getAllQuantificationMeasurement(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllQuantificationMeasurement(java.lang.String queryString)
Does the same thing as QuantificationMeasurementDao.getAllQuantificationMeasurement() with an
additional argument called queryString . |
java.util.Collection |
getAllQuantificationMeasurement(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as QuantificationMeasurementDao.getAllQuantificationMeasurement(String) with an
additional two arguments called pageNumber and pageSize . |
protected BatchDao |
getBatchDao()
Gets the reference to batchDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected ProduceDao |
getProduceDao()
Gets the reference to produceDao . |
protected abstract QuantificationMeasurement |
handleCreateFromClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
Performs the core logic for createFromClusterQuantificationMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterQuantificationMeasurement) |
protected abstract ClusterQuantificationMeasurement[] |
handleGetAllClusterQuantificationMeasurement(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterQuantificationMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
QuantificationMeasurement |
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 |
remoteQuantificationMeasurementFullVOToEntity(RemoteQuantificationMeasurementFullVO source,
QuantificationMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteQuantificationMeasurementFullVO to the specified entity. |
void |
remoteQuantificationMeasurementFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteQuantificationMeasurementFullVO to this
DAO's entity. |
void |
remoteQuantificationMeasurementNaturalIdToEntity(RemoteQuantificationMeasurementNaturalId source,
QuantificationMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteQuantificationMeasurementNaturalId to the specified entity. |
void |
remoteQuantificationMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteQuantificationMeasurementNaturalId 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(QuantificationMeasurement quantificationMeasurement)
Removes the instance of fr.ifremer.allegro.data.measure.QuantificationMeasurement 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 |
setBatchDao(BatchDao batchDao)
Sets the reference to batchDao . |
void |
setProduceDao(ProduceDao produceDao)
Sets the reference to produceDao . |
protected ClusterQuantificationMeasurement |
toClusterQuantificationMeasurement(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterQuantificationMeasurement |
toClusterQuantificationMeasurement(QuantificationMeasurement entity)
Converts this DAO's entity to an object of type ClusterQuantificationMeasurement . |
void |
toClusterQuantificationMeasurement(QuantificationMeasurement source,
ClusterQuantificationMeasurement target)
Copies the fields of the specified entity to the target value object. |
ClusterQuantificationMeasurement[] |
toClusterQuantificationMeasurementArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterQuantificationMeasurement . |
void |
toClusterQuantificationMeasurementCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterQuantificationMeasurement . |
protected QuantificationMeasurement |
toEntity(java.lang.Object[] row)
|
protected RemoteQuantificationMeasurementFullVO |
toRemoteQuantificationMeasurementFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteQuantificationMeasurementFullVO |
toRemoteQuantificationMeasurementFullVO(QuantificationMeasurement entity)
Converts this DAO's entity to an object of type RemoteQuantificationMeasurementFullVO . |
void |
toRemoteQuantificationMeasurementFullVO(QuantificationMeasurement source,
RemoteQuantificationMeasurementFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteQuantificationMeasurementFullVO[] |
toRemoteQuantificationMeasurementFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteQuantificationMeasurementFullVO . |
void |
toRemoteQuantificationMeasurementFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteQuantificationMeasurementFullVO . |
protected RemoteQuantificationMeasurementNaturalId |
toRemoteQuantificationMeasurementNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteQuantificationMeasurementNaturalId |
toRemoteQuantificationMeasurementNaturalId(QuantificationMeasurement entity)
Converts this DAO's entity to an object of type RemoteQuantificationMeasurementNaturalId . |
void |
toRemoteQuantificationMeasurementNaturalId(QuantificationMeasurement source,
RemoteQuantificationMeasurementNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteQuantificationMeasurementNaturalId[] |
toRemoteQuantificationMeasurementNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteQuantificationMeasurementNaturalId . |
void |
toRemoteQuantificationMeasurementNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteQuantificationMeasurementNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.measure.QuantificationMeasurement)
method. |
protected java.lang.Object |
transformEntity(int transform,
QuantificationMeasurement 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.QuantificationMeasurementDao , 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(QuantificationMeasurement quantificationMeasurement)
Updates the quantificationMeasurement 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.QuantificationMeasurementDao |
---|
clusterQuantificationMeasurementToEntity, remoteQuantificationMeasurementFullVOToEntity, remoteQuantificationMeasurementNaturalIdToEntity |
Constructor Detail |
---|
public QuantificationMeasurementDaoBase()
Method Detail |
---|
public void setBatchDao(BatchDao batchDao)
batchDao
.
protected BatchDao getBatchDao()
batchDao
.
public void setProduceDao(ProduceDao produceDao)
produceDao
.
protected ProduceDao getProduceDao()
produceDao
.
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 QuantificationMeasurementDao
load
in class MeasurementDaoBase
id
- identifier of the entity to load
QuantificationMeasurementDao.load(int, java.lang.Integer)
public QuantificationMeasurement load(java.lang.Integer id)
MeasurementDao
load
in interface MeasurementDao
load
in interface QuantificationMeasurementDao
load
in class MeasurementDaoBase
QuantificationMeasurementDao.load(java.lang.Integer)
public java.util.Collection loadAll()
MeasurementDao
Measurement
.
loadAll
in interface MeasurementDao
loadAll
in interface QuantificationMeasurementDao
loadAll
in class MeasurementDaoBase
QuantificationMeasurementDao.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 QuantificationMeasurementDao
loadAll
in class MeasurementDaoBase
transform
- the flag indicating what transformation to use.
QuantificationMeasurementDao.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 QuantificationMeasurementDao
loadAll
in class MeasurementDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
QuantificationMeasurementDao.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 QuantificationMeasurementDao
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.
QuantificationMeasurementDao.loadAll(int, int, int)
public QuantificationMeasurement create(QuantificationMeasurement quantificationMeasurement)
QuantificationMeasurementDao
create
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.create(fr.ifremer.allegro.data.measure.QuantificationMeasurement)
public java.lang.Object create(int transform, QuantificationMeasurement quantificationMeasurement)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.create(fr.ifremer.allegro.data.measure.QuantificationMeasurement)
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 QuantificationMeasurementDao
QuantificationMeasurementDao.create(int transform, fr.ifremer.allegro.data.measure.QuantificationMeasurement)
public java.util.Collection create(java.util.Collection entities)
QuantificationMeasurementDao
entities
collection
create
in interface QuantificationMeasurementDao
entities
- the collection of fr.ifremer.allegro.data.measure.QuantificationMeasurement
instances to create.
QuantificationMeasurementDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.create(fr.ifremer.allegro.data.measure.QuantificationMeasurement)
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 QuantificationMeasurementDao
QuantificationMeasurementDao.create(int, java.util.Collection)
public QuantificationMeasurement create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short subgroupNumber, java.lang.Boolean isReferenceQuantification, Batch batch, Produce produce)
QuantificationMeasurementDao
Creates a new fr.ifremer.allegro.data.measure.QuantificationMeasurement
instance from all attributes and
properties and adds it to the persistent store.
create
in interface QuantificationMeasurementDao
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,java.lang.Short,java.lang.Boolean,fr.ifremer.allegro.data.batch.Batch,fr.ifremer.allegro.data.produce.Produce)
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, java.lang.Short subgroupNumber, java.lang.Boolean isReferenceQuantification, Batch batch, Produce produce)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.lang.Short,java.lang.Boolean,fr.ifremer.allegro.data.batch.Batch,fr.ifremer.allegro.data.produce.Produce)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface QuantificationMeasurementDao
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,java.lang.Short,java.lang.Boolean,fr.ifremer.allegro.data.batch.Batch,fr.ifremer.allegro.data.produce.Produce)
public QuantificationMeasurement create(Pmfm pmfm, QualityFlag qualityFlag)
QuantificationMeasurementDao
Creates a new fr.ifremer.allegro.data.measure.QuantificationMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)
public java.lang.Object create(int transform, Pmfm pmfm, QualityFlag qualityFlag)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.create(int, fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)
public void update(QuantificationMeasurement quantificationMeasurement)
QuantificationMeasurementDao
quantificationMeasurement
instance in the persistent store.
update
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.update(fr.ifremer.allegro.data.measure.QuantificationMeasurement)
public void update(java.util.Collection entities)
MeasurementDao
entities
collection in the persistent store.
update
in interface MeasurementDao
update
in interface QuantificationMeasurementDao
update
in class MeasurementDaoBase
MeasurementDao.update(java.util.Collection)
public void remove(QuantificationMeasurement quantificationMeasurement)
QuantificationMeasurementDao
remove
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.remove(fr.ifremer.allegro.data.measure.QuantificationMeasurement)
public void remove(java.lang.Integer id)
MeasurementDao
identifier
from the persistent store.
remove
in interface MeasurementDao
remove
in interface QuantificationMeasurementDao
remove
in class MeasurementDaoBase
QuantificationMeasurementDao.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 QuantificationMeasurementDao
- Overrides:
remove
in class MeasurementDaoBase
- See Also:
MeasurementDao.remove(java.util.Collection)
public java.util.Collection getAllQuantificationMeasurement()
getAllQuantificationMeasurement
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.getAllQuantificationMeasurement()
public java.util.Collection getAllQuantificationMeasurement(int transform)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.getAllQuantificationMeasurement()
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.
getAllQuantificationMeasurement
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.getAllQuantificationMeasurement(int)
public java.util.Collection getAllQuantificationMeasurement(java.lang.String queryString)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.getAllQuantificationMeasurement()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.getAllQuantificationMeasurement()
.
getAllQuantificationMeasurement
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.getAllQuantificationMeasurement(java.lang.String)
public java.util.Collection getAllQuantificationMeasurement(int pageNumber, int pageSize)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.getAllQuantificationMeasurement()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllQuantificationMeasurement
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.getAllQuantificationMeasurement(int, int)
public java.util.Collection getAllQuantificationMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.getAllQuantificationMeasurement(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.
getAllQuantificationMeasurement
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.getAllQuantificationMeasurement(String, int, int)
public java.util.Collection getAllQuantificationMeasurement(int transform, java.lang.String queryString)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.getAllQuantificationMeasurement(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.getAllQuantificationMeasurement(int)
.
getAllQuantificationMeasurement
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.getAllQuantificationMeasurement(int, String)
public java.util.Collection getAllQuantificationMeasurement(int transform, int pageNumber, int pageSize)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.getAllQuantificationMeasurement(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.
getAllQuantificationMeasurement
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.getAllQuantificationMeasurement(int, int, int)
public java.util.Collection getAllQuantificationMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.getAllQuantificationMeasurement(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.
getAllQuantificationMeasurement
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.getAllQuantificationMeasurement(int, java.lang.String, int, int)
public QuantificationMeasurement findQuantificationMeasurementById(java.lang.Integer id)
findQuantificationMeasurementById
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementById(java.lang.Integer)
public java.lang.Object findQuantificationMeasurementById(int transform, java.lang.Integer id)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementById(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.
findQuantificationMeasurementById
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementById(int, java.lang.Integer)
public QuantificationMeasurement findQuantificationMeasurementById(java.lang.String queryString, java.lang.Integer id)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementById(java.lang.Integer)
.
findQuantificationMeasurementById
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementById(java.lang.String, java.lang.Integer)
public java.lang.Object findQuantificationMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementById(int, java.lang.Integer id)
.
findQuantificationMeasurementById
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findQuantificationMeasurementByBatch(Batch batch)
findQuantificationMeasurementByBatch
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByBatch(fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findQuantificationMeasurementByBatch(int transform, Batch batch)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(fr.ifremer.allegro.data.batch.Batch)
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.
findQuantificationMeasurementByBatch
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findQuantificationMeasurementByBatch(java.lang.String queryString, Batch batch)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(fr.ifremer.allegro.data.batch.Batch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementByBatch(fr.ifremer.allegro.data.batch.Batch)
.
findQuantificationMeasurementByBatch
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByBatch(java.lang.String, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findQuantificationMeasurementByBatch(int pageNumber, int pageSize, Batch batch)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(fr.ifremer.allegro.data.batch.Batch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQuantificationMeasurementByBatch
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int, int, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findQuantificationMeasurementByBatch(java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(String, fr.ifremer.allegro.data.batch.Batch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQuantificationMeasurementByBatch
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByBatch(String, int, int, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findQuantificationMeasurementByBatch(int transform, java.lang.String queryString, Batch batch)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int, fr.ifremer.allegro.data.batch.Batch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int, fr.ifremer.allegro.data.batch.Batch batch)
.
findQuantificationMeasurementByBatch
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int, String, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findQuantificationMeasurementByBatch(int transform, int pageNumber, int pageSize, Batch batch)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int, fr.ifremer.allegro.data.batch.Batch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQuantificationMeasurementByBatch
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int, int, int, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findQuantificationMeasurementByBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, Batch batch)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int, String, fr.ifremer.allegro.data.batch.Batch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQuantificationMeasurementByBatch
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByBatch(int, java.lang.String, int, int, fr.ifremer.allegro.data.batch.Batch)
public java.util.Collection findQuantificationMeasurementByProduce(Produce produce)
findQuantificationMeasurementByProduce
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce)
public java.util.Collection findQuantificationMeasurementByProduce(int transform, Produce produce)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findQuantificationMeasurementByProduce
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce)
public java.util.Collection findQuantificationMeasurementByProduce(java.lang.String queryString, Produce produce)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce)
.
findQuantificationMeasurementByProduce
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByProduce(java.lang.String, fr.ifremer.allegro.data.produce.Produce)
public java.util.Collection findQuantificationMeasurementByProduce(int pageNumber, int pageSize, Produce produce)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQuantificationMeasurementByProduce
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByProduce(int, int, fr.ifremer.allegro.data.produce.Produce)
public java.util.Collection findQuantificationMeasurementByProduce(java.lang.String queryString, int pageNumber, int pageSize, Produce produce)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByProduce(String, fr.ifremer.allegro.data.produce.Produce)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQuantificationMeasurementByProduce
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByProduce(String, int, int, fr.ifremer.allegro.data.produce.Produce)
public java.util.Collection findQuantificationMeasurementByProduce(int transform, java.lang.String queryString, Produce produce)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce produce)
.
findQuantificationMeasurementByProduce
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByProduce(int, String, fr.ifremer.allegro.data.produce.Produce)
public java.util.Collection findQuantificationMeasurementByProduce(int transform, int pageNumber, int pageSize, Produce produce)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQuantificationMeasurementByProduce
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByProduce(int, int, int, fr.ifremer.allegro.data.produce.Produce)
public java.util.Collection findQuantificationMeasurementByProduce(int transform, java.lang.String queryString, int pageNumber, int pageSize, Produce produce)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByProduce(int, String, fr.ifremer.allegro.data.produce.Produce)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findQuantificationMeasurementByProduce
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByProduce(int, java.lang.String, int, int, fr.ifremer.allegro.data.produce.Produce)
public java.util.Collection findQuantificationMeasurementByDepartment(Department department)
findQuantificationMeasurementByDepartment
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findQuantificationMeasurementByDepartment(int transform, Department department)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(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.
findQuantificationMeasurementByDepartment
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findQuantificationMeasurementByDepartment(java.lang.String queryString, Department department)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
.
findQuantificationMeasurementByDepartment
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findQuantificationMeasurementByDepartment(int pageNumber, int pageSize, Department department)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(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.
findQuantificationMeasurementByDepartment
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findQuantificationMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(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.
findQuantificationMeasurementByDepartment
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findQuantificationMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(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 QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department department)
.
findQuantificationMeasurementByDepartment
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findQuantificationMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(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.
findQuantificationMeasurementByDepartment
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findQuantificationMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(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.
findQuantificationMeasurementByDepartment
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findQuantificationMeasurementByPrecisionType(PrecisionType precisionType)
findQuantificationMeasurementByPrecisionType
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findQuantificationMeasurementByPrecisionType(int transform, PrecisionType precisionType)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(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.
findQuantificationMeasurementByPrecisionType
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findQuantificationMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
.
findQuantificationMeasurementByPrecisionType
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(java.lang.String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findQuantificationMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(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.
findQuantificationMeasurementByPrecisionType
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findQuantificationMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(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.
findQuantificationMeasurementByPrecisionType
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findQuantificationMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType)
.
findQuantificationMeasurementByPrecisionType
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findQuantificationMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(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.
findQuantificationMeasurementByPrecisionType
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findQuantificationMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(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.
findQuantificationMeasurementByPrecisionType
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findQuantificationMeasurementByQualityFlag(QualityFlag qualityFlag)
findQuantificationMeasurementByQualityFlag
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findQuantificationMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(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.
findQuantificationMeasurementByQualityFlag
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findQuantificationMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findQuantificationMeasurementByQualityFlag
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findQuantificationMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(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.
findQuantificationMeasurementByQualityFlag
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findQuantificationMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(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.
findQuantificationMeasurementByQualityFlag
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findQuantificationMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findQuantificationMeasurementByQualityFlag
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findQuantificationMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(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.
findQuantificationMeasurementByQualityFlag
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findQuantificationMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(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.
findQuantificationMeasurementByQualityFlag
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findQuantificationMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
findQuantificationMeasurementByAnalysisInstrument
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findQuantificationMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(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.
findQuantificationMeasurementByAnalysisInstrument
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findQuantificationMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
findQuantificationMeasurementByAnalysisInstrument
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findQuantificationMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(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.
findQuantificationMeasurementByAnalysisInstrument
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findQuantificationMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(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.
findQuantificationMeasurementByAnalysisInstrument
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findQuantificationMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
findQuantificationMeasurementByAnalysisInstrument
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findQuantificationMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(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.
findQuantificationMeasurementByAnalysisInstrument
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findQuantificationMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(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.
findQuantificationMeasurementByAnalysisInstrument
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findQuantificationMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
findQuantificationMeasurementByNumericalPrecision
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findQuantificationMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(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.
findQuantificationMeasurementByNumericalPrecision
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findQuantificationMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
.
findQuantificationMeasurementByNumericalPrecision
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(java.lang.String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findQuantificationMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(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.
findQuantificationMeasurementByNumericalPrecision
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findQuantificationMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(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.
findQuantificationMeasurementByNumericalPrecision
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findQuantificationMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision numericalPrecision)
.
findQuantificationMeasurementByNumericalPrecision
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findQuantificationMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(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.
findQuantificationMeasurementByNumericalPrecision
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(int, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findQuantificationMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(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.
findQuantificationMeasurementByNumericalPrecision
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByNumericalPrecision(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findQuantificationMeasurementByPmfm(Pmfm pmfm)
findQuantificationMeasurementByPmfm
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findQuantificationMeasurementByPmfm(int transform, Pmfm pmfm)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(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.
findQuantificationMeasurementByPmfm
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findQuantificationMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
findQuantificationMeasurementByPmfm
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findQuantificationMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(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.
findQuantificationMeasurementByPmfm
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findQuantificationMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(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.
findQuantificationMeasurementByPmfm
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findQuantificationMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(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 QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
findQuantificationMeasurementByPmfm
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findQuantificationMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(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.
findQuantificationMeasurementByPmfm
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findQuantificationMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(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.
findQuantificationMeasurementByPmfm
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findQuantificationMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
findQuantificationMeasurementByQualitativeValue
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findQuantificationMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(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.
findQuantificationMeasurementByQualitativeValue
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findQuantificationMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
findQuantificationMeasurementByQualitativeValue
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findQuantificationMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(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.
findQuantificationMeasurementByQualitativeValue
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findQuantificationMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(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.
findQuantificationMeasurementByQualitativeValue
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findQuantificationMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(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 QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
findQuantificationMeasurementByQualitativeValue
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findQuantificationMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(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.
findQuantificationMeasurementByQualitativeValue
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findQuantificationMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(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.
findQuantificationMeasurementByQualitativeValue
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findQuantificationMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
findQuantificationMeasurementByAggregationLevel
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findQuantificationMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(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.
findQuantificationMeasurementByAggregationLevel
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findQuantificationMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
.
findQuantificationMeasurementByAggregationLevel
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(java.lang.String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findQuantificationMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(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.
findQuantificationMeasurementByAggregationLevel
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findQuantificationMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(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.
findQuantificationMeasurementByAggregationLevel
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findQuantificationMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(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 QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel)
.
findQuantificationMeasurementByAggregationLevel
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findQuantificationMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(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.
findQuantificationMeasurementByAggregationLevel
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findQuantificationMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(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.
findQuantificationMeasurementByAggregationLevel
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public QuantificationMeasurement findQuantificationMeasurementByNaturalId(java.lang.Integer id)
findQuantificationMeasurementByNaturalId
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByNaturalId(java.lang.Integer)
public java.lang.Object findQuantificationMeasurementByNaturalId(int transform, java.lang.Integer id)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNaturalId(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.
findQuantificationMeasurementByNaturalId
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByNaturalId(int, java.lang.Integer)
public QuantificationMeasurement findQuantificationMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementByNaturalId(java.lang.Integer)
.
findQuantificationMeasurementByNaturalId
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findQuantificationMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
QuantificationMeasurementDao
Does the same thing as QuantificationMeasurementDao.findQuantificationMeasurementByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in QuantificationMeasurementDao.findQuantificationMeasurementByNaturalId(int, java.lang.Integer id)
.
findQuantificationMeasurementByNaturalId
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.findQuantificationMeasurementByNaturalId(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 QuantificationMeasurement createFromClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
createFromClusterQuantificationMeasurement
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.createFromClusterQuantificationMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterQuantificationMeasurement)
protected abstract QuantificationMeasurement handleCreateFromClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement) throws java.lang.Exception
createFromClusterQuantificationMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterQuantificationMeasurement)
java.lang.Exception
public ClusterQuantificationMeasurement[] getAllClusterQuantificationMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterQuantificationMeasurement
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.getAllClusterQuantificationMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterQuantificationMeasurement[] handleGetAllClusterQuantificationMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterQuantificationMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, QuantificationMeasurement entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.measure.QuantificationMeasurementDao
, 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:
QuantificationMeasurement
- MeasurementDao.TRANSFORM_NONE
RemoteQuantificationMeasurementFullVO
- TRANSFORM_REMOTEQUANTIFICATIONMEASUREMENTFULLVO
RemoteQuantificationMeasurementNaturalId
- TRANSFORM_REMOTEQUANTIFICATIONMEASUREMENTNATURALID
ClusterQuantificationMeasurement
- TRANSFORM_CLUSTERQUANTIFICATIONMEASUREMENT
MeasurementDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in QuantificationMeasurementDao
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.QuantificationMeasurement)
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.QuantificationMeasurementDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.measure.QuantificationMeasurement)
protected QuantificationMeasurement toEntity(java.lang.Object[] row)
toEntity
in class MeasurementDaoBase
public final void toRemoteQuantificationMeasurementFullVOCollection(java.util.Collection entities)
QuantificationMeasurementDao
RemoteQuantificationMeasurementFullVO
.
toRemoteQuantificationMeasurementFullVOCollection
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.toRemoteQuantificationMeasurementFullVOCollection(java.util.Collection)
public final RemoteQuantificationMeasurementFullVO[] toRemoteQuantificationMeasurementFullVOArray(java.util.Collection entities)
QuantificationMeasurementDao
RemoteQuantificationMeasurementFullVO
.
toRemoteQuantificationMeasurementFullVOArray
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.toRemoteQuantificationMeasurementFullVOArray(java.util.Collection)
protected RemoteQuantificationMeasurementFullVO toRemoteQuantificationMeasurementFullVO(java.lang.Object[] row)
QuantificationMeasurementDaoImpl
class if you intend to use reporting queries.
QuantificationMeasurementDao.toRemoteQuantificationMeasurementFullVO(fr.ifremer.allegro.data.measure.QuantificationMeasurement)
public final void remoteQuantificationMeasurementFullVOToEntityCollection(java.util.Collection instances)
QuantificationMeasurementDao
RemoteQuantificationMeasurementFullVO
to this
DAO's entity.
remoteQuantificationMeasurementFullVOToEntityCollection
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.remoteQuantificationMeasurementFullVOToEntityCollection(java.util.Collection)
public void toRemoteQuantificationMeasurementFullVO(QuantificationMeasurement source, RemoteQuantificationMeasurementFullVO target)
QuantificationMeasurementDao
toRemoteQuantificationMeasurementFullVO
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.toRemoteQuantificationMeasurementFullVO(fr.ifremer.allegro.data.measure.QuantificationMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementFullVO)
public RemoteQuantificationMeasurementFullVO toRemoteQuantificationMeasurementFullVO(QuantificationMeasurement entity)
QuantificationMeasurementDao
RemoteQuantificationMeasurementFullVO
.
toRemoteQuantificationMeasurementFullVO
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.toRemoteQuantificationMeasurementFullVO(fr.ifremer.allegro.data.measure.QuantificationMeasurement)
public void remoteQuantificationMeasurementFullVOToEntity(RemoteQuantificationMeasurementFullVO source, QuantificationMeasurement target, boolean copyIfNull)
QuantificationMeasurementDao
RemoteQuantificationMeasurementFullVO
to the specified entity.
remoteQuantificationMeasurementFullVOToEntity
in interface QuantificationMeasurementDao
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.QuantificationMeasurementDao#remoteQuantificationMeasurementFullVOToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementFullVO, fr.ifremer.allegro.data.measure.QuantificationMeasurement)
public final void toRemoteQuantificationMeasurementNaturalIdCollection(java.util.Collection entities)
QuantificationMeasurementDao
RemoteQuantificationMeasurementNaturalId
.
toRemoteQuantificationMeasurementNaturalIdCollection
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.toRemoteQuantificationMeasurementNaturalIdCollection(java.util.Collection)
public final RemoteQuantificationMeasurementNaturalId[] toRemoteQuantificationMeasurementNaturalIdArray(java.util.Collection entities)
QuantificationMeasurementDao
RemoteQuantificationMeasurementNaturalId
.
toRemoteQuantificationMeasurementNaturalIdArray
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.toRemoteQuantificationMeasurementNaturalIdArray(java.util.Collection)
protected RemoteQuantificationMeasurementNaturalId toRemoteQuantificationMeasurementNaturalId(java.lang.Object[] row)
QuantificationMeasurementDaoImpl
class if you intend to use reporting queries.
QuantificationMeasurementDao.toRemoteQuantificationMeasurementNaturalId(fr.ifremer.allegro.data.measure.QuantificationMeasurement)
public final void remoteQuantificationMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
QuantificationMeasurementDao
RemoteQuantificationMeasurementNaturalId
to this
DAO's entity.
remoteQuantificationMeasurementNaturalIdToEntityCollection
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.remoteQuantificationMeasurementNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteQuantificationMeasurementNaturalId(QuantificationMeasurement source, RemoteQuantificationMeasurementNaturalId target)
QuantificationMeasurementDao
toRemoteQuantificationMeasurementNaturalId
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.toRemoteQuantificationMeasurementNaturalId(fr.ifremer.allegro.data.measure.QuantificationMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementNaturalId)
public RemoteQuantificationMeasurementNaturalId toRemoteQuantificationMeasurementNaturalId(QuantificationMeasurement entity)
QuantificationMeasurementDao
RemoteQuantificationMeasurementNaturalId
.
toRemoteQuantificationMeasurementNaturalId
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.toRemoteQuantificationMeasurementNaturalId(fr.ifremer.allegro.data.measure.QuantificationMeasurement)
public void remoteQuantificationMeasurementNaturalIdToEntity(RemoteQuantificationMeasurementNaturalId source, QuantificationMeasurement target, boolean copyIfNull)
QuantificationMeasurementDao
RemoteQuantificationMeasurementNaturalId
to the specified entity.
remoteQuantificationMeasurementNaturalIdToEntity
in interface QuantificationMeasurementDao
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.QuantificationMeasurementDao#remoteQuantificationMeasurementNaturalIdToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementNaturalId, fr.ifremer.allegro.data.measure.QuantificationMeasurement)
public final void toClusterQuantificationMeasurementCollection(java.util.Collection entities)
QuantificationMeasurementDao
ClusterQuantificationMeasurement
.
toClusterQuantificationMeasurementCollection
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.toClusterQuantificationMeasurementCollection(java.util.Collection)
public final ClusterQuantificationMeasurement[] toClusterQuantificationMeasurementArray(java.util.Collection entities)
QuantificationMeasurementDao
ClusterQuantificationMeasurement
.
toClusterQuantificationMeasurementArray
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.toClusterQuantificationMeasurementArray(java.util.Collection)
protected ClusterQuantificationMeasurement toClusterQuantificationMeasurement(java.lang.Object[] row)
QuantificationMeasurementDaoImpl
class if you intend to use reporting queries.
QuantificationMeasurementDao.toClusterQuantificationMeasurement(fr.ifremer.allegro.data.measure.QuantificationMeasurement)
public final void clusterQuantificationMeasurementToEntityCollection(java.util.Collection instances)
QuantificationMeasurementDao
ClusterQuantificationMeasurement
to this
DAO's entity.
clusterQuantificationMeasurementToEntityCollection
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.clusterQuantificationMeasurementToEntityCollection(java.util.Collection)
public void toClusterQuantificationMeasurement(QuantificationMeasurement source, ClusterQuantificationMeasurement target)
QuantificationMeasurementDao
toClusterQuantificationMeasurement
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.toClusterQuantificationMeasurement(fr.ifremer.allegro.data.measure.QuantificationMeasurement, fr.ifremer.allegro.data.measure.generic.cluster.ClusterQuantificationMeasurement)
public ClusterQuantificationMeasurement toClusterQuantificationMeasurement(QuantificationMeasurement entity)
QuantificationMeasurementDao
ClusterQuantificationMeasurement
.
toClusterQuantificationMeasurement
in interface QuantificationMeasurementDao
QuantificationMeasurementDao.toClusterQuantificationMeasurement(fr.ifremer.allegro.data.measure.QuantificationMeasurement)
public void clusterQuantificationMeasurementToEntity(ClusterQuantificationMeasurement source, QuantificationMeasurement target, boolean copyIfNull)
QuantificationMeasurementDao
ClusterQuantificationMeasurement
to the specified entity.
clusterQuantificationMeasurementToEntity
in interface QuantificationMeasurementDao
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.QuantificationMeasurementDao#clusterQuantificationMeasurementToEntity(fr.ifremer.allegro.data.measure.generic.cluster.ClusterQuantificationMeasurement, fr.ifremer.allegro.data.measure.QuantificationMeasurement)
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 QuantificationMeasurementDao
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.QuantificationMeasurementDao.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 QuantificationMeasurementDao
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.QuantificationMeasurementDao.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 QuantificationMeasurementDao
search
in class MeasurementDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
QuantificationMeasurementDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
MeasurementDao
search
object.
search
in interface MeasurementDao
search
in interface QuantificationMeasurementDao
search
in class MeasurementDaoBase
search
- the search object which provides the search parameters and pagination specification.
QuantificationMeasurementDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |