|
||||||||||
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.SaleMeasurementDaoBase
public abstract class SaleMeasurementDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.measure.SaleMeasurement
.
SaleMeasurement
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.measure.SaleMeasurementDao |
---|
TRANSFORM_CLUSTERSALEMEASUREMENT, TRANSFORM_REMOTESALEMEASUREMENTFULLVO, TRANSFORM_REMOTESALEMEASUREMENTNATURALID |
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao |
---|
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID |
Constructor Summary | |
---|---|
SaleMeasurementDaoBase()
|
Method Summary | |
---|---|
void |
clusterSaleMeasurementToEntity(ClusterSaleMeasurement source,
SaleMeasurement target,
boolean copyIfNull)
Copies the fields of ClusterSaleMeasurement to the specified entity. |
void |
clusterSaleMeasurementToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterSaleMeasurement to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.measure.SaleMeasurement and adds from the passed in entities collection |
SaleMeasurement |
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,
Sale sale,
ExpectedSale expectedSale)
Creates a new fr.ifremer.allegro.data.measure.SaleMeasurement
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 SaleMeasurementDao.create(fr.ifremer.allegro.data.measure.SaleMeasurement) 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,
Sale sale,
ExpectedSale expectedSale)
Does the same thing as SaleMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Pmfm pmfm,
QualityFlag qualityFlag)
Does the same thing as SaleMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
SaleMeasurement saleMeasurement)
Does the same thing as SaleMeasurementDao.create(fr.ifremer.allegro.data.measure.SaleMeasurement) with an
additional flag called transform . |
SaleMeasurement |
create(Pmfm pmfm,
QualityFlag qualityFlag)
Creates a new fr.ifremer.allegro.data.measure.SaleMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SaleMeasurement |
create(SaleMeasurement saleMeasurement)
Creates an instance of fr.ifremer.allegro.data.measure.SaleMeasurement and adds it to the persistent store. |
SaleMeasurement |
createFromClusterSaleMeasurement(ClusterSaleMeasurement clusterSaleMeasurement)
|
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 |
findSaleMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
|
java.util.Collection |
findSaleMeasurementByAggregationLevel(int transform,
AggregationLevel aggregationLevel)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional flag called transform . |
java.util.Collection |
findSaleMeasurementByAggregationLevel(int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByAggregationLevel(int transform,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByAggregationLevel(java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementByAggregationLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
|
java.util.Collection |
findSaleMeasurementByAnalysisInstrument(int transform,
AnalysisInstrument analysisInstrument)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional flag called transform . |
java.util.Collection |
findSaleMeasurementByAnalysisInstrument(int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByAnalysisInstrument(int transform,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByAnalysisInstrument(java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementByAnalysisInstrument(java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByDepartment(Department department)
|
java.util.Collection |
findSaleMeasurementByDepartment(int transform,
Department department)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findSaleMeasurementByDepartment(int pageNumber,
int pageSize,
Department department)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByDepartment(int transform,
int pageNumber,
int pageSize,
Department department)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByDepartment(int transform,
java.lang.String queryString,
Department department)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementByDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByDepartment(java.lang.String queryString,
Department department)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementByDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByExpectedSale(ExpectedSale expectedSale)
|
java.util.Collection |
findSaleMeasurementByExpectedSale(int transform,
ExpectedSale expectedSale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional flag called transform . |
java.util.Collection |
findSaleMeasurementByExpectedSale(int pageNumber,
int pageSize,
ExpectedSale expectedSale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByExpectedSale(int transform,
int pageNumber,
int pageSize,
ExpectedSale expectedSale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(int, fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByExpectedSale(int transform,
java.lang.String queryString,
ExpectedSale expectedSale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(int, fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementByExpectedSale(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ExpectedSale expectedSale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(int, String, fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByExpectedSale(java.lang.String queryString,
ExpectedSale expectedSale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementByExpectedSale(java.lang.String queryString,
int pageNumber,
int pageSize,
ExpectedSale expectedSale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(String, fr.ifremer.allegro.data.sale.ExpectedSale) with an
additional two arguments called pageNumber and pageSize . |
SaleMeasurement |
findSaleMeasurementById(java.lang.Integer id)
|
java.lang.Object |
findSaleMeasurementById(int transform,
java.lang.Integer id)
Does the same thing as SaleMeasurementDao.findSaleMeasurementById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSaleMeasurementById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SaleMeasurementDao.findSaleMeasurementById(int, java.lang.Integer) with an
additional argument called queryString . |
SaleMeasurement |
findSaleMeasurementById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SaleMeasurementDao.findSaleMeasurementById(java.lang.Integer) with an
additional argument called queryString . |
SaleMeasurement |
findSaleMeasurementByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findSaleMeasurementByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSaleMeasurementByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
SaleMeasurement |
findSaleMeasurementByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementByNumericalPrecision(int transform,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByNumericalPrecision(int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByNumericalPrecision(int transform,
NumericalPrecision numericalPrecision)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional flag called transform . |
java.util.Collection |
findSaleMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
|
java.util.Collection |
findSaleMeasurementByNumericalPrecision(java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByNumericalPrecision(java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementByPmfm(int transform,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByPmfm(int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByPmfm(int transform,
Pmfm pmfm)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.util.Collection |
findSaleMeasurementByPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByPmfm(int transform,
java.lang.String queryString,
Pmfm pmfm)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementByPmfm(Pmfm pmfm)
|
java.util.Collection |
findSaleMeasurementByPmfm(java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByPmfm(java.lang.String queryString,
Pmfm pmfm)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementByPrecisionType(int transform,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByPrecisionType(int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByPrecisionType(int transform,
PrecisionType precisionType)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional flag called transform . |
java.util.Collection |
findSaleMeasurementByPrecisionType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByPrecisionType(int transform,
java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementByPrecisionType(PrecisionType precisionType)
|
java.util.Collection |
findSaleMeasurementByPrecisionType(java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByPrecisionType(java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementByQualitativeValue(int transform,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByQualitativeValue(int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByQualitativeValue(int transform,
QualitativeValue qualitativeValue)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findSaleMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
|
java.util.Collection |
findSaleMeasurementByQualitativeValue(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByQualitativeValue(java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findSaleMeasurementByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findSaleMeasurementByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementBySale(int transform,
int pageNumber,
int pageSize,
Sale sale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementBySale(int pageNumber,
int pageSize,
Sale sale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementBySale(int transform,
Sale sale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale) with an
additional flag called transform . |
java.util.Collection |
findSaleMeasurementBySale(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Sale sale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementBySale(int, String, fr.ifremer.allegro.data.survey.sale.Sale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementBySale(int transform,
java.lang.String queryString,
Sale sale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale) with an
additional argument called queryString . |
java.util.Collection |
findSaleMeasurementBySale(Sale sale)
|
java.util.Collection |
findSaleMeasurementBySale(java.lang.String queryString,
int pageNumber,
int pageSize,
Sale sale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementBySale(String, fr.ifremer.allegro.data.survey.sale.Sale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSaleMeasurementBySale(java.lang.String queryString,
Sale sale)
Does the same thing as SaleMeasurementDao.findSaleMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale) with an
additional argument called queryString . |
ClusterSaleMeasurement[] |
getAllClusterSaleMeasurement(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 |
getAllSaleMeasurement()
|
java.util.Collection |
getAllSaleMeasurement(int transform)
Does the same thing as SaleMeasurementDao.getAllSaleMeasurement() with an
additional flag called transform . |
java.util.Collection |
getAllSaleMeasurement(int pageNumber,
int pageSize)
Does the same thing as SaleMeasurementDao.getAllSaleMeasurement() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSaleMeasurement(int transform,
int pageNumber,
int pageSize)
Does the same thing as SaleMeasurementDao.getAllSaleMeasurement(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSaleMeasurement(int transform,
java.lang.String queryString)
Does the same thing as SaleMeasurementDao.getAllSaleMeasurement(int) with an
additional argument called queryString . |
java.util.Collection |
getAllSaleMeasurement(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SaleMeasurementDao.getAllSaleMeasurement(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSaleMeasurement(java.lang.String queryString)
Does the same thing as SaleMeasurementDao.getAllSaleMeasurement() with an
additional argument called queryString . |
java.util.Collection |
getAllSaleMeasurement(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SaleMeasurementDao.getAllSaleMeasurement(String) with an
additional two arguments called pageNumber and pageSize . |
protected ExpectedSaleDao |
getExpectedSaleDao()
Gets the reference to expectedSaleDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected SaleDao |
getSaleDao()
Gets the reference to saleDao . |
protected abstract SaleMeasurement |
handleCreateFromClusterSaleMeasurement(ClusterSaleMeasurement clusterSaleMeasurement)
Performs the core logic for createFromClusterSaleMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSaleMeasurement) |
protected abstract ClusterSaleMeasurement[] |
handleGetAllClusterSaleMeasurement(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterSaleMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
SaleMeasurement |
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 |
remoteSaleMeasurementFullVOToEntity(RemoteSaleMeasurementFullVO source,
SaleMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteSaleMeasurementFullVO to the specified entity. |
void |
remoteSaleMeasurementFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSaleMeasurementFullVO to this
DAO's entity. |
void |
remoteSaleMeasurementNaturalIdToEntity(RemoteSaleMeasurementNaturalId source,
SaleMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteSaleMeasurementNaturalId to the specified entity. |
void |
remoteSaleMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSaleMeasurementNaturalId 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(SaleMeasurement saleMeasurement)
Removes the instance of fr.ifremer.allegro.data.measure.SaleMeasurement 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 |
setExpectedSaleDao(ExpectedSaleDao expectedSaleDao)
Sets the reference to expectedSaleDao . |
void |
setSaleDao(SaleDao saleDao)
Sets the reference to saleDao . |
protected ClusterSaleMeasurement |
toClusterSaleMeasurement(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterSaleMeasurement |
toClusterSaleMeasurement(SaleMeasurement entity)
Converts this DAO's entity to an object of type ClusterSaleMeasurement . |
void |
toClusterSaleMeasurement(SaleMeasurement source,
ClusterSaleMeasurement target)
Copies the fields of the specified entity to the target value object. |
ClusterSaleMeasurement[] |
toClusterSaleMeasurementArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterSaleMeasurement . |
void |
toClusterSaleMeasurementCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterSaleMeasurement . |
protected SaleMeasurement |
toEntity(java.lang.Object[] row)
|
protected RemoteSaleMeasurementFullVO |
toRemoteSaleMeasurementFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSaleMeasurementFullVO |
toRemoteSaleMeasurementFullVO(SaleMeasurement entity)
Converts this DAO's entity to an object of type RemoteSaleMeasurementFullVO . |
void |
toRemoteSaleMeasurementFullVO(SaleMeasurement source,
RemoteSaleMeasurementFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteSaleMeasurementFullVO[] |
toRemoteSaleMeasurementFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSaleMeasurementFullVO . |
void |
toRemoteSaleMeasurementFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSaleMeasurementFullVO . |
protected RemoteSaleMeasurementNaturalId |
toRemoteSaleMeasurementNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSaleMeasurementNaturalId |
toRemoteSaleMeasurementNaturalId(SaleMeasurement entity)
Converts this DAO's entity to an object of type RemoteSaleMeasurementNaturalId . |
void |
toRemoteSaleMeasurementNaturalId(SaleMeasurement source,
RemoteSaleMeasurementNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteSaleMeasurementNaturalId[] |
toRemoteSaleMeasurementNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSaleMeasurementNaturalId . |
void |
toRemoteSaleMeasurementNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSaleMeasurementNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.measure.SaleMeasurement)
method. |
protected java.lang.Object |
transformEntity(int transform,
SaleMeasurement 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.SaleMeasurementDao , 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(SaleMeasurement saleMeasurement)
Updates the saleMeasurement 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.SaleMeasurementDao |
---|
clusterSaleMeasurementToEntity, remoteSaleMeasurementFullVOToEntity, remoteSaleMeasurementNaturalIdToEntity |
Constructor Detail |
---|
public SaleMeasurementDaoBase()
Method Detail |
---|
public void setExpectedSaleDao(ExpectedSaleDao expectedSaleDao)
expectedSaleDao
.
protected ExpectedSaleDao getExpectedSaleDao()
expectedSaleDao
.
public void setSaleDao(SaleDao saleDao)
saleDao
.
protected SaleDao getSaleDao()
saleDao
.
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 SaleMeasurementDao
load
in class MeasurementDaoBase
id
- identifier of the entity to load
SaleMeasurementDao.load(int, java.lang.Integer)
public SaleMeasurement load(java.lang.Integer id)
MeasurementDao
load
in interface MeasurementDao
load
in interface SaleMeasurementDao
load
in class MeasurementDaoBase
SaleMeasurementDao.load(java.lang.Integer)
public java.util.Collection loadAll()
MeasurementDao
Measurement
.
loadAll
in interface MeasurementDao
loadAll
in interface SaleMeasurementDao
loadAll
in class MeasurementDaoBase
SaleMeasurementDao.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 SaleMeasurementDao
loadAll
in class MeasurementDaoBase
transform
- the flag indicating what transformation to use.
SaleMeasurementDao.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 SaleMeasurementDao
loadAll
in class MeasurementDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
SaleMeasurementDao.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 SaleMeasurementDao
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.
SaleMeasurementDao.loadAll(int, int, int)
public SaleMeasurement create(SaleMeasurement saleMeasurement)
SaleMeasurementDao
create
in interface SaleMeasurementDao
SaleMeasurementDao.create(fr.ifremer.allegro.data.measure.SaleMeasurement)
public java.lang.Object create(int transform, SaleMeasurement saleMeasurement)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.create(fr.ifremer.allegro.data.measure.SaleMeasurement)
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 SaleMeasurementDao
SaleMeasurementDao.create(int transform, fr.ifremer.allegro.data.measure.SaleMeasurement)
public java.util.Collection create(java.util.Collection entities)
SaleMeasurementDao
entities
collection
create
in interface SaleMeasurementDao
entities
- the collection of fr.ifremer.allegro.data.measure.SaleMeasurement
instances to create.
SaleMeasurementDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.create(fr.ifremer.allegro.data.measure.SaleMeasurement)
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 SaleMeasurementDao
SaleMeasurementDao.create(int, java.util.Collection)
public SaleMeasurement 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, Sale sale, ExpectedSale expectedSale)
SaleMeasurementDao
Creates a new fr.ifremer.allegro.data.measure.SaleMeasurement
instance from all attributes and
properties and adds it to the persistent store.
create
in interface SaleMeasurementDao
fr.ifremer.allegro.data.measure.MeasurementDao#create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.sale.ExpectedSale)
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, Sale sale, ExpectedSale expectedSale)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.sale.ExpectedSale)
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 SaleMeasurementDao
fr.ifremer.allegro.data.measure.MeasurementDao#create(int, java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.sale.ExpectedSale)
public SaleMeasurement create(Pmfm pmfm, QualityFlag qualityFlag)
SaleMeasurementDao
Creates a new fr.ifremer.allegro.data.measure.SaleMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface SaleMeasurementDao
SaleMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)
public java.lang.Object create(int transform, Pmfm pmfm, QualityFlag qualityFlag)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface SaleMeasurementDao
SaleMeasurementDao.create(int, fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)
public void update(SaleMeasurement saleMeasurement)
SaleMeasurementDao
saleMeasurement
instance in the persistent store.
update
in interface SaleMeasurementDao
SaleMeasurementDao.update(fr.ifremer.allegro.data.measure.SaleMeasurement)
public void update(java.util.Collection entities)
MeasurementDao
entities
collection in the persistent store.
update
in interface MeasurementDao
update
in interface SaleMeasurementDao
update
in class MeasurementDaoBase
MeasurementDao.update(java.util.Collection)
public void remove(SaleMeasurement saleMeasurement)
SaleMeasurementDao
remove
in interface SaleMeasurementDao
SaleMeasurementDao.remove(fr.ifremer.allegro.data.measure.SaleMeasurement)
public void remove(java.lang.Integer id)
MeasurementDao
identifier
from the persistent store.
remove
in interface MeasurementDao
remove
in interface SaleMeasurementDao
remove
in class MeasurementDaoBase
SaleMeasurementDao.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 SaleMeasurementDao
- Overrides:
remove
in class MeasurementDaoBase
- See Also:
MeasurementDao.remove(java.util.Collection)
public java.util.Collection getAllSaleMeasurement()
getAllSaleMeasurement
in interface SaleMeasurementDao
SaleMeasurementDao.getAllSaleMeasurement()
public java.util.Collection getAllSaleMeasurement(int transform)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.getAllSaleMeasurement()
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.
getAllSaleMeasurement
in interface SaleMeasurementDao
SaleMeasurementDao.getAllSaleMeasurement(int)
public java.util.Collection getAllSaleMeasurement(java.lang.String queryString)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.getAllSaleMeasurement()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.getAllSaleMeasurement()
.
getAllSaleMeasurement
in interface SaleMeasurementDao
SaleMeasurementDao.getAllSaleMeasurement(java.lang.String)
public java.util.Collection getAllSaleMeasurement(int pageNumber, int pageSize)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.getAllSaleMeasurement()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllSaleMeasurement
in interface SaleMeasurementDao
SaleMeasurementDao.getAllSaleMeasurement(int, int)
public java.util.Collection getAllSaleMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.getAllSaleMeasurement(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.
getAllSaleMeasurement
in interface SaleMeasurementDao
SaleMeasurementDao.getAllSaleMeasurement(String, int, int)
public java.util.Collection getAllSaleMeasurement(int transform, java.lang.String queryString)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.getAllSaleMeasurement(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.getAllSaleMeasurement(int)
.
getAllSaleMeasurement
in interface SaleMeasurementDao
SaleMeasurementDao.getAllSaleMeasurement(int, String)
public java.util.Collection getAllSaleMeasurement(int transform, int pageNumber, int pageSize)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.getAllSaleMeasurement(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.
getAllSaleMeasurement
in interface SaleMeasurementDao
SaleMeasurementDao.getAllSaleMeasurement(int, int, int)
public java.util.Collection getAllSaleMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.getAllSaleMeasurement(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.
getAllSaleMeasurement
in interface SaleMeasurementDao
SaleMeasurementDao.getAllSaleMeasurement(int, java.lang.String, int, int)
public SaleMeasurement findSaleMeasurementById(java.lang.Integer id)
findSaleMeasurementById
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementById(java.lang.Integer)
public java.lang.Object findSaleMeasurementById(int transform, java.lang.Integer id)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementById(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.
findSaleMeasurementById
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementById(int, java.lang.Integer)
public SaleMeasurement findSaleMeasurementById(java.lang.String queryString, java.lang.Integer id)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementById(java.lang.Integer)
.
findSaleMeasurementById
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementById(java.lang.String, java.lang.Integer)
public java.lang.Object findSaleMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementById(int, java.lang.Integer id)
.
findSaleMeasurementById
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findSaleMeasurementByExpectedSale(ExpectedSale expectedSale)
findSaleMeasurementByExpectedSale
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale)
public java.util.Collection findSaleMeasurementByExpectedSale(int transform, ExpectedSale expectedSale)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale)
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.
findSaleMeasurementByExpectedSale
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByExpectedSale(int, fr.ifremer.allegro.data.sale.ExpectedSale)
public java.util.Collection findSaleMeasurementByExpectedSale(java.lang.String queryString, ExpectedSale expectedSale)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale)
.
findSaleMeasurementByExpectedSale
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByExpectedSale(java.lang.String, fr.ifremer.allegro.data.sale.ExpectedSale)
public java.util.Collection findSaleMeasurementByExpectedSale(int pageNumber, int pageSize, ExpectedSale expectedSale)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(fr.ifremer.allegro.data.sale.ExpectedSale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleMeasurementByExpectedSale
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByExpectedSale(int, int, fr.ifremer.allegro.data.sale.ExpectedSale)
public java.util.Collection findSaleMeasurementByExpectedSale(java.lang.String queryString, int pageNumber, int pageSize, ExpectedSale expectedSale)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(String, fr.ifremer.allegro.data.sale.ExpectedSale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleMeasurementByExpectedSale
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByExpectedSale(String, int, int, fr.ifremer.allegro.data.sale.ExpectedSale)
public java.util.Collection findSaleMeasurementByExpectedSale(int transform, java.lang.String queryString, ExpectedSale expectedSale)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(int, fr.ifremer.allegro.data.sale.ExpectedSale)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementByExpectedSale(int, fr.ifremer.allegro.data.sale.ExpectedSale expectedSale)
.
findSaleMeasurementByExpectedSale
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByExpectedSale(int, String, fr.ifremer.allegro.data.sale.ExpectedSale)
public java.util.Collection findSaleMeasurementByExpectedSale(int transform, int pageNumber, int pageSize, ExpectedSale expectedSale)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(int, fr.ifremer.allegro.data.sale.ExpectedSale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleMeasurementByExpectedSale
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByExpectedSale(int, int, int, fr.ifremer.allegro.data.sale.ExpectedSale)
public java.util.Collection findSaleMeasurementByExpectedSale(int transform, java.lang.String queryString, int pageNumber, int pageSize, ExpectedSale expectedSale)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByExpectedSale(int, String, fr.ifremer.allegro.data.sale.ExpectedSale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleMeasurementByExpectedSale
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByExpectedSale(int, java.lang.String, int, int, fr.ifremer.allegro.data.sale.ExpectedSale)
public java.util.Collection findSaleMeasurementBySale(Sale sale)
findSaleMeasurementBySale
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSaleMeasurementBySale(int transform, Sale sale)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale)
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.
findSaleMeasurementBySale
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSaleMeasurementBySale(java.lang.String queryString, Sale sale)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale)
.
findSaleMeasurementBySale
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementBySale(java.lang.String, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSaleMeasurementBySale(int pageNumber, int pageSize, Sale sale)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleMeasurementBySale
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementBySale(int, int, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSaleMeasurementBySale(java.lang.String queryString, int pageNumber, int pageSize, Sale sale)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementBySale(String, fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleMeasurementBySale
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementBySale(String, int, int, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSaleMeasurementBySale(int transform, java.lang.String queryString, Sale sale)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale sale)
.
findSaleMeasurementBySale
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementBySale(int, String, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSaleMeasurementBySale(int transform, int pageNumber, int pageSize, Sale sale)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleMeasurementBySale
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementBySale(int, int, int, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSaleMeasurementBySale(int transform, java.lang.String queryString, int pageNumber, int pageSize, Sale sale)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementBySale(int, String, fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSaleMeasurementBySale
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementBySale(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSaleMeasurementByDepartment(Department department)
findSaleMeasurementByDepartment
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSaleMeasurementByDepartment(int transform, Department department)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(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.
findSaleMeasurementByDepartment
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSaleMeasurementByDepartment(java.lang.String queryString, Department department)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
.
findSaleMeasurementByDepartment
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSaleMeasurementByDepartment(int pageNumber, int pageSize, Department department)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(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.
findSaleMeasurementByDepartment
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSaleMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(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.
findSaleMeasurementByDepartment
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSaleMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(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 SaleMeasurementDao.findSaleMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department department)
.
findSaleMeasurementByDepartment
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSaleMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(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.
findSaleMeasurementByDepartment
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSaleMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByDepartment(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.
findSaleMeasurementByDepartment
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSaleMeasurementByPrecisionType(PrecisionType precisionType)
findSaleMeasurementByPrecisionType
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSaleMeasurementByPrecisionType(int transform, PrecisionType precisionType)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(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.
findSaleMeasurementByPrecisionType
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSaleMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
.
findSaleMeasurementByPrecisionType
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByPrecisionType(java.lang.String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSaleMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(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.
findSaleMeasurementByPrecisionType
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSaleMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(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.
findSaleMeasurementByPrecisionType
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSaleMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType)
.
findSaleMeasurementByPrecisionType
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSaleMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(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.
findSaleMeasurementByPrecisionType
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSaleMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPrecisionType(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.
findSaleMeasurementByPrecisionType
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSaleMeasurementByQualityFlag(QualityFlag qualityFlag)
findSaleMeasurementByQualityFlag
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualityFlag(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.
findSaleMeasurementByQualityFlag
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findSaleMeasurementByQualityFlag
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualityFlag(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.
findSaleMeasurementByQualityFlag
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualityFlag(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.
findSaleMeasurementByQualityFlag
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findSaleMeasurementByQualityFlag
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualityFlag(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.
findSaleMeasurementByQualityFlag
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualityFlag(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.
findSaleMeasurementByQualityFlag
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSaleMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
findSaleMeasurementByAnalysisInstrument
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSaleMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(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.
findSaleMeasurementByAnalysisInstrument
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSaleMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
findSaleMeasurementByAnalysisInstrument
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSaleMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(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.
findSaleMeasurementByAnalysisInstrument
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSaleMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(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.
findSaleMeasurementByAnalysisInstrument
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSaleMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
findSaleMeasurementByAnalysisInstrument
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSaleMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(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.
findSaleMeasurementByAnalysisInstrument
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSaleMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(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.
findSaleMeasurementByAnalysisInstrument
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSaleMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
findSaleMeasurementByNumericalPrecision
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSaleMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(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.
findSaleMeasurementByNumericalPrecision
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSaleMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
.
findSaleMeasurementByNumericalPrecision
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(java.lang.String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSaleMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(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.
findSaleMeasurementByNumericalPrecision
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSaleMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(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.
findSaleMeasurementByNumericalPrecision
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSaleMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision numericalPrecision)
.
findSaleMeasurementByNumericalPrecision
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSaleMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(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.
findSaleMeasurementByNumericalPrecision
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(int, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSaleMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(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.
findSaleMeasurementByNumericalPrecision
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByNumericalPrecision(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSaleMeasurementByPmfm(Pmfm pmfm)
findSaleMeasurementByPmfm
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSaleMeasurementByPmfm(int transform, Pmfm pmfm)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPmfm(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.
findSaleMeasurementByPmfm
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSaleMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
findSaleMeasurementByPmfm
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSaleMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPmfm(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.
findSaleMeasurementByPmfm
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSaleMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPmfm(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.
findSaleMeasurementByPmfm
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSaleMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPmfm(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 SaleMeasurementDao.findSaleMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
findSaleMeasurementByPmfm
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSaleMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPmfm(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.
findSaleMeasurementByPmfm
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSaleMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByPmfm(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.
findSaleMeasurementByPmfm
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSaleMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
findSaleMeasurementByQualitativeValue
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSaleMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualitativeValue(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.
findSaleMeasurementByQualitativeValue
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSaleMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
findSaleMeasurementByQualitativeValue
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSaleMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualitativeValue(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.
findSaleMeasurementByQualitativeValue
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSaleMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualitativeValue(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.
findSaleMeasurementByQualitativeValue
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSaleMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualitativeValue(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 SaleMeasurementDao.findSaleMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
findSaleMeasurementByQualitativeValue
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSaleMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualitativeValue(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.
findSaleMeasurementByQualitativeValue
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSaleMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByQualitativeValue(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.
findSaleMeasurementByQualitativeValue
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSaleMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
findSaleMeasurementByAggregationLevel
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSaleMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAggregationLevel(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.
findSaleMeasurementByAggregationLevel
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSaleMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
.
findSaleMeasurementByAggregationLevel
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByAggregationLevel(java.lang.String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSaleMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAggregationLevel(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.
findSaleMeasurementByAggregationLevel
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSaleMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAggregationLevel(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.
findSaleMeasurementByAggregationLevel
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSaleMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAggregationLevel(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 SaleMeasurementDao.findSaleMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel)
.
findSaleMeasurementByAggregationLevel
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSaleMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAggregationLevel(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.
findSaleMeasurementByAggregationLevel
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSaleMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByAggregationLevel(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.
findSaleMeasurementByAggregationLevel
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public SaleMeasurement findSaleMeasurementByNaturalId(java.lang.Integer id)
findSaleMeasurementByNaturalId
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByNaturalId(java.lang.Integer)
public java.lang.Object findSaleMeasurementByNaturalId(int transform, java.lang.Integer id)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNaturalId(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.
findSaleMeasurementByNaturalId
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByNaturalId(int, java.lang.Integer)
public SaleMeasurement findSaleMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementByNaturalId(java.lang.Integer)
.
findSaleMeasurementByNaturalId
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findSaleMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
SaleMeasurementDao
Does the same thing as SaleMeasurementDao.findSaleMeasurementByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SaleMeasurementDao.findSaleMeasurementByNaturalId(int, java.lang.Integer id)
.
findSaleMeasurementByNaturalId
in interface SaleMeasurementDao
SaleMeasurementDao.findSaleMeasurementByNaturalId(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 SaleMeasurement createFromClusterSaleMeasurement(ClusterSaleMeasurement clusterSaleMeasurement)
createFromClusterSaleMeasurement
in interface SaleMeasurementDao
SaleMeasurementDao.createFromClusterSaleMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSaleMeasurement)
protected abstract SaleMeasurement handleCreateFromClusterSaleMeasurement(ClusterSaleMeasurement clusterSaleMeasurement) throws java.lang.Exception
createFromClusterSaleMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSaleMeasurement)
java.lang.Exception
public ClusterSaleMeasurement[] getAllClusterSaleMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterSaleMeasurement
in interface SaleMeasurementDao
SaleMeasurementDao.getAllClusterSaleMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterSaleMeasurement[] handleGetAllClusterSaleMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterSaleMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, SaleMeasurement entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.measure.SaleMeasurementDao
, 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:
SaleMeasurement
- MeasurementDao.TRANSFORM_NONE
RemoteSaleMeasurementFullVO
- TRANSFORM_REMOTESALEMEASUREMENTFULLVO
RemoteSaleMeasurementNaturalId
- TRANSFORM_REMOTESALEMEASUREMENTNATURALID
ClusterSaleMeasurement
- TRANSFORM_CLUSTERSALEMEASUREMENT
MeasurementDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in SaleMeasurementDao
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.SaleMeasurement)
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.SaleMeasurementDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.measure.SaleMeasurement)
protected SaleMeasurement toEntity(java.lang.Object[] row)
toEntity
in class MeasurementDaoBase
public final void toRemoteSaleMeasurementFullVOCollection(java.util.Collection entities)
SaleMeasurementDao
RemoteSaleMeasurementFullVO
.
toRemoteSaleMeasurementFullVOCollection
in interface SaleMeasurementDao
SaleMeasurementDao.toRemoteSaleMeasurementFullVOCollection(java.util.Collection)
public final RemoteSaleMeasurementFullVO[] toRemoteSaleMeasurementFullVOArray(java.util.Collection entities)
SaleMeasurementDao
RemoteSaleMeasurementFullVO
.
toRemoteSaleMeasurementFullVOArray
in interface SaleMeasurementDao
SaleMeasurementDao.toRemoteSaleMeasurementFullVOArray(java.util.Collection)
protected RemoteSaleMeasurementFullVO toRemoteSaleMeasurementFullVO(java.lang.Object[] row)
SaleMeasurementDaoImpl
class if you intend to use reporting queries.
SaleMeasurementDao.toRemoteSaleMeasurementFullVO(fr.ifremer.allegro.data.measure.SaleMeasurement)
public final void remoteSaleMeasurementFullVOToEntityCollection(java.util.Collection instances)
SaleMeasurementDao
RemoteSaleMeasurementFullVO
to this
DAO's entity.
remoteSaleMeasurementFullVOToEntityCollection
in interface SaleMeasurementDao
SaleMeasurementDao.remoteSaleMeasurementFullVOToEntityCollection(java.util.Collection)
public void toRemoteSaleMeasurementFullVO(SaleMeasurement source, RemoteSaleMeasurementFullVO target)
SaleMeasurementDao
toRemoteSaleMeasurementFullVO
in interface SaleMeasurementDao
SaleMeasurementDao.toRemoteSaleMeasurementFullVO(fr.ifremer.allegro.data.measure.SaleMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteSaleMeasurementFullVO)
public RemoteSaleMeasurementFullVO toRemoteSaleMeasurementFullVO(SaleMeasurement entity)
SaleMeasurementDao
RemoteSaleMeasurementFullVO
.
toRemoteSaleMeasurementFullVO
in interface SaleMeasurementDao
SaleMeasurementDao.toRemoteSaleMeasurementFullVO(fr.ifremer.allegro.data.measure.SaleMeasurement)
public void remoteSaleMeasurementFullVOToEntity(RemoteSaleMeasurementFullVO source, SaleMeasurement target, boolean copyIfNull)
SaleMeasurementDao
RemoteSaleMeasurementFullVO
to the specified entity.
remoteSaleMeasurementFullVOToEntity
in interface SaleMeasurementDao
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.SaleMeasurementDao#remoteSaleMeasurementFullVOToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteSaleMeasurementFullVO, fr.ifremer.allegro.data.measure.SaleMeasurement)
public final void toRemoteSaleMeasurementNaturalIdCollection(java.util.Collection entities)
SaleMeasurementDao
RemoteSaleMeasurementNaturalId
.
toRemoteSaleMeasurementNaturalIdCollection
in interface SaleMeasurementDao
SaleMeasurementDao.toRemoteSaleMeasurementNaturalIdCollection(java.util.Collection)
public final RemoteSaleMeasurementNaturalId[] toRemoteSaleMeasurementNaturalIdArray(java.util.Collection entities)
SaleMeasurementDao
RemoteSaleMeasurementNaturalId
.
toRemoteSaleMeasurementNaturalIdArray
in interface SaleMeasurementDao
SaleMeasurementDao.toRemoteSaleMeasurementNaturalIdArray(java.util.Collection)
protected RemoteSaleMeasurementNaturalId toRemoteSaleMeasurementNaturalId(java.lang.Object[] row)
SaleMeasurementDaoImpl
class if you intend to use reporting queries.
SaleMeasurementDao.toRemoteSaleMeasurementNaturalId(fr.ifremer.allegro.data.measure.SaleMeasurement)
public final void remoteSaleMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
SaleMeasurementDao
RemoteSaleMeasurementNaturalId
to this
DAO's entity.
remoteSaleMeasurementNaturalIdToEntityCollection
in interface SaleMeasurementDao
SaleMeasurementDao.remoteSaleMeasurementNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteSaleMeasurementNaturalId(SaleMeasurement source, RemoteSaleMeasurementNaturalId target)
SaleMeasurementDao
toRemoteSaleMeasurementNaturalId
in interface SaleMeasurementDao
SaleMeasurementDao.toRemoteSaleMeasurementNaturalId(fr.ifremer.allegro.data.measure.SaleMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteSaleMeasurementNaturalId)
public RemoteSaleMeasurementNaturalId toRemoteSaleMeasurementNaturalId(SaleMeasurement entity)
SaleMeasurementDao
RemoteSaleMeasurementNaturalId
.
toRemoteSaleMeasurementNaturalId
in interface SaleMeasurementDao
SaleMeasurementDao.toRemoteSaleMeasurementNaturalId(fr.ifremer.allegro.data.measure.SaleMeasurement)
public void remoteSaleMeasurementNaturalIdToEntity(RemoteSaleMeasurementNaturalId source, SaleMeasurement target, boolean copyIfNull)
SaleMeasurementDao
RemoteSaleMeasurementNaturalId
to the specified entity.
remoteSaleMeasurementNaturalIdToEntity
in interface SaleMeasurementDao
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.SaleMeasurementDao#remoteSaleMeasurementNaturalIdToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteSaleMeasurementNaturalId, fr.ifremer.allegro.data.measure.SaleMeasurement)
public final void toClusterSaleMeasurementCollection(java.util.Collection entities)
SaleMeasurementDao
ClusterSaleMeasurement
.
toClusterSaleMeasurementCollection
in interface SaleMeasurementDao
SaleMeasurementDao.toClusterSaleMeasurementCollection(java.util.Collection)
public final ClusterSaleMeasurement[] toClusterSaleMeasurementArray(java.util.Collection entities)
SaleMeasurementDao
ClusterSaleMeasurement
.
toClusterSaleMeasurementArray
in interface SaleMeasurementDao
SaleMeasurementDao.toClusterSaleMeasurementArray(java.util.Collection)
protected ClusterSaleMeasurement toClusterSaleMeasurement(java.lang.Object[] row)
SaleMeasurementDaoImpl
class if you intend to use reporting queries.
SaleMeasurementDao.toClusterSaleMeasurement(fr.ifremer.allegro.data.measure.SaleMeasurement)
public final void clusterSaleMeasurementToEntityCollection(java.util.Collection instances)
SaleMeasurementDao
ClusterSaleMeasurement
to this
DAO's entity.
clusterSaleMeasurementToEntityCollection
in interface SaleMeasurementDao
SaleMeasurementDao.clusterSaleMeasurementToEntityCollection(java.util.Collection)
public void toClusterSaleMeasurement(SaleMeasurement source, ClusterSaleMeasurement target)
SaleMeasurementDao
toClusterSaleMeasurement
in interface SaleMeasurementDao
SaleMeasurementDao.toClusterSaleMeasurement(fr.ifremer.allegro.data.measure.SaleMeasurement, fr.ifremer.allegro.data.measure.generic.cluster.ClusterSaleMeasurement)
public ClusterSaleMeasurement toClusterSaleMeasurement(SaleMeasurement entity)
SaleMeasurementDao
ClusterSaleMeasurement
.
toClusterSaleMeasurement
in interface SaleMeasurementDao
SaleMeasurementDao.toClusterSaleMeasurement(fr.ifremer.allegro.data.measure.SaleMeasurement)
public void clusterSaleMeasurementToEntity(ClusterSaleMeasurement source, SaleMeasurement target, boolean copyIfNull)
SaleMeasurementDao
ClusterSaleMeasurement
to the specified entity.
clusterSaleMeasurementToEntity
in interface SaleMeasurementDao
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.SaleMeasurementDao#clusterSaleMeasurementToEntity(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSaleMeasurement, fr.ifremer.allegro.data.measure.SaleMeasurement)
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 SaleMeasurementDao
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.SaleMeasurementDao.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 SaleMeasurementDao
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.SaleMeasurementDao.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 SaleMeasurementDao
search
in class MeasurementDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
SaleMeasurementDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
MeasurementDao
search
object.
search
in interface MeasurementDao
search
in interface SaleMeasurementDao
search
in class MeasurementDaoBase
search
- the search object which provides the search parameters and pagination specification.
SaleMeasurementDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |