|
||||||||||
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.SampleMeasurementDaoBase
public abstract class SampleMeasurementDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.measure.SampleMeasurement
.
SampleMeasurement
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.measure.SampleMeasurementDao |
---|
TRANSFORM_CLUSTERSAMPLEMEASUREMENT, TRANSFORM_REMOTESAMPLEMEASUREMENTFULLVO, TRANSFORM_REMOTESAMPLEMEASUREMENTNATURALID |
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao |
---|
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID |
Constructor Summary | |
---|---|
SampleMeasurementDaoBase()
|
Method Summary | |
---|---|
void |
clusterSampleMeasurementToEntity(ClusterSampleMeasurement source,
SampleMeasurement target,
boolean copyIfNull)
Copies the fields of ClusterSampleMeasurement to the specified entity. |
void |
clusterSampleMeasurementToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterSampleMeasurement to this
DAO's entity. |
SampleMeasurement |
create(java.lang.Boolean isReferenceMeasurement,
Pmfm pmfm,
QualityFlag qualityFlag,
Sample sample)
Creates a new fr.ifremer.allegro.data.measure.SampleMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.measure.SampleMeasurement and adds from the passed in entities collection |
SampleMeasurement |
create(java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
java.lang.Short individualNumber,
java.lang.Boolean isReferenceMeasurement,
Sample sample)
Creates a new fr.ifremer.allegro.data.measure.SampleMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
java.lang.Object |
create(int transform,
java.lang.Boolean isReferenceMeasurement,
Pmfm pmfm,
QualityFlag qualityFlag,
Sample sample)
Does the same thing as SampleMeasurementDao.create(java.lang.Boolean,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.sample.Sample) with an
additional flag called transform . |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as SampleMeasurementDao.create(fr.ifremer.allegro.data.measure.SampleMeasurement) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
java.lang.Short individualNumber,
java.lang.Boolean isReferenceMeasurement,
Sample sample)
Does the same thing as SampleMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.lang.Short,java.lang.Boolean,fr.ifremer.allegro.data.sample.Sample) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
SampleMeasurement sampleMeasurement)
Does the same thing as SampleMeasurementDao.create(fr.ifremer.allegro.data.measure.SampleMeasurement) with an
additional flag called transform . |
SampleMeasurement |
create(SampleMeasurement sampleMeasurement)
Creates an instance of fr.ifremer.allegro.data.measure.SampleMeasurement and adds it to the persistent store. |
SampleMeasurement |
createFromClusterSampleMeasurement(ClusterSampleMeasurement clusterSampleMeasurement)
|
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 |
findSampleMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
|
java.util.Collection |
findSampleMeasurementByAggregationLevel(int transform,
AggregationLevel aggregationLevel)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional flag called transform . |
java.util.Collection |
findSampleMeasurementByAggregationLevel(int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByAggregationLevel(int transform,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByAggregationLevel(java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByAggregationLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
|
java.util.Collection |
findSampleMeasurementByAnalysisInstrument(int transform,
AnalysisInstrument analysisInstrument)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional flag called transform . |
java.util.Collection |
findSampleMeasurementByAnalysisInstrument(int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByAnalysisInstrument(int transform,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByAnalysisInstrument(java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByAnalysisInstrument(java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByDepartment(Department department)
|
java.util.Collection |
findSampleMeasurementByDepartment(int transform,
Department department)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findSampleMeasurementByDepartment(int pageNumber,
int pageSize,
Department department)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByDepartment(int transform,
int pageNumber,
int pageSize,
Department department)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByDepartment(int transform,
java.lang.String queryString,
Department department)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByDepartment(java.lang.String queryString,
Department department)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
SampleMeasurement |
findSampleMeasurementById(java.lang.Integer id)
|
java.lang.Object |
findSampleMeasurementById(int transform,
java.lang.Integer id)
Does the same thing as SampleMeasurementDao.findSampleMeasurementById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSampleMeasurementById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SampleMeasurementDao.findSampleMeasurementById(int, java.lang.Integer) with an
additional argument called queryString . |
SampleMeasurement |
findSampleMeasurementById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SampleMeasurementDao.findSampleMeasurementById(java.lang.Integer) with an
additional argument called queryString . |
SampleMeasurement |
findSampleMeasurementByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findSampleMeasurementByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSampleMeasurementByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
SampleMeasurement |
findSampleMeasurementByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByNumericalPrecision(int transform,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByNumericalPrecision(int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByNumericalPrecision(int transform,
NumericalPrecision numericalPrecision)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional flag called transform . |
java.util.Collection |
findSampleMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
|
java.util.Collection |
findSampleMeasurementByNumericalPrecision(java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByNumericalPrecision(java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByPmfm(int transform,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByPmfm(int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByPmfm(int transform,
Pmfm pmfm)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.util.Collection |
findSampleMeasurementByPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByPmfm(int transform,
java.lang.String queryString,
Pmfm pmfm)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByPmfm(Pmfm pmfm)
|
java.util.Collection |
findSampleMeasurementByPmfm(java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByPmfm(java.lang.String queryString,
Pmfm pmfm)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByPrecisionType(int transform,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByPrecisionType(int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByPrecisionType(int transform,
PrecisionType precisionType)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional flag called transform . |
java.util.Collection |
findSampleMeasurementByPrecisionType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByPrecisionType(int transform,
java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByPrecisionType(PrecisionType precisionType)
|
java.util.Collection |
findSampleMeasurementByPrecisionType(java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByPrecisionType(java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByQualitativeValue(int transform,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByQualitativeValue(int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByQualitativeValue(int transform,
QualitativeValue qualitativeValue)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findSampleMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
|
java.util.Collection |
findSampleMeasurementByQualitativeValue(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByQualitativeValue(java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findSampleMeasurementByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findSampleMeasurementByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementBySample(int transform,
int pageNumber,
int pageSize,
Sample sample)
Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(int, fr.ifremer.allegro.data.sample.Sample) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementBySample(int pageNumber,
int pageSize,
Sample sample)
Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(fr.ifremer.allegro.data.sample.Sample) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementBySample(int transform,
Sample sample)
Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(fr.ifremer.allegro.data.sample.Sample) with an
additional flag called transform . |
java.util.Collection |
findSampleMeasurementBySample(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Sample sample)
Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(int, String, fr.ifremer.allegro.data.sample.Sample) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementBySample(int transform,
java.lang.String queryString,
Sample sample)
Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(int, fr.ifremer.allegro.data.sample.Sample) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementBySample(Sample sample)
|
java.util.Collection |
findSampleMeasurementBySample(java.lang.String queryString,
int pageNumber,
int pageSize,
Sample sample)
Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(String, fr.ifremer.allegro.data.sample.Sample) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementBySample(java.lang.String queryString,
Sample sample)
Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(fr.ifremer.allegro.data.sample.Sample) with an
additional argument called queryString . |
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 |
getAllSampleMeasurement()
|
java.util.Collection |
getAllSampleMeasurement(int transform)
Does the same thing as SampleMeasurementDao.getAllSampleMeasurement() with an
additional flag called transform . |
java.util.Collection |
getAllSampleMeasurement(int pageNumber,
int pageSize)
Does the same thing as SampleMeasurementDao.getAllSampleMeasurement() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSampleMeasurement(int transform,
int pageNumber,
int pageSize)
Does the same thing as SampleMeasurementDao.getAllSampleMeasurement(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSampleMeasurement(int transform,
java.lang.String queryString)
Does the same thing as SampleMeasurementDao.getAllSampleMeasurement(int) with an
additional argument called queryString . |
java.util.Collection |
getAllSampleMeasurement(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SampleMeasurementDao.getAllSampleMeasurement(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSampleMeasurement(java.lang.String queryString)
Does the same thing as SampleMeasurementDao.getAllSampleMeasurement() with an
additional argument called queryString . |
java.util.Collection |
getAllSampleMeasurement(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SampleMeasurementDao.getAllSampleMeasurement(String) with an
additional two arguments called pageNumber and pageSize . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected SampleDao |
getSampleDao()
Gets the reference to sampleDao . |
protected abstract SampleMeasurement |
handleCreateFromClusterSampleMeasurement(ClusterSampleMeasurement clusterSampleMeasurement)
Performs the core logic for createFromClusterSampleMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSampleMeasurement) |
SampleMeasurement |
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 |
remoteSampleMeasurementFullVOToEntity(RemoteSampleMeasurementFullVO source,
SampleMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteSampleMeasurementFullVO to the specified entity. |
void |
remoteSampleMeasurementFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSampleMeasurementFullVO to this
DAO's entity. |
void |
remoteSampleMeasurementNaturalIdToEntity(RemoteSampleMeasurementNaturalId source,
SampleMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteSampleMeasurementNaturalId to the specified entity. |
void |
remoteSampleMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSampleMeasurementNaturalId 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(SampleMeasurement sampleMeasurement)
Removes the instance of fr.ifremer.allegro.data.measure.SampleMeasurement 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 |
setSampleDao(SampleDao sampleDao)
Sets the reference to sampleDao . |
protected ClusterSampleMeasurement |
toClusterSampleMeasurement(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterSampleMeasurement |
toClusterSampleMeasurement(SampleMeasurement entity)
Converts this DAO's entity to an object of type ClusterSampleMeasurement . |
void |
toClusterSampleMeasurement(SampleMeasurement source,
ClusterSampleMeasurement target)
Copies the fields of the specified entity to the target value object. |
ClusterSampleMeasurement[] |
toClusterSampleMeasurementArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterSampleMeasurement . |
void |
toClusterSampleMeasurementCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterSampleMeasurement . |
protected SampleMeasurement |
toEntity(java.lang.Object[] row)
|
protected RemoteSampleMeasurementFullVO |
toRemoteSampleMeasurementFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSampleMeasurementFullVO |
toRemoteSampleMeasurementFullVO(SampleMeasurement entity)
Converts this DAO's entity to an object of type RemoteSampleMeasurementFullVO . |
void |
toRemoteSampleMeasurementFullVO(SampleMeasurement source,
RemoteSampleMeasurementFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteSampleMeasurementFullVO[] |
toRemoteSampleMeasurementFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSampleMeasurementFullVO . |
void |
toRemoteSampleMeasurementFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSampleMeasurementFullVO . |
protected RemoteSampleMeasurementNaturalId |
toRemoteSampleMeasurementNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSampleMeasurementNaturalId |
toRemoteSampleMeasurementNaturalId(SampleMeasurement entity)
Converts this DAO's entity to an object of type RemoteSampleMeasurementNaturalId . |
void |
toRemoteSampleMeasurementNaturalId(SampleMeasurement source,
RemoteSampleMeasurementNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteSampleMeasurementNaturalId[] |
toRemoteSampleMeasurementNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSampleMeasurementNaturalId . |
void |
toRemoteSampleMeasurementNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSampleMeasurementNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.measure.SampleMeasurement)
method. |
protected java.lang.Object |
transformEntity(int transform,
SampleMeasurement 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.SampleMeasurementDao , 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(SampleMeasurement sampleMeasurement)
Updates the sampleMeasurement 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.SampleMeasurementDao |
---|
clusterSampleMeasurementToEntity, remoteSampleMeasurementFullVOToEntity, remoteSampleMeasurementNaturalIdToEntity |
Constructor Detail |
---|
public SampleMeasurementDaoBase()
Method Detail |
---|
public void setSampleDao(SampleDao sampleDao)
sampleDao
.
protected SampleDao getSampleDao()
sampleDao
.
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 SampleMeasurementDao
load
in class MeasurementDaoBase
id
- identifier of the entity to load
SampleMeasurementDao.load(int, java.lang.Integer)
public SampleMeasurement load(java.lang.Integer id)
MeasurementDao
load
in interface MeasurementDao
load
in interface SampleMeasurementDao
load
in class MeasurementDaoBase
SampleMeasurementDao.load(java.lang.Integer)
public java.util.Collection loadAll()
MeasurementDao
Measurement
.
loadAll
in interface MeasurementDao
loadAll
in interface SampleMeasurementDao
loadAll
in class MeasurementDaoBase
SampleMeasurementDao.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 SampleMeasurementDao
loadAll
in class MeasurementDaoBase
transform
- the flag indicating what transformation to use.
SampleMeasurementDao.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 SampleMeasurementDao
loadAll
in class MeasurementDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
SampleMeasurementDao.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 SampleMeasurementDao
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.
SampleMeasurementDao.loadAll(int, int, int)
public SampleMeasurement create(SampleMeasurement sampleMeasurement)
SampleMeasurementDao
create
in interface SampleMeasurementDao
SampleMeasurementDao.create(fr.ifremer.allegro.data.measure.SampleMeasurement)
public java.lang.Object create(int transform, SampleMeasurement sampleMeasurement)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.create(fr.ifremer.allegro.data.measure.SampleMeasurement)
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 SampleMeasurementDao
SampleMeasurementDao.create(int transform, fr.ifremer.allegro.data.measure.SampleMeasurement)
public java.util.Collection create(java.util.Collection entities)
SampleMeasurementDao
entities
collection
create
in interface SampleMeasurementDao
entities
- the collection of fr.ifremer.allegro.data.measure.SampleMeasurement
instances to create.
SampleMeasurementDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.create(fr.ifremer.allegro.data.measure.SampleMeasurement)
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 SampleMeasurementDao
SampleMeasurementDao.create(int, java.util.Collection)
public SampleMeasurement create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
SampleMeasurementDao
Creates a new fr.ifremer.allegro.data.measure.SampleMeasurement
instance from all attributes and
properties and adds it to the persistent store.
create
in interface SampleMeasurementDao
fr.ifremer.allegro.data.measure.MeasurementDao#create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.lang.Short,java.lang.Boolean,fr.ifremer.allegro.data.sample.Sample)
public java.lang.Object create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.lang.Short,java.lang.Boolean,fr.ifremer.allegro.data.sample.Sample)
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 SampleMeasurementDao
fr.ifremer.allegro.data.measure.MeasurementDao#create(int, java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.lang.Short,java.lang.Boolean,fr.ifremer.allegro.data.sample.Sample)
public SampleMeasurement create(java.lang.Boolean isReferenceMeasurement, Pmfm pmfm, QualityFlag qualityFlag, Sample sample)
SampleMeasurementDao
Creates a new fr.ifremer.allegro.data.measure.SampleMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface SampleMeasurementDao
SampleMeasurementDao.create(java.lang.Boolean,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.sample.Sample)
public java.lang.Object create(int transform, java.lang.Boolean isReferenceMeasurement, Pmfm pmfm, QualityFlag qualityFlag, Sample sample)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.create(java.lang.Boolean,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.sample.Sample)
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 SampleMeasurementDao
SampleMeasurementDao.create(int, java.lang.Boolean,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.sample.Sample)
public void update(SampleMeasurement sampleMeasurement)
SampleMeasurementDao
sampleMeasurement
instance in the persistent store.
update
in interface SampleMeasurementDao
SampleMeasurementDao.update(fr.ifremer.allegro.data.measure.SampleMeasurement)
public void update(java.util.Collection entities)
MeasurementDao
entities
collection in the persistent store.
update
in interface MeasurementDao
update
in interface SampleMeasurementDao
update
in class MeasurementDaoBase
MeasurementDao.update(java.util.Collection)
public void remove(SampleMeasurement sampleMeasurement)
SampleMeasurementDao
remove
in interface SampleMeasurementDao
SampleMeasurementDao.remove(fr.ifremer.allegro.data.measure.SampleMeasurement)
public void remove(java.lang.Integer id)
MeasurementDao
identifier
from the persistent store.
remove
in interface MeasurementDao
remove
in interface SampleMeasurementDao
remove
in class MeasurementDaoBase
SampleMeasurementDao.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 SampleMeasurementDao
- Overrides:
remove
in class MeasurementDaoBase
- See Also:
MeasurementDao.remove(java.util.Collection)
public java.util.Collection getAllSampleMeasurement()
getAllSampleMeasurement
in interface SampleMeasurementDao
SampleMeasurementDao.getAllSampleMeasurement()
public java.util.Collection getAllSampleMeasurement(int transform)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.getAllSampleMeasurement()
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.
getAllSampleMeasurement
in interface SampleMeasurementDao
SampleMeasurementDao.getAllSampleMeasurement(int)
public java.util.Collection getAllSampleMeasurement(java.lang.String queryString)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.getAllSampleMeasurement()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.getAllSampleMeasurement()
.
getAllSampleMeasurement
in interface SampleMeasurementDao
SampleMeasurementDao.getAllSampleMeasurement(java.lang.String)
public java.util.Collection getAllSampleMeasurement(int pageNumber, int pageSize)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.getAllSampleMeasurement()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllSampleMeasurement
in interface SampleMeasurementDao
SampleMeasurementDao.getAllSampleMeasurement(int, int)
public java.util.Collection getAllSampleMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.getAllSampleMeasurement(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.
getAllSampleMeasurement
in interface SampleMeasurementDao
SampleMeasurementDao.getAllSampleMeasurement(String, int, int)
public java.util.Collection getAllSampleMeasurement(int transform, java.lang.String queryString)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.getAllSampleMeasurement(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.getAllSampleMeasurement(int)
.
getAllSampleMeasurement
in interface SampleMeasurementDao
SampleMeasurementDao.getAllSampleMeasurement(int, String)
public java.util.Collection getAllSampleMeasurement(int transform, int pageNumber, int pageSize)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.getAllSampleMeasurement(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.
getAllSampleMeasurement
in interface SampleMeasurementDao
SampleMeasurementDao.getAllSampleMeasurement(int, int, int)
public java.util.Collection getAllSampleMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.getAllSampleMeasurement(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.
getAllSampleMeasurement
in interface SampleMeasurementDao
SampleMeasurementDao.getAllSampleMeasurement(int, java.lang.String, int, int)
public SampleMeasurement findSampleMeasurementById(java.lang.Integer id)
findSampleMeasurementById
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementById(java.lang.Integer)
public java.lang.Object findSampleMeasurementById(int transform, java.lang.Integer id)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementById(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.
findSampleMeasurementById
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementById(int, java.lang.Integer)
public SampleMeasurement findSampleMeasurementById(java.lang.String queryString, java.lang.Integer id)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.findSampleMeasurementById(java.lang.Integer)
.
findSampleMeasurementById
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementById(java.lang.String, java.lang.Integer)
public java.lang.Object findSampleMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.findSampleMeasurementById(int, java.lang.Integer id)
.
findSampleMeasurementById
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findSampleMeasurementBySample(Sample sample)
findSampleMeasurementBySample
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementBySample(fr.ifremer.allegro.data.sample.Sample)
public java.util.Collection findSampleMeasurementBySample(int transform, Sample sample)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(fr.ifremer.allegro.data.sample.Sample)
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.
findSampleMeasurementBySample
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementBySample(int, fr.ifremer.allegro.data.sample.Sample)
public java.util.Collection findSampleMeasurementBySample(java.lang.String queryString, Sample sample)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(fr.ifremer.allegro.data.sample.Sample)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.findSampleMeasurementBySample(fr.ifremer.allegro.data.sample.Sample)
.
findSampleMeasurementBySample
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementBySample(java.lang.String, fr.ifremer.allegro.data.sample.Sample)
public java.util.Collection findSampleMeasurementBySample(int pageNumber, int pageSize, Sample sample)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(fr.ifremer.allegro.data.sample.Sample)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSampleMeasurementBySample
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementBySample(int, int, fr.ifremer.allegro.data.sample.Sample)
public java.util.Collection findSampleMeasurementBySample(java.lang.String queryString, int pageNumber, int pageSize, Sample sample)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(String, fr.ifremer.allegro.data.sample.Sample)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSampleMeasurementBySample
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementBySample(String, int, int, fr.ifremer.allegro.data.sample.Sample)
public java.util.Collection findSampleMeasurementBySample(int transform, java.lang.String queryString, Sample sample)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(int, fr.ifremer.allegro.data.sample.Sample)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.findSampleMeasurementBySample(int, fr.ifremer.allegro.data.sample.Sample sample)
.
findSampleMeasurementBySample
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementBySample(int, String, fr.ifremer.allegro.data.sample.Sample)
public java.util.Collection findSampleMeasurementBySample(int transform, int pageNumber, int pageSize, Sample sample)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(int, fr.ifremer.allegro.data.sample.Sample)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSampleMeasurementBySample
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementBySample(int, int, int, fr.ifremer.allegro.data.sample.Sample)
public java.util.Collection findSampleMeasurementBySample(int transform, java.lang.String queryString, int pageNumber, int pageSize, Sample sample)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementBySample(int, String, fr.ifremer.allegro.data.sample.Sample)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSampleMeasurementBySample
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementBySample(int, java.lang.String, int, int, fr.ifremer.allegro.data.sample.Sample)
public java.util.Collection findSampleMeasurementByDepartment(Department department)
findSampleMeasurementByDepartment
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSampleMeasurementByDepartment(int transform, Department department)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(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.
findSampleMeasurementByDepartment
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSampleMeasurementByDepartment(java.lang.String queryString, Department department)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.findSampleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
.
findSampleMeasurementByDepartment
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSampleMeasurementByDepartment(int pageNumber, int pageSize, Department department)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(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.
findSampleMeasurementByDepartment
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSampleMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(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.
findSampleMeasurementByDepartment
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSampleMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(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 SampleMeasurementDao.findSampleMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department department)
.
findSampleMeasurementByDepartment
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSampleMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(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.
findSampleMeasurementByDepartment
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSampleMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByDepartment(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.
findSampleMeasurementByDepartment
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSampleMeasurementByPrecisionType(PrecisionType precisionType)
findSampleMeasurementByPrecisionType
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSampleMeasurementByPrecisionType(int transform, PrecisionType precisionType)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(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.
findSampleMeasurementByPrecisionType
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSampleMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.findSampleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
.
findSampleMeasurementByPrecisionType
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByPrecisionType(java.lang.String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSampleMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(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.
findSampleMeasurementByPrecisionType
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSampleMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(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.
findSampleMeasurementByPrecisionType
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSampleMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.findSampleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType)
.
findSampleMeasurementByPrecisionType
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSampleMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(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.
findSampleMeasurementByPrecisionType
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSampleMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPrecisionType(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.
findSampleMeasurementByPrecisionType
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSampleMeasurementByQualityFlag(QualityFlag qualityFlag)
findSampleMeasurementByQualityFlag
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSampleMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualityFlag(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.
findSampleMeasurementByQualityFlag
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSampleMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.findSampleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findSampleMeasurementByQualityFlag
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSampleMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualityFlag(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.
findSampleMeasurementByQualityFlag
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSampleMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualityFlag(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.
findSampleMeasurementByQualityFlag
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSampleMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.findSampleMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findSampleMeasurementByQualityFlag
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSampleMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualityFlag(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.
findSampleMeasurementByQualityFlag
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSampleMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualityFlag(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.
findSampleMeasurementByQualityFlag
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSampleMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
findSampleMeasurementByAnalysisInstrument
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSampleMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(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.
findSampleMeasurementByAnalysisInstrument
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSampleMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
findSampleMeasurementByAnalysisInstrument
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSampleMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(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.
findSampleMeasurementByAnalysisInstrument
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSampleMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(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.
findSampleMeasurementByAnalysisInstrument
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSampleMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
findSampleMeasurementByAnalysisInstrument
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSampleMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(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.
findSampleMeasurementByAnalysisInstrument
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSampleMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(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.
findSampleMeasurementByAnalysisInstrument
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSampleMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
findSampleMeasurementByNumericalPrecision
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSampleMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(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.
findSampleMeasurementByNumericalPrecision
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSampleMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
.
findSampleMeasurementByNumericalPrecision
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(java.lang.String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSampleMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(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.
findSampleMeasurementByNumericalPrecision
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSampleMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(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.
findSampleMeasurementByNumericalPrecision
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSampleMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision numericalPrecision)
.
findSampleMeasurementByNumericalPrecision
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSampleMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(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.
findSampleMeasurementByNumericalPrecision
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(int, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSampleMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(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.
findSampleMeasurementByNumericalPrecision
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByNumericalPrecision(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSampleMeasurementByPmfm(Pmfm pmfm)
findSampleMeasurementByPmfm
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSampleMeasurementByPmfm(int transform, Pmfm pmfm)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPmfm(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.
findSampleMeasurementByPmfm
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSampleMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.findSampleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
findSampleMeasurementByPmfm
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSampleMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPmfm(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.
findSampleMeasurementByPmfm
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSampleMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPmfm(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.
findSampleMeasurementByPmfm
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSampleMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPmfm(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 SampleMeasurementDao.findSampleMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
findSampleMeasurementByPmfm
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSampleMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPmfm(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.
findSampleMeasurementByPmfm
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSampleMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByPmfm(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.
findSampleMeasurementByPmfm
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSampleMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
findSampleMeasurementByQualitativeValue
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSampleMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualitativeValue(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.
findSampleMeasurementByQualitativeValue
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSampleMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.findSampleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
findSampleMeasurementByQualitativeValue
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSampleMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualitativeValue(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.
findSampleMeasurementByQualitativeValue
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSampleMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualitativeValue(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.
findSampleMeasurementByQualitativeValue
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSampleMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualitativeValue(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 SampleMeasurementDao.findSampleMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
findSampleMeasurementByQualitativeValue
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSampleMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualitativeValue(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.
findSampleMeasurementByQualitativeValue
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSampleMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByQualitativeValue(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.
findSampleMeasurementByQualitativeValue
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSampleMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
findSampleMeasurementByAggregationLevel
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSampleMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAggregationLevel(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.
findSampleMeasurementByAggregationLevel
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSampleMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.findSampleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
.
findSampleMeasurementByAggregationLevel
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByAggregationLevel(java.lang.String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSampleMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAggregationLevel(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.
findSampleMeasurementByAggregationLevel
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSampleMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAggregationLevel(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.
findSampleMeasurementByAggregationLevel
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSampleMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAggregationLevel(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 SampleMeasurementDao.findSampleMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel)
.
findSampleMeasurementByAggregationLevel
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSampleMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAggregationLevel(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.
findSampleMeasurementByAggregationLevel
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSampleMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByAggregationLevel(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.
findSampleMeasurementByAggregationLevel
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public SampleMeasurement findSampleMeasurementByNaturalId(java.lang.Integer id)
findSampleMeasurementByNaturalId
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByNaturalId(java.lang.Integer)
public java.lang.Object findSampleMeasurementByNaturalId(int transform, java.lang.Integer id)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNaturalId(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.
findSampleMeasurementByNaturalId
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByNaturalId(int, java.lang.Integer)
public SampleMeasurement findSampleMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.findSampleMeasurementByNaturalId(java.lang.Integer)
.
findSampleMeasurementByNaturalId
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findSampleMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
SampleMeasurementDao
Does the same thing as SampleMeasurementDao.findSampleMeasurementByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SampleMeasurementDao.findSampleMeasurementByNaturalId(int, java.lang.Integer id)
.
findSampleMeasurementByNaturalId
in interface SampleMeasurementDao
SampleMeasurementDao.findSampleMeasurementByNaturalId(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 SampleMeasurement createFromClusterSampleMeasurement(ClusterSampleMeasurement clusterSampleMeasurement)
createFromClusterSampleMeasurement
in interface SampleMeasurementDao
SampleMeasurementDao.createFromClusterSampleMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSampleMeasurement)
protected abstract SampleMeasurement handleCreateFromClusterSampleMeasurement(ClusterSampleMeasurement clusterSampleMeasurement) throws java.lang.Exception
createFromClusterSampleMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSampleMeasurement)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, SampleMeasurement entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.measure.SampleMeasurementDao
, 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:
SampleMeasurement
- MeasurementDao.TRANSFORM_NONE
RemoteSampleMeasurementFullVO
- TRANSFORM_REMOTESAMPLEMEASUREMENTFULLVO
RemoteSampleMeasurementNaturalId
- TRANSFORM_REMOTESAMPLEMEASUREMENTNATURALID
ClusterSampleMeasurement
- TRANSFORM_CLUSTERSAMPLEMEASUREMENT
MeasurementDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in SampleMeasurementDao
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.SampleMeasurement)
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.SampleMeasurementDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.measure.SampleMeasurement)
protected SampleMeasurement toEntity(java.lang.Object[] row)
toEntity
in class MeasurementDaoBase
public final void toRemoteSampleMeasurementFullVOCollection(java.util.Collection entities)
SampleMeasurementDao
RemoteSampleMeasurementFullVO
.
toRemoteSampleMeasurementFullVOCollection
in interface SampleMeasurementDao
SampleMeasurementDao.toRemoteSampleMeasurementFullVOCollection(java.util.Collection)
public final RemoteSampleMeasurementFullVO[] toRemoteSampleMeasurementFullVOArray(java.util.Collection entities)
SampleMeasurementDao
RemoteSampleMeasurementFullVO
.
toRemoteSampleMeasurementFullVOArray
in interface SampleMeasurementDao
SampleMeasurementDao.toRemoteSampleMeasurementFullVOArray(java.util.Collection)
protected RemoteSampleMeasurementFullVO toRemoteSampleMeasurementFullVO(java.lang.Object[] row)
SampleMeasurementDaoImpl
class if you intend to use reporting queries.
SampleMeasurementDao.toRemoteSampleMeasurementFullVO(fr.ifremer.allegro.data.measure.SampleMeasurement)
public final void remoteSampleMeasurementFullVOToEntityCollection(java.util.Collection instances)
SampleMeasurementDao
RemoteSampleMeasurementFullVO
to this
DAO's entity.
remoteSampleMeasurementFullVOToEntityCollection
in interface SampleMeasurementDao
SampleMeasurementDao.remoteSampleMeasurementFullVOToEntityCollection(java.util.Collection)
public void toRemoteSampleMeasurementFullVO(SampleMeasurement source, RemoteSampleMeasurementFullVO target)
SampleMeasurementDao
toRemoteSampleMeasurementFullVO
in interface SampleMeasurementDao
SampleMeasurementDao.toRemoteSampleMeasurementFullVO(fr.ifremer.allegro.data.measure.SampleMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementFullVO)
public RemoteSampleMeasurementFullVO toRemoteSampleMeasurementFullVO(SampleMeasurement entity)
SampleMeasurementDao
RemoteSampleMeasurementFullVO
.
toRemoteSampleMeasurementFullVO
in interface SampleMeasurementDao
SampleMeasurementDao.toRemoteSampleMeasurementFullVO(fr.ifremer.allegro.data.measure.SampleMeasurement)
public void remoteSampleMeasurementFullVOToEntity(RemoteSampleMeasurementFullVO source, SampleMeasurement target, boolean copyIfNull)
SampleMeasurementDao
RemoteSampleMeasurementFullVO
to the specified entity.
remoteSampleMeasurementFullVOToEntity
in interface SampleMeasurementDao
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.SampleMeasurementDao#remoteSampleMeasurementFullVOToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementFullVO, fr.ifremer.allegro.data.measure.SampleMeasurement)
public final void toRemoteSampleMeasurementNaturalIdCollection(java.util.Collection entities)
SampleMeasurementDao
RemoteSampleMeasurementNaturalId
.
toRemoteSampleMeasurementNaturalIdCollection
in interface SampleMeasurementDao
SampleMeasurementDao.toRemoteSampleMeasurementNaturalIdCollection(java.util.Collection)
public final RemoteSampleMeasurementNaturalId[] toRemoteSampleMeasurementNaturalIdArray(java.util.Collection entities)
SampleMeasurementDao
RemoteSampleMeasurementNaturalId
.
toRemoteSampleMeasurementNaturalIdArray
in interface SampleMeasurementDao
SampleMeasurementDao.toRemoteSampleMeasurementNaturalIdArray(java.util.Collection)
protected RemoteSampleMeasurementNaturalId toRemoteSampleMeasurementNaturalId(java.lang.Object[] row)
SampleMeasurementDaoImpl
class if you intend to use reporting queries.
SampleMeasurementDao.toRemoteSampleMeasurementNaturalId(fr.ifremer.allegro.data.measure.SampleMeasurement)
public final void remoteSampleMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
SampleMeasurementDao
RemoteSampleMeasurementNaturalId
to this
DAO's entity.
remoteSampleMeasurementNaturalIdToEntityCollection
in interface SampleMeasurementDao
SampleMeasurementDao.remoteSampleMeasurementNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteSampleMeasurementNaturalId(SampleMeasurement source, RemoteSampleMeasurementNaturalId target)
SampleMeasurementDao
toRemoteSampleMeasurementNaturalId
in interface SampleMeasurementDao
SampleMeasurementDao.toRemoteSampleMeasurementNaturalId(fr.ifremer.allegro.data.measure.SampleMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementNaturalId)
public RemoteSampleMeasurementNaturalId toRemoteSampleMeasurementNaturalId(SampleMeasurement entity)
SampleMeasurementDao
RemoteSampleMeasurementNaturalId
.
toRemoteSampleMeasurementNaturalId
in interface SampleMeasurementDao
SampleMeasurementDao.toRemoteSampleMeasurementNaturalId(fr.ifremer.allegro.data.measure.SampleMeasurement)
public void remoteSampleMeasurementNaturalIdToEntity(RemoteSampleMeasurementNaturalId source, SampleMeasurement target, boolean copyIfNull)
SampleMeasurementDao
RemoteSampleMeasurementNaturalId
to the specified entity.
remoteSampleMeasurementNaturalIdToEntity
in interface SampleMeasurementDao
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.SampleMeasurementDao#remoteSampleMeasurementNaturalIdToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementNaturalId, fr.ifremer.allegro.data.measure.SampleMeasurement)
public final void toClusterSampleMeasurementCollection(java.util.Collection entities)
SampleMeasurementDao
ClusterSampleMeasurement
.
toClusterSampleMeasurementCollection
in interface SampleMeasurementDao
SampleMeasurementDao.toClusterSampleMeasurementCollection(java.util.Collection)
public final ClusterSampleMeasurement[] toClusterSampleMeasurementArray(java.util.Collection entities)
SampleMeasurementDao
ClusterSampleMeasurement
.
toClusterSampleMeasurementArray
in interface SampleMeasurementDao
SampleMeasurementDao.toClusterSampleMeasurementArray(java.util.Collection)
protected ClusterSampleMeasurement toClusterSampleMeasurement(java.lang.Object[] row)
SampleMeasurementDaoImpl
class if you intend to use reporting queries.
SampleMeasurementDao.toClusterSampleMeasurement(fr.ifremer.allegro.data.measure.SampleMeasurement)
public final void clusterSampleMeasurementToEntityCollection(java.util.Collection instances)
SampleMeasurementDao
ClusterSampleMeasurement
to this
DAO's entity.
clusterSampleMeasurementToEntityCollection
in interface SampleMeasurementDao
SampleMeasurementDao.clusterSampleMeasurementToEntityCollection(java.util.Collection)
public void toClusterSampleMeasurement(SampleMeasurement source, ClusterSampleMeasurement target)
SampleMeasurementDao
toClusterSampleMeasurement
in interface SampleMeasurementDao
SampleMeasurementDao.toClusterSampleMeasurement(fr.ifremer.allegro.data.measure.SampleMeasurement, fr.ifremer.allegro.data.measure.generic.cluster.ClusterSampleMeasurement)
public ClusterSampleMeasurement toClusterSampleMeasurement(SampleMeasurement entity)
SampleMeasurementDao
ClusterSampleMeasurement
.
toClusterSampleMeasurement
in interface SampleMeasurementDao
SampleMeasurementDao.toClusterSampleMeasurement(fr.ifremer.allegro.data.measure.SampleMeasurement)
public void clusterSampleMeasurementToEntity(ClusterSampleMeasurement source, SampleMeasurement target, boolean copyIfNull)
SampleMeasurementDao
ClusterSampleMeasurement
to the specified entity.
clusterSampleMeasurementToEntity
in interface SampleMeasurementDao
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.SampleMeasurementDao#clusterSampleMeasurementToEntity(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSampleMeasurement, fr.ifremer.allegro.data.measure.SampleMeasurement)
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 SampleMeasurementDao
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.SampleMeasurementDao.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 SampleMeasurementDao
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.SampleMeasurementDao.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 SampleMeasurementDao
search
in class MeasurementDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
SampleMeasurementDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
MeasurementDao
search
object.
search
in interface MeasurementDao
search
in interface SampleMeasurementDao
search
in class MeasurementDaoBase
search
- the search object which provides the search parameters and pagination specification.
SampleMeasurementDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |