|
||||||||||
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.GearUseMeasurementDaoBase
public abstract class GearUseMeasurementDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.measure.GearUseMeasurement
.
GearUseMeasurement
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.measure.GearUseMeasurementDao |
---|
TRANSFORM_CLUSTERGEARUSEMEASUREMENT, TRANSFORM_REMOTEGEARUSEMEASUREMENTFULLVO, TRANSFORM_REMOTEGEARUSEMEASUREMENTNATURALID |
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao |
---|
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID |
Constructor Summary | |
---|---|
GearUseMeasurementDaoBase()
|
Method Summary | |
---|---|
void |
clusterGearUseMeasurementToEntity(ClusterGearUseMeasurement source,
GearUseMeasurement target,
boolean copyIfNull)
Copies the fields of ClusterGearUseMeasurement to the specified entity. |
void |
clusterGearUseMeasurementToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterGearUseMeasurement to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.measure.GearUseMeasurement and adds from the passed in entities collection |
GearUseMeasurement |
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,
GearUseFeatures gearUseFeatures)
Creates a new fr.ifremer.allegro.data.measure.GearUseMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
GearUseMeasurement |
create(GearUseFeatures gearUseFeatures,
Pmfm pmfm,
QualityFlag qualityFlag)
Creates a new fr.ifremer.allegro.data.measure.GearUseMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearUseMeasurement |
create(GearUseMeasurement gearUseMeasurement)
Creates an instance of fr.ifremer.allegro.data.measure.GearUseMeasurement and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as GearUseMeasurementDao.create(fr.ifremer.allegro.data.measure.GearUseMeasurement) 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,
GearUseFeatures gearUseFeatures)
Does the same thing as GearUseMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
GearUseFeatures gearUseFeatures,
Pmfm pmfm,
QualityFlag qualityFlag)
Does the same thing as GearUseMeasurementDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
GearUseMeasurement gearUseMeasurement)
Does the same thing as GearUseMeasurementDao.create(fr.ifremer.allegro.data.measure.GearUseMeasurement) with an
additional flag called transform . |
GearUseMeasurement |
createFromClusterGearUseMeasurement(ClusterGearUseMeasurement clusterGearUseMeasurement)
|
java.util.Collection |
findGearUseMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
|
java.util.Collection |
findGearUseMeasurementByAggregationLevel(int transform,
AggregationLevel aggregationLevel)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional flag called transform . |
java.util.Collection |
findGearUseMeasurementByAggregationLevel(int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByAggregationLevel(int transform,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findGearUseMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByAggregationLevel(java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findGearUseMeasurementByAggregationLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
|
java.util.Collection |
findGearUseMeasurementByAnalysisInstrument(int transform,
AnalysisInstrument analysisInstrument)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional flag called transform . |
java.util.Collection |
findGearUseMeasurementByAnalysisInstrument(int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByAnalysisInstrument(int transform,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findGearUseMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByAnalysisInstrument(java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findGearUseMeasurementByAnalysisInstrument(java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByDepartment(Department department)
|
java.util.Collection |
findGearUseMeasurementByDepartment(int transform,
Department department)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findGearUseMeasurementByDepartment(int pageNumber,
int pageSize,
Department department)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByDepartment(int transform,
int pageNumber,
int pageSize,
Department department)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByDepartment(int transform,
java.lang.String queryString,
Department department)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findGearUseMeasurementByDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByDepartment(java.lang.String queryString,
Department department)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findGearUseMeasurementByDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByGearUseFeatures(GearUseFeatures gearUseFeatures)
|
java.util.Collection |
findGearUseMeasurementByGearUseFeatures(int transform,
GearUseFeatures gearUseFeatures)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional flag called transform . |
java.util.Collection |
findGearUseMeasurementByGearUseFeatures(int pageNumber,
int pageSize,
GearUseFeatures gearUseFeatures)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByGearUseFeatures(int transform,
int pageNumber,
int pageSize,
GearUseFeatures gearUseFeatures)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByGearUseFeatures(int transform,
java.lang.String queryString,
GearUseFeatures gearUseFeatures)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional argument called queryString . |
java.util.Collection |
findGearUseMeasurementByGearUseFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
GearUseFeatures gearUseFeatures)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByGearUseFeatures(java.lang.String queryString,
GearUseFeatures gearUseFeatures)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional argument called queryString . |
java.util.Collection |
findGearUseMeasurementByGearUseFeatures(java.lang.String queryString,
int pageNumber,
int pageSize,
GearUseFeatures gearUseFeatures)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
GearUseMeasurement |
findGearUseMeasurementById(java.lang.Integer id)
|
java.lang.Object |
findGearUseMeasurementById(int transform,
java.lang.Integer id)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findGearUseMeasurementById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementById(int, java.lang.Integer) with an
additional argument called queryString . |
GearUseMeasurement |
findGearUseMeasurementById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementById(java.lang.Integer) with an
additional argument called queryString . |
GearUseMeasurement |
findGearUseMeasurementByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findGearUseMeasurementByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findGearUseMeasurementByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
GearUseMeasurement |
findGearUseMeasurementByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findGearUseMeasurementByNumericalPrecision(int transform,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByNumericalPrecision(int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByNumericalPrecision(int transform,
NumericalPrecision numericalPrecision)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional flag called transform . |
java.util.Collection |
findGearUseMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findGearUseMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
|
java.util.Collection |
findGearUseMeasurementByNumericalPrecision(java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByNumericalPrecision(java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findGearUseMeasurementByPmfm(int transform,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByPmfm(int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByPmfm(int transform,
Pmfm pmfm)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.util.Collection |
findGearUseMeasurementByPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByPmfm(int transform,
java.lang.String queryString,
Pmfm pmfm)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findGearUseMeasurementByPmfm(Pmfm pmfm)
|
java.util.Collection |
findGearUseMeasurementByPmfm(java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByPmfm(java.lang.String queryString,
Pmfm pmfm)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findGearUseMeasurementByPrecisionType(int transform,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByPrecisionType(int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByPrecisionType(int transform,
PrecisionType precisionType)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional flag called transform . |
java.util.Collection |
findGearUseMeasurementByPrecisionType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByPrecisionType(int transform,
java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findGearUseMeasurementByPrecisionType(PrecisionType precisionType)
|
java.util.Collection |
findGearUseMeasurementByPrecisionType(java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByPrecisionType(java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findGearUseMeasurementByQualitativeValue(int transform,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByQualitativeValue(int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByQualitativeValue(int transform,
QualitativeValue qualitativeValue)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findGearUseMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findGearUseMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
|
java.util.Collection |
findGearUseMeasurementByQualitativeValue(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByQualitativeValue(java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findGearUseMeasurementByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findGearUseMeasurementByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findGearUseMeasurementByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findGearUseMeasurementByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseMeasurementByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
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 |
getAllGearUseMeasurement()
|
java.util.Collection |
getAllGearUseMeasurement(int transform)
Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement() with an
additional flag called transform . |
java.util.Collection |
getAllGearUseMeasurement(int pageNumber,
int pageSize)
Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearUseMeasurement(int transform,
int pageNumber,
int pageSize)
Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearUseMeasurement(int transform,
java.lang.String queryString)
Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement(int) with an
additional argument called queryString . |
java.util.Collection |
getAllGearUseMeasurement(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearUseMeasurement(java.lang.String queryString)
Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement() with an
additional argument called queryString . |
java.util.Collection |
getAllGearUseMeasurement(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurement()
|
java.util.Collection |
getAllMeasurement(int transform)
Does the same thing as MeasurementDao.getAllMeasurement() with an
additional flag called transform . |
java.util.Collection |
getAllMeasurement(int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurement(int transform,
int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurement(int transform,
java.lang.String queryString)
Does the same thing as MeasurementDao.getAllMeasurement(int) with an
additional argument called queryString . |
java.util.Collection |
getAllMeasurement(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurement(java.lang.String queryString)
Does the same thing as MeasurementDao.getAllMeasurement() with an
additional argument called queryString . |
java.util.Collection |
getAllMeasurement(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement(String) with an
additional two arguments called pageNumber and pageSize . |
protected GearUseFeaturesDao |
getGearUseFeaturesDao()
Gets the reference to gearUseFeaturesDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected abstract GearUseMeasurement |
handleCreateFromClusterGearUseMeasurement(ClusterGearUseMeasurement clusterGearUseMeasurement)
Performs the core logic for createFromClusterGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterGearUseMeasurement) |
GearUseMeasurement |
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 |
remoteGearUseMeasurementFullVOToEntity(RemoteGearUseMeasurementFullVO source,
GearUseMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteGearUseMeasurementFullVO to the specified entity. |
void |
remoteGearUseMeasurementFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteGearUseMeasurementFullVO to this
DAO's entity. |
void |
remoteGearUseMeasurementNaturalIdToEntity(RemoteGearUseMeasurementNaturalId source,
GearUseMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteGearUseMeasurementNaturalId to the specified entity. |
void |
remoteGearUseMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteGearUseMeasurementNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(GearUseMeasurement gearUseMeasurement)
Removes the instance of fr.ifremer.allegro.data.measure.GearUseMeasurement from the persistent store. |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.measure.Measurement having the given identifier 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 |
setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
Sets the reference to gearUseFeaturesDao . |
ClusterGearUseMeasurement |
toClusterGearUseMeasurement(GearUseMeasurement entity)
Converts this DAO's entity to an object of type ClusterGearUseMeasurement . |
void |
toClusterGearUseMeasurement(GearUseMeasurement source,
ClusterGearUseMeasurement target)
Copies the fields of the specified entity to the target value object. |
protected ClusterGearUseMeasurement |
toClusterGearUseMeasurement(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterGearUseMeasurement[] |
toClusterGearUseMeasurementArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterGearUseMeasurement . |
void |
toClusterGearUseMeasurementCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterGearUseMeasurement . |
protected GearUseMeasurement |
toEntity(java.lang.Object[] row)
|
RemoteGearUseMeasurementFullVO |
toRemoteGearUseMeasurementFullVO(GearUseMeasurement entity)
Converts this DAO's entity to an object of type RemoteGearUseMeasurementFullVO . |
void |
toRemoteGearUseMeasurementFullVO(GearUseMeasurement source,
RemoteGearUseMeasurementFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteGearUseMeasurementFullVO |
toRemoteGearUseMeasurementFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteGearUseMeasurementFullVO[] |
toRemoteGearUseMeasurementFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearUseMeasurementFullVO . |
void |
toRemoteGearUseMeasurementFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteGearUseMeasurementFullVO . |
RemoteGearUseMeasurementNaturalId |
toRemoteGearUseMeasurementNaturalId(GearUseMeasurement entity)
Converts this DAO's entity to an object of type RemoteGearUseMeasurementNaturalId . |
void |
toRemoteGearUseMeasurementNaturalId(GearUseMeasurement source,
RemoteGearUseMeasurementNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteGearUseMeasurementNaturalId |
toRemoteGearUseMeasurementNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteGearUseMeasurementNaturalId[] |
toRemoteGearUseMeasurementNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearUseMeasurementNaturalId . |
void |
toRemoteGearUseMeasurementNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteGearUseMeasurementNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.measure.GearUseMeasurement)
method. |
protected java.lang.Object |
transformEntity(int transform,
GearUseMeasurement 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.GearUseMeasurementDao , 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(GearUseMeasurement gearUseMeasurement)
Updates the gearUseMeasurement 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.GearUseMeasurementDao |
---|
clusterGearUseMeasurementToEntity, remoteGearUseMeasurementFullVOToEntity, remoteGearUseMeasurementNaturalIdToEntity |
Constructor Detail |
---|
public GearUseMeasurementDaoBase()
Method Detail |
---|
public void setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
gearUseFeaturesDao
.
protected GearUseFeaturesDao getGearUseFeaturesDao()
gearUseFeaturesDao
.
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 GearUseMeasurementDao
load
in interface MeasurementDao
load
in class MeasurementDaoBase
id
- identifier of the entity to load
GearUseMeasurementDao.load(int, java.lang.Integer)
public GearUseMeasurement load(java.lang.Integer id)
MeasurementDao
load
in interface GearUseMeasurementDao
load
in interface MeasurementDao
load
in class MeasurementDaoBase
GearUseMeasurementDao.load(java.lang.Integer)
public java.util.Collection loadAll()
MeasurementDao
Measurement
.
loadAll
in interface GearUseMeasurementDao
loadAll
in interface MeasurementDao
loadAll
in class MeasurementDaoBase
GearUseMeasurementDao.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 GearUseMeasurementDao
loadAll
in interface MeasurementDao
loadAll
in class MeasurementDaoBase
transform
- the flag indicating what transformation to use.
GearUseMeasurementDao.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 GearUseMeasurementDao
loadAll
in interface MeasurementDao
loadAll
in class MeasurementDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
GearUseMeasurementDao.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 GearUseMeasurementDao
loadAll
in interface MeasurementDao
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.
GearUseMeasurementDao.loadAll(int, int, int)
public GearUseMeasurement create(GearUseMeasurement gearUseMeasurement)
GearUseMeasurementDao
create
in interface GearUseMeasurementDao
GearUseMeasurementDao.create(fr.ifremer.allegro.data.measure.GearUseMeasurement)
public java.lang.Object create(int transform, GearUseMeasurement gearUseMeasurement)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.create(fr.ifremer.allegro.data.measure.GearUseMeasurement)
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 GearUseMeasurementDao
GearUseMeasurementDao.create(int transform, fr.ifremer.allegro.data.measure.GearUseMeasurement)
public java.util.Collection create(java.util.Collection entities)
GearUseMeasurementDao
entities
collection
create
in interface GearUseMeasurementDao
entities
- the collection of fr.ifremer.allegro.data.measure.GearUseMeasurement
instances to create.
GearUseMeasurementDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.create(fr.ifremer.allegro.data.measure.GearUseMeasurement)
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 GearUseMeasurementDao
GearUseMeasurementDao.create(int, java.util.Collection)
public GearUseMeasurement 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, GearUseFeatures gearUseFeatures)
GearUseMeasurementDao
Creates a new fr.ifremer.allegro.data.measure.GearUseMeasurement
instance from all attributes and
properties and adds it to the persistent store.
create
in interface GearUseMeasurementDao
fr.ifremer.allegro.data.measure.MeasurementDao#create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
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, GearUseFeatures gearUseFeatures)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
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 GearUseMeasurementDao
fr.ifremer.allegro.data.measure.MeasurementDao#create(int, java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public GearUseMeasurement create(GearUseFeatures gearUseFeatures, Pmfm pmfm, QualityFlag qualityFlag)
GearUseMeasurementDao
Creates a new fr.ifremer.allegro.data.measure.GearUseMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface GearUseMeasurementDao
GearUseMeasurementDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)
public java.lang.Object create(int transform, GearUseFeatures gearUseFeatures, Pmfm pmfm, QualityFlag qualityFlag)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface GearUseMeasurementDao
GearUseMeasurementDao.create(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)
public void update(GearUseMeasurement gearUseMeasurement)
GearUseMeasurementDao
gearUseMeasurement
instance in the persistent store.
update
in interface GearUseMeasurementDao
GearUseMeasurementDao.update(fr.ifremer.allegro.data.measure.GearUseMeasurement)
public void update(java.util.Collection entities)
MeasurementDao
entities
collection in the persistent store.
update
in interface GearUseMeasurementDao
update
in interface MeasurementDao
update
in class MeasurementDaoBase
MeasurementDao.update(java.util.Collection)
public void remove(GearUseMeasurement gearUseMeasurement)
GearUseMeasurementDao
remove
in interface GearUseMeasurementDao
GearUseMeasurementDao.remove(fr.ifremer.allegro.data.measure.GearUseMeasurement)
public void remove(java.lang.Integer id)
MeasurementDao
identifier
from the persistent store.
remove
in interface GearUseMeasurementDao
remove
in interface MeasurementDao
remove
in class MeasurementDaoBase
GearUseMeasurementDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
MeasurementDao
entities collection.
- Specified by:
remove
in interface GearUseMeasurementDao
- Specified by:
remove
in interface MeasurementDao
- Overrides:
remove
in class MeasurementDaoBase
- See Also:
MeasurementDao.remove(java.util.Collection)
public java.util.Collection getAllGearUseMeasurement()
getAllGearUseMeasurement
in interface GearUseMeasurementDao
GearUseMeasurementDao.getAllGearUseMeasurement()
public java.util.Collection getAllGearUseMeasurement(int transform)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement()
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.
getAllGearUseMeasurement
in interface GearUseMeasurementDao
GearUseMeasurementDao.getAllGearUseMeasurement(int)
public java.util.Collection getAllGearUseMeasurement(java.lang.String queryString)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.getAllGearUseMeasurement()
.
getAllGearUseMeasurement
in interface GearUseMeasurementDao
GearUseMeasurementDao.getAllGearUseMeasurement(java.lang.String)
public java.util.Collection getAllGearUseMeasurement(int pageNumber, int pageSize)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllGearUseMeasurement
in interface GearUseMeasurementDao
GearUseMeasurementDao.getAllGearUseMeasurement(int, int)
public java.util.Collection getAllGearUseMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement(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.
getAllGearUseMeasurement
in interface GearUseMeasurementDao
GearUseMeasurementDao.getAllGearUseMeasurement(String, int, int)
public java.util.Collection getAllGearUseMeasurement(int transform, java.lang.String queryString)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.getAllGearUseMeasurement(int)
.
getAllGearUseMeasurement
in interface GearUseMeasurementDao
GearUseMeasurementDao.getAllGearUseMeasurement(int, String)
public java.util.Collection getAllGearUseMeasurement(int transform, int pageNumber, int pageSize)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement(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.
getAllGearUseMeasurement
in interface GearUseMeasurementDao
GearUseMeasurementDao.getAllGearUseMeasurement(int, int, int)
public java.util.Collection getAllGearUseMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.getAllGearUseMeasurement(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.
getAllGearUseMeasurement
in interface GearUseMeasurementDao
GearUseMeasurementDao.getAllGearUseMeasurement(int, java.lang.String, int, int)
public GearUseMeasurement findGearUseMeasurementById(java.lang.Integer id)
findGearUseMeasurementById
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementById(java.lang.Integer)
public java.lang.Object findGearUseMeasurementById(int transform, java.lang.Integer id)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementById(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.
findGearUseMeasurementById
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementById(int, java.lang.Integer)
public GearUseMeasurement findGearUseMeasurementById(java.lang.String queryString, java.lang.Integer id)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementById(java.lang.Integer)
.
findGearUseMeasurementById
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementById(java.lang.String, java.lang.Integer)
public java.lang.Object findGearUseMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementById(int, java.lang.Integer id)
.
findGearUseMeasurementById
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findGearUseMeasurementByGearUseFeatures(GearUseFeatures gearUseFeatures)
findGearUseMeasurementByGearUseFeatures
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform, GearUseFeatures gearUseFeatures)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
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.
findGearUseMeasurementByGearUseFeatures
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findGearUseMeasurementByGearUseFeatures(java.lang.String queryString, GearUseFeatures gearUseFeatures)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
.
findGearUseMeasurementByGearUseFeatures
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(java.lang.String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findGearUseMeasurementByGearUseFeatures(int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findGearUseMeasurementByGearUseFeatures
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findGearUseMeasurementByGearUseFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findGearUseMeasurementByGearUseFeatures
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(String, int, int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform, java.lang.String queryString, GearUseFeatures gearUseFeatures)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures gearUseFeatures)
.
findGearUseMeasurementByGearUseFeatures
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findGearUseMeasurementByGearUseFeatures
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, int, int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findGearUseMeasurementByGearUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findGearUseMeasurementByGearUseFeatures
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByGearUseFeatures(int, java.lang.String, int, int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findGearUseMeasurementByDepartment(Department department)
findGearUseMeasurementByDepartment
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findGearUseMeasurementByDepartment(int transform, Department department)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(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.
findGearUseMeasurementByDepartment
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findGearUseMeasurementByDepartment(java.lang.String queryString, Department department)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
.
findGearUseMeasurementByDepartment
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findGearUseMeasurementByDepartment(int pageNumber, int pageSize, Department department)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(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.
findGearUseMeasurementByDepartment
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findGearUseMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(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.
findGearUseMeasurementByDepartment
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findGearUseMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(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 GearUseMeasurementDao.findGearUseMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department department)
.
findGearUseMeasurementByDepartment
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findGearUseMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(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.
findGearUseMeasurementByDepartment
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findGearUseMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByDepartment(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.
findGearUseMeasurementByDepartment
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findGearUseMeasurementByPrecisionType(PrecisionType precisionType)
findGearUseMeasurementByPrecisionType
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findGearUseMeasurementByPrecisionType(int transform, PrecisionType precisionType)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(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.
findGearUseMeasurementByPrecisionType
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findGearUseMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
.
findGearUseMeasurementByPrecisionType
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(java.lang.String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findGearUseMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(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.
findGearUseMeasurementByPrecisionType
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findGearUseMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(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.
findGearUseMeasurementByPrecisionType
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findGearUseMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType)
.
findGearUseMeasurementByPrecisionType
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findGearUseMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(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.
findGearUseMeasurementByPrecisionType
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findGearUseMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(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.
findGearUseMeasurementByPrecisionType
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findGearUseMeasurementByQualityFlag(QualityFlag qualityFlag)
findGearUseMeasurementByQualityFlag
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearUseMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(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.
findGearUseMeasurementByQualityFlag
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearUseMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findGearUseMeasurementByQualityFlag
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearUseMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(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.
findGearUseMeasurementByQualityFlag
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearUseMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(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.
findGearUseMeasurementByQualityFlag
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearUseMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findGearUseMeasurementByQualityFlag
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearUseMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(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.
findGearUseMeasurementByQualityFlag
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearUseMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(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.
findGearUseMeasurementByQualityFlag
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearUseMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
findGearUseMeasurementByAnalysisInstrument
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findGearUseMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(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.
findGearUseMeasurementByAnalysisInstrument
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findGearUseMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
findGearUseMeasurementByAnalysisInstrument
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findGearUseMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(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.
findGearUseMeasurementByAnalysisInstrument
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findGearUseMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(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.
findGearUseMeasurementByAnalysisInstrument
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findGearUseMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
findGearUseMeasurementByAnalysisInstrument
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findGearUseMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(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.
findGearUseMeasurementByAnalysisInstrument
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findGearUseMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(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.
findGearUseMeasurementByAnalysisInstrument
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findGearUseMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
findGearUseMeasurementByNumericalPrecision
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findGearUseMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(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.
findGearUseMeasurementByNumericalPrecision
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findGearUseMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
.
findGearUseMeasurementByNumericalPrecision
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(java.lang.String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findGearUseMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(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.
findGearUseMeasurementByNumericalPrecision
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findGearUseMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(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.
findGearUseMeasurementByNumericalPrecision
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findGearUseMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision numericalPrecision)
.
findGearUseMeasurementByNumericalPrecision
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findGearUseMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(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.
findGearUseMeasurementByNumericalPrecision
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(int, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findGearUseMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(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.
findGearUseMeasurementByNumericalPrecision
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByNumericalPrecision(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findGearUseMeasurementByPmfm(Pmfm pmfm)
findGearUseMeasurementByPmfm
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findGearUseMeasurementByPmfm(int transform, Pmfm pmfm)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(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.
findGearUseMeasurementByPmfm
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findGearUseMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
findGearUseMeasurementByPmfm
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findGearUseMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(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.
findGearUseMeasurementByPmfm
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findGearUseMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(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.
findGearUseMeasurementByPmfm
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findGearUseMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(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 GearUseMeasurementDao.findGearUseMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
findGearUseMeasurementByPmfm
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findGearUseMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(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.
findGearUseMeasurementByPmfm
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findGearUseMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByPmfm(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.
findGearUseMeasurementByPmfm
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findGearUseMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
findGearUseMeasurementByQualitativeValue
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findGearUseMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(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.
findGearUseMeasurementByQualitativeValue
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findGearUseMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
findGearUseMeasurementByQualitativeValue
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findGearUseMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(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.
findGearUseMeasurementByQualitativeValue
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findGearUseMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(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.
findGearUseMeasurementByQualitativeValue
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findGearUseMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(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 GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
findGearUseMeasurementByQualitativeValue
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findGearUseMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(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.
findGearUseMeasurementByQualitativeValue
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findGearUseMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(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.
findGearUseMeasurementByQualitativeValue
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findGearUseMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
findGearUseMeasurementByAggregationLevel
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findGearUseMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(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.
findGearUseMeasurementByAggregationLevel
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findGearUseMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
.
findGearUseMeasurementByAggregationLevel
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(java.lang.String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findGearUseMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(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.
findGearUseMeasurementByAggregationLevel
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findGearUseMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(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.
findGearUseMeasurementByAggregationLevel
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findGearUseMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(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 GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel)
.
findGearUseMeasurementByAggregationLevel
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findGearUseMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(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.
findGearUseMeasurementByAggregationLevel
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findGearUseMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(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.
findGearUseMeasurementByAggregationLevel
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public GearUseMeasurement findGearUseMeasurementByNaturalId(java.lang.Integer id)
findGearUseMeasurementByNaturalId
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByNaturalId(java.lang.Integer)
public java.lang.Object findGearUseMeasurementByNaturalId(int transform, java.lang.Integer id)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNaturalId(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.
findGearUseMeasurementByNaturalId
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByNaturalId(int, java.lang.Integer)
public GearUseMeasurement findGearUseMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementByNaturalId(java.lang.Integer)
.
findGearUseMeasurementByNaturalId
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findGearUseMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
GearUseMeasurementDao
Does the same thing as GearUseMeasurementDao.findGearUseMeasurementByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseMeasurementDao.findGearUseMeasurementByNaturalId(int, java.lang.Integer id)
.
findGearUseMeasurementByNaturalId
in interface GearUseMeasurementDao
GearUseMeasurementDao.findGearUseMeasurementByNaturalId(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 GearUseMeasurement createFromClusterGearUseMeasurement(ClusterGearUseMeasurement clusterGearUseMeasurement)
createFromClusterGearUseMeasurement
in interface GearUseMeasurementDao
GearUseMeasurementDao.createFromClusterGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterGearUseMeasurement)
protected abstract GearUseMeasurement handleCreateFromClusterGearUseMeasurement(ClusterGearUseMeasurement clusterGearUseMeasurement) throws java.lang.Exception
createFromClusterGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterGearUseMeasurement)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, GearUseMeasurement entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.measure.GearUseMeasurementDao
, 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:
GearUseMeasurement
- MeasurementDao.TRANSFORM_NONE
RemoteGearUseMeasurementFullVO
- TRANSFORM_REMOTEGEARUSEMEASUREMENTFULLVO
RemoteGearUseMeasurementNaturalId
- TRANSFORM_REMOTEGEARUSEMEASUREMENTNATURALID
ClusterGearUseMeasurement
- TRANSFORM_CLUSTERGEARUSEMEASUREMENT
MeasurementDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in GearUseMeasurementDao
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.GearUseMeasurement)
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.GearUseMeasurementDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.measure.GearUseMeasurement)
protected GearUseMeasurement toEntity(java.lang.Object[] row)
toEntity
in class MeasurementDaoBase
public final void toRemoteGearUseMeasurementFullVOCollection(java.util.Collection entities)
GearUseMeasurementDao
RemoteGearUseMeasurementFullVO
.
toRemoteGearUseMeasurementFullVOCollection
in interface GearUseMeasurementDao
GearUseMeasurementDao.toRemoteGearUseMeasurementFullVOCollection(java.util.Collection)
public final RemoteGearUseMeasurementFullVO[] toRemoteGearUseMeasurementFullVOArray(java.util.Collection entities)
GearUseMeasurementDao
RemoteGearUseMeasurementFullVO
.
toRemoteGearUseMeasurementFullVOArray
in interface GearUseMeasurementDao
GearUseMeasurementDao.toRemoteGearUseMeasurementFullVOArray(java.util.Collection)
protected RemoteGearUseMeasurementFullVO toRemoteGearUseMeasurementFullVO(java.lang.Object[] row)
GearUseMeasurementDaoImpl
class if you intend to use reporting queries.
GearUseMeasurementDao.toRemoteGearUseMeasurementFullVO(fr.ifremer.allegro.data.measure.GearUseMeasurement)
public final void remoteGearUseMeasurementFullVOToEntityCollection(java.util.Collection instances)
GearUseMeasurementDao
RemoteGearUseMeasurementFullVO
to this
DAO's entity.
remoteGearUseMeasurementFullVOToEntityCollection
in interface GearUseMeasurementDao
GearUseMeasurementDao.remoteGearUseMeasurementFullVOToEntityCollection(java.util.Collection)
public void toRemoteGearUseMeasurementFullVO(GearUseMeasurement source, RemoteGearUseMeasurementFullVO target)
GearUseMeasurementDao
toRemoteGearUseMeasurementFullVO
in interface GearUseMeasurementDao
GearUseMeasurementDao.toRemoteGearUseMeasurementFullVO(fr.ifremer.allegro.data.measure.GearUseMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)
public RemoteGearUseMeasurementFullVO toRemoteGearUseMeasurementFullVO(GearUseMeasurement entity)
GearUseMeasurementDao
RemoteGearUseMeasurementFullVO
.
toRemoteGearUseMeasurementFullVO
in interface GearUseMeasurementDao
GearUseMeasurementDao.toRemoteGearUseMeasurementFullVO(fr.ifremer.allegro.data.measure.GearUseMeasurement)
public void remoteGearUseMeasurementFullVOToEntity(RemoteGearUseMeasurementFullVO source, GearUseMeasurement target, boolean copyIfNull)
GearUseMeasurementDao
RemoteGearUseMeasurementFullVO
to the specified entity.
remoteGearUseMeasurementFullVOToEntity
in interface GearUseMeasurementDao
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.GearUseMeasurementDao#remoteGearUseMeasurementFullVOToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO, fr.ifremer.allegro.data.measure.GearUseMeasurement)
public final void toRemoteGearUseMeasurementNaturalIdCollection(java.util.Collection entities)
GearUseMeasurementDao
RemoteGearUseMeasurementNaturalId
.
toRemoteGearUseMeasurementNaturalIdCollection
in interface GearUseMeasurementDao
GearUseMeasurementDao.toRemoteGearUseMeasurementNaturalIdCollection(java.util.Collection)
public final RemoteGearUseMeasurementNaturalId[] toRemoteGearUseMeasurementNaturalIdArray(java.util.Collection entities)
GearUseMeasurementDao
RemoteGearUseMeasurementNaturalId
.
toRemoteGearUseMeasurementNaturalIdArray
in interface GearUseMeasurementDao
GearUseMeasurementDao.toRemoteGearUseMeasurementNaturalIdArray(java.util.Collection)
protected RemoteGearUseMeasurementNaturalId toRemoteGearUseMeasurementNaturalId(java.lang.Object[] row)
GearUseMeasurementDaoImpl
class if you intend to use reporting queries.
GearUseMeasurementDao.toRemoteGearUseMeasurementNaturalId(fr.ifremer.allegro.data.measure.GearUseMeasurement)
public final void remoteGearUseMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
GearUseMeasurementDao
RemoteGearUseMeasurementNaturalId
to this
DAO's entity.
remoteGearUseMeasurementNaturalIdToEntityCollection
in interface GearUseMeasurementDao
GearUseMeasurementDao.remoteGearUseMeasurementNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteGearUseMeasurementNaturalId(GearUseMeasurement source, RemoteGearUseMeasurementNaturalId target)
GearUseMeasurementDao
toRemoteGearUseMeasurementNaturalId
in interface GearUseMeasurementDao
GearUseMeasurementDao.toRemoteGearUseMeasurementNaturalId(fr.ifremer.allegro.data.measure.GearUseMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementNaturalId)
public RemoteGearUseMeasurementNaturalId toRemoteGearUseMeasurementNaturalId(GearUseMeasurement entity)
GearUseMeasurementDao
RemoteGearUseMeasurementNaturalId
.
toRemoteGearUseMeasurementNaturalId
in interface GearUseMeasurementDao
GearUseMeasurementDao.toRemoteGearUseMeasurementNaturalId(fr.ifremer.allegro.data.measure.GearUseMeasurement)
public void remoteGearUseMeasurementNaturalIdToEntity(RemoteGearUseMeasurementNaturalId source, GearUseMeasurement target, boolean copyIfNull)
GearUseMeasurementDao
RemoteGearUseMeasurementNaturalId
to the specified entity.
remoteGearUseMeasurementNaturalIdToEntity
in interface GearUseMeasurementDao
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.GearUseMeasurementDao#remoteGearUseMeasurementNaturalIdToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementNaturalId, fr.ifremer.allegro.data.measure.GearUseMeasurement)
public final void toClusterGearUseMeasurementCollection(java.util.Collection entities)
GearUseMeasurementDao
ClusterGearUseMeasurement
.
toClusterGearUseMeasurementCollection
in interface GearUseMeasurementDao
GearUseMeasurementDao.toClusterGearUseMeasurementCollection(java.util.Collection)
public final ClusterGearUseMeasurement[] toClusterGearUseMeasurementArray(java.util.Collection entities)
GearUseMeasurementDao
ClusterGearUseMeasurement
.
toClusterGearUseMeasurementArray
in interface GearUseMeasurementDao
GearUseMeasurementDao.toClusterGearUseMeasurementArray(java.util.Collection)
protected ClusterGearUseMeasurement toClusterGearUseMeasurement(java.lang.Object[] row)
GearUseMeasurementDaoImpl
class if you intend to use reporting queries.
GearUseMeasurementDao.toClusterGearUseMeasurement(fr.ifremer.allegro.data.measure.GearUseMeasurement)
public final void clusterGearUseMeasurementToEntityCollection(java.util.Collection instances)
GearUseMeasurementDao
ClusterGearUseMeasurement
to this
DAO's entity.
clusterGearUseMeasurementToEntityCollection
in interface GearUseMeasurementDao
GearUseMeasurementDao.clusterGearUseMeasurementToEntityCollection(java.util.Collection)
public void toClusterGearUseMeasurement(GearUseMeasurement source, ClusterGearUseMeasurement target)
GearUseMeasurementDao
toClusterGearUseMeasurement
in interface GearUseMeasurementDao
GearUseMeasurementDao.toClusterGearUseMeasurement(fr.ifremer.allegro.data.measure.GearUseMeasurement, fr.ifremer.allegro.data.measure.generic.cluster.ClusterGearUseMeasurement)
public ClusterGearUseMeasurement toClusterGearUseMeasurement(GearUseMeasurement entity)
GearUseMeasurementDao
ClusterGearUseMeasurement
.
toClusterGearUseMeasurement
in interface GearUseMeasurementDao
GearUseMeasurementDao.toClusterGearUseMeasurement(fr.ifremer.allegro.data.measure.GearUseMeasurement)
public void clusterGearUseMeasurementToEntity(ClusterGearUseMeasurement source, GearUseMeasurement target, boolean copyIfNull)
GearUseMeasurementDao
ClusterGearUseMeasurement
to the specified entity.
clusterGearUseMeasurementToEntity
in interface GearUseMeasurementDao
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.GearUseMeasurementDao#clusterGearUseMeasurementToEntity(fr.ifremer.allegro.data.measure.generic.cluster.ClusterGearUseMeasurement, fr.ifremer.allegro.data.measure.GearUseMeasurement)
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 GearUseMeasurementDao
search
in interface MeasurementDao
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.GearUseMeasurementDao.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 GearUseMeasurementDao
search
in interface MeasurementDao
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.GearUseMeasurementDao.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 GearUseMeasurementDao
search
in interface MeasurementDao
search
in class MeasurementDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
GearUseMeasurementDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
MeasurementDao
search
object.
search
in interface GearUseMeasurementDao
search
in interface MeasurementDao
search
in class MeasurementDaoBase
search
- the search object which provides the search parameters and pagination specification.
GearUseMeasurementDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |