|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.data.measure.MeasurementDaoBase
fr.ifremer.allegro.data.measure.MeasurementDaoImpl
fr.ifremer.allegro.data.measure.GearPhysicalMeasurementDaoBase
public abstract class GearPhysicalMeasurementDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.measure.GearPhysicalMeasurement
.
GearPhysicalMeasurement
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.measure.GearPhysicalMeasurementDao |
---|
TRANSFORM_CLUSTERGEARPHYSICALMEASUREMENT, TRANSFORM_REMOTEGEARPHYSICALMEASUREMENTFULLVO, TRANSFORM_REMOTEGEARPHYSICALMEASUREMENTNATURALID |
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao |
---|
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID |
Constructor Summary | |
---|---|
GearPhysicalMeasurementDaoBase()
|
Method Summary | |
---|---|
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 |
GearPhysicalMeasurement |
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. |
GearPhysicalMeasurement |
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. |
GearPhysicalMeasurement |
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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
|
java.util.Collection |
findMeasurementByAggregationLevel(int transform,
AggregationLevel aggregationLevel)
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional flag called transform . |
java.util.Collection |
findMeasurementByAggregationLevel(int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByAggregationLevel(int transform,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByAggregationLevel(java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByAggregationLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
|
java.util.Collection |
findMeasurementByAnalysisInstrument(int transform,
AnalysisInstrument analysisInstrument)
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional flag called transform . |
java.util.Collection |
findMeasurementByAnalysisInstrument(int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByAnalysisInstrument(int transform,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByAnalysisInstrument(java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByAnalysisInstrument(java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByDepartment(Department department)
|
java.util.Collection |
findMeasurementByDepartment(int transform,
Department department)
Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findMeasurementByDepartment(int pageNumber,
int pageSize,
Department department)
Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByDepartment(int transform,
int pageNumber,
int pageSize,
Department department)
Does the same thing as MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByDepartment(int transform,
java.lang.String queryString,
Department department)
Does the same thing as MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as MeasurementDao.findMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByDepartment(java.lang.String queryString,
Department department)
Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as MeasurementDao.findMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
Measurement |
findMeasurementById(java.lang.Integer id)
|
java.lang.Object |
findMeasurementById(int transform,
java.lang.Integer id)
Does the same thing as MeasurementDao.findMeasurementById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findMeasurementById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as MeasurementDao.findMeasurementById(int, java.lang.Integer) with an
additional argument called queryString . |
Measurement |
findMeasurementById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as MeasurementDao.findMeasurementById(java.lang.Integer) with an
additional argument called queryString . |
Measurement |
findMeasurementByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findMeasurementByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as MeasurementDao.findMeasurementByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findMeasurementByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as MeasurementDao.findMeasurementByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
Measurement |
findMeasurementByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as MeasurementDao.findMeasurementByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByNumericalPrecision(int transform,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByNumericalPrecision(int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByNumericalPrecision(int transform,
NumericalPrecision numericalPrecision)
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional flag called transform . |
java.util.Collection |
findMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
|
java.util.Collection |
findMeasurementByNumericalPrecision(java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByNumericalPrecision(java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByPmfm(int transform,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByPmfm(int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByPmfm(int transform,
Pmfm pmfm)
Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.util.Collection |
findMeasurementByPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as MeasurementDao.findMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByPmfm(int transform,
java.lang.String queryString,
Pmfm pmfm)
Does the same thing as MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByPmfm(Pmfm pmfm)
|
java.util.Collection |
findMeasurementByPmfm(java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as MeasurementDao.findMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByPmfm(java.lang.String queryString,
Pmfm pmfm)
Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByPrecisionType(int transform,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByPrecisionType(int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByPrecisionType(int transform,
PrecisionType precisionType)
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional flag called transform . |
java.util.Collection |
findMeasurementByPrecisionType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByPrecisionType(int transform,
java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByPrecisionType(PrecisionType precisionType)
|
java.util.Collection |
findMeasurementByPrecisionType(java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByPrecisionType(java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByQualitativeValue(int transform,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByQualitativeValue(int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByQualitativeValue(int transform,
QualitativeValue qualitativeValue)
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
|
java.util.Collection |
findMeasurementByQualitativeValue(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByQualitativeValue(java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findMeasurementByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findMeasurementByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findMeasurementByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findMeasurementByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
getAllGearPhysicalMeasurement()
|
java.util.Collection |
getAllGearPhysicalMeasurement(int transform)
Does the same thing as GearPhysicalMeasurementDao.getAllGearPhysicalMeasurement() with an
additional flag called transform . |
java.util.Collection |
getAllGearPhysicalMeasurement(int pageNumber,
int pageSize)
Does the same thing as GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.getAllGearPhysicalMeasurement() with an
additional argument called queryString . |
java.util.Collection |
getAllGearPhysicalMeasurement(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as GearPhysicalMeasurementDao.getAllGearPhysicalMeasurement(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurement()
|
java.util.Collection |
getAllMeasurement(int transform)
Does the same thing as MeasurementDao.getAllMeasurement() with an
additional flag called transform . |
java.util.Collection |
getAllMeasurement(int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurement(int transform,
int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurement(int transform,
java.lang.String queryString)
Does the same thing as MeasurementDao.getAllMeasurement(int) with an
additional argument called queryString . |
java.util.Collection |
getAllMeasurement(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurement(java.lang.String queryString)
Does the same thing as MeasurementDao.getAllMeasurement() with an
additional argument called queryString . |
java.util.Collection |
getAllMeasurement(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement(String) with an
additional two arguments called pageNumber and pageSize . |
protected GearPhysicalFeaturesDao |
getGearPhysicalFeaturesDao()
Gets the reference to gearPhysicalFeaturesDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected abstract GearPhysicalMeasurement |
handleCreateFromClusterGearPhysicalMeasurement(ClusterGearPhysicalMeasurement clusterGearPhysicalMeasurement)
Performs the core logic for createFromClusterGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterGearPhysicalMeasurement) |
GearPhysicalMeasurement |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.measure.Measurement from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as MeasurementDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type Measurement . |
java.util.Collection |
loadAll(int transform)
Does the same thing as MeasurementDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.loadAll() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
loadAll(int transform,
int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
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. |
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.Measurement 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 MeasurementDao.search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
void |
setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
Sets the reference to gearPhysicalFeaturesDao . |
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. |
protected ClusterGearPhysicalMeasurement |
toClusterGearPhysicalMeasurement(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a 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 . |
protected GearPhysicalMeasurement |
toEntity(java.lang.Object[] row)
|
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. |
protected RemoteGearPhysicalMeasurementFullVO |
toRemoteGearPhysicalMeasurementFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a 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. |
protected RemoteGearPhysicalMeasurementNaturalId |
toRemoteGearPhysicalMeasurementNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a 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 . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.measure.GearPhysicalMeasurement)
method. |
protected java.lang.Object |
transformEntity(int transform,
GearPhysicalMeasurement entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.measure.GearPhysicalMeasurementDao , please note
that the MeasurementDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(GearPhysicalMeasurement gearPhysicalMeasurement)
Updates the gearPhysicalMeasurement instance in the persistent store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.data.measure.GearPhysicalMeasurementDao |
---|
clusterGearPhysicalMeasurementToEntity, remoteGearPhysicalMeasurementFullVOToEntity, remoteGearPhysicalMeasurementNaturalIdToEntity |
Constructor Detail |
---|
public GearPhysicalMeasurementDaoBase()
Method Detail |
---|
public void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
gearPhysicalFeaturesDao
.
protected GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
gearPhysicalFeaturesDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
MeasurementDao
Does the same thing as MeasurementDao.load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
load
in interface GearPhysicalMeasurementDao
load
in interface MeasurementDao
load
in class MeasurementDaoBase
id
- identifier of the entity to load
GearPhysicalMeasurementDao.load(int, java.lang.Integer)
public GearPhysicalMeasurement load(java.lang.Integer id)
MeasurementDao
load
in interface GearPhysicalMeasurementDao
load
in interface MeasurementDao
load
in class MeasurementDaoBase
GearPhysicalMeasurementDao.load(java.lang.Integer)
public java.util.Collection loadAll()
MeasurementDao
Measurement
.
loadAll
in interface GearPhysicalMeasurementDao
loadAll
in interface MeasurementDao
loadAll
in class MeasurementDaoBase
GearPhysicalMeasurementDao.loadAll()
public java.util.Collection loadAll(int transform)
MeasurementDao
Does the same thing as MeasurementDao.loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
loadAll
in interface GearPhysicalMeasurementDao
loadAll
in interface MeasurementDao
loadAll
in class MeasurementDaoBase
transform
- the flag indicating what transformation to use.
GearPhysicalMeasurementDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
MeasurementDao
Does the same thing as MeasurementDao.loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface GearPhysicalMeasurementDao
loadAll
in interface MeasurementDao
loadAll
in class MeasurementDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
GearPhysicalMeasurementDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
MeasurementDao
Does the same thing as MeasurementDao.loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface GearPhysicalMeasurementDao
loadAll
in interface MeasurementDao
loadAll
in class MeasurementDaoBase
transform
- the flag indicating what transformation to use.pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
GearPhysicalMeasurementDao.loadAll(int, int, int)
public GearPhysicalMeasurement create(GearPhysicalMeasurement gearPhysicalMeasurement)
GearPhysicalMeasurementDao
create
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.create(fr.ifremer.allegro.data.measure.GearPhysicalMeasurement)
public java.lang.Object create(int transform, GearPhysicalMeasurement gearPhysicalMeasurement)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
create
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.create(int transform, fr.ifremer.allegro.data.measure.GearPhysicalMeasurement)
public java.util.Collection create(java.util.Collection entities)
GearPhysicalMeasurementDao
entities
collection
create
in interface GearPhysicalMeasurementDao
entities
- the collection of fr.ifremer.allegro.data.measure.GearPhysicalMeasurement
instances to create.
GearPhysicalMeasurementDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
create
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.create(int, java.util.Collection)
public GearPhysicalMeasurement 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)
GearPhysicalMeasurementDao
Creates a new fr.ifremer.allegro.data.measure.GearPhysicalMeasurement
instance from all attributes and
properties and adds it to the persistent store.
create
in interface GearPhysicalMeasurementDao
fr.ifremer.allegro.data.measure.MeasurementDao#create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.lang.Object create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
create
in interface GearPhysicalMeasurementDao
fr.ifremer.allegro.data.measure.MeasurementDao#create(int, java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public GearPhysicalMeasurement create(GearPhysicalFeatures gearPhysicalFeatures, Pmfm pmfm, QualityFlag qualityFlag)
GearPhysicalMeasurementDao
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.
create
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)
public java.lang.Object create(int transform, GearPhysicalFeatures gearPhysicalFeatures, Pmfm pmfm, QualityFlag qualityFlag)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
create
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.create(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag)
public void update(GearPhysicalMeasurement gearPhysicalMeasurement)
GearPhysicalMeasurementDao
gearPhysicalMeasurement
instance in the persistent store.
update
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.update(fr.ifremer.allegro.data.measure.GearPhysicalMeasurement)
public void update(java.util.Collection entities)
MeasurementDao
entities
collection in the persistent store.
update
in interface GearPhysicalMeasurementDao
update
in interface MeasurementDao
update
in class MeasurementDaoBase
MeasurementDao.update(java.util.Collection)
public void remove(GearPhysicalMeasurement gearPhysicalMeasurement)
GearPhysicalMeasurementDao
remove
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.remove(fr.ifremer.allegro.data.measure.GearPhysicalMeasurement)
public void remove(java.lang.Integer id)
MeasurementDao
identifier
from the persistent store.
remove
in interface GearPhysicalMeasurementDao
remove
in interface MeasurementDao
remove
in class MeasurementDaoBase
GearPhysicalMeasurementDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
MeasurementDao
entities collection.
- Specified by:
remove
in interface GearPhysicalMeasurementDao
- Specified by:
remove
in interface MeasurementDao
- Overrides:
remove
in class MeasurementDaoBase
- See Also:
MeasurementDao.remove(java.util.Collection)
public java.util.Collection getAllGearPhysicalMeasurement()
getAllGearPhysicalMeasurement
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.getAllGearPhysicalMeasurement()
public java.util.Collection getAllGearPhysicalMeasurement(int transform)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
getAllGearPhysicalMeasurement
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.getAllGearPhysicalMeasurement(int)
public java.util.Collection getAllGearPhysicalMeasurement(java.lang.String queryString)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.getAllGearPhysicalMeasurement()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalMeasurementDao.getAllGearPhysicalMeasurement()
.
getAllGearPhysicalMeasurement
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.getAllGearPhysicalMeasurement(java.lang.String)
public java.util.Collection getAllGearPhysicalMeasurement(int pageNumber, int pageSize)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
getAllGearPhysicalMeasurement
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.getAllGearPhysicalMeasurement(int, int)
public java.util.Collection getAllGearPhysicalMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
getAllGearPhysicalMeasurement
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.getAllGearPhysicalMeasurement(String, int, int)
public java.util.Collection getAllGearPhysicalMeasurement(int transform, java.lang.String queryString)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.getAllGearPhysicalMeasurement(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalMeasurementDao.getAllGearPhysicalMeasurement(int)
.
getAllGearPhysicalMeasurement
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.getAllGearPhysicalMeasurement(int, String)
public java.util.Collection getAllGearPhysicalMeasurement(int transform, int pageNumber, int pageSize)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
getAllGearPhysicalMeasurement
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.getAllGearPhysicalMeasurement(int, int, int)
public java.util.Collection getAllGearPhysicalMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
getAllGearPhysicalMeasurement
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.getAllGearPhysicalMeasurement(int, java.lang.String, int, int)
public GearPhysicalMeasurement findGearPhysicalMeasurementById(java.lang.Integer id)
findGearPhysicalMeasurementById
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementById(java.lang.Integer)
public java.lang.Object findGearPhysicalMeasurementById(int transform, java.lang.Integer id)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementById
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementById(int, java.lang.Integer)
public GearPhysicalMeasurement findGearPhysicalMeasurementById(java.lang.String queryString, java.lang.Integer id)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalMeasurementDao.findGearPhysicalMeasurementById(java.lang.Integer)
.
findGearPhysicalMeasurementById
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementById(java.lang.String, java.lang.Integer)
public java.lang.Object findGearPhysicalMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalMeasurementDao.findGearPhysicalMeasurementById(int, java.lang.Integer id)
.
findGearPhysicalMeasurementById
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
findGearPhysicalMeasurementByGearPhysicalFeatures
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByGearPhysicalFeatures
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
.
findGearPhysicalMeasurementByGearPhysicalFeatures
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(java.lang.String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByGearPhysicalFeatures
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(int, int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByGearPhysicalFeatures
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(String, int, int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures gearPhysicalFeatures)
.
findGearPhysicalMeasurementByGearPhysicalFeatures
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByGearPhysicalFeatures
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(int, int, int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.util.Collection findGearPhysicalMeasurementByGearPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByGearPhysicalFeatures
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByGearPhysicalFeatures(int, java.lang.String, int, int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.util.Collection findGearPhysicalMeasurementByDepartment(Department department)
findGearPhysicalMeasurementByDepartment
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findGearPhysicalMeasurementByDepartment(int transform, Department department)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByDepartment
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findGearPhysicalMeasurementByDepartment(java.lang.String queryString, Department department)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
.
findGearPhysicalMeasurementByDepartment
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findGearPhysicalMeasurementByDepartment(int pageNumber, int pageSize, Department department)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByDepartment
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findGearPhysicalMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByDepartment
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findGearPhysicalMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department department)
.
findGearPhysicalMeasurementByDepartment
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findGearPhysicalMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByDepartment
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findGearPhysicalMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByDepartment
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findGearPhysicalMeasurementByPrecisionType(PrecisionType precisionType)
findGearPhysicalMeasurementByPrecisionType
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findGearPhysicalMeasurementByPrecisionType(int transform, PrecisionType precisionType)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByPrecisionType
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findGearPhysicalMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
.
findGearPhysicalMeasurementByPrecisionType
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(java.lang.String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findGearPhysicalMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByPrecisionType
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findGearPhysicalMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByPrecisionType
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findGearPhysicalMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType)
.
findGearPhysicalMeasurementByPrecisionType
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findGearPhysicalMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByPrecisionType
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findGearPhysicalMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByPrecisionType
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findGearPhysicalMeasurementByQualityFlag(QualityFlag qualityFlag)
findGearPhysicalMeasurementByQualityFlag
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearPhysicalMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByQualityFlag
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearPhysicalMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findGearPhysicalMeasurementByQualityFlag
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearPhysicalMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByQualityFlag
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearPhysicalMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByQualityFlag
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearPhysicalMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findGearPhysicalMeasurementByQualityFlag
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearPhysicalMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByQualityFlag
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearPhysicalMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByQualityFlag
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
findGearPhysicalMeasurementByAnalysisInstrument
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByAnalysisInstrument
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
findGearPhysicalMeasurementByAnalysisInstrument
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByAnalysisInstrument
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByAnalysisInstrument
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
findGearPhysicalMeasurementByAnalysisInstrument
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByAnalysisInstrument
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findGearPhysicalMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByAnalysisInstrument
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
findGearPhysicalMeasurementByNumericalPrecision
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByNumericalPrecision
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
.
findGearPhysicalMeasurementByNumericalPrecision
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNumericalPrecision(java.lang.String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByNumericalPrecision
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNumericalPrecision(int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByNumericalPrecision
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNumericalPrecision(String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision numericalPrecision)
.
findGearPhysicalMeasurementByNumericalPrecision
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByNumericalPrecision
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNumericalPrecision(int, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findGearPhysicalMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByNumericalPrecision
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNumericalPrecision(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findGearPhysicalMeasurementByPmfm(Pmfm pmfm)
findGearPhysicalMeasurementByPmfm
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findGearPhysicalMeasurementByPmfm(int transform, Pmfm pmfm)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByPmfm
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findGearPhysicalMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
findGearPhysicalMeasurementByPmfm
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findGearPhysicalMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByPmfm
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findGearPhysicalMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByPmfm
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findGearPhysicalMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
findGearPhysicalMeasurementByPmfm
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findGearPhysicalMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByPmfm
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findGearPhysicalMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByPmfm
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findGearPhysicalMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
findGearPhysicalMeasurementByQualitativeValue
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findGearPhysicalMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByQualitativeValue
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findGearPhysicalMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
findGearPhysicalMeasurementByQualitativeValue
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findGearPhysicalMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByQualitativeValue
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findGearPhysicalMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByQualitativeValue
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findGearPhysicalMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
findGearPhysicalMeasurementByQualitativeValue
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findGearPhysicalMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByQualitativeValue
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findGearPhysicalMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByQualitativeValue
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findGearPhysicalMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
findGearPhysicalMeasurementByAggregationLevel
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findGearPhysicalMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByAggregationLevel
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findGearPhysicalMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
.
findGearPhysicalMeasurementByAggregationLevel
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAggregationLevel(java.lang.String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findGearPhysicalMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByAggregationLevel
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findGearPhysicalMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByAggregationLevel
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findGearPhysicalMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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 GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel)
.
findGearPhysicalMeasurementByAggregationLevel
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findGearPhysicalMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByAggregationLevel
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findGearPhysicalMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByAggregationLevel
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public GearPhysicalMeasurement findGearPhysicalMeasurementByNaturalId(java.lang.Integer id)
findGearPhysicalMeasurementByNaturalId
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNaturalId(java.lang.Integer)
public java.lang.Object findGearPhysicalMeasurementByNaturalId(int transform, java.lang.Integer id)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.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.
findGearPhysicalMeasurementByNaturalId
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNaturalId(int, java.lang.Integer)
public GearPhysicalMeasurement findGearPhysicalMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNaturalId(java.lang.Integer)
.
findGearPhysicalMeasurementByNaturalId
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findGearPhysicalMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
GearPhysicalMeasurementDao
Does the same thing as GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNaturalId(int, java.lang.Integer id)
.
findGearPhysicalMeasurementByNaturalId
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.findGearPhysicalMeasurementByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllMeasurement()
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement()
public java.util.Collection getAllMeasurement(int transform)
MeasurementDao
Does the same thing as MeasurementDao.getAllMeasurement()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(int)
public java.util.Collection getAllMeasurement(java.lang.String queryString)
MeasurementDao
Does the same thing as MeasurementDao.getAllMeasurement()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.getAllMeasurement()
.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(java.lang.String)
public java.util.Collection getAllMeasurement(int pageNumber, int pageSize)
MeasurementDao
Does the same thing as MeasurementDao.getAllMeasurement()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(int, int)
public java.util.Collection getAllMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
MeasurementDao
Does the same thing as MeasurementDao.getAllMeasurement(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(String, int, int)
public java.util.Collection getAllMeasurement(int transform, java.lang.String queryString)
MeasurementDao
Does the same thing as MeasurementDao.getAllMeasurement(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.getAllMeasurement(int)
.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(int, String)
public java.util.Collection getAllMeasurement(int transform, int pageNumber, int pageSize)
MeasurementDao
Does the same thing as MeasurementDao.getAllMeasurement(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(int, int, int)
public java.util.Collection getAllMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
MeasurementDao
Does the same thing as MeasurementDao.getAllMeasurement(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllMeasurement
in interface MeasurementDao
getAllMeasurement
in class MeasurementDaoBase
MeasurementDao.getAllMeasurement(int, java.lang.String, int, int)
public Measurement findMeasurementById(java.lang.Integer id)
findMeasurementById
in interface MeasurementDao
findMeasurementById
in class MeasurementDaoBase
MeasurementDao.findMeasurementById(java.lang.Integer)
public java.lang.Object findMeasurementById(int transform, java.lang.Integer id)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementById(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementById
in interface MeasurementDao
findMeasurementById
in class MeasurementDaoBase
MeasurementDao.findMeasurementById(int, java.lang.Integer)
public Measurement findMeasurementById(java.lang.String queryString, java.lang.Integer id)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementById(java.lang.Integer)
.
findMeasurementById
in interface MeasurementDao
findMeasurementById
in class MeasurementDaoBase
MeasurementDao.findMeasurementById(java.lang.String, java.lang.Integer)
public java.lang.Object findMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementById(int, java.lang.Integer id)
.
findMeasurementById
in interface MeasurementDao
findMeasurementById
in class MeasurementDaoBase
MeasurementDao.findMeasurementById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findMeasurementByDepartment(Department department)
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(int transform, Department department)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(java.lang.String queryString, Department department)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(int pageNumber, int pageSize, Department department)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department department)
.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByDepartment
in interface MeasurementDao
findMeasurementByDepartment
in class MeasurementDaoBase
MeasurementDao.findMeasurementByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findMeasurementByPrecisionType(PrecisionType precisionType)
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(int transform, PrecisionType precisionType)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(java.lang.String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType)
.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByPrecisionType
in interface MeasurementDao
findMeasurementByPrecisionType
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findMeasurementByQualityFlag(QualityFlag qualityFlag)
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByQualityFlag
in interface MeasurementDao
findMeasurementByQualityFlag
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByAnalysisInstrument
in interface MeasurementDao
findMeasurementByAnalysisInstrument
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(java.lang.String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision numericalPrecision)
.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(int, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByNumericalPrecision
in interface MeasurementDao
findMeasurementByNumericalPrecision
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNumericalPrecision(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findMeasurementByPmfm(Pmfm pmfm)
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(int transform, Pmfm pmfm)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByPmfm
in interface MeasurementDao
findMeasurementByPmfm
in class MeasurementDaoBase
MeasurementDao.findMeasurementByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByQualitativeValue
in interface MeasurementDao
findMeasurementByQualitativeValue
in class MeasurementDaoBase
MeasurementDao.findMeasurementByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(java.lang.String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel)
.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findMeasurementByAggregationLevel
in interface MeasurementDao
findMeasurementByAggregationLevel
in class MeasurementDaoBase
MeasurementDao.findMeasurementByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public Measurement findMeasurementByNaturalId(java.lang.Integer id)
findMeasurementByNaturalId
in interface MeasurementDao
findMeasurementByNaturalId
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNaturalId(java.lang.Integer)
public java.lang.Object findMeasurementByNaturalId(int transform, java.lang.Integer id)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNaturalId(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findMeasurementByNaturalId
in interface MeasurementDao
findMeasurementByNaturalId
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNaturalId(int, java.lang.Integer)
public Measurement findMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByNaturalId(java.lang.Integer)
.
findMeasurementByNaturalId
in interface MeasurementDao
findMeasurementByNaturalId
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
MeasurementDao
Does the same thing as MeasurementDao.findMeasurementByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in MeasurementDao.findMeasurementByNaturalId(int, java.lang.Integer id)
.
findMeasurementByNaturalId
in interface MeasurementDao
findMeasurementByNaturalId
in class MeasurementDaoBase
MeasurementDao.findMeasurementByNaturalId(int, java.lang.String, java.lang.Integer)
public GearPhysicalMeasurement createFromClusterGearPhysicalMeasurement(ClusterGearPhysicalMeasurement clusterGearPhysicalMeasurement)
createFromClusterGearPhysicalMeasurement
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.createFromClusterGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterGearPhysicalMeasurement)
protected abstract GearPhysicalMeasurement handleCreateFromClusterGearPhysicalMeasurement(ClusterGearPhysicalMeasurement clusterGearPhysicalMeasurement) throws java.lang.Exception
createFromClusterGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterGearPhysicalMeasurement)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, GearPhysicalMeasurement entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.measure.GearPhysicalMeasurementDao
, please note
that the MeasurementDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
GearPhysicalMeasurement
- MeasurementDao.TRANSFORM_NONE
RemoteGearPhysicalMeasurementFullVO
- TRANSFORM_REMOTEGEARPHYSICALMEASUREMENTFULLVO
RemoteGearPhysicalMeasurementNaturalId
- TRANSFORM_REMOTEGEARPHYSICALMEASUREMENTNATURALID
ClusterGearPhysicalMeasurement
- TRANSFORM_CLUSTERGEARPHYSICALMEASUREMENT
MeasurementDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in GearPhysicalMeasurementDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.data.measure.GearPhysicalMeasurement)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transformEntities
in class MeasurementDaoBase
transform
- one of the constants declared in fr.ifremer.allegro.data.measure.GearPhysicalMeasurementDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.measure.GearPhysicalMeasurement)
protected GearPhysicalMeasurement toEntity(java.lang.Object[] row)
toEntity
in class MeasurementDaoBase
public final void toRemoteGearPhysicalMeasurementFullVOCollection(java.util.Collection entities)
GearPhysicalMeasurementDao
RemoteGearPhysicalMeasurementFullVO
.
toRemoteGearPhysicalMeasurementFullVOCollection
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.toRemoteGearPhysicalMeasurementFullVOCollection(java.util.Collection)
public final RemoteGearPhysicalMeasurementFullVO[] toRemoteGearPhysicalMeasurementFullVOArray(java.util.Collection entities)
GearPhysicalMeasurementDao
RemoteGearPhysicalMeasurementFullVO
.
toRemoteGearPhysicalMeasurementFullVOArray
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.toRemoteGearPhysicalMeasurementFullVOArray(java.util.Collection)
protected RemoteGearPhysicalMeasurementFullVO toRemoteGearPhysicalMeasurementFullVO(java.lang.Object[] row)
GearPhysicalMeasurementDaoImpl
class if you intend to use reporting queries.
GearPhysicalMeasurementDao.toRemoteGearPhysicalMeasurementFullVO(fr.ifremer.allegro.data.measure.GearPhysicalMeasurement)
public final void remoteGearPhysicalMeasurementFullVOToEntityCollection(java.util.Collection instances)
GearPhysicalMeasurementDao
RemoteGearPhysicalMeasurementFullVO
to this
DAO's entity.
remoteGearPhysicalMeasurementFullVOToEntityCollection
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.remoteGearPhysicalMeasurementFullVOToEntityCollection(java.util.Collection)
public void toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement source, RemoteGearPhysicalMeasurementFullVO target)
GearPhysicalMeasurementDao
toRemoteGearPhysicalMeasurementFullVO
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.toRemoteGearPhysicalMeasurementFullVO(fr.ifremer.allegro.data.measure.GearPhysicalMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)
public RemoteGearPhysicalMeasurementFullVO toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement entity)
GearPhysicalMeasurementDao
RemoteGearPhysicalMeasurementFullVO
.
toRemoteGearPhysicalMeasurementFullVO
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.toRemoteGearPhysicalMeasurementFullVO(fr.ifremer.allegro.data.measure.GearPhysicalMeasurement)
public void remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO source, GearPhysicalMeasurement target, boolean copyIfNull)
GearPhysicalMeasurementDao
RemoteGearPhysicalMeasurementFullVO
to the specified entity.
remoteGearPhysicalMeasurementFullVOToEntity
in interface GearPhysicalMeasurementDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.measure.GearPhysicalMeasurementDao#remoteGearPhysicalMeasurementFullVOToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.GearPhysicalMeasurement)
public final void toRemoteGearPhysicalMeasurementNaturalIdCollection(java.util.Collection entities)
GearPhysicalMeasurementDao
RemoteGearPhysicalMeasurementNaturalId
.
toRemoteGearPhysicalMeasurementNaturalIdCollection
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.toRemoteGearPhysicalMeasurementNaturalIdCollection(java.util.Collection)
public final RemoteGearPhysicalMeasurementNaturalId[] toRemoteGearPhysicalMeasurementNaturalIdArray(java.util.Collection entities)
GearPhysicalMeasurementDao
RemoteGearPhysicalMeasurementNaturalId
.
toRemoteGearPhysicalMeasurementNaturalIdArray
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.toRemoteGearPhysicalMeasurementNaturalIdArray(java.util.Collection)
protected RemoteGearPhysicalMeasurementNaturalId toRemoteGearPhysicalMeasurementNaturalId(java.lang.Object[] row)
GearPhysicalMeasurementDaoImpl
class if you intend to use reporting queries.
GearPhysicalMeasurementDao.toRemoteGearPhysicalMeasurementNaturalId(fr.ifremer.allegro.data.measure.GearPhysicalMeasurement)
public final void remoteGearPhysicalMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
GearPhysicalMeasurementDao
RemoteGearPhysicalMeasurementNaturalId
to this
DAO's entity.
remoteGearPhysicalMeasurementNaturalIdToEntityCollection
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.remoteGearPhysicalMeasurementNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteGearPhysicalMeasurementNaturalId(GearPhysicalMeasurement source, RemoteGearPhysicalMeasurementNaturalId target)
GearPhysicalMeasurementDao
toRemoteGearPhysicalMeasurementNaturalId
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.toRemoteGearPhysicalMeasurementNaturalId(fr.ifremer.allegro.data.measure.GearPhysicalMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementNaturalId)
public RemoteGearPhysicalMeasurementNaturalId toRemoteGearPhysicalMeasurementNaturalId(GearPhysicalMeasurement entity)
GearPhysicalMeasurementDao
RemoteGearPhysicalMeasurementNaturalId
.
toRemoteGearPhysicalMeasurementNaturalId
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.toRemoteGearPhysicalMeasurementNaturalId(fr.ifremer.allegro.data.measure.GearPhysicalMeasurement)
public void remoteGearPhysicalMeasurementNaturalIdToEntity(RemoteGearPhysicalMeasurementNaturalId source, GearPhysicalMeasurement target, boolean copyIfNull)
GearPhysicalMeasurementDao
RemoteGearPhysicalMeasurementNaturalId
to the specified entity.
remoteGearPhysicalMeasurementNaturalIdToEntity
in interface GearPhysicalMeasurementDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.measure.GearPhysicalMeasurementDao#remoteGearPhysicalMeasurementNaturalIdToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementNaturalId, fr.ifremer.allegro.data.measure.GearPhysicalMeasurement)
public final void toClusterGearPhysicalMeasurementCollection(java.util.Collection entities)
GearPhysicalMeasurementDao
ClusterGearPhysicalMeasurement
.
toClusterGearPhysicalMeasurementCollection
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.toClusterGearPhysicalMeasurementCollection(java.util.Collection)
public final ClusterGearPhysicalMeasurement[] toClusterGearPhysicalMeasurementArray(java.util.Collection entities)
GearPhysicalMeasurementDao
ClusterGearPhysicalMeasurement
.
toClusterGearPhysicalMeasurementArray
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.toClusterGearPhysicalMeasurementArray(java.util.Collection)
protected ClusterGearPhysicalMeasurement toClusterGearPhysicalMeasurement(java.lang.Object[] row)
GearPhysicalMeasurementDaoImpl
class if you intend to use reporting queries.
GearPhysicalMeasurementDao.toClusterGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.GearPhysicalMeasurement)
public final void clusterGearPhysicalMeasurementToEntityCollection(java.util.Collection instances)
GearPhysicalMeasurementDao
ClusterGearPhysicalMeasurement
to this
DAO's entity.
clusterGearPhysicalMeasurementToEntityCollection
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.clusterGearPhysicalMeasurementToEntityCollection(java.util.Collection)
public void toClusterGearPhysicalMeasurement(GearPhysicalMeasurement source, ClusterGearPhysicalMeasurement target)
GearPhysicalMeasurementDao
toClusterGearPhysicalMeasurement
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.toClusterGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.GearPhysicalMeasurement, fr.ifremer.allegro.data.measure.generic.cluster.ClusterGearPhysicalMeasurement)
public ClusterGearPhysicalMeasurement toClusterGearPhysicalMeasurement(GearPhysicalMeasurement entity)
GearPhysicalMeasurementDao
ClusterGearPhysicalMeasurement
.
toClusterGearPhysicalMeasurement
in interface GearPhysicalMeasurementDao
GearPhysicalMeasurementDao.toClusterGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.GearPhysicalMeasurement)
public void clusterGearPhysicalMeasurementToEntity(ClusterGearPhysicalMeasurement source, GearPhysicalMeasurement target, boolean copyIfNull)
GearPhysicalMeasurementDao
ClusterGearPhysicalMeasurement
to the specified entity.
clusterGearPhysicalMeasurementToEntity
in interface GearPhysicalMeasurementDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.measure.GearPhysicalMeasurementDao#clusterGearPhysicalMeasurementToEntity(fr.ifremer.allegro.data.measure.generic.cluster.ClusterGearPhysicalMeasurement, fr.ifremer.allegro.data.measure.GearPhysicalMeasurement)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
getPrincipal
in class MeasurementDaoBase
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
MeasurementDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface GearPhysicalMeasurementDao
search
in interface MeasurementDao
search
in class MeasurementDaoBase
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.GearPhysicalMeasurementDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
MeasurementDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface GearPhysicalMeasurementDao
search
in interface MeasurementDao
search
in class MeasurementDaoBase
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.GearPhysicalMeasurementDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
MeasurementDao
MeasurementDao.search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface GearPhysicalMeasurementDao
search
in interface MeasurementDao
search
in class MeasurementDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
GearPhysicalMeasurementDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
MeasurementDao
search
object.
search
in interface GearPhysicalMeasurementDao
search
in interface MeasurementDao
search
in class MeasurementDaoBase
search
- the search object which provides the search parameters and pagination specification.
GearPhysicalMeasurementDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |