|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SurveyMeasurementDao
SurveyMeasurement
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERSURVEYMEASUREMENT
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTESURVEYMEASUREMENTFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTESURVEYMEASUREMENTNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao |
---|
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID |
Method Summary | |
---|---|
SurveyMeasurement |
clusterSurveyMeasurementToEntity(ClusterSurveyMeasurement clusterSurveyMeasurement)
Converts an instance of type ClusterSurveyMeasurement to this DAO's entity. |
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 |
Measurement |
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 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 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 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 create(fr.ifremer.allegro.data.measure.SurveyMeasurement) with an
additional flag called transform . |
Measurement |
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. |
Measurement |
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 |
findSurveyMeasurementByActivityCalendar(ActivityCalendar activityCalendar)
|
java.util.Collection |
findSurveyMeasurementByActivityCalendar(int transform,
ActivityCalendar activityCalendar)
Does the same thing as 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale) with an
additional argument called queryString . |
ClusterSurveyMeasurement[] |
getAllClusterSurveyMeasurement(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllSurveyMeasurement()
|
java.util.Collection |
getAllSurveyMeasurement(int transform)
Does the same thing as getAllSurveyMeasurement() with an
additional flag called transform . |
java.util.Collection |
getAllSurveyMeasurement(int pageNumber,
int pageSize)
Does the same thing as 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 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 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 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 getAllSurveyMeasurement() with an
additional argument called queryString . |
java.util.Collection |
getAllSurveyMeasurement(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllSurveyMeasurement(String) with an
additional two arguments called pageNumber and pageSize . |
Measurement |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.measure.SurveyMeasurement from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type SurveyMeasurement . |
java.util.Collection |
loadAll(int transform)
Does the same thing as loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as 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 loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
SurveyMeasurement |
remoteSurveyMeasurementFullVOToEntity(RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVO)
Converts an instance of type RemoteSurveyMeasurementFullVO to this DAO's entity. |
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. |
SurveyMeasurement |
remoteSurveyMeasurementNaturalIdToEntity(RemoteSurveyMeasurementNaturalId remoteSurveyMeasurementNaturalId)
Converts an instance of type RemoteSurveyMeasurementNaturalId 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.SurveyMeasurement 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 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. |
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 . |
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 . |
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 . |
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. |
Field Detail |
---|
static final int TRANSFORM_REMOTESURVEYMEASUREMENTFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteSurveyMeasurementFullVO
.
static final int TRANSFORM_REMOTESURVEYMEASUREMENTNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteSurveyMeasurementNaturalId
.
static final int TRANSFORM_CLUSTERSURVEYMEASUREMENT
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterSurveyMeasurement
.
Method Detail |
---|
void toRemoteSurveyMeasurementFullVO(SurveyMeasurement source, RemoteSurveyMeasurementFullVO target)
RemoteSurveyMeasurementFullVO toRemoteSurveyMeasurementFullVO(SurveyMeasurement entity)
RemoteSurveyMeasurementFullVO
.
void toRemoteSurveyMeasurementFullVOCollection(java.util.Collection entities)
RemoteSurveyMeasurementFullVO
.
RemoteSurveyMeasurementFullVO[] toRemoteSurveyMeasurementFullVOArray(java.util.Collection entities)
RemoteSurveyMeasurementFullVO
.
void remoteSurveyMeasurementFullVOToEntity(RemoteSurveyMeasurementFullVO source, SurveyMeasurement target, boolean copyIfNull)
RemoteSurveyMeasurementFullVO
to the specified entity.
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.SurveyMeasurement remoteSurveyMeasurementFullVOToEntity(RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVO)
RemoteSurveyMeasurementFullVO
to this DAO's entity.
void remoteSurveyMeasurementFullVOToEntityCollection(java.util.Collection instances)
RemoteSurveyMeasurementFullVO
to this
DAO's entity.
void toRemoteSurveyMeasurementNaturalId(SurveyMeasurement source, RemoteSurveyMeasurementNaturalId target)
RemoteSurveyMeasurementNaturalId toRemoteSurveyMeasurementNaturalId(SurveyMeasurement entity)
RemoteSurveyMeasurementNaturalId
.
void toRemoteSurveyMeasurementNaturalIdCollection(java.util.Collection entities)
RemoteSurveyMeasurementNaturalId
.
RemoteSurveyMeasurementNaturalId[] toRemoteSurveyMeasurementNaturalIdArray(java.util.Collection entities)
RemoteSurveyMeasurementNaturalId
.
void remoteSurveyMeasurementNaturalIdToEntity(RemoteSurveyMeasurementNaturalId source, SurveyMeasurement target, boolean copyIfNull)
RemoteSurveyMeasurementNaturalId
to the specified entity.
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.SurveyMeasurement remoteSurveyMeasurementNaturalIdToEntity(RemoteSurveyMeasurementNaturalId remoteSurveyMeasurementNaturalId)
RemoteSurveyMeasurementNaturalId
to this DAO's entity.
void remoteSurveyMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
RemoteSurveyMeasurementNaturalId
to this
DAO's entity.
void toClusterSurveyMeasurement(SurveyMeasurement source, ClusterSurveyMeasurement target)
ClusterSurveyMeasurement toClusterSurveyMeasurement(SurveyMeasurement entity)
ClusterSurveyMeasurement
.
void toClusterSurveyMeasurementCollection(java.util.Collection entities)
ClusterSurveyMeasurement
.
ClusterSurveyMeasurement[] toClusterSurveyMeasurementArray(java.util.Collection entities)
ClusterSurveyMeasurement
.
void clusterSurveyMeasurementToEntity(ClusterSurveyMeasurement source, SurveyMeasurement target, boolean copyIfNull)
ClusterSurveyMeasurement
to the specified entity.
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.SurveyMeasurement clusterSurveyMeasurementToEntity(ClusterSurveyMeasurement clusterSurveyMeasurement)
ClusterSurveyMeasurement
to this DAO's entity.
void clusterSurveyMeasurementToEntityCollection(java.util.Collection instances)
ClusterSurveyMeasurement
to this
DAO's entity.
Measurement load(java.lang.Integer id)
load
in interface MeasurementDao
java.lang.Object load(int transform, java.lang.Integer id)
Does the same thing as 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
id
- identifier of the entity to load
java.util.Collection loadAll()
SurveyMeasurement
.
loadAll
in interface MeasurementDao
java.util.Collection loadAll(int transform)
Does the same thing as 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
transform
- the flag indicating what transformation to use.
java.util.Collection loadAll(int pageNumber, int pageSize)
Does the same thing as 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
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
Does the same thing as 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
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.
Measurement create(SurveyMeasurement surveyMeasurement)
java.lang.Object create(int transform, SurveyMeasurement surveyMeasurement)
Does the same thing as 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.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.data.measure.SurveyMeasurement
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as 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.
Measurement 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.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 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.
Measurement 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.
java.lang.Object create(int transform, Pmfm pmfm, QualityFlag qualityFlag)
Does the same thing as 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.
void update(SurveyMeasurement surveyMeasurement)
surveyMeasurement
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
update
in interface MeasurementDao
void remove(SurveyMeasurement surveyMeasurement)
void remove(java.lang.Integer id)
identifier
from the persistent store.
remove
in interface MeasurementDao
void remove(java.util.Collection entities)
entities collection.
- Specified by:
remove
in interface MeasurementDao
java.util.Collection getAllSurveyMeasurement()
java.util.Collection getAllSurveyMeasurement(java.lang.String queryString)
Does the same thing as getAllSurveyMeasurement()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllSurveyMeasurement()
.
java.util.Collection getAllSurveyMeasurement(int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllSurveyMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllSurveyMeasurement(int transform)
Does the same thing as 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.
java.util.Collection getAllSurveyMeasurement(int transform, int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllSurveyMeasurement(int transform, java.lang.String queryString)
Does the same thing as getAllSurveyMeasurement(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllSurveyMeasurement(int)
.
java.util.Collection getAllSurveyMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as 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.
SurveyMeasurement findSurveyMeasurementById(java.lang.Integer id)
SurveyMeasurement findSurveyMeasurementById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSurveyMeasurementById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSurveyMeasurementById(java.lang.Integer)
.
java.lang.Object findSurveyMeasurementById(int transform, java.lang.Integer id)
Does the same thing as 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.
java.lang.Object findSurveyMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSurveyMeasurementById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSurveyMeasurementById(int, java.lang.Integer id)
.
java.util.Collection findSurveyMeasurementByActivityCalendar(ActivityCalendar activityCalendar)
java.util.Collection findSurveyMeasurementByActivityCalendar(java.lang.String queryString, ActivityCalendar activityCalendar)
Does the same thing as 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 findSurveyMeasurementByActivityCalendar(fr.ifremer.allegro.data.survey.activity.ActivityCalendar)
.
java.util.Collection findSurveyMeasurementByActivityCalendar(int pageNumber, int pageSize, ActivityCalendar activityCalendar)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByActivityCalendar(java.lang.String queryString, int pageNumber, int pageSize, ActivityCalendar activityCalendar)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByActivityCalendar(int transform, ActivityCalendar activityCalendar)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByActivityCalendar(int transform, int pageNumber, int pageSize, ActivityCalendar activityCalendar)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByActivityCalendar(int transform, java.lang.String queryString, ActivityCalendar activityCalendar)
Does the same thing as 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 findSurveyMeasurementByActivityCalendar(int, fr.ifremer.allegro.data.survey.activity.ActivityCalendar activityCalendar)
.
java.util.Collection findSurveyMeasurementByActivityCalendar(int transform, java.lang.String queryString, int pageNumber, int pageSize, ActivityCalendar activityCalendar)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByEconomicalSurvey(EconomicalSurvey economicalSurvey)
java.util.Collection findSurveyMeasurementByEconomicalSurvey(java.lang.String queryString, EconomicalSurvey economicalSurvey)
Does the same thing as 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 findSurveyMeasurementByEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.EconomicalSurvey)
.
java.util.Collection findSurveyMeasurementByEconomicalSurvey(int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByEconomicalSurvey(java.lang.String queryString, int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform, EconomicalSurvey economicalSurvey)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform, int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform, java.lang.String queryString, EconomicalSurvey economicalSurvey)
Does the same thing as 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 findSurveyMeasurementByEconomicalSurvey(int, fr.ifremer.allegro.data.survey.economy.EconomicalSurvey economicalSurvey)
.
java.util.Collection findSurveyMeasurementByEconomicalSurvey(int transform, java.lang.String queryString, int pageNumber, int pageSize, EconomicalSurvey economicalSurvey)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByFishingTrip(FishingTrip fishingTrip)
java.util.Collection findSurveyMeasurementByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
Does the same thing as 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 findSurveyMeasurementByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
java.util.Collection findSurveyMeasurementByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByFishingTrip(int transform, FishingTrip fishingTrip)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
Does the same thing as 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 findSurveyMeasurementByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
java.util.Collection findSurveyMeasurementByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByLanding(Landing landing)
java.util.Collection findSurveyMeasurementByLanding(java.lang.String queryString, Landing landing)
Does the same thing as 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 findSurveyMeasurementByLanding(fr.ifremer.allegro.data.survey.landing.Landing)
.
java.util.Collection findSurveyMeasurementByLanding(int pageNumber, int pageSize, Landing landing)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByLanding(java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByLanding(int transform, Landing landing)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByLanding(int transform, int pageNumber, int pageSize, Landing landing)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByLanding(int transform, java.lang.String queryString, Landing landing)
Does the same thing as 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 findSurveyMeasurementByLanding(int, fr.ifremer.allegro.data.survey.landing.Landing landing)
.
java.util.Collection findSurveyMeasurementByLanding(int transform, java.lang.String queryString, int pageNumber, int pageSize, Landing landing)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementBySale(Sale sale)
java.util.Collection findSurveyMeasurementBySale(java.lang.String queryString, Sale sale)
Does the same thing as 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 findSurveyMeasurementBySale(fr.ifremer.allegro.data.survey.sale.Sale)
.
java.util.Collection findSurveyMeasurementBySale(int pageNumber, int pageSize, Sale sale)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementBySale(java.lang.String queryString, int pageNumber, int pageSize, Sale sale)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementBySale(int transform, Sale sale)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementBySale(int transform, int pageNumber, int pageSize, Sale sale)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementBySale(int transform, java.lang.String queryString, Sale sale)
Does the same thing as 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 findSurveyMeasurementBySale(int, fr.ifremer.allegro.data.survey.sale.Sale sale)
.
java.util.Collection findSurveyMeasurementBySale(int transform, java.lang.String queryString, int pageNumber, int pageSize, Sale sale)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(PhysicalGearSurvey physicalGearSurvey)
java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey)
Does the same thing as 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 findSurveyMeasurementByPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey)
.
java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(java.lang.String queryString, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform, PhysicalGearSurvey physicalGearSurvey)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform, java.lang.String queryString, PhysicalGearSurvey physicalGearSurvey)
Does the same thing as 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 findSurveyMeasurementByPhysicalGearSurvey(int, fr.ifremer.allegro.data.survey.physicalGear.PhysicalGearSurvey physicalGearSurvey)
.
java.util.Collection findSurveyMeasurementByPhysicalGearSurvey(int transform, java.lang.String queryString, int pageNumber, int pageSize, PhysicalGearSurvey physicalGearSurvey)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByDepartment(Department department)
java.util.Collection findSurveyMeasurementByDepartment(java.lang.String queryString, Department department)
Does the same thing as 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 findSurveyMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
.
java.util.Collection findSurveyMeasurementByDepartment(int pageNumber, int pageSize, Department department)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByDepartment(int transform, Department department)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
Does the same thing as 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 findSurveyMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department department)
.
java.util.Collection findSurveyMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByPrecisionType(PrecisionType precisionType)
java.util.Collection findSurveyMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
Does the same thing as findSurveyMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSurveyMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
.
java.util.Collection findSurveyMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByPrecisionType(int transform, PrecisionType precisionType)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
Does the same thing as 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 findSurveyMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType)
.
java.util.Collection findSurveyMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByQualityFlag(QualityFlag qualityFlag)
java.util.Collection findSurveyMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findSurveyMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSurveyMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
java.util.Collection findSurveyMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as 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 findSurveyMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
java.util.Collection findSurveyMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
java.util.Collection findSurveyMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
Does the same thing as findSurveyMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSurveyMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
java.util.Collection findSurveyMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
Does the same thing as 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 findSurveyMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
java.util.Collection findSurveyMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
java.util.Collection findSurveyMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
Does the same thing as findSurveyMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSurveyMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
.
java.util.Collection findSurveyMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
Does the same thing as 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 findSurveyMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision numericalPrecision)
.
java.util.Collection findSurveyMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByPmfm(Pmfm pmfm)
java.util.Collection findSurveyMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
Does the same thing as 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 findSurveyMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
java.util.Collection findSurveyMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByPmfm(int transform, Pmfm pmfm)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
Does the same thing as 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 findSurveyMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
java.util.Collection findSurveyMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
java.util.Collection findSurveyMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
Does the same thing as 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 findSurveyMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
java.util.Collection findSurveyMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
Does the same thing as 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 findSurveyMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
java.util.Collection findSurveyMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
java.util.Collection findSurveyMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
Does the same thing as 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 findSurveyMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
.
java.util.Collection findSurveyMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
Does the same thing as 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.
java.util.Collection findSurveyMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
Does the same thing as 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 findSurveyMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel)
.
java.util.Collection findSurveyMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
Does the same thing as 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.
SurveyMeasurement findSurveyMeasurementByNaturalId(java.lang.Integer id)
SurveyMeasurement findSurveyMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSurveyMeasurementByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSurveyMeasurementByNaturalId(java.lang.Integer)
.
java.lang.Object findSurveyMeasurementByNaturalId(int transform, java.lang.Integer id)
Does the same thing as 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.
java.lang.Object findSurveyMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSurveyMeasurementByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSurveyMeasurementByNaturalId(int, java.lang.Integer id)
.
SurveyMeasurement createFromClusterSurveyMeasurement(ClusterSurveyMeasurement clusterSurveyMeasurement)
ClusterSurveyMeasurement[] getAllClusterSurveyMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface MeasurementDao
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.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface MeasurementDao
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.java.util.Set search(int transform, Search search)
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
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
in interface MeasurementDao
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |