|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VesselPositionMeasurementDao
VesselPositionMeasurement
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERVESSELPOSITIONMEASUREMENT
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTEVESSELPOSITIONMEASUREMENTFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTEVESSELPOSITIONMEASUREMENTNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao |
---|
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID |
Method Summary | |
---|---|
VesselPositionMeasurement |
clusterVesselPositionMeasurementToEntity(ClusterVesselPositionMeasurement clusterVesselPositionMeasurement)
Converts an instance of type ClusterVesselPositionMeasurement to this DAO's entity. |
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 |
Measurement |
create(java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
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 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 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 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 create(fr.ifremer.allegro.data.measure.VesselPositionMeasurement) with an
additional flag called transform . |
Measurement |
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. |
Measurement |
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 |
findVesselPositionMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
|
java.util.Collection |
findVesselPositionMeasurementByAggregationLevel(int transform,
AggregationLevel aggregationLevel)
Does the same thing as 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 findVesselPositionMeasurementByVesselPosition(fr.ifremer.allegro.data.vessel.position.VesselPosition) with an
additional argument called queryString . |
java.util.Collection |
findVesselPositionMeasurementByVesselPosition(VesselPosition vesselPosition)
|
java.util.Collection |
getAllVesselPositionMeasurement()
|
java.util.Collection |
getAllVesselPositionMeasurement(int transform)
Does the same thing as getAllVesselPositionMeasurement() with an
additional flag called transform . |
java.util.Collection |
getAllVesselPositionMeasurement(int pageNumber,
int pageSize)
Does the same thing as 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 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 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 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 getAllVesselPositionMeasurement() with an
additional argument called queryString . |
java.util.Collection |
getAllVesselPositionMeasurement(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllVesselPositionMeasurement(String) with an
additional two arguments called pageNumber and pageSize . |
Measurement |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.measure.VesselPositionMeasurement from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type VesselPositionMeasurement . |
java.util.Collection |
loadAll(int transform)
Does the same thing as loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as loadAll() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
loadAll(int transform,
int pageNumber,
int pageSize)
Does the same thing as loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
VesselPositionMeasurement |
remoteVesselPositionMeasurementFullVOToEntity(RemoteVesselPositionMeasurementFullVO remoteVesselPositionMeasurementFullVO)
Converts an instance of type RemoteVesselPositionMeasurementFullVO to this DAO's entity. |
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. |
VesselPositionMeasurement |
remoteVesselPositionMeasurementNaturalIdToEntity(RemoteVesselPositionMeasurementNaturalId remoteVesselPositionMeasurementNaturalId)
Converts an instance of type RemoteVesselPositionMeasurementNaturalId 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.VesselPositionMeasurement 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 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. |
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 . |
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 . |
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 . |
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. |
Field Detail |
---|
static final int TRANSFORM_REMOTEVESSELPOSITIONMEASUREMENTFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteVesselPositionMeasurementFullVO
.
static final int TRANSFORM_REMOTEVESSELPOSITIONMEASUREMENTNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteVesselPositionMeasurementNaturalId
.
static final int TRANSFORM_CLUSTERVESSELPOSITIONMEASUREMENT
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterVesselPositionMeasurement
.
Method Detail |
---|
void toRemoteVesselPositionMeasurementFullVO(VesselPositionMeasurement source, RemoteVesselPositionMeasurementFullVO target)
RemoteVesselPositionMeasurementFullVO toRemoteVesselPositionMeasurementFullVO(VesselPositionMeasurement entity)
RemoteVesselPositionMeasurementFullVO
.
void toRemoteVesselPositionMeasurementFullVOCollection(java.util.Collection entities)
RemoteVesselPositionMeasurementFullVO
.
RemoteVesselPositionMeasurementFullVO[] toRemoteVesselPositionMeasurementFullVOArray(java.util.Collection entities)
RemoteVesselPositionMeasurementFullVO
.
void remoteVesselPositionMeasurementFullVOToEntity(RemoteVesselPositionMeasurementFullVO source, VesselPositionMeasurement target, boolean copyIfNull)
RemoteVesselPositionMeasurementFullVO
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.VesselPositionMeasurement remoteVesselPositionMeasurementFullVOToEntity(RemoteVesselPositionMeasurementFullVO remoteVesselPositionMeasurementFullVO)
RemoteVesselPositionMeasurementFullVO
to this DAO's entity.
void remoteVesselPositionMeasurementFullVOToEntityCollection(java.util.Collection instances)
RemoteVesselPositionMeasurementFullVO
to this
DAO's entity.
void toRemoteVesselPositionMeasurementNaturalId(VesselPositionMeasurement source, RemoteVesselPositionMeasurementNaturalId target)
RemoteVesselPositionMeasurementNaturalId toRemoteVesselPositionMeasurementNaturalId(VesselPositionMeasurement entity)
RemoteVesselPositionMeasurementNaturalId
.
void toRemoteVesselPositionMeasurementNaturalIdCollection(java.util.Collection entities)
RemoteVesselPositionMeasurementNaturalId
.
RemoteVesselPositionMeasurementNaturalId[] toRemoteVesselPositionMeasurementNaturalIdArray(java.util.Collection entities)
RemoteVesselPositionMeasurementNaturalId
.
void remoteVesselPositionMeasurementNaturalIdToEntity(RemoteVesselPositionMeasurementNaturalId source, VesselPositionMeasurement target, boolean copyIfNull)
RemoteVesselPositionMeasurementNaturalId
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.VesselPositionMeasurement remoteVesselPositionMeasurementNaturalIdToEntity(RemoteVesselPositionMeasurementNaturalId remoteVesselPositionMeasurementNaturalId)
RemoteVesselPositionMeasurementNaturalId
to this DAO's entity.
void remoteVesselPositionMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
RemoteVesselPositionMeasurementNaturalId
to this
DAO's entity.
void toClusterVesselPositionMeasurement(VesselPositionMeasurement source, ClusterVesselPositionMeasurement target)
ClusterVesselPositionMeasurement toClusterVesselPositionMeasurement(VesselPositionMeasurement entity)
ClusterVesselPositionMeasurement
.
void toClusterVesselPositionMeasurementCollection(java.util.Collection entities)
ClusterVesselPositionMeasurement
.
ClusterVesselPositionMeasurement[] toClusterVesselPositionMeasurementArray(java.util.Collection entities)
ClusterVesselPositionMeasurement
.
void clusterVesselPositionMeasurementToEntity(ClusterVesselPositionMeasurement source, VesselPositionMeasurement target, boolean copyIfNull)
ClusterVesselPositionMeasurement
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.VesselPositionMeasurement clusterVesselPositionMeasurementToEntity(ClusterVesselPositionMeasurement clusterVesselPositionMeasurement)
ClusterVesselPositionMeasurement
to this DAO's entity.
void clusterVesselPositionMeasurementToEntityCollection(java.util.Collection instances)
ClusterVesselPositionMeasurement
to this
DAO's entity.
Measurement load(java.lang.Integer id)
load
in interface MeasurementDao
java.lang.Object load(int transform, java.lang.Integer id)
Does the same thing as load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
load
in interface MeasurementDao
id
- identifier of the entity to load
java.util.Collection loadAll()
VesselPositionMeasurement
.
loadAll
in interface MeasurementDao
java.util.Collection loadAll(int transform)
Does the same thing as loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
loadAll
in interface MeasurementDao
transform
- the flag indicating what transformation to use.
java.util.Collection loadAll(int pageNumber, int pageSize)
Does the same thing as loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface MeasurementDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
Does the same thing as loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface MeasurementDao
transform
- the flag indicating what transformation to use.pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
Measurement create(VesselPositionMeasurement vesselPositionMeasurement)
java.lang.Object create(int transform, VesselPositionMeasurement vesselPositionMeasurement)
Does the same thing as 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.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.data.measure.VesselPositionMeasurement
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as 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.
Measurement create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, 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.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 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.
Measurement 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.
java.lang.Object create(int transform, Pmfm pmfm, QualityFlag qualityFlag, VesselPosition vesselPosition)
Does the same thing as 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.
void update(VesselPositionMeasurement vesselPositionMeasurement)
vesselPositionMeasurement
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
update
in interface MeasurementDao
void remove(VesselPositionMeasurement vesselPositionMeasurement)
void remove(java.lang.Integer id)
identifier
from the persistent store.
remove
in interface MeasurementDao
void remove(java.util.Collection entities)
entities collection.
- Specified by:
remove
in interface MeasurementDao
java.util.Collection getAllVesselPositionMeasurement()
java.util.Collection getAllVesselPositionMeasurement(java.lang.String queryString)
Does the same thing as getAllVesselPositionMeasurement()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVesselPositionMeasurement()
.
java.util.Collection getAllVesselPositionMeasurement(int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllVesselPositionMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllVesselPositionMeasurement(int transform)
Does the same thing as 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.
java.util.Collection getAllVesselPositionMeasurement(int transform, int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllVesselPositionMeasurement(int transform, java.lang.String queryString)
Does the same thing as getAllVesselPositionMeasurement(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllVesselPositionMeasurement(int)
.
java.util.Collection getAllVesselPositionMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as 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.
VesselPositionMeasurement findVesselPositionMeasurementById(java.lang.Integer id)
VesselPositionMeasurement findVesselPositionMeasurementById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findVesselPositionMeasurementById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselPositionMeasurementById(java.lang.Integer)
.
java.lang.Object findVesselPositionMeasurementById(int transform, java.lang.Integer id)
Does the same thing as 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.
java.lang.Object findVesselPositionMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findVesselPositionMeasurementById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselPositionMeasurementById(int, java.lang.Integer id)
.
java.util.Collection findVesselPositionMeasurementByVesselPosition(VesselPosition vesselPosition)
java.util.Collection findVesselPositionMeasurementByVesselPosition(java.lang.String queryString, VesselPosition vesselPosition)
Does the same thing as 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 findVesselPositionMeasurementByVesselPosition(fr.ifremer.allegro.data.vessel.position.VesselPosition)
.
java.util.Collection findVesselPositionMeasurementByVesselPosition(int pageNumber, int pageSize, VesselPosition vesselPosition)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByVesselPosition(java.lang.String queryString, int pageNumber, int pageSize, VesselPosition vesselPosition)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByVesselPosition(int transform, VesselPosition vesselPosition)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByVesselPosition(int transform, int pageNumber, int pageSize, VesselPosition vesselPosition)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByVesselPosition(int transform, java.lang.String queryString, VesselPosition vesselPosition)
Does the same thing as 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 findVesselPositionMeasurementByVesselPosition(int, fr.ifremer.allegro.data.vessel.position.VesselPosition vesselPosition)
.
java.util.Collection findVesselPositionMeasurementByVesselPosition(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselPosition vesselPosition)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByDepartment(Department department)
java.util.Collection findVesselPositionMeasurementByDepartment(java.lang.String queryString, Department department)
Does the same thing as 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 findVesselPositionMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
.
java.util.Collection findVesselPositionMeasurementByDepartment(int pageNumber, int pageSize, Department department)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByDepartment(int transform, Department department)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
Does the same thing as 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 findVesselPositionMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department department)
.
java.util.Collection findVesselPositionMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByPrecisionType(PrecisionType precisionType)
java.util.Collection findVesselPositionMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
Does the same thing as findVesselPositionMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselPositionMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
.
java.util.Collection findVesselPositionMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByPrecisionType(int transform, PrecisionType precisionType)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
Does the same thing as 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 findVesselPositionMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType)
.
java.util.Collection findVesselPositionMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByQualityFlag(QualityFlag qualityFlag)
java.util.Collection findVesselPositionMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findVesselPositionMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselPositionMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
java.util.Collection findVesselPositionMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as 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 findVesselPositionMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
java.util.Collection findVesselPositionMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
java.util.Collection findVesselPositionMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
Does the same thing as findVesselPositionMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselPositionMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
java.util.Collection findVesselPositionMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
Does the same thing as 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 findVesselPositionMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
java.util.Collection findVesselPositionMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
java.util.Collection findVesselPositionMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
Does the same thing as findVesselPositionMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselPositionMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
.
java.util.Collection findVesselPositionMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
Does the same thing as 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 findVesselPositionMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision numericalPrecision)
.
java.util.Collection findVesselPositionMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByPmfm(Pmfm pmfm)
java.util.Collection findVesselPositionMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
Does the same thing as 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 findVesselPositionMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
java.util.Collection findVesselPositionMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByPmfm(int transform, Pmfm pmfm)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
Does the same thing as 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 findVesselPositionMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
java.util.Collection findVesselPositionMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
java.util.Collection findVesselPositionMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
Does the same thing as 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 findVesselPositionMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
java.util.Collection findVesselPositionMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
Does the same thing as 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 findVesselPositionMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
java.util.Collection findVesselPositionMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
java.util.Collection findVesselPositionMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
Does the same thing as 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 findVesselPositionMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
.
java.util.Collection findVesselPositionMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
Does the same thing as 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.
java.util.Collection findVesselPositionMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
Does the same thing as 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 findVesselPositionMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel)
.
java.util.Collection findVesselPositionMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
Does the same thing as 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.
VesselPositionMeasurement findVesselPositionMeasurementByNaturalId(java.lang.Integer id)
VesselPositionMeasurement findVesselPositionMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findVesselPositionMeasurementByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselPositionMeasurementByNaturalId(java.lang.Integer)
.
java.lang.Object findVesselPositionMeasurementByNaturalId(int transform, java.lang.Integer id)
Does the same thing as 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.
java.lang.Object findVesselPositionMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findVesselPositionMeasurementByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findVesselPositionMeasurementByNaturalId(int, java.lang.Integer id)
.
VesselPositionMeasurement createFromClusterVesselPositionMeasurement(ClusterVesselPositionMeasurement clusterVesselPositionMeasurement)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface MeasurementDao
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface MeasurementDao
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.java.util.Set search(int transform, Search search)
search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface MeasurementDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
in interface MeasurementDao
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |