|
||||||||||
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.SortingMeasurementDaoBase
public abstract class SortingMeasurementDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.measure.SortingMeasurement
.
SortingMeasurement
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.measure.SortingMeasurementDao |
---|
TRANSFORM_CLUSTERSORTINGMEASUREMENT, TRANSFORM_REMOTESORTINGMEASUREMENTFULLVO, TRANSFORM_REMOTESORTINGMEASUREMENTNATURALID |
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao |
---|
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID |
Constructor Summary | |
---|---|
SortingMeasurementDaoBase()
|
Method Summary | |
---|---|
void |
clusterSortingMeasurementToEntity(ClusterSortingMeasurement source,
SortingMeasurement target,
boolean copyIfNull)
Copies the fields of ClusterSortingMeasurement to the specified entity. |
void |
clusterSortingMeasurementToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterSortingMeasurement to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.measure.SortingMeasurement and adds from the passed in entities collection |
SortingMeasurement |
create(java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
java.lang.Integer rankOrder,
SortingBatch sortingBatch,
Produce produce)
Creates a new fr.ifremer.allegro.data.measure.SortingMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as SortingMeasurementDao.create(fr.ifremer.allegro.data.measure.SortingMeasurement) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
java.lang.Integer rankOrder,
SortingBatch sortingBatch,
Produce produce)
Does the same thing as SortingMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.lang.Integer,fr.ifremer.allegro.data.batch.SortingBatch,fr.ifremer.allegro.data.produce.Produce) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Pmfm pmfm,
QualityFlag qualityFlag,
java.lang.Integer rankOrder)
Does the same thing as SortingMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
SortingMeasurement sortingMeasurement)
Does the same thing as SortingMeasurementDao.create(fr.ifremer.allegro.data.measure.SortingMeasurement) with an
additional flag called transform . |
SortingMeasurement |
create(Pmfm pmfm,
QualityFlag qualityFlag,
java.lang.Integer rankOrder)
Creates a new fr.ifremer.allegro.data.measure.SortingMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SortingMeasurement |
create(SortingMeasurement sortingMeasurement)
Creates an instance of fr.ifremer.allegro.data.measure.SortingMeasurement and adds it to the persistent store. |
SortingMeasurement |
createFromClusterSortingMeasurement(ClusterSortingMeasurement clusterSortingMeasurement)
|
java.util.Collection |
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 |
findSortingMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
|
java.util.Collection |
findSortingMeasurementByAggregationLevel(int transform,
AggregationLevel aggregationLevel)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional flag called transform . |
java.util.Collection |
findSortingMeasurementByAggregationLevel(int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByAggregationLevel(int transform,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByAggregationLevel(java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementByAggregationLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
|
java.util.Collection |
findSortingMeasurementByAnalysisInstrument(int transform,
AnalysisInstrument analysisInstrument)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional flag called transform . |
java.util.Collection |
findSortingMeasurementByAnalysisInstrument(int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByAnalysisInstrument(int transform,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByAnalysisInstrument(java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementByAnalysisInstrument(java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByDepartment(Department department)
|
java.util.Collection |
findSortingMeasurementByDepartment(int transform,
Department department)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findSortingMeasurementByDepartment(int pageNumber,
int pageSize,
Department department)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByDepartment(int transform,
int pageNumber,
int pageSize,
Department department)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByDepartment(int transform,
java.lang.String queryString,
Department department)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementByDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByDepartment(java.lang.String queryString,
Department department)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementByDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
SortingMeasurement |
findSortingMeasurementById(java.lang.Integer id)
|
java.lang.Object |
findSortingMeasurementById(int transform,
java.lang.Integer id)
Does the same thing as SortingMeasurementDao.findSortingMeasurementById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSortingMeasurementById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SortingMeasurementDao.findSortingMeasurementById(int, java.lang.Integer) with an
additional argument called queryString . |
SortingMeasurement |
findSortingMeasurementById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SortingMeasurementDao.findSortingMeasurementById(java.lang.Integer) with an
additional argument called queryString . |
SortingMeasurement |
findSortingMeasurementByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findSortingMeasurementByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSortingMeasurementByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
SortingMeasurement |
findSortingMeasurementByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementByNumericalPrecision(int transform,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByNumericalPrecision(int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByNumericalPrecision(int transform,
NumericalPrecision numericalPrecision)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional flag called transform . |
java.util.Collection |
findSortingMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
|
java.util.Collection |
findSortingMeasurementByNumericalPrecision(java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByNumericalPrecision(java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementByPmfm(int transform,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByPmfm(int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByPmfm(int transform,
Pmfm pmfm)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.util.Collection |
findSortingMeasurementByPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByPmfm(int transform,
java.lang.String queryString,
Pmfm pmfm)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementByPmfm(Pmfm pmfm)
|
java.util.Collection |
findSortingMeasurementByPmfm(java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByPmfm(java.lang.String queryString,
Pmfm pmfm)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementByPrecisionType(int transform,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByPrecisionType(int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByPrecisionType(int transform,
PrecisionType precisionType)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional flag called transform . |
java.util.Collection |
findSortingMeasurementByPrecisionType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByPrecisionType(int transform,
java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementByPrecisionType(PrecisionType precisionType)
|
java.util.Collection |
findSortingMeasurementByPrecisionType(java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByPrecisionType(java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementByProduce(int transform,
int pageNumber,
int pageSize,
Produce produce)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByProduce(int pageNumber,
int pageSize,
Produce produce)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByProduce(int transform,
Produce produce)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce) with an
additional flag called transform . |
java.util.Collection |
findSortingMeasurementByProduce(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Produce produce)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(int, String, fr.ifremer.allegro.data.produce.Produce) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByProduce(int transform,
java.lang.String queryString,
Produce produce)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementByProduce(Produce produce)
|
java.util.Collection |
findSortingMeasurementByProduce(java.lang.String queryString,
int pageNumber,
int pageSize,
Produce produce)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(String, fr.ifremer.allegro.data.produce.Produce) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByProduce(java.lang.String queryString,
Produce produce)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementByQualitativeValue(int transform,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByQualitativeValue(int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByQualitativeValue(int transform,
QualitativeValue qualitativeValue)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findSortingMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
|
java.util.Collection |
findSortingMeasurementByQualitativeValue(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByQualitativeValue(java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findSortingMeasurementByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findSortingMeasurementByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementBySortingBatch(int transform,
int pageNumber,
int pageSize,
SortingBatch sortingBatch)
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementBySortingBatch(int pageNumber,
int pageSize,
SortingBatch sortingBatch)
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementBySortingBatch(int transform,
SortingBatch sortingBatch)
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch) with an
additional flag called transform . |
java.util.Collection |
findSortingMeasurementBySortingBatch(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
SortingBatch sortingBatch)
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, String, fr.ifremer.allegro.data.batch.SortingBatch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementBySortingBatch(int transform,
java.lang.String queryString,
SortingBatch sortingBatch)
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch) with an
additional argument called queryString . |
java.util.Collection |
findSortingMeasurementBySortingBatch(SortingBatch sortingBatch)
|
java.util.Collection |
findSortingMeasurementBySortingBatch(java.lang.String queryString,
int pageNumber,
int pageSize,
SortingBatch sortingBatch)
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(String, fr.ifremer.allegro.data.batch.SortingBatch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSortingMeasurementBySortingBatch(java.lang.String queryString,
SortingBatch sortingBatch)
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch) with an
additional argument called queryString . |
ClusterSortingMeasurement[] |
getAllClusterSortingMeasurement(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
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 |
getAllSortingMeasurement()
|
java.util.Collection |
getAllSortingMeasurement(int transform)
Does the same thing as SortingMeasurementDao.getAllSortingMeasurement() with an
additional flag called transform . |
java.util.Collection |
getAllSortingMeasurement(int pageNumber,
int pageSize)
Does the same thing as SortingMeasurementDao.getAllSortingMeasurement() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSortingMeasurement(int transform,
int pageNumber,
int pageSize)
Does the same thing as SortingMeasurementDao.getAllSortingMeasurement(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSortingMeasurement(int transform,
java.lang.String queryString)
Does the same thing as SortingMeasurementDao.getAllSortingMeasurement(int) with an
additional argument called queryString . |
java.util.Collection |
getAllSortingMeasurement(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SortingMeasurementDao.getAllSortingMeasurement(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSortingMeasurement(java.lang.String queryString)
Does the same thing as SortingMeasurementDao.getAllSortingMeasurement() with an
additional argument called queryString . |
java.util.Collection |
getAllSortingMeasurement(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SortingMeasurementDao.getAllSortingMeasurement(String) with an
additional two arguments called pageNumber and pageSize . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected ProduceDao |
getProduceDao()
Gets the reference to produceDao . |
protected SortingBatchDao |
getSortingBatchDao()
Gets the reference to sortingBatchDao . |
protected abstract SortingMeasurement |
handleCreateFromClusterSortingMeasurement(ClusterSortingMeasurement clusterSortingMeasurement)
Performs the core logic for createFromClusterSortingMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSortingMeasurement) |
protected abstract ClusterSortingMeasurement[] |
handleGetAllClusterSortingMeasurement(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterSortingMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
SortingMeasurement |
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 |
remoteSortingMeasurementFullVOToEntity(RemoteSortingMeasurementFullVO source,
SortingMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteSortingMeasurementFullVO to the specified entity. |
void |
remoteSortingMeasurementFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSortingMeasurementFullVO to this
DAO's entity. |
void |
remoteSortingMeasurementNaturalIdToEntity(RemoteSortingMeasurementNaturalId source,
SortingMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteSortingMeasurementNaturalId to the specified entity. |
void |
remoteSortingMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSortingMeasurementNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
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(SortingMeasurement sortingMeasurement)
Removes the instance of fr.ifremer.allegro.data.measure.SortingMeasurement from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as 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 |
setProduceDao(ProduceDao produceDao)
Sets the reference to produceDao . |
void |
setSortingBatchDao(SortingBatchDao sortingBatchDao)
Sets the reference to sortingBatchDao . |
protected ClusterSortingMeasurement |
toClusterSortingMeasurement(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterSortingMeasurement |
toClusterSortingMeasurement(SortingMeasurement entity)
Converts this DAO's entity to an object of type ClusterSortingMeasurement . |
void |
toClusterSortingMeasurement(SortingMeasurement source,
ClusterSortingMeasurement target)
Copies the fields of the specified entity to the target value object. |
ClusterSortingMeasurement[] |
toClusterSortingMeasurementArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterSortingMeasurement . |
void |
toClusterSortingMeasurementCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterSortingMeasurement . |
protected SortingMeasurement |
toEntity(java.lang.Object[] row)
|
protected RemoteSortingMeasurementFullVO |
toRemoteSortingMeasurementFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSortingMeasurementFullVO |
toRemoteSortingMeasurementFullVO(SortingMeasurement entity)
Converts this DAO's entity to an object of type RemoteSortingMeasurementFullVO . |
void |
toRemoteSortingMeasurementFullVO(SortingMeasurement source,
RemoteSortingMeasurementFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteSortingMeasurementFullVO[] |
toRemoteSortingMeasurementFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSortingMeasurementFullVO . |
void |
toRemoteSortingMeasurementFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSortingMeasurementFullVO . |
protected RemoteSortingMeasurementNaturalId |
toRemoteSortingMeasurementNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSortingMeasurementNaturalId |
toRemoteSortingMeasurementNaturalId(SortingMeasurement entity)
Converts this DAO's entity to an object of type RemoteSortingMeasurementNaturalId . |
void |
toRemoteSortingMeasurementNaturalId(SortingMeasurement source,
RemoteSortingMeasurementNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteSortingMeasurementNaturalId[] |
toRemoteSortingMeasurementNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSortingMeasurementNaturalId . |
void |
toRemoteSortingMeasurementNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSortingMeasurementNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.measure.SortingMeasurement)
method. |
protected java.lang.Object |
transformEntity(int transform,
SortingMeasurement 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.SortingMeasurementDao , 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(SortingMeasurement sortingMeasurement)
Updates the sortingMeasurement 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.SortingMeasurementDao |
---|
clusterSortingMeasurementToEntity, remoteSortingMeasurementFullVOToEntity, remoteSortingMeasurementNaturalIdToEntity |
Constructor Detail |
---|
public SortingMeasurementDaoBase()
Method Detail |
---|
public void setSortingBatchDao(SortingBatchDao sortingBatchDao)
sortingBatchDao
.
protected SortingBatchDao getSortingBatchDao()
sortingBatchDao
.
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 SortingMeasurementDao
load
in class MeasurementDaoBase
id
- identifier of the entity to load
SortingMeasurementDao.load(int, java.lang.Integer)
public SortingMeasurement load(java.lang.Integer id)
MeasurementDao
load
in interface MeasurementDao
load
in interface SortingMeasurementDao
load
in class MeasurementDaoBase
SortingMeasurementDao.load(java.lang.Integer)
public java.util.Collection loadAll()
MeasurementDao
Measurement
.
loadAll
in interface MeasurementDao
loadAll
in interface SortingMeasurementDao
loadAll
in class MeasurementDaoBase
SortingMeasurementDao.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 SortingMeasurementDao
loadAll
in class MeasurementDaoBase
transform
- the flag indicating what transformation to use.
SortingMeasurementDao.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 SortingMeasurementDao
loadAll
in class MeasurementDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
SortingMeasurementDao.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 SortingMeasurementDao
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.
SortingMeasurementDao.loadAll(int, int, int)
public SortingMeasurement create(SortingMeasurement sortingMeasurement)
SortingMeasurementDao
create
in interface SortingMeasurementDao
SortingMeasurementDao.create(fr.ifremer.allegro.data.measure.SortingMeasurement)
public java.lang.Object create(int transform, SortingMeasurement sortingMeasurement)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.create(fr.ifremer.allegro.data.measure.SortingMeasurement)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface SortingMeasurementDao
SortingMeasurementDao.create(int transform, fr.ifremer.allegro.data.measure.SortingMeasurement)
public java.util.Collection create(java.util.Collection entities)
SortingMeasurementDao
entities
collection
create
in interface SortingMeasurementDao
entities
- the collection of fr.ifremer.allegro.data.measure.SortingMeasurement
instances to create.
SortingMeasurementDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.create(fr.ifremer.allegro.data.measure.SortingMeasurement)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
create
in interface SortingMeasurementDao
SortingMeasurementDao.create(int, java.util.Collection)
public SortingMeasurement create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Integer rankOrder, SortingBatch sortingBatch, Produce produce)
SortingMeasurementDao
Creates a new fr.ifremer.allegro.data.measure.SortingMeasurement
instance from all attributes and
properties and adds it to the persistent store.
create
in interface SortingMeasurementDao
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.Integer,fr.ifremer.allegro.data.batch.SortingBatch,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.Integer rankOrder, SortingBatch sortingBatch, Produce produce)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.lang.Integer,fr.ifremer.allegro.data.batch.SortingBatch,fr.ifremer.allegro.data.produce.Produce)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface SortingMeasurementDao
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.Integer,fr.ifremer.allegro.data.batch.SortingBatch,fr.ifremer.allegro.data.produce.Produce)
public SortingMeasurement create(Pmfm pmfm, QualityFlag qualityFlag, java.lang.Integer rankOrder)
SortingMeasurementDao
Creates a new fr.ifremer.allegro.data.measure.SortingMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface SortingMeasurementDao
SortingMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,java.lang.Integer)
public java.lang.Object create(int transform, Pmfm pmfm, QualityFlag qualityFlag, java.lang.Integer rankOrder)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface SortingMeasurementDao
SortingMeasurementDao.create(int, fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,java.lang.Integer)
public void update(SortingMeasurement sortingMeasurement)
SortingMeasurementDao
sortingMeasurement
instance in the persistent store.
update
in interface SortingMeasurementDao
SortingMeasurementDao.update(fr.ifremer.allegro.data.measure.SortingMeasurement)
public void update(java.util.Collection entities)
MeasurementDao
entities
collection in the persistent store.
update
in interface MeasurementDao
update
in interface SortingMeasurementDao
update
in class MeasurementDaoBase
MeasurementDao.update(java.util.Collection)
public void remove(SortingMeasurement sortingMeasurement)
SortingMeasurementDao
remove
in interface SortingMeasurementDao
SortingMeasurementDao.remove(fr.ifremer.allegro.data.measure.SortingMeasurement)
public void remove(java.lang.Integer id)
MeasurementDao
identifier
from the persistent store.
remove
in interface MeasurementDao
remove
in interface SortingMeasurementDao
remove
in class MeasurementDaoBase
SortingMeasurementDao.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 SortingMeasurementDao
- Overrides:
remove
in class MeasurementDaoBase
- See Also:
MeasurementDao.remove(java.util.Collection)
public java.util.Collection getAllSortingMeasurement()
getAllSortingMeasurement
in interface SortingMeasurementDao
SortingMeasurementDao.getAllSortingMeasurement()
public java.util.Collection getAllSortingMeasurement(int transform)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.getAllSortingMeasurement()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllSortingMeasurement
in interface SortingMeasurementDao
SortingMeasurementDao.getAllSortingMeasurement(int)
public java.util.Collection getAllSortingMeasurement(java.lang.String queryString)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.getAllSortingMeasurement()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.getAllSortingMeasurement()
.
getAllSortingMeasurement
in interface SortingMeasurementDao
SortingMeasurementDao.getAllSortingMeasurement(java.lang.String)
public java.util.Collection getAllSortingMeasurement(int pageNumber, int pageSize)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.getAllSortingMeasurement()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllSortingMeasurement
in interface SortingMeasurementDao
SortingMeasurementDao.getAllSortingMeasurement(int, int)
public java.util.Collection getAllSortingMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.getAllSortingMeasurement(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllSortingMeasurement
in interface SortingMeasurementDao
SortingMeasurementDao.getAllSortingMeasurement(String, int, int)
public java.util.Collection getAllSortingMeasurement(int transform, java.lang.String queryString)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.getAllSortingMeasurement(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.getAllSortingMeasurement(int)
.
getAllSortingMeasurement
in interface SortingMeasurementDao
SortingMeasurementDao.getAllSortingMeasurement(int, String)
public java.util.Collection getAllSortingMeasurement(int transform, int pageNumber, int pageSize)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.getAllSortingMeasurement(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllSortingMeasurement
in interface SortingMeasurementDao
SortingMeasurementDao.getAllSortingMeasurement(int, int, int)
public java.util.Collection getAllSortingMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.getAllSortingMeasurement(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllSortingMeasurement
in interface SortingMeasurementDao
SortingMeasurementDao.getAllSortingMeasurement(int, java.lang.String, int, int)
public SortingMeasurement findSortingMeasurementById(java.lang.Integer id)
findSortingMeasurementById
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementById(java.lang.Integer)
public java.lang.Object findSortingMeasurementById(int transform, java.lang.Integer id)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementById(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSortingMeasurementById
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementById(int, java.lang.Integer)
public SortingMeasurement findSortingMeasurementById(java.lang.String queryString, java.lang.Integer id)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementById(java.lang.Integer)
.
findSortingMeasurementById
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementById(java.lang.String, java.lang.Integer)
public java.lang.Object findSortingMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementById(int, java.lang.Integer id)
.
findSortingMeasurementById
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findSortingMeasurementBySortingBatch(SortingBatch sortingBatch)
findSortingMeasurementBySortingBatch
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch)
public java.util.Collection findSortingMeasurementBySortingBatch(int transform, SortingBatch sortingBatch)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSortingMeasurementBySortingBatch
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch)
public java.util.Collection findSortingMeasurementBySortingBatch(java.lang.String queryString, SortingBatch sortingBatch)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch)
.
findSortingMeasurementBySortingBatch
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementBySortingBatch(java.lang.String, fr.ifremer.allegro.data.batch.SortingBatch)
public java.util.Collection findSortingMeasurementBySortingBatch(int pageNumber, int pageSize, SortingBatch sortingBatch)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(fr.ifremer.allegro.data.batch.SortingBatch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementBySortingBatch
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, int, fr.ifremer.allegro.data.batch.SortingBatch)
public java.util.Collection findSortingMeasurementBySortingBatch(java.lang.String queryString, int pageNumber, int pageSize, SortingBatch sortingBatch)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(String, fr.ifremer.allegro.data.batch.SortingBatch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementBySortingBatch
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementBySortingBatch(String, int, int, fr.ifremer.allegro.data.batch.SortingBatch)
public java.util.Collection findSortingMeasurementBySortingBatch(int transform, java.lang.String queryString, SortingBatch sortingBatch)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch sortingBatch)
.
findSortingMeasurementBySortingBatch
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, String, fr.ifremer.allegro.data.batch.SortingBatch)
public java.util.Collection findSortingMeasurementBySortingBatch(int transform, int pageNumber, int pageSize, SortingBatch sortingBatch)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, fr.ifremer.allegro.data.batch.SortingBatch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementBySortingBatch
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, int, int, fr.ifremer.allegro.data.batch.SortingBatch)
public java.util.Collection findSortingMeasurementBySortingBatch(int transform, java.lang.String queryString, int pageNumber, int pageSize, SortingBatch sortingBatch)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, String, fr.ifremer.allegro.data.batch.SortingBatch)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementBySortingBatch
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementBySortingBatch(int, java.lang.String, int, int, fr.ifremer.allegro.data.batch.SortingBatch)
public java.util.Collection findSortingMeasurementByProduce(Produce produce)
findSortingMeasurementByProduce
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce)
public java.util.Collection findSortingMeasurementByProduce(int transform, Produce produce)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSortingMeasurementByProduce
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce)
public java.util.Collection findSortingMeasurementByProduce(java.lang.String queryString, Produce produce)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce)
.
findSortingMeasurementByProduce
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByProduce(java.lang.String, fr.ifremer.allegro.data.produce.Produce)
public java.util.Collection findSortingMeasurementByProduce(int pageNumber, int pageSize, Produce produce)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(fr.ifremer.allegro.data.produce.Produce)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByProduce
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByProduce(int, int, fr.ifremer.allegro.data.produce.Produce)
public java.util.Collection findSortingMeasurementByProduce(java.lang.String queryString, int pageNumber, int pageSize, Produce produce)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(String, fr.ifremer.allegro.data.produce.Produce)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByProduce
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByProduce(String, int, int, fr.ifremer.allegro.data.produce.Produce)
public java.util.Collection findSortingMeasurementByProduce(int transform, java.lang.String queryString, Produce produce)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce produce)
.
findSortingMeasurementByProduce
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByProduce(int, String, fr.ifremer.allegro.data.produce.Produce)
public java.util.Collection findSortingMeasurementByProduce(int transform, int pageNumber, int pageSize, Produce produce)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(int, fr.ifremer.allegro.data.produce.Produce)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByProduce
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByProduce(int, int, int, fr.ifremer.allegro.data.produce.Produce)
public java.util.Collection findSortingMeasurementByProduce(int transform, java.lang.String queryString, int pageNumber, int pageSize, Produce produce)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByProduce(int, String, fr.ifremer.allegro.data.produce.Produce)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByProduce
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByProduce(int, java.lang.String, int, int, fr.ifremer.allegro.data.produce.Produce)
public java.util.Collection findSortingMeasurementByDepartment(Department department)
findSortingMeasurementByDepartment
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSortingMeasurementByDepartment(int transform, Department department)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSortingMeasurementByDepartment
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSortingMeasurementByDepartment(java.lang.String queryString, Department department)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
.
findSortingMeasurementByDepartment
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSortingMeasurementByDepartment(int pageNumber, int pageSize, Department department)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByDepartment
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSortingMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByDepartment
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSortingMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department department)
.
findSortingMeasurementByDepartment
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSortingMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByDepartment
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSortingMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByDepartment
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSortingMeasurementByPrecisionType(PrecisionType precisionType)
findSortingMeasurementByPrecisionType
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSortingMeasurementByPrecisionType(int transform, PrecisionType precisionType)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSortingMeasurementByPrecisionType
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSortingMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
.
findSortingMeasurementByPrecisionType
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByPrecisionType(java.lang.String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSortingMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByPrecisionType
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSortingMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByPrecisionType
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSortingMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType)
.
findSortingMeasurementByPrecisionType
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSortingMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByPrecisionType
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSortingMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByPrecisionType
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSortingMeasurementByQualityFlag(QualityFlag qualityFlag)
findSortingMeasurementByQualityFlag
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSortingMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSortingMeasurementByQualityFlag
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSortingMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findSortingMeasurementByQualityFlag
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSortingMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByQualityFlag
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSortingMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByQualityFlag
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSortingMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findSortingMeasurementByQualityFlag
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSortingMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByQualityFlag
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSortingMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByQualityFlag
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSortingMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
findSortingMeasurementByAnalysisInstrument
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSortingMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSortingMeasurementByAnalysisInstrument
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSortingMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
findSortingMeasurementByAnalysisInstrument
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSortingMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByAnalysisInstrument
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSortingMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByAnalysisInstrument
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSortingMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
findSortingMeasurementByAnalysisInstrument
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSortingMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByAnalysisInstrument
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSortingMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByAnalysisInstrument
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSortingMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
findSortingMeasurementByNumericalPrecision
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSortingMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSortingMeasurementByNumericalPrecision
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSortingMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
.
findSortingMeasurementByNumericalPrecision
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(java.lang.String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSortingMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByNumericalPrecision
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSortingMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByNumericalPrecision
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSortingMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision numericalPrecision)
.
findSortingMeasurementByNumericalPrecision
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSortingMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByNumericalPrecision
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSortingMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByNumericalPrecision
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByNumericalPrecision(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSortingMeasurementByPmfm(Pmfm pmfm)
findSortingMeasurementByPmfm
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSortingMeasurementByPmfm(int transform, Pmfm pmfm)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSortingMeasurementByPmfm
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSortingMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
findSortingMeasurementByPmfm
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSortingMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByPmfm
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSortingMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByPmfm
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSortingMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
findSortingMeasurementByPmfm
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSortingMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByPmfm
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSortingMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByPmfm
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSortingMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
findSortingMeasurementByQualitativeValue
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSortingMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSortingMeasurementByQualitativeValue
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSortingMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
findSortingMeasurementByQualitativeValue
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSortingMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByQualitativeValue
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSortingMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByQualitativeValue
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSortingMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
findSortingMeasurementByQualitativeValue
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSortingMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByQualitativeValue
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSortingMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByQualitativeValue
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSortingMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
findSortingMeasurementByAggregationLevel
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSortingMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSortingMeasurementByAggregationLevel
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSortingMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
.
findSortingMeasurementByAggregationLevel
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByAggregationLevel(java.lang.String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSortingMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByAggregationLevel
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSortingMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByAggregationLevel
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSortingMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel)
.
findSortingMeasurementByAggregationLevel
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSortingMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByAggregationLevel
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSortingMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSortingMeasurementByAggregationLevel
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public SortingMeasurement findSortingMeasurementByNaturalId(java.lang.Integer id)
findSortingMeasurementByNaturalId
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByNaturalId(java.lang.Integer)
public java.lang.Object findSortingMeasurementByNaturalId(int transform, java.lang.Integer id)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNaturalId(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSortingMeasurementByNaturalId
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByNaturalId(int, java.lang.Integer)
public SortingMeasurement findSortingMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByNaturalId(java.lang.Integer)
.
findSortingMeasurementByNaturalId
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findSortingMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
SortingMeasurementDao
Does the same thing as SortingMeasurementDao.findSortingMeasurementByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SortingMeasurementDao.findSortingMeasurementByNaturalId(int, java.lang.Integer id)
.
findSortingMeasurementByNaturalId
in interface SortingMeasurementDao
SortingMeasurementDao.findSortingMeasurementByNaturalId(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 SortingMeasurement createFromClusterSortingMeasurement(ClusterSortingMeasurement clusterSortingMeasurement)
createFromClusterSortingMeasurement
in interface SortingMeasurementDao
SortingMeasurementDao.createFromClusterSortingMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSortingMeasurement)
protected abstract SortingMeasurement handleCreateFromClusterSortingMeasurement(ClusterSortingMeasurement clusterSortingMeasurement) throws java.lang.Exception
createFromClusterSortingMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSortingMeasurement)
java.lang.Exception
public ClusterSortingMeasurement[] getAllClusterSortingMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterSortingMeasurement
in interface SortingMeasurementDao
SortingMeasurementDao.getAllClusterSortingMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterSortingMeasurement[] handleGetAllClusterSortingMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterSortingMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, SortingMeasurement entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.measure.SortingMeasurementDao
, 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:
SortingMeasurement
- MeasurementDao.TRANSFORM_NONE
RemoteSortingMeasurementFullVO
- TRANSFORM_REMOTESORTINGMEASUREMENTFULLVO
RemoteSortingMeasurementNaturalId
- TRANSFORM_REMOTESORTINGMEASUREMENTNATURALID
ClusterSortingMeasurement
- TRANSFORM_CLUSTERSORTINGMEASUREMENT
MeasurementDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in SortingMeasurementDao
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.SortingMeasurement)
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.SortingMeasurementDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.measure.SortingMeasurement)
protected SortingMeasurement toEntity(java.lang.Object[] row)
toEntity
in class MeasurementDaoBase
public final void toRemoteSortingMeasurementFullVOCollection(java.util.Collection entities)
SortingMeasurementDao
RemoteSortingMeasurementFullVO
.
toRemoteSortingMeasurementFullVOCollection
in interface SortingMeasurementDao
SortingMeasurementDao.toRemoteSortingMeasurementFullVOCollection(java.util.Collection)
public final RemoteSortingMeasurementFullVO[] toRemoteSortingMeasurementFullVOArray(java.util.Collection entities)
SortingMeasurementDao
RemoteSortingMeasurementFullVO
.
toRemoteSortingMeasurementFullVOArray
in interface SortingMeasurementDao
SortingMeasurementDao.toRemoteSortingMeasurementFullVOArray(java.util.Collection)
protected RemoteSortingMeasurementFullVO toRemoteSortingMeasurementFullVO(java.lang.Object[] row)
SortingMeasurementDaoImpl
class if you intend to use reporting queries.
SortingMeasurementDao.toRemoteSortingMeasurementFullVO(fr.ifremer.allegro.data.measure.SortingMeasurement)
public final void remoteSortingMeasurementFullVOToEntityCollection(java.util.Collection instances)
SortingMeasurementDao
RemoteSortingMeasurementFullVO
to this
DAO's entity.
remoteSortingMeasurementFullVOToEntityCollection
in interface SortingMeasurementDao
SortingMeasurementDao.remoteSortingMeasurementFullVOToEntityCollection(java.util.Collection)
public void toRemoteSortingMeasurementFullVO(SortingMeasurement source, RemoteSortingMeasurementFullVO target)
SortingMeasurementDao
toRemoteSortingMeasurementFullVO
in interface SortingMeasurementDao
SortingMeasurementDao.toRemoteSortingMeasurementFullVO(fr.ifremer.allegro.data.measure.SortingMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)
public RemoteSortingMeasurementFullVO toRemoteSortingMeasurementFullVO(SortingMeasurement entity)
SortingMeasurementDao
RemoteSortingMeasurementFullVO
.
toRemoteSortingMeasurementFullVO
in interface SortingMeasurementDao
SortingMeasurementDao.toRemoteSortingMeasurementFullVO(fr.ifremer.allegro.data.measure.SortingMeasurement)
public void remoteSortingMeasurementFullVOToEntity(RemoteSortingMeasurementFullVO source, SortingMeasurement target, boolean copyIfNull)
SortingMeasurementDao
RemoteSortingMeasurementFullVO
to the specified entity.
remoteSortingMeasurementFullVOToEntity
in interface SortingMeasurementDao
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.SortingMeasurementDao#remoteSortingMeasurementFullVOToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO, fr.ifremer.allegro.data.measure.SortingMeasurement)
public final void toRemoteSortingMeasurementNaturalIdCollection(java.util.Collection entities)
SortingMeasurementDao
RemoteSortingMeasurementNaturalId
.
toRemoteSortingMeasurementNaturalIdCollection
in interface SortingMeasurementDao
SortingMeasurementDao.toRemoteSortingMeasurementNaturalIdCollection(java.util.Collection)
public final RemoteSortingMeasurementNaturalId[] toRemoteSortingMeasurementNaturalIdArray(java.util.Collection entities)
SortingMeasurementDao
RemoteSortingMeasurementNaturalId
.
toRemoteSortingMeasurementNaturalIdArray
in interface SortingMeasurementDao
SortingMeasurementDao.toRemoteSortingMeasurementNaturalIdArray(java.util.Collection)
protected RemoteSortingMeasurementNaturalId toRemoteSortingMeasurementNaturalId(java.lang.Object[] row)
SortingMeasurementDaoImpl
class if you intend to use reporting queries.
SortingMeasurementDao.toRemoteSortingMeasurementNaturalId(fr.ifremer.allegro.data.measure.SortingMeasurement)
public final void remoteSortingMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
SortingMeasurementDao
RemoteSortingMeasurementNaturalId
to this
DAO's entity.
remoteSortingMeasurementNaturalIdToEntityCollection
in interface SortingMeasurementDao
SortingMeasurementDao.remoteSortingMeasurementNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteSortingMeasurementNaturalId(SortingMeasurement source, RemoteSortingMeasurementNaturalId target)
SortingMeasurementDao
toRemoteSortingMeasurementNaturalId
in interface SortingMeasurementDao
SortingMeasurementDao.toRemoteSortingMeasurementNaturalId(fr.ifremer.allegro.data.measure.SortingMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementNaturalId)
public RemoteSortingMeasurementNaturalId toRemoteSortingMeasurementNaturalId(SortingMeasurement entity)
SortingMeasurementDao
RemoteSortingMeasurementNaturalId
.
toRemoteSortingMeasurementNaturalId
in interface SortingMeasurementDao
SortingMeasurementDao.toRemoteSortingMeasurementNaturalId(fr.ifremer.allegro.data.measure.SortingMeasurement)
public void remoteSortingMeasurementNaturalIdToEntity(RemoteSortingMeasurementNaturalId source, SortingMeasurement target, boolean copyIfNull)
SortingMeasurementDao
RemoteSortingMeasurementNaturalId
to the specified entity.
remoteSortingMeasurementNaturalIdToEntity
in interface SortingMeasurementDao
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.SortingMeasurementDao#remoteSortingMeasurementNaturalIdToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementNaturalId, fr.ifremer.allegro.data.measure.SortingMeasurement)
public final void toClusterSortingMeasurementCollection(java.util.Collection entities)
SortingMeasurementDao
ClusterSortingMeasurement
.
toClusterSortingMeasurementCollection
in interface SortingMeasurementDao
SortingMeasurementDao.toClusterSortingMeasurementCollection(java.util.Collection)
public final ClusterSortingMeasurement[] toClusterSortingMeasurementArray(java.util.Collection entities)
SortingMeasurementDao
ClusterSortingMeasurement
.
toClusterSortingMeasurementArray
in interface SortingMeasurementDao
SortingMeasurementDao.toClusterSortingMeasurementArray(java.util.Collection)
protected ClusterSortingMeasurement toClusterSortingMeasurement(java.lang.Object[] row)
SortingMeasurementDaoImpl
class if you intend to use reporting queries.
SortingMeasurementDao.toClusterSortingMeasurement(fr.ifremer.allegro.data.measure.SortingMeasurement)
public final void clusterSortingMeasurementToEntityCollection(java.util.Collection instances)
SortingMeasurementDao
ClusterSortingMeasurement
to this
DAO's entity.
clusterSortingMeasurementToEntityCollection
in interface SortingMeasurementDao
SortingMeasurementDao.clusterSortingMeasurementToEntityCollection(java.util.Collection)
public void toClusterSortingMeasurement(SortingMeasurement source, ClusterSortingMeasurement target)
SortingMeasurementDao
toClusterSortingMeasurement
in interface SortingMeasurementDao
SortingMeasurementDao.toClusterSortingMeasurement(fr.ifremer.allegro.data.measure.SortingMeasurement, fr.ifremer.allegro.data.measure.generic.cluster.ClusterSortingMeasurement)
public ClusterSortingMeasurement toClusterSortingMeasurement(SortingMeasurement entity)
SortingMeasurementDao
ClusterSortingMeasurement
.
toClusterSortingMeasurement
in interface SortingMeasurementDao
SortingMeasurementDao.toClusterSortingMeasurement(fr.ifremer.allegro.data.measure.SortingMeasurement)
public void clusterSortingMeasurementToEntity(ClusterSortingMeasurement source, SortingMeasurement target, boolean copyIfNull)
SortingMeasurementDao
ClusterSortingMeasurement
to the specified entity.
clusterSortingMeasurementToEntity
in interface SortingMeasurementDao
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.SortingMeasurementDao#clusterSortingMeasurementToEntity(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSortingMeasurement, fr.ifremer.allegro.data.measure.SortingMeasurement)
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 SortingMeasurementDao
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.SortingMeasurementDao.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 SortingMeasurementDao
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.SortingMeasurementDao.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 SortingMeasurementDao
search
in class MeasurementDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
SortingMeasurementDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
MeasurementDao
search
object.
search
in interface MeasurementDao
search
in interface SortingMeasurementDao
search
in class MeasurementDaoBase
search
- the search object which provides the search parameters and pagination specification.
SortingMeasurementDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |