|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GearPhysicalMeasurementDao
GearPhysicalMeasurement
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERGEARPHYSICALMEASUREMENT
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_REMOTEGEARPHYSICALMEASUREMENTFULLVO
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_REMOTEGEARPHYSICALMEASUREMENTNATURALID
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 | |
---|---|
GearPhysicalMeasurement |
clusterGearPhysicalMeasurementToEntity(ClusterGearPhysicalMeasurement clusterGearPhysicalMeasurement)
Converts an instance of type ClusterGearPhysicalMeasurement to this DAO's entity. |
void |
clusterGearPhysicalMeasurementToEntity(ClusterGearPhysicalMeasurement source,
GearPhysicalMeasurement target,
boolean copyIfNull)
Copies the fields of ClusterGearPhysicalMeasurement to the specified entity. |
void |
clusterGearPhysicalMeasurementToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterGearPhysicalMeasurement to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.measure.GearPhysicalMeasurement 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,
GearPhysicalFeatures gearPhysicalFeatures)
Creates a new fr.ifremer.allegro.data.measure.GearPhysicalMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
Measurement |
create(GearPhysicalFeatures gearPhysicalFeatures,
Pmfm pmfm,
QualityFlag qualityFlag)
Creates a new fr.ifremer.allegro.data.measure.GearPhysicalMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Measurement |
create(GearPhysicalMeasurement gearPhysicalMeasurement)
Creates an instance of fr.ifremer.allegro.data.measure.GearPhysicalMeasurement 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.GearPhysicalMeasurement) 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,
GearPhysicalFeatures gearPhysicalFeatures)
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.feature.physical.GearPhysicalFeatures) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
GearPhysicalFeatures gearPhysicalFeatures,
Pmfm pmfm,
QualityFlag qualityFlag)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
GearPhysicalMeasurement gearPhysicalMeasurement)
Does the same thing as create(fr.ifremer.allegro.data.measure.GearPhysicalMeasurement) with an
additional flag called transform . |
GearPhysicalMeasurement |
createFromClusterGearPhysicalMeasurement(ClusterGearPhysicalMeasurement clusterGearPhysicalMeasurement)
|
java.util.Collection |
findGearPhysicalMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
|
java.util.Collection |
findGearPhysicalMeasurementByAggregationLevel(int transform,
AggregationLevel aggregationLevel)
Does the same thing as findGearPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional flag called transform . |
java.util.Collection |
findGearPhysicalMeasurementByAggregationLevel(int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as findGearPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByAggregationLevel(int transform,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as findGearPhysicalMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as findGearPhysicalMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as findGearPhysicalMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByAggregationLevel(java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as findGearPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalMeasurementByAggregationLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as findGearPhysicalMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
|
java.util.Collection |
findGearPhysicalMeasurementByAnalysisInstrument(int transform,
AnalysisInstrument analysisInstrument)
Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional flag called transform . |
java.util.Collection |
findGearPhysicalMeasurementByAnalysisInstrument(int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByAnalysisInstrument(int transform,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByAnalysisInstrument(java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalMeasurementByAnalysisInstrument(java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByDepartment(Department department)
|
java.util.Collection |
findGearPhysicalMeasurementByDepartment(int transform,
Department department)
Does the same thing as findGearPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findGearPhysicalMeasurementByDepartment(int pageNumber,
int pageSize,
Department department)
Does the same thing as findGearPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByDepartment(int transform,
int pageNumber,
int pageSize,
Department department)
Does the same thing as findGearPhysicalMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByDepartment(int transform,
java.lang.String queryString,
Department department)
Does the same thing as findGearPhysicalMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalMeasurementByDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as findGearPhysicalMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByDepartment(java.lang.String queryString,
Department department)
Does the same thing as findGearPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalMeasurementByDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as findGearPhysicalMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
|
java.util.Collection |
findGearPhysicalMeasurementByGearPhysicalFeatures(int transform,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional flag called transform . |
java.util.Collection |
findGearPhysicalMeasurementByGearPhysicalFeatures(int pageNumber,
int pageSize,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByGearPhysicalFeatures(int transform,
int pageNumber,
int pageSize,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByGearPhysicalFeatures(int transform,
java.lang.String queryString,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalMeasurementByGearPhysicalFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByGearPhysicalFeatures(java.lang.String queryString,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalMeasurementByGearPhysicalFeatures(java.lang.String queryString,
int pageNumber,
int pageSize,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
GearPhysicalMeasurement |
findGearPhysicalMeasurementById(java.lang.Integer id)
|
java.lang.Object |
findGearPhysicalMeasurementById(int transform,
java.lang.Integer id)
Does the same thing as findGearPhysicalMeasurementById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findGearPhysicalMeasurementById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findGearPhysicalMeasurementById(int, java.lang.Integer) with an
additional argument called queryString . |
GearPhysicalMeasurement |
findGearPhysicalMeasurementById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findGearPhysicalMeasurementById(java.lang.Integer) with an
additional argument called queryString . |
GearPhysicalMeasurement |
findGearPhysicalMeasurementByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findGearPhysicalMeasurementByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as findGearPhysicalMeasurementByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findGearPhysicalMeasurementByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findGearPhysicalMeasurementByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
GearPhysicalMeasurement |
findGearPhysicalMeasurementByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findGearPhysicalMeasurementByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalMeasurementByNumericalPrecision(int transform,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByNumericalPrecision(int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByNumericalPrecision(int transform,
NumericalPrecision numericalPrecision)
Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional flag called transform . |
java.util.Collection |
findGearPhysicalMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
|
java.util.Collection |
findGearPhysicalMeasurementByNumericalPrecision(java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByNumericalPrecision(java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalMeasurementByPmfm(int transform,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findGearPhysicalMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByPmfm(int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findGearPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByPmfm(int transform,
Pmfm pmfm)
Does the same thing as findGearPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.util.Collection |
findGearPhysicalMeasurementByPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findGearPhysicalMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByPmfm(int transform,
java.lang.String queryString,
Pmfm pmfm)
Does the same thing as findGearPhysicalMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalMeasurementByPmfm(Pmfm pmfm)
|
java.util.Collection |
findGearPhysicalMeasurementByPmfm(java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findGearPhysicalMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByPmfm(java.lang.String queryString,
Pmfm pmfm)
Does the same thing as findGearPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalMeasurementByPrecisionType(int transform,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as findGearPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByPrecisionType(int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as findGearPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByPrecisionType(int transform,
PrecisionType precisionType)
Does the same thing as findGearPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional flag called transform . |
java.util.Collection |
findGearPhysicalMeasurementByPrecisionType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as findGearPhysicalMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByPrecisionType(int transform,
java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as findGearPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalMeasurementByPrecisionType(PrecisionType precisionType)
|
java.util.Collection |
findGearPhysicalMeasurementByPrecisionType(java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as findGearPhysicalMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByPrecisionType(java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as findGearPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalMeasurementByQualitativeValue(int transform,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findGearPhysicalMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByQualitativeValue(int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findGearPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByQualitativeValue(int transform,
QualitativeValue qualitativeValue)
Does the same thing as findGearPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findGearPhysicalMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findGearPhysicalMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as findGearPhysicalMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
|
java.util.Collection |
findGearPhysicalMeasurementByQualitativeValue(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findGearPhysicalMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByQualitativeValue(java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as findGearPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalMeasurementByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findGearPhysicalMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findGearPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as findGearPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findGearPhysicalMeasurementByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findGearPhysicalMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findGearPhysicalMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalMeasurementByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findGearPhysicalMeasurementByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findGearPhysicalMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalMeasurementByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findGearPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
getAllGearPhysicalMeasurement()
|
java.util.Collection |
getAllGearPhysicalMeasurement(int transform)
Does the same thing as getAllGearPhysicalMeasurement() with an
additional flag called transform . |
java.util.Collection |
getAllGearPhysicalMeasurement(int pageNumber,
int pageSize)
Does the same thing as getAllGearPhysicalMeasurement() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearPhysicalMeasurement(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllGearPhysicalMeasurement(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearPhysicalMeasurement(int transform,
java.lang.String queryString)
Does the same thing as getAllGearPhysicalMeasurement(int) with an
additional argument called queryString . |
java.util.Collection |
getAllGearPhysicalMeasurement(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllGearPhysicalMeasurement(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearPhysicalMeasurement(java.lang.String queryString)
Does the same thing as getAllGearPhysicalMeasurement() with an
additional argument called queryString . |
java.util.Collection |
getAllGearPhysicalMeasurement(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllGearPhysicalMeasurement(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.GearPhysicalMeasurement 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 GearPhysicalMeasurement . |
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 . |
GearPhysicalMeasurement |
remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVO)
Converts an instance of type RemoteGearPhysicalMeasurementFullVO to this DAO's entity. |
void |
remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO source,
GearPhysicalMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteGearPhysicalMeasurementFullVO to the specified entity. |
void |
remoteGearPhysicalMeasurementFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteGearPhysicalMeasurementFullVO to this
DAO's entity. |
GearPhysicalMeasurement |
remoteGearPhysicalMeasurementNaturalIdToEntity(RemoteGearPhysicalMeasurementNaturalId remoteGearPhysicalMeasurementNaturalId)
Converts an instance of type RemoteGearPhysicalMeasurementNaturalId to this DAO's entity. |
void |
remoteGearPhysicalMeasurementNaturalIdToEntity(RemoteGearPhysicalMeasurementNaturalId source,
GearPhysicalMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteGearPhysicalMeasurementNaturalId to the specified entity. |
void |
remoteGearPhysicalMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteGearPhysicalMeasurementNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(GearPhysicalMeasurement gearPhysicalMeasurement)
Removes the instance of fr.ifremer.allegro.data.measure.GearPhysicalMeasurement from the persistent store. |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.measure.GearPhysicalMeasurement having the given identifier from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as 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. |
ClusterGearPhysicalMeasurement |
toClusterGearPhysicalMeasurement(GearPhysicalMeasurement entity)
Converts this DAO's entity to an object of type ClusterGearPhysicalMeasurement . |
void |
toClusterGearPhysicalMeasurement(GearPhysicalMeasurement source,
ClusterGearPhysicalMeasurement target)
Copies the fields of the specified entity to the target value object. |
ClusterGearPhysicalMeasurement[] |
toClusterGearPhysicalMeasurementArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterGearPhysicalMeasurement . |
void |
toClusterGearPhysicalMeasurementCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterGearPhysicalMeasurement . |
RemoteGearPhysicalMeasurementFullVO |
toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement entity)
Converts this DAO's entity to an object of type RemoteGearPhysicalMeasurementFullVO . |
void |
toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement source,
RemoteGearPhysicalMeasurementFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteGearPhysicalMeasurementFullVO[] |
toRemoteGearPhysicalMeasurementFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearPhysicalMeasurementFullVO . |
void |
toRemoteGearPhysicalMeasurementFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteGearPhysicalMeasurementFullVO . |
RemoteGearPhysicalMeasurementNaturalId |
toRemoteGearPhysicalMeasurementNaturalId(GearPhysicalMeasurement entity)
Converts this DAO's entity to an object of type RemoteGearPhysicalMeasurementNaturalId . |
void |
toRemoteGearPhysicalMeasurementNaturalId(GearPhysicalMeasurement source,
RemoteGearPhysicalMeasurementNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteGearPhysicalMeasurementNaturalId[] |
toRemoteGearPhysicalMeasurementNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearPhysicalMeasurementNaturalId . |
void |
toRemoteGearPhysicalMeasurementNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteGearPhysicalMeasurementNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(GearPhysicalMeasurement gearPhysicalMeasurement)
Updates the gearPhysicalMeasurement instance in the persistent store. |
Field Detail |
---|
static final int TRANSFORM_REMOTEGEARPHYSICALMEASUREMENTFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteGearPhysicalMeasurementFullVO
.
static final int TRANSFORM_REMOTEGEARPHYSICALMEASUREMENTNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteGearPhysicalMeasurementNaturalId
.
static final int TRANSFORM_CLUSTERGEARPHYSICALMEASUREMENT
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterGearPhysicalMeasurement
.
Method Detail |
---|
void toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement source, RemoteGearPhysicalMeasurementFullVO target)
RemoteGearPhysicalMeasurementFullVO toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement entity)
RemoteGearPhysicalMeasurementFullVO
.
void toRemoteGearPhysicalMeasurementFullVOCollection(java.util.Collection entities)
RemoteGearPhysicalMeasurementFullVO
.
RemoteGearPhysicalMeasurementFullVO[] toRemoteGearPhysicalMeasurementFullVOArray(java.util.Collection entities)
RemoteGearPhysicalMeasurementFullVO
.
void remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO source, GearPhysicalMeasurement target, boolean copyIfNull)
RemoteGearPhysicalMeasurementFullVO
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.GearPhysicalMeasurement remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVO)
RemoteGearPhysicalMeasurementFullVO
to this DAO's entity.
void remoteGearPhysicalMeasurementFullVOToEntityCollection(java.util.Collection instances)
RemoteGearPhysicalMeasurementFullVO
to this
DAO's entity.
void toRemoteGearPhysicalMeasurementNaturalId(GearPhysicalMeasurement source, RemoteGearPhysicalMeasurementNaturalId target)
RemoteGearPhysicalMeasurementNaturalId toRemoteGearPhysicalMeasurementNaturalId(GearPhysicalMeasurement entity)
RemoteGearPhysicalMeasurementNaturalId
.
void toRemoteGearPhysicalMeasurementNaturalIdCollection(java.util.Collection entities)
RemoteGearPhysicalMeasurementNaturalId
.
RemoteGearPhysicalMeasurementNaturalId[] toRemoteGearPhysicalMeasurementNaturalIdArray(java.util.Collection entities)
RemoteGearPhysicalMeasurementNaturalId
.
void remoteGearPhysicalMeasurementNaturalIdToEntity(RemoteGearPhysicalMeasurementNaturalId source, GearPhysicalMeasurement target, boolean copyIfNull)
RemoteGearPhysicalMeasurementNaturalId
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.GearPhysicalMeasurement remoteGearPhysicalMeasurementNaturalIdToEntity(RemoteGearPhysicalMeasurementNaturalId remoteGearPhysicalMeasurementNaturalId)
RemoteGearPhysicalMeasurementNaturalId
to this DAO's entity.
void remoteGearPhysicalMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
RemoteGearPhysicalMeasurementNaturalId
to this
DAO's entity.
void toClusterGearPhysicalMeasurement(GearPhysicalMeasurement source, ClusterGearPhysicalMeasurement target)
ClusterGearPhysicalMeasurement toClusterGearPhysicalMeasurement(GearPhysicalMeasurement entity)
ClusterGearPhysicalMeasurement
.
void toClusterGearPhysicalMeasurementCollection(java.util.Collection entities)
ClusterGearPhysicalMeasurement
.
ClusterGearPhysicalMeasurement[] toClusterGearPhysicalMeasurementArray(java.util.Collection entities)
ClusterGearPhysicalMeasurement
.
void clusterGearPhysicalMeasurementToEntity(ClusterGearPhysicalMeasurement source, GearPhysicalMeasurement target, boolean copyIfNull)
ClusterGearPhysicalMeasurement
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.GearPhysicalMeasurement clusterGearPhysicalMeasurementToEntity(ClusterGearPhysicalMeasurement clusterGearPhysicalMeasurement)
ClusterGearPhysicalMeasurement
to this DAO's entity.
void clusterGearPhysicalMeasurementToEntityCollection(java.util.Collection instances)
ClusterGearPhysicalMeasurement
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()
GearPhysicalMeasurement
.
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(GearPhysicalMeasurement gearPhysicalMeasurement)
java.lang.Object create(int transform, GearPhysicalMeasurement gearPhysicalMeasurement)
Does the same thing as create(fr.ifremer.allegro.data.measure.GearPhysicalMeasurement)
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.GearPhysicalMeasurement
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.measure.GearPhysicalMeasurement)
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, GearPhysicalFeatures gearPhysicalFeatures)
Creates a new fr.ifremer.allegro.data.measure.GearPhysicalMeasurement
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, GearPhysicalFeatures gearPhysicalFeatures)
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.feature.physical.GearPhysicalFeatures)
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(GearPhysicalFeatures gearPhysicalFeatures, Pmfm pmfm, QualityFlag qualityFlag)
Creates a new fr.ifremer.allegro.data.measure.GearPhysicalMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, GearPhysicalFeatures gearPhysicalFeatures, Pmfm pmfm, QualityFlag qualityFlag)
Does the same thing as create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
void update(GearPhysicalMeasurement gearPhysicalMeasurement)
gearPhysicalMeasurement
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
update
in interface MeasurementDao
void remove(GearPhysicalMeasurement gearPhysicalMeasurement)
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 getAllGearPhysicalMeasurement()
java.util.Collection getAllGearPhysicalMeasurement(java.lang.String queryString)
Does the same thing as getAllGearPhysicalMeasurement()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllGearPhysicalMeasurement()
.
java.util.Collection getAllGearPhysicalMeasurement(int pageNumber, int pageSize)
Does the same thing as getAllGearPhysicalMeasurement()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you 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 getAllGearPhysicalMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllGearPhysicalMeasurement(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 getAllGearPhysicalMeasurement(int transform)
Does the same thing as getAllGearPhysicalMeasurement()
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 getAllGearPhysicalMeasurement(int transform, int pageNumber, int pageSize)
Does the same thing as getAllGearPhysicalMeasurement(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 getAllGearPhysicalMeasurement(int transform, java.lang.String queryString)
Does the same thing as getAllGearPhysicalMeasurement(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllGearPhysicalMeasurement(int)
.
java.util.Collection getAllGearPhysicalMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllGearPhysicalMeasurement(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.
GearPhysicalMeasurement findGearPhysicalMeasurementById(java.lang.Integer id)
GearPhysicalMeasurement findGearPhysicalMeasurementById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findGearPhysicalMeasurementById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearPhysicalMeasurementById(java.lang.Integer)
.
java.lang.Object findGearPhysicalMeasurementById(int transform, java.lang.Integer id)
Does the same thing as findGearPhysicalMeasurementById(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 findGearPhysicalMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findGearPhysicalMeasurementById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearPhysicalMeasurementById(int, java.lang.Integer id)
.
java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearPhysicalMeasurementByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
.
java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you 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 findGearPhysicalMeasurementByGearPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you 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 findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
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 findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you 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 findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearPhysicalMeasurementByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures gearPhysicalFeatures)
.
java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as findGearPhysicalMeasurementByGearPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you 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 findGearPhysicalMeasurementByDepartment(Department department)
java.util.Collection findGearPhysicalMeasurementByDepartment(java.lang.String queryString, Department department)
Does the same thing as findGearPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
.
java.util.Collection findGearPhysicalMeasurementByDepartment(int pageNumber, int pageSize, Department department)
Does the same thing as findGearPhysicalMeasurementByDepartment(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 findGearPhysicalMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
Does the same thing as findGearPhysicalMeasurementByDepartment(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 findGearPhysicalMeasurementByDepartment(int transform, Department department)
Does the same thing as findGearPhysicalMeasurementByDepartment(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 findGearPhysicalMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
Does the same thing as findGearPhysicalMeasurementByDepartment(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 findGearPhysicalMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
Does the same thing as findGearPhysicalMeasurementByDepartment(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 findGearPhysicalMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department department)
.
java.util.Collection findGearPhysicalMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
Does the same thing as findGearPhysicalMeasurementByDepartment(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 findGearPhysicalMeasurementByPrecisionType(PrecisionType precisionType)
java.util.Collection findGearPhysicalMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
Does the same thing as findGearPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
.
java.util.Collection findGearPhysicalMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as findGearPhysicalMeasurementByPrecisionType(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 findGearPhysicalMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as findGearPhysicalMeasurementByPrecisionType(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 findGearPhysicalMeasurementByPrecisionType(int transform, PrecisionType precisionType)
Does the same thing as findGearPhysicalMeasurementByPrecisionType(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 findGearPhysicalMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as findGearPhysicalMeasurementByPrecisionType(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 findGearPhysicalMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
Does the same thing as findGearPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType)
.
java.util.Collection findGearPhysicalMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as findGearPhysicalMeasurementByPrecisionType(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 findGearPhysicalMeasurementByQualityFlag(QualityFlag qualityFlag)
java.util.Collection findGearPhysicalMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findGearPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
java.util.Collection findGearPhysicalMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findGearPhysicalMeasurementByQualityFlag(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 findGearPhysicalMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findGearPhysicalMeasurementByQualityFlag(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 findGearPhysicalMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
Does the same thing as findGearPhysicalMeasurementByQualityFlag(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 findGearPhysicalMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findGearPhysicalMeasurementByQualityFlag(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 findGearPhysicalMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findGearPhysicalMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearPhysicalMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
java.util.Collection findGearPhysicalMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findGearPhysicalMeasurementByQualityFlag(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 findGearPhysicalMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(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 findGearPhysicalMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(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 findGearPhysicalMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(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 findGearPhysicalMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(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 findGearPhysicalMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearPhysicalMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as findGearPhysicalMeasurementByAnalysisInstrument(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 findGearPhysicalMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
.
java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(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 findGearPhysicalMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(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 findGearPhysicalMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(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 findGearPhysicalMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(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 findGearPhysicalMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearPhysicalMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision numericalPrecision)
.
java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
Does the same thing as findGearPhysicalMeasurementByNumericalPrecision(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 findGearPhysicalMeasurementByPmfm(Pmfm pmfm)
java.util.Collection findGearPhysicalMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
Does the same thing as findGearPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
java.util.Collection findGearPhysicalMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as findGearPhysicalMeasurementByPmfm(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 findGearPhysicalMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as findGearPhysicalMeasurementByPmfm(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 findGearPhysicalMeasurementByPmfm(int transform, Pmfm pmfm)
Does the same thing as findGearPhysicalMeasurementByPmfm(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 findGearPhysicalMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as findGearPhysicalMeasurementByPmfm(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 findGearPhysicalMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
Does the same thing as findGearPhysicalMeasurementByPmfm(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 findGearPhysicalMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
java.util.Collection findGearPhysicalMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as findGearPhysicalMeasurementByPmfm(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 findGearPhysicalMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
java.util.Collection findGearPhysicalMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
Does the same thing as findGearPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
java.util.Collection findGearPhysicalMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as findGearPhysicalMeasurementByQualitativeValue(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 findGearPhysicalMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as findGearPhysicalMeasurementByQualitativeValue(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 findGearPhysicalMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
Does the same thing as findGearPhysicalMeasurementByQualitativeValue(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 findGearPhysicalMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as findGearPhysicalMeasurementByQualitativeValue(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 findGearPhysicalMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
Does the same thing as findGearPhysicalMeasurementByQualitativeValue(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 findGearPhysicalMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
java.util.Collection findGearPhysicalMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as findGearPhysicalMeasurementByQualitativeValue(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 findGearPhysicalMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
java.util.Collection findGearPhysicalMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
Does the same thing as findGearPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
.
java.util.Collection findGearPhysicalMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
Does the same thing as findGearPhysicalMeasurementByAggregationLevel(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 findGearPhysicalMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
Does the same thing as findGearPhysicalMeasurementByAggregationLevel(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 findGearPhysicalMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
Does the same thing as findGearPhysicalMeasurementByAggregationLevel(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 findGearPhysicalMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
Does the same thing as findGearPhysicalMeasurementByAggregationLevel(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 findGearPhysicalMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
Does the same thing as findGearPhysicalMeasurementByAggregationLevel(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 findGearPhysicalMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel)
.
java.util.Collection findGearPhysicalMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
Does the same thing as findGearPhysicalMeasurementByAggregationLevel(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.
GearPhysicalMeasurement findGearPhysicalMeasurementByNaturalId(java.lang.Integer id)
GearPhysicalMeasurement findGearPhysicalMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findGearPhysicalMeasurementByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearPhysicalMeasurementByNaturalId(java.lang.Integer)
.
java.lang.Object findGearPhysicalMeasurementByNaturalId(int transform, java.lang.Integer id)
Does the same thing as findGearPhysicalMeasurementByNaturalId(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 findGearPhysicalMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findGearPhysicalMeasurementByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findGearPhysicalMeasurementByNaturalId(int, java.lang.Integer id)
.
GearPhysicalMeasurement createFromClusterGearPhysicalMeasurement(ClusterGearPhysicalMeasurement clusterGearPhysicalMeasurement)
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 |