|
||||||||||
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.SurveyMeasurementDaoBase
public abstract class SurveyMeasurementDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.measure.SurveyMeasurement
.
SurveyMeasurement
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.measure.SurveyMeasurementDao |
---|
TRANSFORM_CLUSTERSURVEYMEASUREMENT, TRANSFORM_REMOTESURVEYMEASUREMENTFULLVO, TRANSFORM_REMOTESURVEYMEASUREMENTNATURALID |
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao |
---|
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID |
Constructor Summary | |
---|---|
SurveyMeasurementDaoBase()
|
Method Summary | |
---|---|
void |
clusterSurveyMeasurementToEntity(ClusterSurveyMeasurement source,
SurveyMeasurement target,
boolean copyIfNull)
Copies the fields of ClusterSurveyMeasurement to the specified entity. |
void |
clusterSurveyMeasurementToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterSurveyMeasurement to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.measure.SurveyMeasurement and adds from the passed in entities collection |
SurveyMeasurement |
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,
ActivityCalendar activityCalendar,
PhysicalGearSurvey physicalGearSurvey,
Landing landing,
FishingTrip fishingTrip,
Sale sale,
EconomicalSurvey economicalSurvey)
Creates a new fr.ifremer.allegro.data.measure.SurveyMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as SurveyMeasurementDao.create(fr.ifremer.allegro.data.measure.SurveyMeasurement) 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,
ActivityCalendar activityCalendar,
PhysicalGearSurvey physicalGearSurvey,
Landing landing,
FishingTrip fishingTrip,
Sale sale,
EconomicalSurvey economicalSurvey)
Does the same thing as SurveyMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Pmfm pmfm,
QualityFlag qualityFlag)
Does the same thing as SurveyMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
SurveyMeasurement surveyMeasurement)
Does the same thing as SurveyMeasurementDao.create(fr.ifremer.allegro.data.measure.SurveyMeasurement) with an
additional flag called transform . |
SurveyMeasurement |
create(Pmfm pmfm,
QualityFlag qualityFlag)
Creates a new fr.ifremer.allegro.data.measure.SurveyMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SurveyMeasurement |
create(SurveyMeasurement surveyMeasurement)
Creates an instance of fr.ifremer.allegro.data.measure.SurveyMeasurement and adds it to the persistent store. |
SurveyMeasurement |
createFromClusterSurveyMeasurement(ClusterSurveyMeasurement clusterSurveyMeasurement)
|
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 |
findSurveyMeasurementByActivityCalendar(ActivityCalendar activityCalendar)
|
java.util.Collection |
findSurveyMeasurementByActivityCalendar(int transform,
ActivityCalendar activityCalendar)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional flag called transform . |
java.util.Collection |
findSurveyMeasurementByActivityCalendar(int pageNumber,
int pageSize,
ActivityCalendar activityCalendar)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByActivityCalendar(int transform,
int pageNumber,
int pageSize,
ActivityCalendar activityCalendar)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByActivityCalendar(int transform,
java.lang.String queryString,
ActivityCalendar activityCalendar)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByActivityCalendar(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ActivityCalendar activityCalendar)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByActivityCalendar(java.lang.String queryString,
ActivityCalendar activityCalendar)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByActivityCalendar(java.lang.String queryString,
int pageNumber,
int pageSize,
ActivityCalendar activityCalendar)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
|
java.util.Collection |
findSurveyMeasurementByAggregationLevel(int transform,
AggregationLevel aggregationLevel)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional flag called transform . |
java.util.Collection |
findSurveyMeasurementByAggregationLevel(int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByAggregationLevel(int transform,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByAggregationLevel(java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByAggregationLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
|
java.util.Collection |
findSurveyMeasurementByAnalysisInstrument(int transform,
AnalysisInstrument analysisInstrument)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional flag called transform . |
java.util.Collection |
findSurveyMeasurementByAnalysisInstrument(int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByAnalysisInstrument(int transform,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByAnalysisInstrument(java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByAnalysisInstrument(java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByDepartment(Department department)
|
java.util.Collection |
findSurveyMeasurementByDepartment(int transform,
Department department)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findSurveyMeasurementByDepartment(int pageNumber,
int pageSize,
Department department)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByDepartment(int transform,
int pageNumber,
int pageSize,
Department department)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByDepartment(int transform,
java.lang.String queryString,
Department department)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByDepartment(java.lang.String queryString,
Department department)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByEconomicalSurvey(EconomicalSurvey economicalSurvey)
|
java.util.Collection |
findSurveyMeasurementByEconomicalSurvey(int transform,
EconomicalSurvey economicalSurvey)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an
additional flag called transform . |
java.util.Collection |
findSurveyMeasurementByEconomicalSurvey(int pageNumber,
int pageSize,
EconomicalSurvey economicalSurvey)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByEconomicalSurvey(int transform,
int pageNumber,
int pageSize,
EconomicalSurvey economicalSurvey)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByEconomicalSurvey(int transform,
java.lang.String queryString,
EconomicalSurvey economicalSurvey)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByEconomicalSurvey(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
EconomicalSurvey economicalSurvey)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByEconomicalSurvey(java.lang.String queryString,
EconomicalSurvey economicalSurvey)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByEconomicalSurvey(java.lang.String queryString,
int pageNumber,
int pageSize,
EconomicalSurvey economicalSurvey)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
findSurveyMeasurementByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
findSurveyMeasurementByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
SurveyMeasurement |
findSurveyMeasurementById(java.lang.Integer id)
|
java.lang.Object |
findSurveyMeasurementById(int transform,
java.lang.Integer id)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSurveyMeasurementById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementById(int, java.lang.Integer) with an
additional argument called queryString . |
SurveyMeasurement |
findSurveyMeasurementById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementById(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByLanding(int transform,
int pageNumber,
int pageSize,
Landing landing)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByLanding(int pageNumber,
int pageSize,
Landing landing)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByLanding(int transform,
Landing landing)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional flag called transform . |
java.util.Collection |
findSurveyMeasurementByLanding(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Landing landing)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByLanding(int transform,
java.lang.String queryString,
Landing landing)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByLanding(Landing landing)
|
java.util.Collection |
findSurveyMeasurementByLanding(java.lang.String queryString,
int pageNumber,
int pageSize,
Landing landing)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(String, fr.ifremer.allegro.data.survey.landing.Landing) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByLanding(java.lang.String queryString,
Landing landing)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing) with an
additional argument called queryString . |
SurveyMeasurement |
findSurveyMeasurementByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findSurveyMeasurementByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSurveyMeasurementByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
SurveyMeasurement |
findSurveyMeasurementByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByNumericalPrecision(int transform,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByNumericalPrecision(int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByNumericalPrecision(int transform,
NumericalPrecision numericalPrecision)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional flag called transform . |
java.util.Collection |
findSurveyMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
|
java.util.Collection |
findSurveyMeasurementByNumericalPrecision(java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByNumericalPrecision(java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByPhysicalGearSurvey(int transform,
int pageNumber,
int pageSize,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByPhysicalGearSurvey(int pageNumber,
int pageSize,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByPhysicalGearSurvey(int transform,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional flag called transform . |
java.util.Collection |
findSurveyMeasurementByPhysicalGearSurvey(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByPhysicalGearSurvey(int transform,
java.lang.String queryString,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)
|
java.util.Collection |
findSurveyMeasurementByPhysicalGearSurvey(java.lang.String queryString,
int pageNumber,
int pageSize,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByPhysicalGearSurvey(java.lang.String queryString,
PhysicalGearSurvey physicalGearSurvey)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByPmfm(int transform,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByPmfm(int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByPmfm(int transform,
Pmfm pmfm)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.util.Collection |
findSurveyMeasurementByPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByPmfm(int transform,
java.lang.String queryString,
Pmfm pmfm)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByPmfm(Pmfm pmfm)
|
java.util.Collection |
findSurveyMeasurementByPmfm(java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByPmfm(java.lang.String queryString,
Pmfm pmfm)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByPrecisionType(int transform,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByPrecisionType(int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByPrecisionType(int transform,
PrecisionType precisionType)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional flag called transform . |
java.util.Collection |
findSurveyMeasurementByPrecisionType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByPrecisionType(int transform,
java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByPrecisionType(PrecisionType precisionType)
|
java.util.Collection |
findSurveyMeasurementByPrecisionType(java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByPrecisionType(java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByQualitativeValue(int transform,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByQualitativeValue(int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByQualitativeValue(int transform,
QualitativeValue qualitativeValue)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findSurveyMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
|
java.util.Collection |
findSurveyMeasurementByQualitativeValue(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByQualitativeValue(java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findSurveyMeasurementByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findSurveyMeasurementByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementBySale(int transform,
int pageNumber,
int pageSize,
Sale sale)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementBySale(int pageNumber,
int pageSize,
Sale sale)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementBySale(int transform,
Sale sale)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale) with an
additional flag called transform . |
java.util.Collection |
findSurveyMeasurementBySale(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Sale sale)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(int, String, fr.ifremer.allegro.data.survey.sale.Sale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementBySale(int transform,
java.lang.String queryString,
Sale sale)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale) with an
additional argument called queryString . |
java.util.Collection |
findSurveyMeasurementBySale(Sale sale)
|
java.util.Collection |
findSurveyMeasurementBySale(java.lang.String queryString,
int pageNumber,
int pageSize,
Sale sale)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(String, fr.ifremer.allegro.data.survey.sale.Sale) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSurveyMeasurementBySale(java.lang.String queryString,
Sale sale)
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale) with an
additional argument called queryString . |
protected ActivityCalendarDao |
getActivityCalendarDao()
Gets the reference to activityCalendarDao . |
ClusterSurveyMeasurement[] |
getAllClusterSurveyMeasurement(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllMeasurement()
|
java.util.Collection |
getAllMeasurement(int transform)
Does the same thing as MeasurementDao.getAllMeasurement() with an
additional flag called transform . |
java.util.Collection |
getAllMeasurement(int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurement(int transform,
int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurement(int transform,
java.lang.String queryString)
Does the same thing as MeasurementDao.getAllMeasurement(int) with an
additional argument called queryString . |
java.util.Collection |
getAllMeasurement(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurement(java.lang.String queryString)
Does the same thing as MeasurementDao.getAllMeasurement() with an
additional argument called queryString . |
java.util.Collection |
getAllMeasurement(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyMeasurement()
|
java.util.Collection |
getAllSurveyMeasurement(int transform)
Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement() with an
additional flag called transform . |
java.util.Collection |
getAllSurveyMeasurement(int pageNumber,
int pageSize)
Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyMeasurement(int transform,
int pageNumber,
int pageSize)
Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyMeasurement(int transform,
java.lang.String queryString)
Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement(int) with an
additional argument called queryString . |
java.util.Collection |
getAllSurveyMeasurement(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSurveyMeasurement(java.lang.String queryString)
Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement() with an
additional argument called queryString . |
java.util.Collection |
getAllSurveyMeasurement(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement(String) with an
additional two arguments called pageNumber and pageSize . |
protected EconomicalSurveyDao |
getEconomicalSurveyDao()
Gets the reference to economicalSurveyDao . |
protected FishingTripDao |
getFishingTripDao()
Gets the reference to fishingTripDao . |
protected LandingDao |
getLandingDao()
Gets the reference to landingDao . |
protected PhysicalGearSurveyDao |
getPhysicalGearSurveyDao()
Gets the reference to physicalGearSurveyDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected SaleDao |
getSaleDao()
Gets the reference to saleDao . |
protected abstract SurveyMeasurement |
handleCreateFromClusterSurveyMeasurement(ClusterSurveyMeasurement clusterSurveyMeasurement)
Performs the core logic for createFromClusterSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSurveyMeasurement) |
protected abstract ClusterSurveyMeasurement[] |
handleGetAllClusterSurveyMeasurement(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterSurveyMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
SurveyMeasurement |
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 |
remoteSurveyMeasurementFullVOToEntity(RemoteSurveyMeasurementFullVO source,
SurveyMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteSurveyMeasurementFullVO to the specified entity. |
void |
remoteSurveyMeasurementFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSurveyMeasurementFullVO to this
DAO's entity. |
void |
remoteSurveyMeasurementNaturalIdToEntity(RemoteSurveyMeasurementNaturalId source,
SurveyMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteSurveyMeasurementNaturalId to the specified entity. |
void |
remoteSurveyMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSurveyMeasurementNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.measure.Measurement having the given identifier from the persistent store. |
void |
remove(SurveyMeasurement surveyMeasurement)
Removes the instance of fr.ifremer.allegro.data.measure.SurveyMeasurement 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 |
setActivityCalendarDao(ActivityCalendarDao activityCalendarDao)
Sets the reference to activityCalendarDao . |
void |
setEconomicalSurveyDao(EconomicalSurveyDao economicalSurveyDao)
Sets the reference to economicalSurveyDao . |
void |
setFishingTripDao(FishingTripDao fishingTripDao)
Sets the reference to fishingTripDao . |
void |
setLandingDao(LandingDao landingDao)
Sets the reference to landingDao . |
void |
setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
Sets the reference to physicalGearSurveyDao . |
void |
setSaleDao(SaleDao saleDao)
Sets the reference to saleDao . |
protected ClusterSurveyMeasurement |
toClusterSurveyMeasurement(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterSurveyMeasurement |
toClusterSurveyMeasurement(SurveyMeasurement entity)
Converts this DAO's entity to an object of type ClusterSurveyMeasurement . |
void |
toClusterSurveyMeasurement(SurveyMeasurement source,
ClusterSurveyMeasurement target)
Copies the fields of the specified entity to the target value object. |
ClusterSurveyMeasurement[] |
toClusterSurveyMeasurementArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterSurveyMeasurement . |
void |
toClusterSurveyMeasurementCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterSurveyMeasurement . |
protected SurveyMeasurement |
toEntity(java.lang.Object[] row)
|
protected RemoteSurveyMeasurementFullVO |
toRemoteSurveyMeasurementFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSurveyMeasurementFullVO |
toRemoteSurveyMeasurementFullVO(SurveyMeasurement entity)
Converts this DAO's entity to an object of type RemoteSurveyMeasurementFullVO . |
void |
toRemoteSurveyMeasurementFullVO(SurveyMeasurement source,
RemoteSurveyMeasurementFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteSurveyMeasurementFullVO[] |
toRemoteSurveyMeasurementFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSurveyMeasurementFullVO . |
void |
toRemoteSurveyMeasurementFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSurveyMeasurementFullVO . |
protected RemoteSurveyMeasurementNaturalId |
toRemoteSurveyMeasurementNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteSurveyMeasurementNaturalId |
toRemoteSurveyMeasurementNaturalId(SurveyMeasurement entity)
Converts this DAO's entity to an object of type RemoteSurveyMeasurementNaturalId . |
void |
toRemoteSurveyMeasurementNaturalId(SurveyMeasurement source,
RemoteSurveyMeasurementNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteSurveyMeasurementNaturalId[] |
toRemoteSurveyMeasurementNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSurveyMeasurementNaturalId . |
void |
toRemoteSurveyMeasurementNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSurveyMeasurementNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.measure.SurveyMeasurement)
method. |
protected java.lang.Object |
transformEntity(int transform,
SurveyMeasurement 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.SurveyMeasurementDao , 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(SurveyMeasurement surveyMeasurement)
Updates the surveyMeasurement 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.SurveyMeasurementDao |
---|
clusterSurveyMeasurementToEntity, remoteSurveyMeasurementFullVOToEntity, remoteSurveyMeasurementNaturalIdToEntity |
Constructor Detail |
---|
public SurveyMeasurementDaoBase()
Method Detail |
---|
public void setActivityCalendarDao(ActivityCalendarDao activityCalendarDao)
activityCalendarDao
.
protected ActivityCalendarDao getActivityCalendarDao()
activityCalendarDao
.
public void setEconomicalSurveyDao(EconomicalSurveyDao economicalSurveyDao)
economicalSurveyDao
.
protected EconomicalSurveyDao getEconomicalSurveyDao()
economicalSurveyDao
.
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTripDao
.
protected FishingTripDao getFishingTripDao()
fishingTripDao
.
public void setLandingDao(LandingDao landingDao)
landingDao
.
protected LandingDao getLandingDao()
landingDao
.
public void setSaleDao(SaleDao saleDao)
saleDao
.
protected SaleDao getSaleDao()
saleDao
.
public void setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
physicalGearSurveyDao
.
protected PhysicalGearSurveyDao getPhysicalGearSurveyDao()
physicalGearSurveyDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
MeasurementDao
Does the same thing as MeasurementDao.load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
load
in interface MeasurementDao
load
in interface SurveyMeasurementDao
load
in class MeasurementDaoBase
id
- identifier of the entity to load
SurveyMeasurementDao.load(int, java.lang.Integer)
public SurveyMeasurement load(java.lang.Integer id)
MeasurementDao
load
in interface MeasurementDao
load
in interface SurveyMeasurementDao
load
in class MeasurementDaoBase
SurveyMeasurementDao.load(java.lang.Integer)
public java.util.Collection loadAll()
MeasurementDao
Measurement
.
loadAll
in interface MeasurementDao
loadAll
in interface SurveyMeasurementDao
loadAll
in class MeasurementDaoBase
SurveyMeasurementDao.loadAll()
public java.util.Collection loadAll(int transform)
MeasurementDao
Does the same thing as MeasurementDao.loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
loadAll
in interface MeasurementDao
loadAll
in interface SurveyMeasurementDao
loadAll
in class MeasurementDaoBase
transform
- the flag indicating what transformation to use.
SurveyMeasurementDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
MeasurementDao
Does the same thing as MeasurementDao.loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface MeasurementDao
loadAll
in interface SurveyMeasurementDao
loadAll
in class MeasurementDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
SurveyMeasurementDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
MeasurementDao
Does the same thing as MeasurementDao.loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface MeasurementDao
loadAll
in interface SurveyMeasurementDao
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.
SurveyMeasurementDao.loadAll(int, int, int)
public SurveyMeasurement create(SurveyMeasurement surveyMeasurement)
SurveyMeasurementDao
create
in interface SurveyMeasurementDao
SurveyMeasurementDao.create(fr.ifremer.allegro.data.measure.SurveyMeasurement)
public java.lang.Object create(int transform, SurveyMeasurement surveyMeasurement)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.create(fr.ifremer.allegro.data.measure.SurveyMeasurement)
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 SurveyMeasurementDao
SurveyMeasurementDao.create(int transform, fr.ifremer.allegro.data.measure.SurveyMeasurement)
public java.util.Collection create(java.util.Collection entities)
SurveyMeasurementDao
entities
collection
create
in interface SurveyMeasurementDao
entities
- the collection of fr.ifremer.allegro.data.measure.SurveyMeasurement
instances to create.
SurveyMeasurementDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.create(fr.ifremer.allegro.data.measure.SurveyMeasurement)
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 SurveyMeasurementDao
SurveyMeasurementDao.create(int, java.util.Collection)
public SurveyMeasurement 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, ActivityCalendar activityCalendar, PhysicalGearSurvey physicalGearSurvey, Landing landing, FishingTrip fishingTrip, Sale sale, EconomicalSurvey economicalSurvey)
SurveyMeasurementDao
Creates a new fr.ifremer.allegro.data.measure.SurveyMeasurement
instance from all attributes and
properties and adds it to the persistent store.
create
in interface SurveyMeasurementDao
fr.ifremer.allegro.data.measure.MeasurementDao#create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
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, ActivityCalendar activityCalendar, PhysicalGearSurvey physicalGearSurvey, Landing landing, FishingTrip fishingTrip, Sale sale, EconomicalSurvey economicalSurvey)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
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 SurveyMeasurementDao
fr.ifremer.allegro.data.measure.MeasurementDao#create(int, java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.survey.activity.ActivityCalendar,fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey,fr.ifremer.allegro.data.survey.landing.Landing,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.data.survey.sale.Sale,fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public SurveyMeasurement create(Pmfm pmfm, QualityFlag qualityFlag)
SurveyMeasurementDao
Creates a new fr.ifremer.allegro.data.measure.SurveyMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface SurveyMeasurementDao
SurveyMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)
public java.lang.Object create(int transform, Pmfm pmfm, QualityFlag qualityFlag)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface SurveyMeasurementDao
SurveyMeasurementDao.create(int, fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)
public void update(SurveyMeasurement surveyMeasurement)
SurveyMeasurementDao
surveyMeasurement
instance in the persistent store.
update
in interface SurveyMeasurementDao
SurveyMeasurementDao.update(fr.ifremer.allegro.data.measure.SurveyMeasurement)
public void update(java.util.Collection entities)
MeasurementDao
entities
collection in the persistent store.
update
in interface MeasurementDao
update
in interface SurveyMeasurementDao
update
in class MeasurementDaoBase
MeasurementDao.update(java.util.Collection)
public void remove(SurveyMeasurement surveyMeasurement)
SurveyMeasurementDao
remove
in interface SurveyMeasurementDao
SurveyMeasurementDao.remove(fr.ifremer.allegro.data.measure.SurveyMeasurement)
public void remove(java.lang.Integer id)
MeasurementDao
identifier
from the persistent store.
remove
in interface MeasurementDao
remove
in interface SurveyMeasurementDao
remove
in class MeasurementDaoBase
SurveyMeasurementDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
MeasurementDao
entities collection.
- Specified by:
remove
in interface MeasurementDao
- Specified by:
remove
in interface SurveyMeasurementDao
- Overrides:
remove
in class MeasurementDaoBase
- See Also:
MeasurementDao.remove(java.util.Collection)
public java.util.Collection getAllSurveyMeasurement()
getAllSurveyMeasurement
in interface SurveyMeasurementDao
SurveyMeasurementDao.getAllSurveyMeasurement()
public java.util.Collection getAllSurveyMeasurement(int transform)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement()
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.
getAllSurveyMeasurement
in interface SurveyMeasurementDao
SurveyMeasurementDao.getAllSurveyMeasurement(int)
public java.util.Collection getAllSurveyMeasurement(java.lang.String queryString)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.getAllSurveyMeasurement()
.
getAllSurveyMeasurement
in interface SurveyMeasurementDao
SurveyMeasurementDao.getAllSurveyMeasurement(java.lang.String)
public java.util.Collection getAllSurveyMeasurement(int pageNumber, int pageSize)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllSurveyMeasurement
in interface SurveyMeasurementDao
SurveyMeasurementDao.getAllSurveyMeasurement(int, int)
public java.util.Collection getAllSurveyMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement(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.
getAllSurveyMeasurement
in interface SurveyMeasurementDao
SurveyMeasurementDao.getAllSurveyMeasurement(String, int, int)
public java.util.Collection getAllSurveyMeasurement(int transform, java.lang.String queryString)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.getAllSurveyMeasurement(int)
.
getAllSurveyMeasurement
in interface SurveyMeasurementDao
SurveyMeasurementDao.getAllSurveyMeasurement(int, String)
public java.util.Collection getAllSurveyMeasurement(int transform, int pageNumber, int pageSize)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement(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.
getAllSurveyMeasurement
in interface SurveyMeasurementDao
SurveyMeasurementDao.getAllSurveyMeasurement(int, int, int)
public java.util.Collection getAllSurveyMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.getAllSurveyMeasurement(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.
getAllSurveyMeasurement
in interface SurveyMeasurementDao
SurveyMeasurementDao.getAllSurveyMeasurement(int, java.lang.String, int, int)
public SurveyMeasurement findSurveyMeasurementById(java.lang.Integer id)
findSurveyMeasurementById
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementById(java.lang.Integer)
public java.lang.Object findSurveyMeasurementById(int transform, java.lang.Integer id)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementById(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.
findSurveyMeasurementById
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementById(int, java.lang.Integer)
public SurveyMeasurement findSurveyMeasurementById(java.lang.String queryString, java.lang.Integer id)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementById(java.lang.Integer)
.
findSurveyMeasurementById
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementById(java.lang.String, java.lang.Integer)
public java.lang.Object findSurveyMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementById(int, java.lang.Integer id)
.
findSurveyMeasurementById
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findSurveyMeasurementByActivityCalendar(ActivityCalendar activityCalendar)
findSurveyMeasurementByActivityCalendar
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.util.Collection findSurveyMeasurementByActivityCalendar(int transform, ActivityCalendar activityCalendar)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
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.
findSurveyMeasurementByActivityCalendar
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.util.Collection findSurveyMeasurementByActivityCalendar(java.lang.String queryString, ActivityCalendar activityCalendar)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
.
findSurveyMeasurementByActivityCalendar
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(java.lang.String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.util.Collection findSurveyMeasurementByActivityCalendar(int pageNumber, int pageSize, ActivityCalendar activityCalendar)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByActivityCalendar
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.util.Collection findSurveyMeasurementByActivityCalendar(java.lang.String queryString, int pageNumber, int pageSize, ActivityCalendar activityCalendar)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByActivityCalendar
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(String, int, int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.util.Collection findSurveyMeasurementByActivityCalendar(int transform, java.lang.String queryString, ActivityCalendar activityCalendar)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar activityCalendar)
.
findSurveyMeasurementByActivityCalendar
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.util.Collection findSurveyMeasurementByActivityCalendar(int transform, int pageNumber, int pageSize, ActivityCalendar activityCalendar)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByActivityCalendar
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, int, int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.util.Collection findSurveyMeasurementByActivityCalendar(int transform, java.lang.String queryString, int pageNumber, int pageSize, ActivityCalendar activityCalendar)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, String, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByActivityCalendar
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByActivityCalendar(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
public java.util.Collection findSurveyMeasurementByEconomicalSurvey(EconomicalSurvey economicalSurvey)
findSurveyMeasurementByEconomicalSurvey
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform, EconomicalSurvey economicalSurvey)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
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.
findSurveyMeasurementByEconomicalSurvey
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public java.util.Collection findSurveyMeasurementByEconomicalSurvey(java.lang.String queryString, EconomicalSurvey economicalSurvey)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
.
findSurveyMeasurementByEconomicalSurvey
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(java.lang.String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public java.util.Collection findSurveyMeasurementByEconomicalSurvey(int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByEconomicalSurvey
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public java.util.Collection findSurveyMeasurementByEconomicalSurvey(java.lang.String queryString, int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByEconomicalSurvey
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(String, int, int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform, java.lang.String queryString, EconomicalSurvey economicalSurvey)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey economicalSurvey)
.
findSurveyMeasurementByEconomicalSurvey
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform, int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByEconomicalSurvey
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, int, int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform, java.lang.String queryString, int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, String, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByEconomicalSurvey
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByEconomicalSurvey(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
public java.util.Collection findSurveyMeasurementByFishingTrip(FishingTrip fishingTrip)
findSurveyMeasurementByFishingTrip
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findSurveyMeasurementByFishingTrip(int transform, FishingTrip fishingTrip)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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.
findSurveyMeasurementByFishingTrip
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findSurveyMeasurementByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
findSurveyMeasurementByFishingTrip
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(java.lang.String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findSurveyMeasurementByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByFishingTrip
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findSurveyMeasurementByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByFishingTrip
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findSurveyMeasurementByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
findSurveyMeasurementByFishingTrip
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findSurveyMeasurementByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByFishingTrip
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findSurveyMeasurementByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByFishingTrip
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByFishingTrip(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findSurveyMeasurementByLanding(Landing landing)
findSurveyMeasurementByLanding
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSurveyMeasurementByLanding(int transform, Landing landing)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
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.
findSurveyMeasurementByLanding
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSurveyMeasurementByLanding(java.lang.String queryString, Landing landing)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
.
findSurveyMeasurementByLanding
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByLanding(java.lang.String, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSurveyMeasurementByLanding(int pageNumber, int pageSize, Landing landing)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByLanding
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByLanding(int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSurveyMeasurementByLanding(java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(String, fr.ifremer.allegro.data.survey.landing.Landing)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByLanding
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByLanding(String, int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSurveyMeasurementByLanding(int transform, java.lang.String queryString, Landing landing)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing landing)
.
findSurveyMeasurementByLanding
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSurveyMeasurementByLanding(int transform, int pageNumber, int pageSize, Landing landing)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByLanding
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByLanding(int, int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSurveyMeasurementByLanding(int transform, java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByLanding(int, String, fr.ifremer.allegro.data.survey.landing.Landing)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByLanding
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByLanding(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.landing.Landing)
public java.util.Collection findSurveyMeasurementBySale(Sale sale)
findSurveyMeasurementBySale
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSurveyMeasurementBySale(int transform, Sale sale)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findSurveyMeasurementBySale
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSurveyMeasurementBySale(java.lang.String queryString, Sale sale)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale)
.
findSurveyMeasurementBySale
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementBySale(java.lang.String, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSurveyMeasurementBySale(int pageNumber, int pageSize, Sale sale)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementBySale
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementBySale(int, int, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSurveyMeasurementBySale(java.lang.String queryString, int pageNumber, int pageSize, Sale sale)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(String, fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementBySale
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementBySale(String, int, int, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSurveyMeasurementBySale(int transform, java.lang.String queryString, Sale sale)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale sale)
.
findSurveyMeasurementBySale
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementBySale(int, String, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSurveyMeasurementBySale(int transform, int pageNumber, int pageSize, Sale sale)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementBySale
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementBySale(int, int, int, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSurveyMeasurementBySale(int transform, java.lang.String queryString, int pageNumber, int pageSize, Sale sale)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementBySale(int, String, fr.ifremer.allegro.data.survey.sale.Sale)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementBySale
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementBySale(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.sale.Sale)
public java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)
findSurveyMeasurementByPhysicalGearSurvey
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform, PhysicalGearSurvey physicalGearSurvey)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
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.
findSurveyMeasurementByPhysicalGearSurvey
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
.
findSurveyMeasurementByPhysicalGearSurvey
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(java.lang.String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByPhysicalGearSurvey
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(java.lang.String queryString, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByPhysicalGearSurvey
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(String, int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform, java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey physicalGearSurvey)
.
findSurveyMeasurementByPhysicalGearSurvey
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByPhysicalGearSurvey
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform, java.lang.String queryString, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, String, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findSurveyMeasurementByPhysicalGearSurvey
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPhysicalGearSurvey(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
public java.util.Collection findSurveyMeasurementByDepartment(Department department)
findSurveyMeasurementByDepartment
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSurveyMeasurementByDepartment(int transform, Department department)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(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.
findSurveyMeasurementByDepartment
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSurveyMeasurementByDepartment(java.lang.String queryString, Department department)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
.
findSurveyMeasurementByDepartment
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSurveyMeasurementByDepartment(int pageNumber, int pageSize, Department department)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(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.
findSurveyMeasurementByDepartment
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSurveyMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(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.
findSurveyMeasurementByDepartment
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSurveyMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(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 SurveyMeasurementDao.findSurveyMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department department)
.
findSurveyMeasurementByDepartment
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSurveyMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(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.
findSurveyMeasurementByDepartment
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSurveyMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByDepartment(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.
findSurveyMeasurementByDepartment
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findSurveyMeasurementByPrecisionType(PrecisionType precisionType)
findSurveyMeasurementByPrecisionType
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSurveyMeasurementByPrecisionType(int transform, PrecisionType precisionType)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(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.
findSurveyMeasurementByPrecisionType
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSurveyMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
.
findSurveyMeasurementByPrecisionType
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(java.lang.String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSurveyMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(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.
findSurveyMeasurementByPrecisionType
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSurveyMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(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.
findSurveyMeasurementByPrecisionType
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSurveyMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType)
.
findSurveyMeasurementByPrecisionType
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSurveyMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(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.
findSurveyMeasurementByPrecisionType
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSurveyMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(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.
findSurveyMeasurementByPrecisionType
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findSurveyMeasurementByQualityFlag(QualityFlag qualityFlag)
findSurveyMeasurementByQualityFlag
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSurveyMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(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.
findSurveyMeasurementByQualityFlag
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSurveyMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findSurveyMeasurementByQualityFlag
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSurveyMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(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.
findSurveyMeasurementByQualityFlag
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSurveyMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(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.
findSurveyMeasurementByQualityFlag
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSurveyMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findSurveyMeasurementByQualityFlag
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSurveyMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(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.
findSurveyMeasurementByQualityFlag
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSurveyMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(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.
findSurveyMeasurementByQualityFlag
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findSurveyMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
findSurveyMeasurementByAnalysisInstrument
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(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.
findSurveyMeasurementByAnalysisInstrument
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSurveyMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
findSurveyMeasurementByAnalysisInstrument
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSurveyMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(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.
findSurveyMeasurementByAnalysisInstrument
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSurveyMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(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.
findSurveyMeasurementByAnalysisInstrument
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
findSurveyMeasurementByAnalysisInstrument
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(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.
findSurveyMeasurementByAnalysisInstrument
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(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.
findSurveyMeasurementByAnalysisInstrument
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findSurveyMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
findSurveyMeasurementByNumericalPrecision
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(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.
findSurveyMeasurementByNumericalPrecision
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSurveyMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
.
findSurveyMeasurementByNumericalPrecision
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(java.lang.String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSurveyMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(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.
findSurveyMeasurementByNumericalPrecision
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSurveyMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(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.
findSurveyMeasurementByNumericalPrecision
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision numericalPrecision)
.
findSurveyMeasurementByNumericalPrecision
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(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.
findSurveyMeasurementByNumericalPrecision
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(int, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(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.
findSurveyMeasurementByNumericalPrecision
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByNumericalPrecision(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findSurveyMeasurementByPmfm(Pmfm pmfm)
findSurveyMeasurementByPmfm
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSurveyMeasurementByPmfm(int transform, Pmfm pmfm)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(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.
findSurveyMeasurementByPmfm
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSurveyMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
findSurveyMeasurementByPmfm
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSurveyMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(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.
findSurveyMeasurementByPmfm
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSurveyMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(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.
findSurveyMeasurementByPmfm
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSurveyMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(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 SurveyMeasurementDao.findSurveyMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
findSurveyMeasurementByPmfm
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSurveyMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(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.
findSurveyMeasurementByPmfm
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSurveyMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByPmfm(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.
findSurveyMeasurementByPmfm
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findSurveyMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
findSurveyMeasurementByQualitativeValue
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSurveyMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(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.
findSurveyMeasurementByQualitativeValue
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSurveyMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
findSurveyMeasurementByQualitativeValue
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSurveyMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(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.
findSurveyMeasurementByQualitativeValue
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSurveyMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(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.
findSurveyMeasurementByQualitativeValue
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSurveyMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(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 SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
findSurveyMeasurementByQualitativeValue
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSurveyMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(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.
findSurveyMeasurementByQualitativeValue
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSurveyMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(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.
findSurveyMeasurementByQualitativeValue
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findSurveyMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
findSurveyMeasurementByAggregationLevel
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSurveyMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(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.
findSurveyMeasurementByAggregationLevel
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSurveyMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
.
findSurveyMeasurementByAggregationLevel
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(java.lang.String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSurveyMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(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.
findSurveyMeasurementByAggregationLevel
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSurveyMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(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.
findSurveyMeasurementByAggregationLevel
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSurveyMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(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 SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel)
.
findSurveyMeasurementByAggregationLevel
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSurveyMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(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.
findSurveyMeasurementByAggregationLevel
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findSurveyMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(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.
findSurveyMeasurementByAggregationLevel
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public SurveyMeasurement findSurveyMeasurementByNaturalId(java.lang.Integer id)
findSurveyMeasurementByNaturalId
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByNaturalId(java.lang.Integer)
public java.lang.Object findSurveyMeasurementByNaturalId(int transform, java.lang.Integer id)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNaturalId(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.
findSurveyMeasurementByNaturalId
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByNaturalId(int, java.lang.Integer)
public SurveyMeasurement findSurveyMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByNaturalId(java.lang.Integer)
.
findSurveyMeasurementByNaturalId
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findSurveyMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
SurveyMeasurementDao
Does the same thing as SurveyMeasurementDao.findSurveyMeasurementByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in SurveyMeasurementDao.findSurveyMeasurementByNaturalId(int, java.lang.Integer id)
.
findSurveyMeasurementByNaturalId
in interface SurveyMeasurementDao
SurveyMeasurementDao.findSurveyMeasurementByNaturalId(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 SurveyMeasurement createFromClusterSurveyMeasurement(ClusterSurveyMeasurement clusterSurveyMeasurement)
createFromClusterSurveyMeasurement
in interface SurveyMeasurementDao
SurveyMeasurementDao.createFromClusterSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSurveyMeasurement)
protected abstract SurveyMeasurement handleCreateFromClusterSurveyMeasurement(ClusterSurveyMeasurement clusterSurveyMeasurement) throws java.lang.Exception
createFromClusterSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSurveyMeasurement)
java.lang.Exception
public ClusterSurveyMeasurement[] getAllClusterSurveyMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterSurveyMeasurement
in interface SurveyMeasurementDao
SurveyMeasurementDao.getAllClusterSurveyMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterSurveyMeasurement[] handleGetAllClusterSurveyMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterSurveyMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, SurveyMeasurement entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.measure.SurveyMeasurementDao
, 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:
SurveyMeasurement
- MeasurementDao.TRANSFORM_NONE
RemoteSurveyMeasurementFullVO
- TRANSFORM_REMOTESURVEYMEASUREMENTFULLVO
RemoteSurveyMeasurementNaturalId
- TRANSFORM_REMOTESURVEYMEASUREMENTNATURALID
ClusterSurveyMeasurement
- TRANSFORM_CLUSTERSURVEYMEASUREMENT
MeasurementDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in SurveyMeasurementDao
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.SurveyMeasurement)
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.SurveyMeasurementDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.measure.SurveyMeasurement)
protected SurveyMeasurement toEntity(java.lang.Object[] row)
toEntity
in class MeasurementDaoBase
public final void toRemoteSurveyMeasurementFullVOCollection(java.util.Collection entities)
SurveyMeasurementDao
RemoteSurveyMeasurementFullVO
.
toRemoteSurveyMeasurementFullVOCollection
in interface SurveyMeasurementDao
SurveyMeasurementDao.toRemoteSurveyMeasurementFullVOCollection(java.util.Collection)
public final RemoteSurveyMeasurementFullVO[] toRemoteSurveyMeasurementFullVOArray(java.util.Collection entities)
SurveyMeasurementDao
RemoteSurveyMeasurementFullVO
.
toRemoteSurveyMeasurementFullVOArray
in interface SurveyMeasurementDao
SurveyMeasurementDao.toRemoteSurveyMeasurementFullVOArray(java.util.Collection)
protected RemoteSurveyMeasurementFullVO toRemoteSurveyMeasurementFullVO(java.lang.Object[] row)
SurveyMeasurementDaoImpl
class if you intend to use reporting queries.
SurveyMeasurementDao.toRemoteSurveyMeasurementFullVO(fr.ifremer.allegro.data.measure.SurveyMeasurement)
public final void remoteSurveyMeasurementFullVOToEntityCollection(java.util.Collection instances)
SurveyMeasurementDao
RemoteSurveyMeasurementFullVO
to this
DAO's entity.
remoteSurveyMeasurementFullVOToEntityCollection
in interface SurveyMeasurementDao
SurveyMeasurementDao.remoteSurveyMeasurementFullVOToEntityCollection(java.util.Collection)
public void toRemoteSurveyMeasurementFullVO(SurveyMeasurement source, RemoteSurveyMeasurementFullVO target)
SurveyMeasurementDao
toRemoteSurveyMeasurementFullVO
in interface SurveyMeasurementDao
SurveyMeasurementDao.toRemoteSurveyMeasurementFullVO(fr.ifremer.allegro.data.measure.SurveyMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)
public RemoteSurveyMeasurementFullVO toRemoteSurveyMeasurementFullVO(SurveyMeasurement entity)
SurveyMeasurementDao
RemoteSurveyMeasurementFullVO
.
toRemoteSurveyMeasurementFullVO
in interface SurveyMeasurementDao
SurveyMeasurementDao.toRemoteSurveyMeasurementFullVO(fr.ifremer.allegro.data.measure.SurveyMeasurement)
public void remoteSurveyMeasurementFullVOToEntity(RemoteSurveyMeasurementFullVO source, SurveyMeasurement target, boolean copyIfNull)
SurveyMeasurementDao
RemoteSurveyMeasurementFullVO
to the specified entity.
remoteSurveyMeasurementFullVOToEntity
in interface SurveyMeasurementDao
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.SurveyMeasurementDao#remoteSurveyMeasurementFullVOToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO, fr.ifremer.allegro.data.measure.SurveyMeasurement)
public final void toRemoteSurveyMeasurementNaturalIdCollection(java.util.Collection entities)
SurveyMeasurementDao
RemoteSurveyMeasurementNaturalId
.
toRemoteSurveyMeasurementNaturalIdCollection
in interface SurveyMeasurementDao
SurveyMeasurementDao.toRemoteSurveyMeasurementNaturalIdCollection(java.util.Collection)
public final RemoteSurveyMeasurementNaturalId[] toRemoteSurveyMeasurementNaturalIdArray(java.util.Collection entities)
SurveyMeasurementDao
RemoteSurveyMeasurementNaturalId
.
toRemoteSurveyMeasurementNaturalIdArray
in interface SurveyMeasurementDao
SurveyMeasurementDao.toRemoteSurveyMeasurementNaturalIdArray(java.util.Collection)
protected RemoteSurveyMeasurementNaturalId toRemoteSurveyMeasurementNaturalId(java.lang.Object[] row)
SurveyMeasurementDaoImpl
class if you intend to use reporting queries.
SurveyMeasurementDao.toRemoteSurveyMeasurementNaturalId(fr.ifremer.allegro.data.measure.SurveyMeasurement)
public final void remoteSurveyMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
SurveyMeasurementDao
RemoteSurveyMeasurementNaturalId
to this
DAO's entity.
remoteSurveyMeasurementNaturalIdToEntityCollection
in interface SurveyMeasurementDao
SurveyMeasurementDao.remoteSurveyMeasurementNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteSurveyMeasurementNaturalId(SurveyMeasurement source, RemoteSurveyMeasurementNaturalId target)
SurveyMeasurementDao
toRemoteSurveyMeasurementNaturalId
in interface SurveyMeasurementDao
SurveyMeasurementDao.toRemoteSurveyMeasurementNaturalId(fr.ifremer.allegro.data.measure.SurveyMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementNaturalId)
public RemoteSurveyMeasurementNaturalId toRemoteSurveyMeasurementNaturalId(SurveyMeasurement entity)
SurveyMeasurementDao
RemoteSurveyMeasurementNaturalId
.
toRemoteSurveyMeasurementNaturalId
in interface SurveyMeasurementDao
SurveyMeasurementDao.toRemoteSurveyMeasurementNaturalId(fr.ifremer.allegro.data.measure.SurveyMeasurement)
public void remoteSurveyMeasurementNaturalIdToEntity(RemoteSurveyMeasurementNaturalId source, SurveyMeasurement target, boolean copyIfNull)
SurveyMeasurementDao
RemoteSurveyMeasurementNaturalId
to the specified entity.
remoteSurveyMeasurementNaturalIdToEntity
in interface SurveyMeasurementDao
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.SurveyMeasurementDao#remoteSurveyMeasurementNaturalIdToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementNaturalId, fr.ifremer.allegro.data.measure.SurveyMeasurement)
public final void toClusterSurveyMeasurementCollection(java.util.Collection entities)
SurveyMeasurementDao
ClusterSurveyMeasurement
.
toClusterSurveyMeasurementCollection
in interface SurveyMeasurementDao
SurveyMeasurementDao.toClusterSurveyMeasurementCollection(java.util.Collection)
public final ClusterSurveyMeasurement[] toClusterSurveyMeasurementArray(java.util.Collection entities)
SurveyMeasurementDao
ClusterSurveyMeasurement
.
toClusterSurveyMeasurementArray
in interface SurveyMeasurementDao
SurveyMeasurementDao.toClusterSurveyMeasurementArray(java.util.Collection)
protected ClusterSurveyMeasurement toClusterSurveyMeasurement(java.lang.Object[] row)
SurveyMeasurementDaoImpl
class if you intend to use reporting queries.
SurveyMeasurementDao.toClusterSurveyMeasurement(fr.ifremer.allegro.data.measure.SurveyMeasurement)
public final void clusterSurveyMeasurementToEntityCollection(java.util.Collection instances)
SurveyMeasurementDao
ClusterSurveyMeasurement
to this
DAO's entity.
clusterSurveyMeasurementToEntityCollection
in interface SurveyMeasurementDao
SurveyMeasurementDao.clusterSurveyMeasurementToEntityCollection(java.util.Collection)
public void toClusterSurveyMeasurement(SurveyMeasurement source, ClusterSurveyMeasurement target)
SurveyMeasurementDao
toClusterSurveyMeasurement
in interface SurveyMeasurementDao
SurveyMeasurementDao.toClusterSurveyMeasurement(fr.ifremer.allegro.data.measure.SurveyMeasurement, fr.ifremer.allegro.data.measure.generic.cluster.ClusterSurveyMeasurement)
public ClusterSurveyMeasurement toClusterSurveyMeasurement(SurveyMeasurement entity)
SurveyMeasurementDao
ClusterSurveyMeasurement
.
toClusterSurveyMeasurement
in interface SurveyMeasurementDao
SurveyMeasurementDao.toClusterSurveyMeasurement(fr.ifremer.allegro.data.measure.SurveyMeasurement)
public void clusterSurveyMeasurementToEntity(ClusterSurveyMeasurement source, SurveyMeasurement target, boolean copyIfNull)
SurveyMeasurementDao
ClusterSurveyMeasurement
to the specified entity.
clusterSurveyMeasurementToEntity
in interface SurveyMeasurementDao
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.SurveyMeasurementDao#clusterSurveyMeasurementToEntity(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSurveyMeasurement, fr.ifremer.allegro.data.measure.SurveyMeasurement)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
getPrincipal
in class MeasurementDaoBase
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
MeasurementDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface MeasurementDao
search
in interface SurveyMeasurementDao
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.SurveyMeasurementDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
MeasurementDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface MeasurementDao
search
in interface SurveyMeasurementDao
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.SurveyMeasurementDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
MeasurementDao
MeasurementDao.search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface MeasurementDao
search
in interface SurveyMeasurementDao
search
in class MeasurementDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
SurveyMeasurementDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
MeasurementDao
search
object.
search
in interface MeasurementDao
search
in interface SurveyMeasurementDao
search
in class MeasurementDaoBase
search
- the search object which provides the search parameters and pagination specification.
SurveyMeasurementDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |