|
||||||||||
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.VesselPhysicalMeasurementDaoBase
public abstract class VesselPhysicalMeasurementDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement
.
VesselPhysicalMeasurement
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.measure.VesselPhysicalMeasurementDao |
---|
TRANSFORM_CLUSTERVESSELPHYSICALMEASUREMENT, TRANSFORM_REMOTEVESSELPHYSICALMEASUREMENTFULLVO, TRANSFORM_REMOTEVESSELPHYSICALMEASUREMENTNATURALID |
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao |
---|
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID |
Constructor Summary | |
---|---|
VesselPhysicalMeasurementDaoBase()
|
Method Summary | |
---|---|
void |
clusterVesselPhysicalMeasurementToEntity(ClusterVesselPhysicalMeasurement source,
VesselPhysicalMeasurement target,
boolean copyIfNull)
Copies the fields of ClusterVesselPhysicalMeasurement to the specified entity. |
void |
clusterVesselPhysicalMeasurementToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterVesselPhysicalMeasurement to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement and adds from the passed in entities collection |
VesselPhysicalMeasurement |
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,
VesselPhysicalFeatures vesselPhysicalFeatures)
Creates a new fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as VesselPhysicalMeasurementDao.create(fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement) 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,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as VesselPhysicalMeasurementDao.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.VesselPhysicalFeatures) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Pmfm pmfm,
QualityFlag qualityFlag,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as VesselPhysicalMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
VesselPhysicalMeasurement vesselPhysicalMeasurement)
Does the same thing as VesselPhysicalMeasurementDao.create(fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement) with an
additional flag called transform . |
VesselPhysicalMeasurement |
create(Pmfm pmfm,
QualityFlag qualityFlag,
VesselPhysicalFeatures vesselPhysicalFeatures)
Creates a new fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselPhysicalMeasurement |
create(VesselPhysicalMeasurement vesselPhysicalMeasurement)
Creates an instance of fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement and adds it to the persistent store. |
VesselPhysicalMeasurement |
createFromClusterVesselPhysicalMeasurement(ClusterVesselPhysicalMeasurement clusterVesselPhysicalMeasurement)
|
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 |
findVesselPhysicalMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
|
java.util.Collection |
findVesselPhysicalMeasurementByAggregationLevel(int transform,
AggregationLevel aggregationLevel)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalMeasurementByAggregationLevel(int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByAggregationLevel(int transform,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByAggregationLevel(java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByAggregationLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
|
java.util.Collection |
findVesselPhysicalMeasurementByAnalysisInstrument(int transform,
AnalysisInstrument analysisInstrument)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalMeasurementByAnalysisInstrument(int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByAnalysisInstrument(int transform,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByAnalysisInstrument(java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByAnalysisInstrument(java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByDepartment(Department department)
|
java.util.Collection |
findVesselPhysicalMeasurementByDepartment(int transform,
Department department)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalMeasurementByDepartment(int pageNumber,
int pageSize,
Department department)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByDepartment(int transform,
int pageNumber,
int pageSize,
Department department)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByDepartment(int transform,
java.lang.String queryString,
Department department)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByDepartment(java.lang.String queryString,
Department department)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
VesselPhysicalMeasurement |
findVesselPhysicalMeasurementById(java.lang.Integer id)
|
java.lang.Object |
findVesselPhysicalMeasurementById(int transform,
java.lang.Integer id)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findVesselPhysicalMeasurementById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementById(int, java.lang.Integer) with an
additional argument called queryString . |
VesselPhysicalMeasurement |
findVesselPhysicalMeasurementById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementById(java.lang.Integer) with an
additional argument called queryString . |
VesselPhysicalMeasurement |
findVesselPhysicalMeasurementByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findVesselPhysicalMeasurementByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findVesselPhysicalMeasurementByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
VesselPhysicalMeasurement |
findVesselPhysicalMeasurementByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByNumericalPrecision(int transform,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByNumericalPrecision(int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByNumericalPrecision(int transform,
NumericalPrecision numericalPrecision)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
|
java.util.Collection |
findVesselPhysicalMeasurementByNumericalPrecision(java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByNumericalPrecision(java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByPmfm(int transform,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByPmfm(int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByPmfm(int transform,
Pmfm pmfm)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalMeasurementByPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByPmfm(int transform,
java.lang.String queryString,
Pmfm pmfm)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByPmfm(Pmfm pmfm)
|
java.util.Collection |
findVesselPhysicalMeasurementByPmfm(java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByPmfm(java.lang.String queryString,
Pmfm pmfm)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByPrecisionType(int transform,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByPrecisionType(int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByPrecisionType(int transform,
PrecisionType precisionType)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalMeasurementByPrecisionType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByPrecisionType(int transform,
java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByPrecisionType(PrecisionType precisionType)
|
java.util.Collection |
findVesselPhysicalMeasurementByPrecisionType(java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByPrecisionType(java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByQualitativeValue(int transform,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByQualitativeValue(int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByQualitativeValue(int transform,
QualitativeValue qualitativeValue)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
|
java.util.Collection |
findVesselPhysicalMeasurementByQualitativeValue(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByQualitativeValue(java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalMeasurementByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findVesselPhysicalMeasurementByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform,
int pageNumber,
int pageSize,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByVesselPhysicalFeatures(int pageNumber,
int pageSize,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform,
java.lang.String queryString,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional flag called transform . |
java.util.Collection |
findVesselPhysicalMeasurementByVesselPhysicalFeatures(java.lang.String queryString,
int pageNumber,
int pageSize,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselPhysicalMeasurementByVesselPhysicalFeatures(java.lang.String queryString,
VesselPhysicalFeatures vesselPhysicalFeatures)
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures) with an
additional argument called queryString . |
java.util.Collection |
findVesselPhysicalMeasurementByVesselPhysicalFeatures(VesselPhysicalFeatures vesselPhysicalFeatures)
|
java.util.Collection |
getAllMeasurement()
|
java.util.Collection |
getAllMeasurement(int transform)
Does the same thing as MeasurementDao.getAllMeasurement() with an
additional flag called transform . |
java.util.Collection |
getAllMeasurement(int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurement(int transform,
int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurement(int transform,
java.lang.String queryString)
Does the same thing as MeasurementDao.getAllMeasurement(int) with an
additional argument called queryString . |
java.util.Collection |
getAllMeasurement(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllMeasurement(java.lang.String queryString)
Does the same thing as MeasurementDao.getAllMeasurement() with an
additional argument called queryString . |
java.util.Collection |
getAllMeasurement(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as MeasurementDao.getAllMeasurement(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPhysicalMeasurement()
|
java.util.Collection |
getAllVesselPhysicalMeasurement(int transform)
Does the same thing as VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement() with an
additional flag called transform . |
java.util.Collection |
getAllVesselPhysicalMeasurement(int pageNumber,
int pageSize)
Does the same thing as VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPhysicalMeasurement(int transform,
int pageNumber,
int pageSize)
Does the same thing as VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPhysicalMeasurement(int transform,
java.lang.String queryString)
Does the same thing as VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement(int) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselPhysicalMeasurement(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselPhysicalMeasurement(java.lang.String queryString)
Does the same thing as VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement() with an
additional argument called queryString . |
java.util.Collection |
getAllVesselPhysicalMeasurement(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement(String) with an
additional two arguments called pageNumber and pageSize . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected VesselPhysicalFeaturesDao |
getVesselPhysicalFeaturesDao()
Gets the reference to vesselPhysicalFeaturesDao . |
protected abstract VesselPhysicalMeasurement |
handleCreateFromClusterVesselPhysicalMeasurement(ClusterVesselPhysicalMeasurement clusterVesselPhysicalMeasurement)
Performs the core logic for createFromClusterVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselPhysicalMeasurement) |
VesselPhysicalMeasurement |
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 |
remoteVesselPhysicalMeasurementFullVOToEntity(RemoteVesselPhysicalMeasurementFullVO source,
VesselPhysicalMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteVesselPhysicalMeasurementFullVO to the specified entity. |
void |
remoteVesselPhysicalMeasurementFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselPhysicalMeasurementFullVO to this
DAO's entity. |
void |
remoteVesselPhysicalMeasurementNaturalIdToEntity(RemoteVesselPhysicalMeasurementNaturalId source,
VesselPhysicalMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteVesselPhysicalMeasurementNaturalId to the specified entity. |
void |
remoteVesselPhysicalMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselPhysicalMeasurementNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.measure.Measurement having the given identifier from the persistent store. |
void |
remove(VesselPhysicalMeasurement vesselPhysicalMeasurement)
Removes the instance of fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement 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 |
setVesselPhysicalFeaturesDao(VesselPhysicalFeaturesDao vesselPhysicalFeaturesDao)
Sets the reference to vesselPhysicalFeaturesDao . |
protected ClusterVesselPhysicalMeasurement |
toClusterVesselPhysicalMeasurement(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterVesselPhysicalMeasurement |
toClusterVesselPhysicalMeasurement(VesselPhysicalMeasurement entity)
Converts this DAO's entity to an object of type ClusterVesselPhysicalMeasurement . |
void |
toClusterVesselPhysicalMeasurement(VesselPhysicalMeasurement source,
ClusterVesselPhysicalMeasurement target)
Copies the fields of the specified entity to the target value object. |
ClusterVesselPhysicalMeasurement[] |
toClusterVesselPhysicalMeasurementArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterVesselPhysicalMeasurement . |
void |
toClusterVesselPhysicalMeasurementCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterVesselPhysicalMeasurement . |
protected VesselPhysicalMeasurement |
toEntity(java.lang.Object[] row)
|
protected RemoteVesselPhysicalMeasurementFullVO |
toRemoteVesselPhysicalMeasurementFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteVesselPhysicalMeasurementFullVO |
toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement entity)
Converts this DAO's entity to an object of type RemoteVesselPhysicalMeasurementFullVO . |
void |
toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement source,
RemoteVesselPhysicalMeasurementFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselPhysicalMeasurementFullVO[] |
toRemoteVesselPhysicalMeasurementFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselPhysicalMeasurementFullVO . |
void |
toRemoteVesselPhysicalMeasurementFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselPhysicalMeasurementFullVO . |
protected RemoteVesselPhysicalMeasurementNaturalId |
toRemoteVesselPhysicalMeasurementNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteVesselPhysicalMeasurementNaturalId |
toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement entity)
Converts this DAO's entity to an object of type RemoteVesselPhysicalMeasurementNaturalId . |
void |
toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement source,
RemoteVesselPhysicalMeasurementNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselPhysicalMeasurementNaturalId[] |
toRemoteVesselPhysicalMeasurementNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselPhysicalMeasurementNaturalId . |
void |
toRemoteVesselPhysicalMeasurementNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselPhysicalMeasurementNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement)
method. |
protected java.lang.Object |
transformEntity(int transform,
VesselPhysicalMeasurement 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.VesselPhysicalMeasurementDao , 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(VesselPhysicalMeasurement vesselPhysicalMeasurement)
Updates the vesselPhysicalMeasurement 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.VesselPhysicalMeasurementDao |
---|
clusterVesselPhysicalMeasurementToEntity, remoteVesselPhysicalMeasurementFullVOToEntity, remoteVesselPhysicalMeasurementNaturalIdToEntity |
Constructor Detail |
---|
public VesselPhysicalMeasurementDaoBase()
Method Detail |
---|
public void setVesselPhysicalFeaturesDao(VesselPhysicalFeaturesDao vesselPhysicalFeaturesDao)
vesselPhysicalFeaturesDao
.
protected VesselPhysicalFeaturesDao getVesselPhysicalFeaturesDao()
vesselPhysicalFeaturesDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
MeasurementDao
Does the same thing as MeasurementDao.load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
load
in interface MeasurementDao
load
in interface VesselPhysicalMeasurementDao
load
in class MeasurementDaoBase
id
- identifier of the entity to load
VesselPhysicalMeasurementDao.load(int, java.lang.Integer)
public VesselPhysicalMeasurement load(java.lang.Integer id)
MeasurementDao
load
in interface MeasurementDao
load
in interface VesselPhysicalMeasurementDao
load
in class MeasurementDaoBase
VesselPhysicalMeasurementDao.load(java.lang.Integer)
public java.util.Collection loadAll()
MeasurementDao
Measurement
.
loadAll
in interface MeasurementDao
loadAll
in interface VesselPhysicalMeasurementDao
loadAll
in class MeasurementDaoBase
VesselPhysicalMeasurementDao.loadAll()
public java.util.Collection loadAll(int transform)
MeasurementDao
Does the same thing as MeasurementDao.loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
loadAll
in interface MeasurementDao
loadAll
in interface VesselPhysicalMeasurementDao
loadAll
in class MeasurementDaoBase
transform
- the flag indicating what transformation to use.
VesselPhysicalMeasurementDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
MeasurementDao
Does the same thing as MeasurementDao.loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface MeasurementDao
loadAll
in interface VesselPhysicalMeasurementDao
loadAll
in class MeasurementDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
VesselPhysicalMeasurementDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
MeasurementDao
Does the same thing as MeasurementDao.loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface MeasurementDao
loadAll
in interface VesselPhysicalMeasurementDao
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.
VesselPhysicalMeasurementDao.loadAll(int, int, int)
public VesselPhysicalMeasurement create(VesselPhysicalMeasurement vesselPhysicalMeasurement)
VesselPhysicalMeasurementDao
create
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.create(fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement)
public java.lang.Object create(int transform, VesselPhysicalMeasurement vesselPhysicalMeasurement)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.create(fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement)
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 VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.create(int transform, fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement)
public java.util.Collection create(java.util.Collection entities)
VesselPhysicalMeasurementDao
entities
collection
create
in interface VesselPhysicalMeasurementDao
entities
- the collection of fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement
instances to create.
VesselPhysicalMeasurementDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.create(fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement)
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 VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.create(int, java.util.Collection)
public VesselPhysicalMeasurement 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, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalMeasurementDao
Creates a new fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement
instance from all attributes and
properties and adds it to the persistent store.
create
in interface VesselPhysicalMeasurementDao
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.VesselPhysicalFeatures)
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, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.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.VesselPhysicalFeatures)
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 VesselPhysicalMeasurementDao
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.VesselPhysicalFeatures)
public VesselPhysicalMeasurement create(Pmfm pmfm, QualityFlag qualityFlag, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalMeasurementDao
Creates a new fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.lang.Object create(int transform, Pmfm pmfm, QualityFlag qualityFlag, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.create(fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
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 VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.create(int, fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public void update(VesselPhysicalMeasurement vesselPhysicalMeasurement)
VesselPhysicalMeasurementDao
vesselPhysicalMeasurement
instance in the persistent store.
update
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.update(fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement)
public void update(java.util.Collection entities)
MeasurementDao
entities
collection in the persistent store.
update
in interface MeasurementDao
update
in interface VesselPhysicalMeasurementDao
update
in class MeasurementDaoBase
MeasurementDao.update(java.util.Collection)
public void remove(VesselPhysicalMeasurement vesselPhysicalMeasurement)
VesselPhysicalMeasurementDao
remove
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.remove(fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement)
public void remove(java.lang.Integer id)
MeasurementDao
identifier
from the persistent store.
remove
in interface MeasurementDao
remove
in interface VesselPhysicalMeasurementDao
remove
in class MeasurementDaoBase
VesselPhysicalMeasurementDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
MeasurementDao
entities collection.
- Specified by:
remove
in interface MeasurementDao
- Specified by:
remove
in interface VesselPhysicalMeasurementDao
- Overrides:
remove
in class MeasurementDaoBase
- See Also:
MeasurementDao.remove(java.util.Collection)
public java.util.Collection getAllVesselPhysicalMeasurement()
getAllVesselPhysicalMeasurement
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement()
public java.util.Collection getAllVesselPhysicalMeasurement(int transform)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement()
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.
getAllVesselPhysicalMeasurement
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement(int)
public java.util.Collection getAllVesselPhysicalMeasurement(java.lang.String queryString)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement()
.
getAllVesselPhysicalMeasurement
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement(java.lang.String)
public java.util.Collection getAllVesselPhysicalMeasurement(int pageNumber, int pageSize)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllVesselPhysicalMeasurement
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement(int, int)
public java.util.Collection getAllVesselPhysicalMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement(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.
getAllVesselPhysicalMeasurement
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement(String, int, int)
public java.util.Collection getAllVesselPhysicalMeasurement(int transform, java.lang.String queryString)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement(int)
.
getAllVesselPhysicalMeasurement
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement(int, String)
public java.util.Collection getAllVesselPhysicalMeasurement(int transform, int pageNumber, int pageSize)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement(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.
getAllVesselPhysicalMeasurement
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement(int, int, int)
public java.util.Collection getAllVesselPhysicalMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement(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.
getAllVesselPhysicalMeasurement
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.getAllVesselPhysicalMeasurement(int, java.lang.String, int, int)
public VesselPhysicalMeasurement findVesselPhysicalMeasurementById(java.lang.Integer id)
findVesselPhysicalMeasurementById
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementById(java.lang.Integer)
public java.lang.Object findVesselPhysicalMeasurementById(int transform, java.lang.Integer id)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementById(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.
findVesselPhysicalMeasurementById
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementById(int, java.lang.Integer)
public VesselPhysicalMeasurement findVesselPhysicalMeasurementById(java.lang.String queryString, java.lang.Integer id)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementById(java.lang.Integer)
.
findVesselPhysicalMeasurementById
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementById(java.lang.String, java.lang.Integer)
public java.lang.Object findVesselPhysicalMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementById(int, java.lang.Integer id)
.
findVesselPhysicalMeasurementById
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(VesselPhysicalFeatures vesselPhysicalFeatures)
findVesselPhysicalMeasurementByVesselPhysicalFeatures
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
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.
findVesselPhysicalMeasurementByVesselPhysicalFeatures
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
.
findVesselPhysicalMeasurementByVesselPhysicalFeatures
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(java.lang.String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselPhysicalMeasurementByVesselPhysicalFeatures
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselPhysicalMeasurementByVesselPhysicalFeatures
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(String, int, int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures vesselPhysicalFeatures)
.
findVesselPhysicalMeasurementByVesselPhysicalFeatures
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselPhysicalMeasurementByVesselPhysicalFeatures
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, int, int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.util.Collection findVesselPhysicalMeasurementByVesselPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselPhysicalMeasurementByVesselPhysicalFeatures
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByVesselPhysicalFeatures(int, java.lang.String, int, int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.util.Collection findVesselPhysicalMeasurementByDepartment(Department department)
findVesselPhysicalMeasurementByDepartment
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPhysicalMeasurementByDepartment(int transform, Department department)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(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.
findVesselPhysicalMeasurementByDepartment
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPhysicalMeasurementByDepartment(java.lang.String queryString, Department department)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
.
findVesselPhysicalMeasurementByDepartment
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(java.lang.String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPhysicalMeasurementByDepartment(int pageNumber, int pageSize, Department department)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(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.
findVesselPhysicalMeasurementByDepartment
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPhysicalMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(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.
findVesselPhysicalMeasurementByDepartment
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPhysicalMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(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 VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department department)
.
findVesselPhysicalMeasurementByDepartment
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPhysicalMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(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.
findVesselPhysicalMeasurementByDepartment
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(int, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPhysicalMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(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.
findVesselPhysicalMeasurementByDepartment
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByDepartment(int, java.lang.String, int, int, fr.ifremer.allegro.administration.user.Department)
public java.util.Collection findVesselPhysicalMeasurementByPrecisionType(PrecisionType precisionType)
findVesselPhysicalMeasurementByPrecisionType
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselPhysicalMeasurementByPrecisionType(int transform, PrecisionType precisionType)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(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.
findVesselPhysicalMeasurementByPrecisionType
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselPhysicalMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
.
findVesselPhysicalMeasurementByPrecisionType
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(java.lang.String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselPhysicalMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(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.
findVesselPhysicalMeasurementByPrecisionType
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselPhysicalMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(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.
findVesselPhysicalMeasurementByPrecisionType
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselPhysicalMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType)
.
findVesselPhysicalMeasurementByPrecisionType
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselPhysicalMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(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.
findVesselPhysicalMeasurementByPrecisionType
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselPhysicalMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(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.
findVesselPhysicalMeasurementByPrecisionType
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findVesselPhysicalMeasurementByQualityFlag(QualityFlag qualityFlag)
findVesselPhysicalMeasurementByQualityFlag
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPhysicalMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(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.
findVesselPhysicalMeasurementByQualityFlag
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPhysicalMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findVesselPhysicalMeasurementByQualityFlag
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPhysicalMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(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.
findVesselPhysicalMeasurementByQualityFlag
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPhysicalMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(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.
findVesselPhysicalMeasurementByQualityFlag
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPhysicalMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findVesselPhysicalMeasurementByQualityFlag
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPhysicalMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(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.
findVesselPhysicalMeasurementByQualityFlag
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPhysicalMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(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.
findVesselPhysicalMeasurementByQualityFlag
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findVesselPhysicalMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
findVesselPhysicalMeasurementByAnalysisInstrument
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselPhysicalMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(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.
findVesselPhysicalMeasurementByAnalysisInstrument
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselPhysicalMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
findVesselPhysicalMeasurementByAnalysisInstrument
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselPhysicalMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(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.
findVesselPhysicalMeasurementByAnalysisInstrument
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselPhysicalMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(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.
findVesselPhysicalMeasurementByAnalysisInstrument
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselPhysicalMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
findVesselPhysicalMeasurementByAnalysisInstrument
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselPhysicalMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(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.
findVesselPhysicalMeasurementByAnalysisInstrument
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselPhysicalMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(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.
findVesselPhysicalMeasurementByAnalysisInstrument
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findVesselPhysicalMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
findVesselPhysicalMeasurementByNumericalPrecision
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselPhysicalMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(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.
findVesselPhysicalMeasurementByNumericalPrecision
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselPhysicalMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
.
findVesselPhysicalMeasurementByNumericalPrecision
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(java.lang.String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselPhysicalMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(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.
findVesselPhysicalMeasurementByNumericalPrecision
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselPhysicalMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(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.
findVesselPhysicalMeasurementByNumericalPrecision
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselPhysicalMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision numericalPrecision)
.
findVesselPhysicalMeasurementByNumericalPrecision
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselPhysicalMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(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.
findVesselPhysicalMeasurementByNumericalPrecision
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(int, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselPhysicalMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(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.
findVesselPhysicalMeasurementByNumericalPrecision
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNumericalPrecision(int, java.lang.String, int, int, fr.ifremer.allegro.referential.NumericalPrecision)
public java.util.Collection findVesselPhysicalMeasurementByPmfm(Pmfm pmfm)
findVesselPhysicalMeasurementByPmfm
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselPhysicalMeasurementByPmfm(int transform, Pmfm pmfm)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(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.
findVesselPhysicalMeasurementByPmfm
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselPhysicalMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
findVesselPhysicalMeasurementByPmfm
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselPhysicalMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(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.
findVesselPhysicalMeasurementByPmfm
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselPhysicalMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(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.
findVesselPhysicalMeasurementByPmfm
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselPhysicalMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(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 VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
findVesselPhysicalMeasurementByPmfm
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselPhysicalMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(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.
findVesselPhysicalMeasurementByPmfm
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselPhysicalMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(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.
findVesselPhysicalMeasurementByPmfm
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findVesselPhysicalMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
findVesselPhysicalMeasurementByQualitativeValue
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselPhysicalMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(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.
findVesselPhysicalMeasurementByQualitativeValue
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselPhysicalMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
findVesselPhysicalMeasurementByQualitativeValue
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselPhysicalMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(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.
findVesselPhysicalMeasurementByQualitativeValue
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselPhysicalMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(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.
findVesselPhysicalMeasurementByQualitativeValue
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselPhysicalMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(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 VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
findVesselPhysicalMeasurementByQualitativeValue
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselPhysicalMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(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.
findVesselPhysicalMeasurementByQualitativeValue
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselPhysicalMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(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.
findVesselPhysicalMeasurementByQualitativeValue
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByQualitativeValue(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findVesselPhysicalMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
findVesselPhysicalMeasurementByAggregationLevel
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselPhysicalMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(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.
findVesselPhysicalMeasurementByAggregationLevel
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselPhysicalMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
.
findVesselPhysicalMeasurementByAggregationLevel
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(java.lang.String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselPhysicalMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(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.
findVesselPhysicalMeasurementByAggregationLevel
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselPhysicalMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(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.
findVesselPhysicalMeasurementByAggregationLevel
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselPhysicalMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(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 VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel)
.
findVesselPhysicalMeasurementByAggregationLevel
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselPhysicalMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(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.
findVesselPhysicalMeasurementByAggregationLevel
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(int, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public java.util.Collection findVesselPhysicalMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(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.
findVesselPhysicalMeasurementByAggregationLevel
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByAggregationLevel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
public VesselPhysicalMeasurement findVesselPhysicalMeasurementByNaturalId(java.lang.Integer id)
findVesselPhysicalMeasurementByNaturalId
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNaturalId(java.lang.Integer)
public java.lang.Object findVesselPhysicalMeasurementByNaturalId(int transform, java.lang.Integer id)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNaturalId(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.
findVesselPhysicalMeasurementByNaturalId
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNaturalId(int, java.lang.Integer)
public VesselPhysicalMeasurement findVesselPhysicalMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNaturalId(java.lang.Integer)
.
findVesselPhysicalMeasurementByNaturalId
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findVesselPhysicalMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
VesselPhysicalMeasurementDao
Does the same thing as VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNaturalId(int, java.lang.Integer id)
.
findVesselPhysicalMeasurementByNaturalId
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.findVesselPhysicalMeasurementByNaturalId(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 VesselPhysicalMeasurement createFromClusterVesselPhysicalMeasurement(ClusterVesselPhysicalMeasurement clusterVesselPhysicalMeasurement)
createFromClusterVesselPhysicalMeasurement
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.createFromClusterVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselPhysicalMeasurement)
protected abstract VesselPhysicalMeasurement handleCreateFromClusterVesselPhysicalMeasurement(ClusterVesselPhysicalMeasurement clusterVesselPhysicalMeasurement) throws java.lang.Exception
createFromClusterVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselPhysicalMeasurement)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, VesselPhysicalMeasurement entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.measure.VesselPhysicalMeasurementDao
, 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:
VesselPhysicalMeasurement
- MeasurementDao.TRANSFORM_NONE
RemoteVesselPhysicalMeasurementFullVO
- TRANSFORM_REMOTEVESSELPHYSICALMEASUREMENTFULLVO
RemoteVesselPhysicalMeasurementNaturalId
- TRANSFORM_REMOTEVESSELPHYSICALMEASUREMENTNATURALID
ClusterVesselPhysicalMeasurement
- TRANSFORM_CLUSTERVESSELPHYSICALMEASUREMENT
MeasurementDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in VesselPhysicalMeasurementDao
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.VesselPhysicalMeasurement)
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.VesselPhysicalMeasurementDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement)
protected VesselPhysicalMeasurement toEntity(java.lang.Object[] row)
toEntity
in class MeasurementDaoBase
public final void toRemoteVesselPhysicalMeasurementFullVOCollection(java.util.Collection entities)
VesselPhysicalMeasurementDao
RemoteVesselPhysicalMeasurementFullVO
.
toRemoteVesselPhysicalMeasurementFullVOCollection
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementFullVOCollection(java.util.Collection)
public final RemoteVesselPhysicalMeasurementFullVO[] toRemoteVesselPhysicalMeasurementFullVOArray(java.util.Collection entities)
VesselPhysicalMeasurementDao
RemoteVesselPhysicalMeasurementFullVO
.
toRemoteVesselPhysicalMeasurementFullVOArray
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementFullVOArray(java.util.Collection)
protected RemoteVesselPhysicalMeasurementFullVO toRemoteVesselPhysicalMeasurementFullVO(java.lang.Object[] row)
VesselPhysicalMeasurementDaoImpl
class if you intend to use reporting queries.
VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementFullVO(fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement)
public final void remoteVesselPhysicalMeasurementFullVOToEntityCollection(java.util.Collection instances)
VesselPhysicalMeasurementDao
RemoteVesselPhysicalMeasurementFullVO
to this
DAO's entity.
remoteVesselPhysicalMeasurementFullVOToEntityCollection
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.remoteVesselPhysicalMeasurementFullVOToEntityCollection(java.util.Collection)
public void toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement source, RemoteVesselPhysicalMeasurementFullVO target)
VesselPhysicalMeasurementDao
toRemoteVesselPhysicalMeasurementFullVO
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementFullVO(fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
public RemoteVesselPhysicalMeasurementFullVO toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement entity)
VesselPhysicalMeasurementDao
RemoteVesselPhysicalMeasurementFullVO
.
toRemoteVesselPhysicalMeasurementFullVO
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementFullVO(fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement)
public void remoteVesselPhysicalMeasurementFullVOToEntity(RemoteVesselPhysicalMeasurementFullVO source, VesselPhysicalMeasurement target, boolean copyIfNull)
VesselPhysicalMeasurementDao
RemoteVesselPhysicalMeasurementFullVO
to the specified entity.
remoteVesselPhysicalMeasurementFullVOToEntity
in interface VesselPhysicalMeasurementDao
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.VesselPhysicalMeasurementDao#remoteVesselPhysicalMeasurementFullVOToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement)
public final void toRemoteVesselPhysicalMeasurementNaturalIdCollection(java.util.Collection entities)
VesselPhysicalMeasurementDao
RemoteVesselPhysicalMeasurementNaturalId
.
toRemoteVesselPhysicalMeasurementNaturalIdCollection
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementNaturalIdCollection(java.util.Collection)
public final RemoteVesselPhysicalMeasurementNaturalId[] toRemoteVesselPhysicalMeasurementNaturalIdArray(java.util.Collection entities)
VesselPhysicalMeasurementDao
RemoteVesselPhysicalMeasurementNaturalId
.
toRemoteVesselPhysicalMeasurementNaturalIdArray
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementNaturalIdArray(java.util.Collection)
protected RemoteVesselPhysicalMeasurementNaturalId toRemoteVesselPhysicalMeasurementNaturalId(java.lang.Object[] row)
VesselPhysicalMeasurementDaoImpl
class if you intend to use reporting queries.
VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementNaturalId(fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement)
public final void remoteVesselPhysicalMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
VesselPhysicalMeasurementDao
RemoteVesselPhysicalMeasurementNaturalId
to this
DAO's entity.
remoteVesselPhysicalMeasurementNaturalIdToEntityCollection
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.remoteVesselPhysicalMeasurementNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement source, RemoteVesselPhysicalMeasurementNaturalId target)
VesselPhysicalMeasurementDao
toRemoteVesselPhysicalMeasurementNaturalId
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementNaturalId(fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementNaturalId)
public RemoteVesselPhysicalMeasurementNaturalId toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement entity)
VesselPhysicalMeasurementDao
RemoteVesselPhysicalMeasurementNaturalId
.
toRemoteVesselPhysicalMeasurementNaturalId
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementNaturalId(fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement)
public void remoteVesselPhysicalMeasurementNaturalIdToEntity(RemoteVesselPhysicalMeasurementNaturalId source, VesselPhysicalMeasurement target, boolean copyIfNull)
VesselPhysicalMeasurementDao
RemoteVesselPhysicalMeasurementNaturalId
to the specified entity.
remoteVesselPhysicalMeasurementNaturalIdToEntity
in interface VesselPhysicalMeasurementDao
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.VesselPhysicalMeasurementDao#remoteVesselPhysicalMeasurementNaturalIdToEntity(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementNaturalId, fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement)
public final void toClusterVesselPhysicalMeasurementCollection(java.util.Collection entities)
VesselPhysicalMeasurementDao
ClusterVesselPhysicalMeasurement
.
toClusterVesselPhysicalMeasurementCollection
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.toClusterVesselPhysicalMeasurementCollection(java.util.Collection)
public final ClusterVesselPhysicalMeasurement[] toClusterVesselPhysicalMeasurementArray(java.util.Collection entities)
VesselPhysicalMeasurementDao
ClusterVesselPhysicalMeasurement
.
toClusterVesselPhysicalMeasurementArray
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.toClusterVesselPhysicalMeasurementArray(java.util.Collection)
protected ClusterVesselPhysicalMeasurement toClusterVesselPhysicalMeasurement(java.lang.Object[] row)
VesselPhysicalMeasurementDaoImpl
class if you intend to use reporting queries.
VesselPhysicalMeasurementDao.toClusterVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement)
public final void clusterVesselPhysicalMeasurementToEntityCollection(java.util.Collection instances)
VesselPhysicalMeasurementDao
ClusterVesselPhysicalMeasurement
to this
DAO's entity.
clusterVesselPhysicalMeasurementToEntityCollection
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.clusterVesselPhysicalMeasurementToEntityCollection(java.util.Collection)
public void toClusterVesselPhysicalMeasurement(VesselPhysicalMeasurement source, ClusterVesselPhysicalMeasurement target)
VesselPhysicalMeasurementDao
toClusterVesselPhysicalMeasurement
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.toClusterVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement, fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselPhysicalMeasurement)
public ClusterVesselPhysicalMeasurement toClusterVesselPhysicalMeasurement(VesselPhysicalMeasurement entity)
VesselPhysicalMeasurementDao
ClusterVesselPhysicalMeasurement
.
toClusterVesselPhysicalMeasurement
in interface VesselPhysicalMeasurementDao
VesselPhysicalMeasurementDao.toClusterVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement)
public void clusterVesselPhysicalMeasurementToEntity(ClusterVesselPhysicalMeasurement source, VesselPhysicalMeasurement target, boolean copyIfNull)
VesselPhysicalMeasurementDao
ClusterVesselPhysicalMeasurement
to the specified entity.
clusterVesselPhysicalMeasurementToEntity
in interface VesselPhysicalMeasurementDao
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.VesselPhysicalMeasurementDao#clusterVesselPhysicalMeasurementToEntity(fr.ifremer.allegro.data.measure.generic.cluster.ClusterVesselPhysicalMeasurement, fr.ifremer.allegro.data.measure.VesselPhysicalMeasurement)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
getPrincipal
in class MeasurementDaoBase
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
MeasurementDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface MeasurementDao
search
in interface VesselPhysicalMeasurementDao
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.VesselPhysicalMeasurementDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
MeasurementDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface MeasurementDao
search
in interface VesselPhysicalMeasurementDao
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.VesselPhysicalMeasurementDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
MeasurementDao
MeasurementDao.search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface MeasurementDao
search
in interface VesselPhysicalMeasurementDao
search
in class MeasurementDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
VesselPhysicalMeasurementDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
MeasurementDao
search
object.
search
in interface MeasurementDao
search
in interface VesselPhysicalMeasurementDao
search
in class MeasurementDaoBase
search
- the search object which provides the search parameters and pagination specification.
VesselPhysicalMeasurementDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |