|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.data.measure.MeasurementDaoBase
fr.ifremer.allegro.data.measure.MeasurementDaoImpl
fr.ifremer.allegro.data.measure.VesselPositionMeasurementDaoBase
public abstract class VesselPositionMeasurementDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.measure.VesselPositionMeasurement
.
VesselPositionMeasurement
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.measure.VesselPositionMeasurementDao |
---|
TRANSFORM_CLUSTERVESSELPOSITIONMEASUREMENT, TRANSFORM_REMOTEVESSELPOSITIONMEASUREMENTFULLVO, TRANSFORM_REMOTEVESSELPOSITIONMEASUREMENTNATURALID |
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao |
---|
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID |
Constructor Summary | |
---|---|
VesselPositionMeasurementDaoBase()
|
Method Summary | |
---|---|
void |
clusterVesselPositionMeasurementToEntity(ClusterVesselPositionMeasurement source,
VesselPositionMeasurement target,
boolean copyIfNull)
Copies the fields of ClusterVesselPositionMeasurement to the specified entity. |
void |
clusterVesselPositionMeasurementToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterVesselPositionMeasurement to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.measure.VesselPositionMeasurement and adds from the passed in entities collection |
VesselPositionMeasurement |
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,
VesselPosition vesselPosition)
Creates a new fr.ifremer.allegro.data.measure.VesselPositionMeasurement
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 VesselPositionMeasurementDao.create(fr.ifremer.allegro.data.measure.VesselPositionMeasurement) 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,
VesselPosition vesselPosition)
Does the same thing as VesselPositionMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.position.VesselPosition) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Pmfm pmfm,
QualityFlag qualityFlag,
VesselPosition vesselPosition)
Does the same thing as VesselPositionMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.vessel.position.VesselPosition) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
VesselPositionMeasurement vesselPositionMeasurement)
Does the same thing as VesselPositionMeasurementDao.create(fr.ifremer.allegro.data.measure.VesselPositionMeasurement) with an
additional flag called transform . |
VesselPositionMeasurement |
create(Pmfm pmfm,
QualityFlag qualityFlag,
VesselPosition vesselPosition)
Creates a new fr.ifremer.allegro.data.measure.VesselPositionMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPositionMeasurement |
create(VesselPositionMeasurement vesselPositionMeasurement)
Creates an instance of fr.ifremer.allegro.data.measure.VesselPositionMeasurement and adds it to the persistent store. |
VesselPositionMeasurement |
createFromClusterVesselPositionMeasurement(ClusterVesselPositionMeasurement clusterVesselPositionMeasurement)
|
java.util.Collection |
findMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
|
java.util.Collection |
findMeasurementByAggregationLevel(int transform,
AggregationLevel aggregationLevel)
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional flag called transform . |
java.util.Collection |
findMeasurementByAggregationLevel(int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByAggregationLevel(int transform,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByAggregationLevel(java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByAggregationLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
|
java.util.Collection |
findMeasurementByAnalysisInstrument(int transform,
AnalysisInstrument analysisInstrument)
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional flag called transform . |
java.util.Collection |
findMeasurementByAnalysisInstrument(int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByAnalysisInstrument(int transform,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByAnalysisInstrument(java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByAnalysisInstrument(java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByDepartment(Department department)
|
java.util.Collection |
findMeasurementByDepartment(int transform,
Department department)
Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findMeasurementByDepartment(int pageNumber,
int pageSize,
Department department)
Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByDepartment(int transform,
int pageNumber,
int pageSize,
Department department)
Does the same thing as MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByDepartment(int transform,
java.lang.String queryString,
Department department)
Does the same thing as MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as MeasurementDao.findMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByDepartment(java.lang.String queryString,
Department department)
Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as MeasurementDao.findMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
Measurement |
findMeasurementById(java.lang.Integer id)
|
java.lang.Object |
findMeasurementById(int transform,
java.lang.Integer id)
Does the same thing as MeasurementDao.findMeasurementById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findMeasurementById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as MeasurementDao.findMeasurementById(int, java.lang.Integer) with an
additional argument called queryString . |
Measurement |
findMeasurementById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as MeasurementDao.findMeasurementById(java.lang.Integer) with an
additional argument called queryString . |
Measurement |
findMeasurementByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findMeasurementByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as MeasurementDao.findMeasurementByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findMeasurementByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as MeasurementDao.findMeasurementByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
Measurement |
findMeasurementByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as MeasurementDao.findMeasurementByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByNumericalPrecision(int transform,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByNumericalPrecision(int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByNumericalPrecision(int transform,
NumericalPrecision numericalPrecision)
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional flag called transform . |
java.util.Collection |
findMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
|
java.util.Collection |
findMeasurementByNumericalPrecision(java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByNumericalPrecision(java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByPmfm(int transform,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByPmfm(int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByPmfm(int transform,
Pmfm pmfm)
Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.util.Collection |
findMeasurementByPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as MeasurementDao.findMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByPmfm(int transform,
java.lang.String queryString,
Pmfm pmfm)
Does the same thing as MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByPmfm(Pmfm pmfm)
|
java.util.Collection |
findMeasurementByPmfm(java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as MeasurementDao.findMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByPmfm(java.lang.String queryString,
Pmfm pmfm)
Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByPrecisionType(int transform,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByPrecisionType(int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByPrecisionType(int transform,
PrecisionType precisionType)
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional flag called transform . |
java.util.Collection |
findMeasurementByPrecisionType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByPrecisionType(int transform,
java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByPrecisionType(PrecisionType precisionType)
|
java.util.Collection |
findMeasurementByPrecisionType(java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByPrecisionType(java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByQualitativeValue(int transform,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByQualitativeValue(int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByQualitativeValue(int transform,
QualitativeValue qualitativeValue)
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
|
java.util.Collection |
findMeasurementByQualitativeValue(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByQualitativeValue(java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findMeasurementByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findMeasurementByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
|
java.util.Collection |
findVesselPositionMeasurementByAggregationLevel(int transform,
AggregationLevel aggregationLevel)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional flag called transform . |
java.util.Collection |
findVesselPositionMeasurementByAggregationLevel(int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByAggregationLevel(int transform,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByAggregationLevel(java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByAggregationLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
|
java.util.Collection |
findVesselPositionMeasurementByAnalysisInstrument(int transform,
AnalysisInstrument analysisInstrument)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional flag called transform . |
java.util.Collection |
findVesselPositionMeasurementByAnalysisInstrument(int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByAnalysisInstrument(int transform,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByAnalysisInstrument(java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByAnalysisInstrument(java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByDepartment(Department department)
|
java.util.Collection |
findVesselPositionMeasurementByDepartment(int transform,
Department department)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findVesselPositionMeasurementByDepartment(int pageNumber,
int pageSize,
Department department)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByDepartment(int transform,
int pageNumber,
int pageSize,
Department department)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByDepartment(int transform,
java.lang.String queryString,
Department department)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByDepartment(java.lang.String queryString,
Department department)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
VesselPositionMeasurement |
findVesselPositionMeasurementById(java.lang.Integer id)
|
java.lang.Object |
findVesselPositionMeasurementById(int transform,
java.lang.Integer id)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findVesselPositionMeasurementById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementById(int, java.lang.Integer) with an
additional argument called queryString . |
VesselPositionMeasurement |
findVesselPositionMeasurementById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementById(java.lang.Integer) with an
additional argument called queryString . |
VesselPositionMeasurement |
findVesselPositionMeasurementByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findVesselPositionMeasurementByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findVesselPositionMeasurementByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
VesselPositionMeasurement |
findVesselPositionMeasurementByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByNumericalPrecision(int transform,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByNumericalPrecision(int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByNumericalPrecision(int transform,
NumericalPrecision numericalPrecision)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional flag called transform . |
java.util.Collection |
findVesselPositionMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
|
java.util.Collection |
findVesselPositionMeasurementByNumericalPrecision(java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByNumericalPrecision(java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByPmfm(int transform,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByPmfm(int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByPmfm(int transform,
Pmfm pmfm)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.util.Collection |
findVesselPositionMeasurementByPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByPmfm(int transform,
java.lang.String queryString,
Pmfm pmfm)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByPmfm(Pmfm pmfm)
|
java.util.Collection |
findVesselPositionMeasurementByPmfm(java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByPmfm(java.lang.String queryString,
Pmfm pmfm)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByPrecisionType(int transform,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByPrecisionType(int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByPrecisionType(int transform,
PrecisionType precisionType)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional flag called transform . |
java.util.Collection |
findVesselPositionMeasurementByPrecisionType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByPrecisionType(int transform,
java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByPrecisionType(PrecisionType precisionType)
|
java.util.Collection |
findVesselPositionMeasurementByPrecisionType(java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByPrecisionType(java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByQualitativeValue(int transform,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByQualitativeValue(int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByQualitativeValue(int transform,
QualitativeValue qualitativeValue)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findVesselPositionMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
|
java.util.Collection |
findVesselPositionMeasurementByQualitativeValue(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByQualitativeValue(java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findVesselPositionMeasurementByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findVesselPositionMeasurementByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByVesselPosition(int transform,
int pageNumber,
int pageSize,
VesselPosition vesselPosition)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(int, fr.ifremer.allegro.data.vessel.position.VesselPosition) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByVesselPosition(int pageNumber,
int pageSize,
VesselPosition vesselPosition)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(fr.ifremer.allegro.data.vessel.position.VesselPosition) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByVesselPosition(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
VesselPosition vesselPosition)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(int, String, fr.ifremer.allegro.data.vessel.position.VesselPosition) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByVesselPosition(int transform,
java.lang.String queryString,
VesselPosition vesselPosition)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(int, fr.ifremer.allegro.data.vessel.position.VesselPosition) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByVesselPosition(int transform,
VesselPosition vesselPosition)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(fr.ifremer.allegro.data.vessel.position.VesselPosition) with an
additional flag called transform . |
java.util.Collection |
findVesselPositionMeasurementByVesselPosition(java.lang.String queryString,
int pageNumber,
int pageSize,
VesselPosition vesselPosition)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(String, fr.ifremer.allegro.data.vessel.position.VesselPosition) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPositionMeasurementByVesselPosition(java.lang.String queryString,
VesselPosition vesselPosition)
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(fr.ifremer.allegro.data.vessel.position.VesselPosition) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByVesselPosition(VesselPosition vesselPosition)
|
java.util.Collection |
getAllMeasurement()
|
java.util.Collection |
getAllMeasurement(int transform)
Does the same thing as MeasurementDao.getAllMeasurement() with an
additional flag called transform . |
java.util.Collection |
getAllMeasurement(int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurement(int transform,
int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurement(int transform,
java.lang.String queryString)
Does the same thing as MeasurementDao.getAllMeasurement(int) with an
additional argument called queryString . |
java.util.Collection |
getAllMeasurement(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurement(java.lang.String queryString)
Does the same thing as MeasurementDao.getAllMeasurement() with an
additional argument called queryString . |
java.util.Collection |
getAllMeasurement(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPositionMeasurement()
|
java.util.Collection |
getAllVesselPositionMeasurement(int transform)
Does the same thing as VesselPositionMeasurementDao.getAllVesselPositionMeasurement() with an
additional flag called transform . |
java.util.Collection |
getAllVesselPositionMeasurement(int pageNumber,
int pageSize)
Does the same thing as VesselPositionMeasurementDao.getAllVesselPositionMeasurement() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPositionMeasurement(int transform,
int pageNumber,
int pageSize)
Does the same thing as VesselPositionMeasurementDao.getAllVesselPositionMeasurement(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPositionMeasurement(int transform,
java.lang.String queryString)
Does the same thing as VesselPositionMeasurementDao.getAllVesselPositionMeasurement(int) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselPositionMeasurement(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselPositionMeasurementDao.getAllVesselPositionMeasurement(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPositionMeasurement(java.lang.String queryString)
Does the same thing as VesselPositionMeasurementDao.getAllVesselPositionMeasurement() with an
additional argument called queryString . |
java.util.Collection |
getAllVesselPositionMeasurement(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselPositionMeasurementDao.getAllVesselPositionMeasurement(String) with an
additional two arguments called pageNumber and pageSize . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected VesselPositionDao |
getVesselPositionDao()
Gets the reference to vesselPositionDao . |
protected abstract VesselPositionMeasurement |
handleCreateFromClusterVesselPositionMeasurement(ClusterVesselPositionMeasurement clusterVesselPositionMeasurement)
Performs the core logic for createFromClusterVesselPositionMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselPositionMeasurement) |
VesselPositionMeasurement |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.measure.Measurement from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as MeasurementDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type Measurement . |
java.util.Collection |
loadAll(int transform)
Does the same thing as MeasurementDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.loadAll() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
loadAll(int transform,
int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteVesselPositionMeasurementFullVOToEntity(RemoteVesselPositionMeasurementFullVO source,
VesselPositionMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteVesselPositionMeasurementFullVO to the specified entity. |
void |
remoteVesselPositionMeasurementFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselPositionMeasurementFullVO to this
DAO's entity. |
void |
remoteVesselPositionMeasurementNaturalIdToEntity(RemoteVesselPositionMeasurementNaturalId source,
VesselPositionMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteVesselPositionMeasurementNaturalId to the specified entity. |
void |
remoteVesselPositionMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselPositionMeasurementNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.measure.Measurement having the given identifier from the persistent store. |
void |
remove(VesselPositionMeasurement vesselPositionMeasurement)
Removes the instance of fr.ifremer.allegro.data.measure.VesselPositionMeasurement from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as MeasurementDao.search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
void |
setVesselPositionDao(VesselPositionDao vesselPositionDao)
Sets the reference to vesselPositionDao . |
protected ClusterVesselPositionMeasurement |
toClusterVesselPositionMeasurement(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterVesselPositionMeasurement |
toClusterVesselPositionMeasurement(VesselPositionMeasurement entity)
Converts this DAO's entity to an object of type ClusterVesselPositionMeasurement . |
void |
toClusterVesselPositionMeasurement(VesselPositionMeasurement source,
ClusterVesselPositionMeasurement target)
Copies the fields of the specified entity to the target value object. |
ClusterVesselPositionMeasurement[] |
toClusterVesselPositionMeasurementArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterVesselPositionMeasurement . |
void |
toClusterVesselPositionMeasurementCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterVesselPositionMeasurement . |
protected VesselPositionMeasurement |
toEntity(java.lang.Object[] row)
|
protected RemoteVesselPositionMeasurementFullVO |
toRemoteVesselPositionMeasurementFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteVesselPositionMeasurementFullVO |
toRemoteVesselPositionMeasurementFullVO(VesselPositionMeasurement entity)
Converts this DAO's entity to an object of type RemoteVesselPositionMeasurementFullVO . |
void |
toRemoteVesselPositionMeasurementFullVO(VesselPositionMeasurement source,
RemoteVesselPositionMeasurementFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselPositionMeasurementFullVO[] |
toRemoteVesselPositionMeasurementFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselPositionMeasurementFullVO . |
void |
toRemoteVesselPositionMeasurementFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselPositionMeasurementFullVO . |
protected RemoteVesselPositionMeasurementNaturalId |
toRemoteVesselPositionMeasurementNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteVesselPositionMeasurementNaturalId |
toRemoteVesselPositionMeasurementNaturalId(VesselPositionMeasurement entity)
Converts this DAO's entity to an object of type RemoteVesselPositionMeasurementNaturalId . |
void |
toRemoteVesselPositionMeasurementNaturalId(VesselPositionMeasurement source,
RemoteVesselPositionMeasurementNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselPositionMeasurementNaturalId[] |
toRemoteVesselPositionMeasurementNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselPositionMeasurementNaturalId . |
void |
toRemoteVesselPositionMeasurementNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselPositionMeasurementNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.measure.VesselPositionMeasurement)
method. |
protected java.lang.Object |
transformEntity(int transform,
VesselPositionMeasurement entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.measure.VesselPositionMeasurementDao , please note
that the MeasurementDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(VesselPositionMeasurement vesselPositionMeasurement)
Updates the vesselPositionMeasurement instance in the persistent store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.data.measure.VesselPositionMeasurementDao |
---|
clusterVesselPositionMeasurementToEntity, remoteVesselPositionMeasurementFullVOToEntity, remoteVesselPositionMeasurementNaturalIdToEntity |
Constructor Detail |
---|
public VesselPositionMeasurementDaoBase()
Method Detail |
---|
public void setVesselPositionDao(VesselPositionDao vesselPositionDao)
vesselPositionDao
.
protected VesselPositionDao getVesselPositionDao()
vesselPositionDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
MeasurementDao
Does the same thing as MeasurementDao.load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
load
in interface MeasurementDao
load
in interface VesselPositionMeasurementDao
load
in class MeasurementDaoBase
id
- identifier of the entity to load
VesselPositionMeasurementDao.load(int, java.lang.Integer)
public VesselPositionMeasurement load(java.lang.Integer id)
MeasurementDao
load
in interface MeasurementDao
load
in interface VesselPositionMeasurementDao
load
in class MeasurementDaoBase
VesselPositionMeasurementDao.load(java.lang.Integer)
public java.util.Collection loadAll()
MeasurementDao
Measurement
.
loadAll
in interface MeasurementDao
loadAll
in interface VesselPositionMeasurementDao
loadAll
in class MeasurementDaoBase
VesselPositionMeasurementDao.loadAll()
public java.util.Collection loadAll(int transform)
MeasurementDao
Does the same thing as MeasurementDao.loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
loadAll
in interface MeasurementDao
loadAll
in interface VesselPositionMeasurementDao
loadAll
in class MeasurementDaoBase
transform
- the flag indicating what transformation to use.
VesselPositionMeasurementDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
MeasurementDao
Does the same thing as MeasurementDao.loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface MeasurementDao
loadAll
in interface VesselPositionMeasurementDao
loadAll
in class MeasurementDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
VesselPositionMeasurementDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
MeasurementDao
Does the same thing as MeasurementDao.loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface MeasurementDao
loadAll
in interface VesselPositionMeasurementDao
loadAll
in class MeasurementDaoBase
transform
- the flag indicating what transformation to use.pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
VesselPositionMeasurementDao.loadAll(int, int, int)
public VesselPositionMeasurement create(VesselPositionMeasurement vesselPositionMeasurement)
VesselPositionMeasurementDao
create
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.create(fr.ifremer.allegro.data.measure.VesselPositionMeasurement)
public java.lang.Object create(int transform, VesselPositionMeasurement vesselPositionMeasurement)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.create(fr.ifremer.allegro.data.measure.VesselPositionMeasurement)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.create(int transform, fr.ifremer.allegro.data.measure.VesselPositionMeasurement)
public java.util.Collection create(java.util.Collection entities)
VesselPositionMeasurementDao
entities
collection
create
in interface VesselPositionMeasurementDao
entities
- the collection of fr.ifremer.allegro.data.measure.VesselPositionMeasurement
instances to create.
VesselPositionMeasurementDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.create(fr.ifremer.allegro.data.measure.VesselPositionMeasurement)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
create
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.create(int, java.util.Collection)
public VesselPositionMeasurement 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, VesselPosition vesselPosition)
VesselPositionMeasurementDao
Creates a new fr.ifremer.allegro.data.measure.VesselPositionMeasurement
instance from all attributes and
properties and adds it to the persistent store.
create
in interface VesselPositionMeasurementDao
fr.ifremer.allegro.data.measure.MeasurementDao#create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.position.VesselPosition)
public java.lang.Object create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, VesselPosition vesselPosition)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.position.VesselPosition)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface VesselPositionMeasurementDao
fr.ifremer.allegro.data.measure.MeasurementDao#create(int, java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.position.VesselPosition)
public VesselPositionMeasurement create(Pmfm pmfm, QualityFlag qualityFlag, VesselPosition vesselPosition)
VesselPositionMeasurementDao
Creates a new fr.ifremer.allegro.data.measure.VesselPositionMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.vessel.position.VesselPosition)
public java.lang.Object create(int transform, Pmfm pmfm, QualityFlag qualityFlag, VesselPosition vesselPosition)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.vessel.position.VesselPosition)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.create(int, fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.vessel.position.VesselPosition)
public void update(VesselPositionMeasurement vesselPositionMeasurement)
VesselPositionMeasurementDao
vesselPositionMeasurement
instance in the persistent store.
update
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.update(fr.ifremer.allegro.data.measure.VesselPositionMeasurement)
public void update(java.util.Collection entities)
MeasurementDao
entities
collection in the persistent store.
update
in interface MeasurementDao
update
in interface VesselPositionMeasurementDao
update
in class MeasurementDaoBase
MeasurementDao.update(java.util.Collection)
public void remove(VesselPositionMeasurement vesselPositionMeasurement)
VesselPositionMeasurementDao
remove
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.remove(fr.ifremer.allegro.data.measure.VesselPositionMeasurement)
public void remove(java.lang.Integer id)
MeasurementDao
identifier
from the persistent store.
remove
in interface MeasurementDao
remove
in interface VesselPositionMeasurementDao
remove
in class MeasurementDaoBase
VesselPositionMeasurementDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
MeasurementDao
entities collection.
- Specified by:
remove
in interface MeasurementDao
- Specified by:
remove
in interface VesselPositionMeasurementDao
- Overrides:
remove
in class MeasurementDaoBase
- See Also:
MeasurementDao.remove(java.util.Collection)
public java.util.Collection getAllVesselPositionMeasurement()
getAllVesselPositionMeasurement
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.getAllVesselPositionMeasurement()
public java.util.Collection getAllVesselPositionMeasurement(int transform)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.getAllVesselPositionMeasurement()
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.
getAllVesselPositionMeasurement
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.getAllVesselPositionMeasurement(int)
public java.util.Collection getAllVesselPositionMeasurement(java.lang.String queryString)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.getAllVesselPositionMeasurement()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.getAllVesselPositionMeasurement()
.
getAllVesselPositionMeasurement
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.getAllVesselPositionMeasurement(java.lang.String)
public java.util.Collection getAllVesselPositionMeasurement(int pageNumber, int pageSize)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.getAllVesselPositionMeasurement()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllVesselPositionMeasurement
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.getAllVesselPositionMeasurement(int, int)
public java.util.Collection getAllVesselPositionMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.getAllVesselPositionMeasurement(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.
getAllVesselPositionMeasurement
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.getAllVesselPositionMeasurement(String, int, int)
public java.util.Collection getAllVesselPositionMeasurement(int transform, java.lang.String queryString)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.getAllVesselPositionMeasurement(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.getAllVesselPositionMeasurement(int)
.
getAllVesselPositionMeasurement
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.getAllVesselPositionMeasurement(int, String)
public java.util.Collection getAllVesselPositionMeasurement(int transform, int pageNumber, int pageSize)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.getAllVesselPositionMeasurement(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.
getAllVesselPositionMeasurement
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.getAllVesselPositionMeasurement(int, int, int)
public java.util.Collection getAllVesselPositionMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.getAllVesselPositionMeasurement(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.
getAllVesselPositionMeasurement
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.getAllVesselPositionMeasurement(int, java.lang.String, int, int)
public VesselPositionMeasurement findVesselPositionMeasurementById(java.lang.Integer id)
findVesselPositionMeasurementById
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementById(java.lang.Integer)
public java.lang.Object findVesselPositionMeasurementById(int transform, java.lang.Integer id)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementById(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.
findVesselPositionMeasurementById
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementById(int, java.lang.Integer)
public VesselPositionMeasurement findVesselPositionMeasurementById(java.lang.String queryString, java.lang.Integer id)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.findVesselPositionMeasurementById(java.lang.Integer)
.
findVesselPositionMeasurementById
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementById(java.lang.String, java.lang.Integer)
public java.lang.Object findVesselPositionMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.findVesselPositionMeasurementById(int, java.lang.Integer id)
.
findVesselPositionMeasurementById
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findVesselPositionMeasurementByVesselPosition(VesselPosition vesselPosition)
findVesselPositionMeasurementByVesselPosition
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(fr.ifremer.allegro.data.vessel.position.VesselPosition)
public java.util.Collection findVesselPositionMeasurementByVesselPosition(int transform, VesselPosition vesselPosition)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(fr.ifremer.allegro.data.vessel.position.VesselPosition)
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.
findVesselPositionMeasurementByVesselPosition
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(int, fr.ifremer.allegro.data.vessel.position.VesselPosition)
public java.util.Collection findVesselPositionMeasurementByVesselPosition(java.lang.String queryString, VesselPosition vesselPosition)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(fr.ifremer.allegro.data.vessel.position.VesselPosition)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(fr.ifremer.allegro.data.vessel.position.VesselPosition)
.
findVesselPositionMeasurementByVesselPosition
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(java.lang.String, fr.ifremer.allegro.data.vessel.position.VesselPosition)
public java.util.Collection findVesselPositionMeasurementByVesselPosition(int pageNumber, int pageSize, VesselPosition vesselPosition)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(fr.ifremer.allegro.data.vessel.position.VesselPosition)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselPositionMeasurementByVesselPosition
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(int, int, fr.ifremer.allegro.data.vessel.position.VesselPosition)
public java.util.Collection findVesselPositionMeasurementByVesselPosition(java.lang.String queryString, int pageNumber, int pageSize, VesselPosition vesselPosition)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(String, fr.ifremer.allegro.data.vessel.position.VesselPosition)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselPositionMeasurementByVesselPosition
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(String, int, int, fr.ifremer.allegro.data.vessel.position.VesselPosition)
public java.util.Collection findVesselPositionMeasurementByVesselPosition(int transform, java.lang.String queryString, VesselPosition vesselPosition)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(int, fr.ifremer.allegro.data.vessel.position.VesselPosition)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(int, fr.ifremer.allegro.data.vessel.position.VesselPosition vesselPosition)
.
findVesselPositionMeasurementByVesselPosition
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(int, String, fr.ifremer.allegro.data.vessel.position.VesselPosition)
public java.util.Collection findVesselPositionMeasurementByVesselPosition(int transform, int pageNumber, int pageSize, VesselPosition vesselPosition)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(int, fr.ifremer.allegro.data.vessel.position.VesselPosition)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselPositionMeasurementByVesselPosition
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(int, int, int, fr.ifremer.allegro.data.vessel.position.VesselPosition)
public java.util.Collection findVesselPositionMeasurementByVesselPosition(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselPosition vesselPosition)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(int, String, fr.ifremer.allegro.data.vessel.position.VesselPosition)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselPositionMeasurementByVesselPosition
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByVesselPosition(int, java.lang.String, int, int, fr.ifremer.allegro.data.vessel.position.VesselPosition)
public java.util.Collection findVesselPositionMeasurementByDepartment(Department department)
findVesselPositionMeasurementByDepartment
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPositionMeasurementByDepartment(int transform, Department department)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(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.
findVesselPositionMeasurementByDepartment
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPositionMeasurementByDepartment(java.lang.String queryString, Department department)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
.
findVesselPositionMeasurementByDepartment
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPositionMeasurementByDepartment(int pageNumber, int pageSize, Department department)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(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.
findVesselPositionMeasurementByDepartment
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPositionMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(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.
findVesselPositionMeasurementByDepartment
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPositionMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(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 VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department department)
.
findVesselPositionMeasurementByDepartment
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPositionMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(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.
findVesselPositionMeasurementByDepartment
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPositionMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(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.
findVesselPositionMeasurementByDepartment
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPositionMeasurementByPrecisionType(PrecisionType precisionType)
findVesselPositionMeasurementByPrecisionType
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselPositionMeasurementByPrecisionType(int transform, PrecisionType precisionType)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(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.
findVesselPositionMeasurementByPrecisionType
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselPositionMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
.
findVesselPositionMeasurementByPrecisionType
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(java.lang.String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselPositionMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(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.
findVesselPositionMeasurementByPrecisionType
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselPositionMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(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.
findVesselPositionMeasurementByPrecisionType
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselPositionMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType)
.
findVesselPositionMeasurementByPrecisionType
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselPositionMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(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.
findVesselPositionMeasurementByPrecisionType
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselPositionMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(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.
findVesselPositionMeasurementByPrecisionType
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselPositionMeasurementByQualityFlag(QualityFlag qualityFlag)
findVesselPositionMeasurementByQualityFlag
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPositionMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(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.
findVesselPositionMeasurementByQualityFlag
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPositionMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findVesselPositionMeasurementByQualityFlag
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPositionMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(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.
findVesselPositionMeasurementByQualityFlag
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPositionMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(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.
findVesselPositionMeasurementByQualityFlag
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPositionMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findVesselPositionMeasurementByQualityFlag
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPositionMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(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.
findVesselPositionMeasurementByQualityFlag
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPositionMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(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.
findVesselPositionMeasurementByQualityFlag
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPositionMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
findVesselPositionMeasurementByAnalysisInstrument
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselPositionMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(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.
findVesselPositionMeasurementByAnalysisInstrument
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselPositionMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
findVesselPositionMeasurementByAnalysisInstrument
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselPositionMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(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.
findVesselPositionMeasurementByAnalysisInstrument
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselPositionMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(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.
findVesselPositionMeasurementByAnalysisInstrument
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselPositionMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
findVesselPositionMeasurementByAnalysisInstrument
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselPositionMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(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.
findVesselPositionMeasurementByAnalysisInstrument
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselPositionMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(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.
findVesselPositionMeasurementByAnalysisInstrument
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselPositionMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
findVesselPositionMeasurementByNumericalPrecision
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselPositionMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(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.
findVesselPositionMeasurementByNumericalPrecision
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselPositionMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
.
findVesselPositionMeasurementByNumericalPrecision
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(java.lang.String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselPositionMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(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.
findVesselPositionMeasurementByNumericalPrecision
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselPositionMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(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.
findVesselPositionMeasurementByNumericalPrecision
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselPositionMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision numericalPrecision)
.
findVesselPositionMeasurementByNumericalPrecision
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselPositionMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(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.
findVesselPositionMeasurementByNumericalPrecision
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(int, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselPositionMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(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.
findVesselPositionMeasurementByNumericalPrecision
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByNumericalPrecision(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselPositionMeasurementByPmfm(Pmfm pmfm)
findVesselPositionMeasurementByPmfm
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselPositionMeasurementByPmfm(int transform, Pmfm pmfm)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(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.
findVesselPositionMeasurementByPmfm
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselPositionMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
findVesselPositionMeasurementByPmfm
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselPositionMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(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.
findVesselPositionMeasurementByPmfm
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselPositionMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(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.
findVesselPositionMeasurementByPmfm
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselPositionMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(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 VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
findVesselPositionMeasurementByPmfm
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselPositionMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(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.
findVesselPositionMeasurementByPmfm
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselPositionMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(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.
findVesselPositionMeasurementByPmfm
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselPositionMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
findVesselPositionMeasurementByQualitativeValue
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselPositionMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(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.
findVesselPositionMeasurementByQualitativeValue
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselPositionMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
findVesselPositionMeasurementByQualitativeValue
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselPositionMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(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.
findVesselPositionMeasurementByQualitativeValue
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselPositionMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(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.
findVesselPositionMeasurementByQualitativeValue
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselPositionMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(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 VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
findVesselPositionMeasurementByQualitativeValue
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselPositionMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(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.
findVesselPositionMeasurementByQualitativeValue
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselPositionMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(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.
findVesselPositionMeasurementByQualitativeValue
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselPositionMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
findVesselPositionMeasurementByAggregationLevel
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselPositionMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(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.
findVesselPositionMeasurementByAggregationLevel
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselPositionMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
.
findVesselPositionMeasurementByAggregationLevel
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(java.lang.String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselPositionMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(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.
findVesselPositionMeasurementByAggregationLevel
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselPositionMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(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.
findVesselPositionMeasurementByAggregationLevel
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselPositionMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(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 VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel)
.
findVesselPositionMeasurementByAggregationLevel
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselPositionMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(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.
findVesselPositionMeasurementByAggregationLevel
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselPositionMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(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.
findVesselPositionMeasurementByAggregationLevel
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public VesselPositionMeasurement findVesselPositionMeasurementByNaturalId(java.lang.Integer id)
findVesselPositionMeasurementByNaturalId
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByNaturalId(java.lang.Integer)
public java.lang.Object findVesselPositionMeasurementByNaturalId(int transform, java.lang.Integer id)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNaturalId(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.
findVesselPositionMeasurementByNaturalId
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByNaturalId(int, java.lang.Integer)
public VesselPositionMeasurement findVesselPositionMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.findVesselPositionMeasurementByNaturalId(java.lang.Integer)
.
findVesselPositionMeasurementByNaturalId
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findVesselPositionMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
VesselPositionMeasurementDao
Does the same thing as VesselPositionMeasurementDao.findVesselPositionMeasurementByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPositionMeasurementDao.findVesselPositionMeasurementByNaturalId(int, java.lang.Integer id)
.
findVesselPositionMeasurementByNaturalId
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.findVesselPositionMeasurementByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllMeasurement()
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement()
public java.util.Collection getAllMeasurement(int transform)
MeasurementDao
Does the same thing as MeasurementDao.getAllMeasurement()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(int)
public java.util.Collection getAllMeasurement(java.lang.String queryString)
MeasurementDao
Does the same thing as MeasurementDao.getAllMeasurement()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.getAllMeasurement()
.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(java.lang.String)
public java.util.Collection getAllMeasurement(int pageNumber, int pageSize)
MeasurementDao
Does the same thing as MeasurementDao.getAllMeasurement()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(int, int)
public java.util.Collection getAllMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
MeasurementDao
Does the same thing as MeasurementDao.getAllMeasurement(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(String, int, int)
public java.util.Collection getAllMeasurement(int transform, java.lang.String queryString)
MeasurementDao
Does the same thing as MeasurementDao.getAllMeasurement(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.getAllMeasurement(int)
.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(int, String)
public java.util.Collection getAllMeasurement(int transform, int pageNumber, int pageSize)
MeasurementDao
Does the same thing as MeasurementDao.getAllMeasurement(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(int, int, int)
public java.util.Collection getAllMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
MeasurementDao
Does the same thing as MeasurementDao.getAllMeasurement(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(int, java.lang.String, int, int)
public Measurement findMeasurementById(java.lang.Integer id)
findMeasurementById
in interface MeasurementDao
findMeasurementById
in class MeasurementDaoBase
MeasurementDao.findMeasurementById(java.lang.Integer)
public java.lang.Object findMeasurementById(int transform, java.lang.Integer id)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementById(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementById
in interface MeasurementDao
findMeasurementById
in class MeasurementDaoBase
MeasurementDao.findMeasurementById(int, java.lang.Integer)
public Measurement findMeasurementById(java.lang.String queryString, java.lang.Integer id)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementById(java.lang.Integer)
.
findMeasurementById
in interface MeasurementDao
findMeasurementById
in class MeasurementDaoBase
MeasurementDao.findMeasurementById(java.lang.String, java.lang.Integer)
public java.lang.Object findMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementById(int, java.lang.Integer id)
.
findMeasurementById
in interface MeasurementDao
findMeasurementById
in class MeasurementDaoBase
MeasurementDao.findMeasurementById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findMeasurementByDepartment(Department department)
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(int transform, Department department)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(java.lang.String queryString, Department department)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department department)
.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByPrecisionType(PrecisionType precisionType)
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(int transform, PrecisionType precisionType)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(java.lang.String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType)
.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByQualityFlag(QualityFlag qualityFlag)
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(java.lang.String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision numericalPrecision)
.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(int, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByPmfm(Pmfm pmfm)
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(int transform, Pmfm pmfm)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(java.lang.String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel)
.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public Measurement findMeasurementByNaturalId(java.lang.Integer id)
findMeasurementByNaturalId
in interface MeasurementDao
findMeasurementByNaturalId
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNaturalId(java.lang.Integer)
public java.lang.Object findMeasurementByNaturalId(int transform, java.lang.Integer id)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNaturalId(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementByNaturalId
in interface MeasurementDao
findMeasurementByNaturalId
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNaturalId(int, java.lang.Integer)
public Measurement findMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByNaturalId(java.lang.Integer)
.
findMeasurementByNaturalId
in interface MeasurementDao
findMeasurementByNaturalId
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByNaturalId(int, java.lang.Integer id)
.
findMeasurementByNaturalId
in interface MeasurementDao
findMeasurementByNaturalId
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNaturalId(int, java.lang.String, java.lang.Integer)
public VesselPositionMeasurement createFromClusterVesselPositionMeasurement(ClusterVesselPositionMeasurement clusterVesselPositionMeasurement)
createFromClusterVesselPositionMeasurement
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.createFromClusterVesselPositionMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselPositionMeasurement)
protected abstract VesselPositionMeasurement handleCreateFromClusterVesselPositionMeasurement(ClusterVesselPositionMeasurement clusterVesselPositionMeasurement) throws java.lang.Exception
createFromClusterVesselPositionMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselPositionMeasurement)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, VesselPositionMeasurement entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.measure.VesselPositionMeasurementDao
, please note
that the MeasurementDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
VesselPositionMeasurement
- MeasurementDao.TRANSFORM_NONE
RemoteVesselPositionMeasurementFullVO
- TRANSFORM_REMOTEVESSELPOSITIONMEASUREMENTFULLVO
RemoteVesselPositionMeasurementNaturalId
- TRANSFORM_REMOTEVESSELPOSITIONMEASUREMENTNATURALID
ClusterVesselPositionMeasurement
- TRANSFORM_CLUSTERVESSELPOSITIONMEASUREMENT
MeasurementDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in VesselPositionMeasurementDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.data.measure.VesselPositionMeasurement)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transformEntities
in class MeasurementDaoBase
transform
- one of the constants declared in fr.ifremer.allegro.data.measure.VesselPositionMeasurementDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.measure.VesselPositionMeasurement)
protected VesselPositionMeasurement toEntity(java.lang.Object[] row)
toEntity
in class MeasurementDaoBase
public final void toRemoteVesselPositionMeasurementFullVOCollection(java.util.Collection entities)
VesselPositionMeasurementDao
RemoteVesselPositionMeasurementFullVO
.
toRemoteVesselPositionMeasurementFullVOCollection
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.toRemoteVesselPositionMeasurementFullVOCollection(java.util.Collection)
public final RemoteVesselPositionMeasurementFullVO[] toRemoteVesselPositionMeasurementFullVOArray(java.util.Collection entities)
VesselPositionMeasurementDao
RemoteVesselPositionMeasurementFullVO
.
toRemoteVesselPositionMeasurementFullVOArray
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.toRemoteVesselPositionMeasurementFullVOArray(java.util.Collection)
protected RemoteVesselPositionMeasurementFullVO toRemoteVesselPositionMeasurementFullVO(java.lang.Object[] row)
VesselPositionMeasurementDaoImpl
class if you intend to use reporting queries.
VesselPositionMeasurementDao.toRemoteVesselPositionMeasurementFullVO(fr.ifremer.allegro.data.measure.VesselPositionMeasurement)
public final void remoteVesselPositionMeasurementFullVOToEntityCollection(java.util.Collection instances)
VesselPositionMeasurementDao
RemoteVesselPositionMeasurementFullVO
to this
DAO's entity.
remoteVesselPositionMeasurementFullVOToEntityCollection
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.remoteVesselPositionMeasurementFullVOToEntityCollection(java.util.Collection)
public void toRemoteVesselPositionMeasurementFullVO(VesselPositionMeasurement source, RemoteVesselPositionMeasurementFullVO target)
VesselPositionMeasurementDao
toRemoteVesselPositionMeasurementFullVO
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.toRemoteVesselPositionMeasurementFullVO(fr.ifremer.allegro.data.measure.VesselPositionMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPositionMeasurementFullVO)
public RemoteVesselPositionMeasurementFullVO toRemoteVesselPositionMeasurementFullVO(VesselPositionMeasurement entity)
VesselPositionMeasurementDao
RemoteVesselPositionMeasurementFullVO
.
toRemoteVesselPositionMeasurementFullVO
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.toRemoteVesselPositionMeasurementFullVO(fr.ifremer.allegro.data.measure.VesselPositionMeasurement)
public void remoteVesselPositionMeasurementFullVOToEntity(RemoteVesselPositionMeasurementFullVO source, VesselPositionMeasurement target, boolean copyIfNull)
VesselPositionMeasurementDao
RemoteVesselPositionMeasurementFullVO
to the specified entity.
remoteVesselPositionMeasurementFullVOToEntity
in interface VesselPositionMeasurementDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.measure.VesselPositionMeasurementDao#remoteVesselPositionMeasurementFullVOToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPositionMeasurementFullVO, fr.ifremer.allegro.data.measure.VesselPositionMeasurement)
public final void toRemoteVesselPositionMeasurementNaturalIdCollection(java.util.Collection entities)
VesselPositionMeasurementDao
RemoteVesselPositionMeasurementNaturalId
.
toRemoteVesselPositionMeasurementNaturalIdCollection
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.toRemoteVesselPositionMeasurementNaturalIdCollection(java.util.Collection)
public final RemoteVesselPositionMeasurementNaturalId[] toRemoteVesselPositionMeasurementNaturalIdArray(java.util.Collection entities)
VesselPositionMeasurementDao
RemoteVesselPositionMeasurementNaturalId
.
toRemoteVesselPositionMeasurementNaturalIdArray
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.toRemoteVesselPositionMeasurementNaturalIdArray(java.util.Collection)
protected RemoteVesselPositionMeasurementNaturalId toRemoteVesselPositionMeasurementNaturalId(java.lang.Object[] row)
VesselPositionMeasurementDaoImpl
class if you intend to use reporting queries.
VesselPositionMeasurementDao.toRemoteVesselPositionMeasurementNaturalId(fr.ifremer.allegro.data.measure.VesselPositionMeasurement)
public final void remoteVesselPositionMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
VesselPositionMeasurementDao
RemoteVesselPositionMeasurementNaturalId
to this
DAO's entity.
remoteVesselPositionMeasurementNaturalIdToEntityCollection
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.remoteVesselPositionMeasurementNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteVesselPositionMeasurementNaturalId(VesselPositionMeasurement source, RemoteVesselPositionMeasurementNaturalId target)
VesselPositionMeasurementDao
toRemoteVesselPositionMeasurementNaturalId
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.toRemoteVesselPositionMeasurementNaturalId(fr.ifremer.allegro.data.measure.VesselPositionMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPositionMeasurementNaturalId)
public RemoteVesselPositionMeasurementNaturalId toRemoteVesselPositionMeasurementNaturalId(VesselPositionMeasurement entity)
VesselPositionMeasurementDao
RemoteVesselPositionMeasurementNaturalId
.
toRemoteVesselPositionMeasurementNaturalId
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.toRemoteVesselPositionMeasurementNaturalId(fr.ifremer.allegro.data.measure.VesselPositionMeasurement)
public void remoteVesselPositionMeasurementNaturalIdToEntity(RemoteVesselPositionMeasurementNaturalId source, VesselPositionMeasurement target, boolean copyIfNull)
VesselPositionMeasurementDao
RemoteVesselPositionMeasurementNaturalId
to the specified entity.
remoteVesselPositionMeasurementNaturalIdToEntity
in interface VesselPositionMeasurementDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.measure.VesselPositionMeasurementDao#remoteVesselPositionMeasurementNaturalIdToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPositionMeasurementNaturalId, fr.ifremer.allegro.data.measure.VesselPositionMeasurement)
public final void toClusterVesselPositionMeasurementCollection(java.util.Collection entities)
VesselPositionMeasurementDao
ClusterVesselPositionMeasurement
.
toClusterVesselPositionMeasurementCollection
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.toClusterVesselPositionMeasurementCollection(java.util.Collection)
public final ClusterVesselPositionMeasurement[] toClusterVesselPositionMeasurementArray(java.util.Collection entities)
VesselPositionMeasurementDao
ClusterVesselPositionMeasurement
.
toClusterVesselPositionMeasurementArray
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.toClusterVesselPositionMeasurementArray(java.util.Collection)
protected ClusterVesselPositionMeasurement toClusterVesselPositionMeasurement(java.lang.Object[] row)
VesselPositionMeasurementDaoImpl
class if you intend to use reporting queries.
VesselPositionMeasurementDao.toClusterVesselPositionMeasurement(fr.ifremer.allegro.data.measure.VesselPositionMeasurement)
public final void clusterVesselPositionMeasurementToEntityCollection(java.util.Collection instances)
VesselPositionMeasurementDao
ClusterVesselPositionMeasurement
to this
DAO's entity.
clusterVesselPositionMeasurementToEntityCollection
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.clusterVesselPositionMeasurementToEntityCollection(java.util.Collection)
public void toClusterVesselPositionMeasurement(VesselPositionMeasurement source, ClusterVesselPositionMeasurement target)
VesselPositionMeasurementDao
toClusterVesselPositionMeasurement
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.toClusterVesselPositionMeasurement(fr.ifremer.allegro.data.measure.VesselPositionMeasurement, fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselPositionMeasurement)
public ClusterVesselPositionMeasurement toClusterVesselPositionMeasurement(VesselPositionMeasurement entity)
VesselPositionMeasurementDao
ClusterVesselPositionMeasurement
.
toClusterVesselPositionMeasurement
in interface VesselPositionMeasurementDao
VesselPositionMeasurementDao.toClusterVesselPositionMeasurement(fr.ifremer.allegro.data.measure.VesselPositionMeasurement)
public void clusterVesselPositionMeasurementToEntity(ClusterVesselPositionMeasurement source, VesselPositionMeasurement target, boolean copyIfNull)
VesselPositionMeasurementDao
ClusterVesselPositionMeasurement
to the specified entity.
clusterVesselPositionMeasurementToEntity
in interface VesselPositionMeasurementDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.measure.VesselPositionMeasurementDao#clusterVesselPositionMeasurementToEntity(fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselPositionMeasurement, fr.ifremer.allegro.data.measure.VesselPositionMeasurement)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
getPrincipal
in class MeasurementDaoBase
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
MeasurementDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface MeasurementDao
search
in interface VesselPositionMeasurementDao
search
in class MeasurementDaoBase
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.VesselPositionMeasurementDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
MeasurementDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface MeasurementDao
search
in interface VesselPositionMeasurementDao
search
in class MeasurementDaoBase
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.VesselPositionMeasurementDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
MeasurementDao
MeasurementDao.search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface MeasurementDao
search
in interface VesselPositionMeasurementDao
search
in class MeasurementDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
VesselPositionMeasurementDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
MeasurementDao
search
object.
search
in interface MeasurementDao
search
in interface VesselPositionMeasurementDao
search
in class MeasurementDaoBase
search
- the search object which provides the search parameters and pagination specification.
VesselPositionMeasurementDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |