|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SampleMeasurementDao
SampleMeasurement
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERSAMPLEMEASUREMENT
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTESAMPLEMEASUREMENTFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTESAMPLEMEASUREMENTNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
Fields inherited from interface fr.ifremer.allegro.data.measure.MeasurementDao |
---|
TRANSFORM_CLUSTERMEASUREMENT, TRANSFORM_NONE, TRANSFORM_REMOTEMEASUREMENTFULLVO, TRANSFORM_REMOTEMEASUREMENTNATURALID |
Method Summary | |
---|---|
SampleMeasurement |
clusterSampleMeasurementToEntity(ClusterSampleMeasurement clusterSampleMeasurement)
Converts an instance of type ClusterSampleMeasurement to this DAO's entity. |
void |
clusterSampleMeasurementToEntity(ClusterSampleMeasurement source,
SampleMeasurement target,
boolean copyIfNull)
Copies the fields of ClusterSampleMeasurement to the specified entity. |
void |
clusterSampleMeasurementToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterSampleMeasurement to this
DAO's entity. |
Measurement |
create(java.lang.Boolean isReferenceMeasurement,
Pmfm pmfm,
QualityFlag qualityFlag,
Sample sample)
Creates a new fr.ifremer.allegro.data.measure.SampleMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.measure.SampleMeasurement and adds from the passed in entities collection |
Measurement |
create(java.lang.Float numericalValue,
java.lang.Integer digitCount,
java.lang.Float precisionValue,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
Department department,
PrecisionType precisionType,
QualityFlag qualityFlag,
AnalysisInstrument analysisInstrument,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
java.lang.Short individualNumber,
java.lang.Boolean isReferenceMeasurement,
Sample sample)
Creates a new fr.ifremer.allegro.data.measure.SampleMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
java.lang.Object |
create(int transform,
java.lang.Boolean isReferenceMeasurement,
Pmfm pmfm,
QualityFlag qualityFlag,
Sample sample)
Does the same thing as create(java.lang.Boolean,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.sample.Sample) with an
additional flag called transform . |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.measure.SampleMeasurement) 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,
java.lang.Short individualNumber,
java.lang.Boolean isReferenceMeasurement,
Sample sample)
Does the same thing as create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.lang.Short,java.lang.Boolean,fr.ifremer.allegro.data.sample.Sample) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
SampleMeasurement sampleMeasurement)
Does the same thing as create(fr.ifremer.allegro.data.measure.SampleMeasurement) with an
additional flag called transform . |
Measurement |
create(SampleMeasurement sampleMeasurement)
Creates an instance of fr.ifremer.allegro.data.measure.SampleMeasurement and adds it to the persistent store. |
SampleMeasurement |
createFromClusterSampleMeasurement(ClusterSampleMeasurement clusterSampleMeasurement)
|
java.util.Collection |
findSampleMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
|
java.util.Collection |
findSampleMeasurementByAggregationLevel(int transform,
AggregationLevel aggregationLevel)
Does the same thing as findSampleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional flag called transform . |
java.util.Collection |
findSampleMeasurementByAggregationLevel(int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as findSampleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByAggregationLevel(int transform,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as findSampleMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as findSampleMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByAggregationLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as findSampleMeasurementByAggregationLevel(int, String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByAggregationLevel(java.lang.String queryString,
AggregationLevel aggregationLevel)
Does the same thing as findSampleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByAggregationLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AggregationLevel aggregationLevel)
Does the same thing as findSampleMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
|
java.util.Collection |
findSampleMeasurementByAnalysisInstrument(int transform,
AnalysisInstrument analysisInstrument)
Does the same thing as findSampleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional flag called transform . |
java.util.Collection |
findSampleMeasurementByAnalysisInstrument(int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as findSampleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByAnalysisInstrument(int transform,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as findSampleMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as findSampleMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByAnalysisInstrument(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as findSampleMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByAnalysisInstrument(java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as findSampleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByAnalysisInstrument(java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as findSampleMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByDepartment(Department department)
|
java.util.Collection |
findSampleMeasurementByDepartment(int transform,
Department department)
Does the same thing as findSampleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional flag called transform . |
java.util.Collection |
findSampleMeasurementByDepartment(int pageNumber,
int pageSize,
Department department)
Does the same thing as findSampleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByDepartment(int transform,
int pageNumber,
int pageSize,
Department department)
Does the same thing as findSampleMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByDepartment(int transform,
java.lang.String queryString,
Department department)
Does the same thing as findSampleMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByDepartment(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as findSampleMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByDepartment(java.lang.String queryString,
Department department)
Does the same thing as findSampleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByDepartment(java.lang.String queryString,
int pageNumber,
int pageSize,
Department department)
Does the same thing as findSampleMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department) with an
additional two arguments called pageNumber and pageSize . |
SampleMeasurement |
findSampleMeasurementById(java.lang.Integer id)
|
java.lang.Object |
findSampleMeasurementById(int transform,
java.lang.Integer id)
Does the same thing as findSampleMeasurementById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSampleMeasurementById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findSampleMeasurementById(int, java.lang.Integer) with an
additional argument called queryString . |
SampleMeasurement |
findSampleMeasurementById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findSampleMeasurementById(java.lang.Integer) with an
additional argument called queryString . |
SampleMeasurement |
findSampleMeasurementByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findSampleMeasurementByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as findSampleMeasurementByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findSampleMeasurementByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findSampleMeasurementByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
SampleMeasurement |
findSampleMeasurementByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as findSampleMeasurementByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByNumericalPrecision(int transform,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as findSampleMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByNumericalPrecision(int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as findSampleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByNumericalPrecision(int transform,
NumericalPrecision numericalPrecision)
Does the same thing as findSampleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional flag called transform . |
java.util.Collection |
findSampleMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as findSampleMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByNumericalPrecision(int transform,
java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as findSampleMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
|
java.util.Collection |
findSampleMeasurementByNumericalPrecision(java.lang.String queryString,
int pageNumber,
int pageSize,
NumericalPrecision numericalPrecision)
Does the same thing as findSampleMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByNumericalPrecision(java.lang.String queryString,
NumericalPrecision numericalPrecision)
Does the same thing as findSampleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByPmfm(int transform,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findSampleMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByPmfm(int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findSampleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByPmfm(int transform,
Pmfm pmfm)
Does the same thing as findSampleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.util.Collection |
findSampleMeasurementByPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findSampleMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByPmfm(int transform,
java.lang.String queryString,
Pmfm pmfm)
Does the same thing as findSampleMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByPmfm(Pmfm pmfm)
|
java.util.Collection |
findSampleMeasurementByPmfm(java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as findSampleMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByPmfm(java.lang.String queryString,
Pmfm pmfm)
Does the same thing as findSampleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByPrecisionType(int transform,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as findSampleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByPrecisionType(int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as findSampleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByPrecisionType(int transform,
PrecisionType precisionType)
Does the same thing as findSampleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional flag called transform . |
java.util.Collection |
findSampleMeasurementByPrecisionType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as findSampleMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByPrecisionType(int transform,
java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as findSampleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByPrecisionType(PrecisionType precisionType)
|
java.util.Collection |
findSampleMeasurementByPrecisionType(java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as findSampleMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByPrecisionType(java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as findSampleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByQualitativeValue(int transform,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findSampleMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByQualitativeValue(int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findSampleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByQualitativeValue(int transform,
QualitativeValue qualitativeValue)
Does the same thing as findSampleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findSampleMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findSampleMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByQualitativeValue(int transform,
java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as findSampleMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
|
java.util.Collection |
findSampleMeasurementByQualitativeValue(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue qualitativeValue)
Does the same thing as findSampleMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByQualitativeValue(java.lang.String queryString,
QualitativeValue qualitativeValue)
Does the same thing as findSampleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findSampleMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findSampleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as findSampleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findSampleMeasurementByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findSampleMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findSampleMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findSampleMeasurementByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as findSampleMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as findSampleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementBySample(int transform,
int pageNumber,
int pageSize,
Sample sample)
Does the same thing as findSampleMeasurementBySample(int, fr.ifremer.allegro.data.sample.Sample) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementBySample(int pageNumber,
int pageSize,
Sample sample)
Does the same thing as findSampleMeasurementBySample(fr.ifremer.allegro.data.sample.Sample) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementBySample(int transform,
Sample sample)
Does the same thing as findSampleMeasurementBySample(fr.ifremer.allegro.data.sample.Sample) with an
additional flag called transform . |
java.util.Collection |
findSampleMeasurementBySample(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Sample sample)
Does the same thing as findSampleMeasurementBySample(int, String, fr.ifremer.allegro.data.sample.Sample) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementBySample(int transform,
java.lang.String queryString,
Sample sample)
Does the same thing as findSampleMeasurementBySample(int, fr.ifremer.allegro.data.sample.Sample) with an
additional argument called queryString . |
java.util.Collection |
findSampleMeasurementBySample(Sample sample)
|
java.util.Collection |
findSampleMeasurementBySample(java.lang.String queryString,
int pageNumber,
int pageSize,
Sample sample)
Does the same thing as findSampleMeasurementBySample(String, fr.ifremer.allegro.data.sample.Sample) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findSampleMeasurementBySample(java.lang.String queryString,
Sample sample)
Does the same thing as findSampleMeasurementBySample(fr.ifremer.allegro.data.sample.Sample) with an
additional argument called queryString . |
java.util.Collection |
getAllSampleMeasurement()
|
java.util.Collection |
getAllSampleMeasurement(int transform)
Does the same thing as getAllSampleMeasurement() with an
additional flag called transform . |
java.util.Collection |
getAllSampleMeasurement(int pageNumber,
int pageSize)
Does the same thing as getAllSampleMeasurement() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSampleMeasurement(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllSampleMeasurement(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSampleMeasurement(int transform,
java.lang.String queryString)
Does the same thing as getAllSampleMeasurement(int) with an
additional argument called queryString . |
java.util.Collection |
getAllSampleMeasurement(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllSampleMeasurement(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllSampleMeasurement(java.lang.String queryString)
Does the same thing as getAllSampleMeasurement() with an
additional argument called queryString . |
java.util.Collection |
getAllSampleMeasurement(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllSampleMeasurement(String) with an
additional two arguments called pageNumber and pageSize . |
Measurement |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.measure.SampleMeasurement from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type SampleMeasurement . |
java.util.Collection |
loadAll(int transform)
Does the same thing as loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as loadAll() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
loadAll(int transform,
int pageNumber,
int pageSize)
Does the same thing as loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
SampleMeasurement |
remoteSampleMeasurementFullVOToEntity(RemoteSampleMeasurementFullVO remoteSampleMeasurementFullVO)
Converts an instance of type RemoteSampleMeasurementFullVO to this DAO's entity. |
void |
remoteSampleMeasurementFullVOToEntity(RemoteSampleMeasurementFullVO source,
SampleMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteSampleMeasurementFullVO to the specified entity. |
void |
remoteSampleMeasurementFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSampleMeasurementFullVO to this
DAO's entity. |
SampleMeasurement |
remoteSampleMeasurementNaturalIdToEntity(RemoteSampleMeasurementNaturalId remoteSampleMeasurementNaturalId)
Converts an instance of type RemoteSampleMeasurementNaturalId to this DAO's entity. |
void |
remoteSampleMeasurementNaturalIdToEntity(RemoteSampleMeasurementNaturalId source,
SampleMeasurement target,
boolean copyIfNull)
Copies the fields of RemoteSampleMeasurementNaturalId to the specified entity. |
void |
remoteSampleMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteSampleMeasurementNaturalId 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.SampleMeasurement having the given identifier from the persistent store. |
void |
remove(SampleMeasurement sampleMeasurement)
Removes the instance of fr.ifremer.allegro.data.measure.SampleMeasurement from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
ClusterSampleMeasurement |
toClusterSampleMeasurement(SampleMeasurement entity)
Converts this DAO's entity to an object of type ClusterSampleMeasurement . |
void |
toClusterSampleMeasurement(SampleMeasurement source,
ClusterSampleMeasurement target)
Copies the fields of the specified entity to the target value object. |
ClusterSampleMeasurement[] |
toClusterSampleMeasurementArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterSampleMeasurement . |
void |
toClusterSampleMeasurementCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterSampleMeasurement . |
RemoteSampleMeasurementFullVO |
toRemoteSampleMeasurementFullVO(SampleMeasurement entity)
Converts this DAO's entity to an object of type RemoteSampleMeasurementFullVO . |
void |
toRemoteSampleMeasurementFullVO(SampleMeasurement source,
RemoteSampleMeasurementFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteSampleMeasurementFullVO[] |
toRemoteSampleMeasurementFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSampleMeasurementFullVO . |
void |
toRemoteSampleMeasurementFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSampleMeasurementFullVO . |
RemoteSampleMeasurementNaturalId |
toRemoteSampleMeasurementNaturalId(SampleMeasurement entity)
Converts this DAO's entity to an object of type RemoteSampleMeasurementNaturalId . |
void |
toRemoteSampleMeasurementNaturalId(SampleMeasurement source,
RemoteSampleMeasurementNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteSampleMeasurementNaturalId[] |
toRemoteSampleMeasurementNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteSampleMeasurementNaturalId . |
void |
toRemoteSampleMeasurementNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteSampleMeasurementNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(SampleMeasurement sampleMeasurement)
Updates the sampleMeasurement instance in the persistent store. |
Field Detail |
---|
static final int TRANSFORM_REMOTESAMPLEMEASUREMENTFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteSampleMeasurementFullVO
.
static final int TRANSFORM_REMOTESAMPLEMEASUREMENTNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteSampleMeasurementNaturalId
.
static final int TRANSFORM_CLUSTERSAMPLEMEASUREMENT
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterSampleMeasurement
.
Method Detail |
---|
void toRemoteSampleMeasurementFullVO(SampleMeasurement source, RemoteSampleMeasurementFullVO target)
RemoteSampleMeasurementFullVO toRemoteSampleMeasurementFullVO(SampleMeasurement entity)
RemoteSampleMeasurementFullVO
.
void toRemoteSampleMeasurementFullVOCollection(java.util.Collection entities)
RemoteSampleMeasurementFullVO
.
RemoteSampleMeasurementFullVO[] toRemoteSampleMeasurementFullVOArray(java.util.Collection entities)
RemoteSampleMeasurementFullVO
.
void remoteSampleMeasurementFullVOToEntity(RemoteSampleMeasurementFullVO source, SampleMeasurement target, boolean copyIfNull)
RemoteSampleMeasurementFullVO
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.SampleMeasurement remoteSampleMeasurementFullVOToEntity(RemoteSampleMeasurementFullVO remoteSampleMeasurementFullVO)
RemoteSampleMeasurementFullVO
to this DAO's entity.
void remoteSampleMeasurementFullVOToEntityCollection(java.util.Collection instances)
RemoteSampleMeasurementFullVO
to this
DAO's entity.
void toRemoteSampleMeasurementNaturalId(SampleMeasurement source, RemoteSampleMeasurementNaturalId target)
RemoteSampleMeasurementNaturalId toRemoteSampleMeasurementNaturalId(SampleMeasurement entity)
RemoteSampleMeasurementNaturalId
.
void toRemoteSampleMeasurementNaturalIdCollection(java.util.Collection entities)
RemoteSampleMeasurementNaturalId
.
RemoteSampleMeasurementNaturalId[] toRemoteSampleMeasurementNaturalIdArray(java.util.Collection entities)
RemoteSampleMeasurementNaturalId
.
void remoteSampleMeasurementNaturalIdToEntity(RemoteSampleMeasurementNaturalId source, SampleMeasurement target, boolean copyIfNull)
RemoteSampleMeasurementNaturalId
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.SampleMeasurement remoteSampleMeasurementNaturalIdToEntity(RemoteSampleMeasurementNaturalId remoteSampleMeasurementNaturalId)
RemoteSampleMeasurementNaturalId
to this DAO's entity.
void remoteSampleMeasurementNaturalIdToEntityCollection(java.util.Collection instances)
RemoteSampleMeasurementNaturalId
to this
DAO's entity.
void toClusterSampleMeasurement(SampleMeasurement source, ClusterSampleMeasurement target)
ClusterSampleMeasurement toClusterSampleMeasurement(SampleMeasurement entity)
ClusterSampleMeasurement
.
void toClusterSampleMeasurementCollection(java.util.Collection entities)
ClusterSampleMeasurement
.
ClusterSampleMeasurement[] toClusterSampleMeasurementArray(java.util.Collection entities)
ClusterSampleMeasurement
.
void clusterSampleMeasurementToEntity(ClusterSampleMeasurement source, SampleMeasurement target, boolean copyIfNull)
ClusterSampleMeasurement
to the specified entity.
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.SampleMeasurement clusterSampleMeasurementToEntity(ClusterSampleMeasurement clusterSampleMeasurement)
ClusterSampleMeasurement
to this DAO's entity.
void clusterSampleMeasurementToEntityCollection(java.util.Collection instances)
ClusterSampleMeasurement
to this
DAO's entity.
Measurement load(java.lang.Integer id)
load
in interface MeasurementDao
java.lang.Object load(int transform, java.lang.Integer id)
Does the same thing as load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
load
in interface MeasurementDao
id
- identifier of the entity to load
java.util.Collection loadAll()
SampleMeasurement
.
loadAll
in interface MeasurementDao
java.util.Collection loadAll(int transform)
Does the same thing as loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
loadAll
in interface MeasurementDao
transform
- the flag indicating what transformation to use.
java.util.Collection loadAll(int pageNumber, int pageSize)
Does the same thing as loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface MeasurementDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
Does the same thing as loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface MeasurementDao
transform
- the flag indicating what transformation to use.pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
Measurement create(SampleMeasurement sampleMeasurement)
java.lang.Object create(int transform, SampleMeasurement sampleMeasurement)
Does the same thing as create(fr.ifremer.allegro.data.measure.SampleMeasurement)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.data.measure.SampleMeasurement
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.measure.SampleMeasurement)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
Measurement create(java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
Creates a new fr.ifremer.allegro.data.measure.SampleMeasurement
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, Department department, PrecisionType precisionType, QualityFlag qualityFlag, AnalysisInstrument analysisInstrument, NumericalPrecision numericalPrecision, Pmfm pmfm, QualitativeValue qualitativeValue, AggregationLevel aggregationLevel, java.lang.Short individualNumber, java.lang.Boolean isReferenceMeasurement, Sample sample)
Does the same thing as create(java.lang.Float,java.lang.Integer,java.lang.Float,java.util.Date,java.util.Date,java.util.Date,java.lang.String,fr.ifremer.allegro.administration.user.Department,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.NumericalPrecision,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.lang.Short,java.lang.Boolean,fr.ifremer.allegro.data.sample.Sample)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
Measurement create(java.lang.Boolean isReferenceMeasurement, Pmfm pmfm, QualityFlag qualityFlag, Sample sample)
Creates a new fr.ifremer.allegro.data.measure.SampleMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
java.lang.Object create(int transform, java.lang.Boolean isReferenceMeasurement, Pmfm pmfm, QualityFlag qualityFlag, Sample sample)
Does the same thing as create(java.lang.Boolean,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.QualityFlag,fr.ifremer.allegro.data.sample.Sample)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
void update(SampleMeasurement sampleMeasurement)
sampleMeasurement
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
update
in interface MeasurementDao
void remove(SampleMeasurement sampleMeasurement)
void remove(java.lang.Integer id)
identifier
from the persistent store.
remove
in interface MeasurementDao
void remove(java.util.Collection entities)
entities collection.
- Specified by:
remove
in interface MeasurementDao
java.util.Collection getAllSampleMeasurement()
java.util.Collection getAllSampleMeasurement(java.lang.String queryString)
Does the same thing as getAllSampleMeasurement()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllSampleMeasurement()
.
java.util.Collection getAllSampleMeasurement(int pageNumber, int pageSize)
Does the same thing as getAllSampleMeasurement()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllSampleMeasurement(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllSampleMeasurement(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllSampleMeasurement(int transform)
Does the same thing as getAllSampleMeasurement()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection getAllSampleMeasurement(int transform, int pageNumber, int pageSize)
Does the same thing as getAllSampleMeasurement(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection getAllSampleMeasurement(int transform, java.lang.String queryString)
Does the same thing as getAllSampleMeasurement(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllSampleMeasurement(int)
.
java.util.Collection getAllSampleMeasurement(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllSampleMeasurement(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.
SampleMeasurement findSampleMeasurementById(java.lang.Integer id)
SampleMeasurement findSampleMeasurementById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSampleMeasurementById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSampleMeasurementById(java.lang.Integer)
.
java.lang.Object findSampleMeasurementById(int transform, java.lang.Integer id)
Does the same thing as findSampleMeasurementById(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findSampleMeasurementById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSampleMeasurementById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSampleMeasurementById(int, java.lang.Integer id)
.
java.util.Collection findSampleMeasurementBySample(Sample sample)
java.util.Collection findSampleMeasurementBySample(java.lang.String queryString, Sample sample)
Does the same thing as findSampleMeasurementBySample(fr.ifremer.allegro.data.sample.Sample)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSampleMeasurementBySample(fr.ifremer.allegro.data.sample.Sample)
.
java.util.Collection findSampleMeasurementBySample(int pageNumber, int pageSize, Sample sample)
Does the same thing as findSampleMeasurementBySample(fr.ifremer.allegro.data.sample.Sample)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementBySample(java.lang.String queryString, int pageNumber, int pageSize, Sample sample)
Does the same thing as findSampleMeasurementBySample(String, fr.ifremer.allegro.data.sample.Sample)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementBySample(int transform, Sample sample)
Does the same thing as findSampleMeasurementBySample(fr.ifremer.allegro.data.sample.Sample)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findSampleMeasurementBySample(int transform, int pageNumber, int pageSize, Sample sample)
Does the same thing as findSampleMeasurementBySample(int, fr.ifremer.allegro.data.sample.Sample)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementBySample(int transform, java.lang.String queryString, Sample sample)
Does the same thing as findSampleMeasurementBySample(int, fr.ifremer.allegro.data.sample.Sample)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSampleMeasurementBySample(int, fr.ifremer.allegro.data.sample.Sample sample)
.
java.util.Collection findSampleMeasurementBySample(int transform, java.lang.String queryString, int pageNumber, int pageSize, Sample sample)
Does the same thing as findSampleMeasurementBySample(int, String, fr.ifremer.allegro.data.sample.Sample)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByDepartment(Department department)
java.util.Collection findSampleMeasurementByDepartment(java.lang.String queryString, Department department)
Does the same thing as findSampleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSampleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
.
java.util.Collection findSampleMeasurementByDepartment(int pageNumber, int pageSize, Department department)
Does the same thing as findSampleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByDepartment(java.lang.String queryString, int pageNumber, int pageSize, Department department)
Does the same thing as findSampleMeasurementByDepartment(String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByDepartment(int transform, Department department)
Does the same thing as findSampleMeasurementByDepartment(fr.ifremer.allegro.administration.user.Department)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findSampleMeasurementByDepartment(int transform, int pageNumber, int pageSize, Department department)
Does the same thing as findSampleMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByDepartment(int transform, java.lang.String queryString, Department department)
Does the same thing as findSampleMeasurementByDepartment(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 findSampleMeasurementByDepartment(int, fr.ifremer.allegro.administration.user.Department department)
.
java.util.Collection findSampleMeasurementByDepartment(int transform, java.lang.String queryString, int pageNumber, int pageSize, Department department)
Does the same thing as findSampleMeasurementByDepartment(int, String, fr.ifremer.allegro.administration.user.Department)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByPrecisionType(PrecisionType precisionType)
java.util.Collection findSampleMeasurementByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
Does the same thing as findSampleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSampleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
.
java.util.Collection findSampleMeasurementByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as findSampleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as findSampleMeasurementByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByPrecisionType(int transform, PrecisionType precisionType)
Does the same thing as findSampleMeasurementByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findSampleMeasurementByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as findSampleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
Does the same thing as findSampleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSampleMeasurementByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType)
.
java.util.Collection findSampleMeasurementByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
Does the same thing as findSampleMeasurementByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByQualityFlag(QualityFlag qualityFlag)
java.util.Collection findSampleMeasurementByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findSampleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSampleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
java.util.Collection findSampleMeasurementByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findSampleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findSampleMeasurementByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByQualityFlag(int transform, QualityFlag qualityFlag)
Does the same thing as findSampleMeasurementByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findSampleMeasurementByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findSampleMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
Does the same thing as findSampleMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSampleMeasurementByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
java.util.Collection findSampleMeasurementByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
Does the same thing as findSampleMeasurementByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByAnalysisInstrument(AnalysisInstrument analysisInstrument)
java.util.Collection findSampleMeasurementByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
Does the same thing as findSampleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSampleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
java.util.Collection findSampleMeasurementByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as findSampleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as findSampleMeasurementByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
Does the same thing as findSampleMeasurementByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findSampleMeasurementByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as findSampleMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
Does the same thing as findSampleMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSampleMeasurementByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
java.util.Collection findSampleMeasurementByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as findSampleMeasurementByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByNumericalPrecision(NumericalPrecision numericalPrecision)
java.util.Collection findSampleMeasurementByNumericalPrecision(java.lang.String queryString, NumericalPrecision numericalPrecision)
Does the same thing as findSampleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSampleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
.
java.util.Collection findSampleMeasurementByNumericalPrecision(int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
Does the same thing as findSampleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByNumericalPrecision(java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
Does the same thing as findSampleMeasurementByNumericalPrecision(String, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByNumericalPrecision(int transform, NumericalPrecision numericalPrecision)
Does the same thing as findSampleMeasurementByNumericalPrecision(fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findSampleMeasurementByNumericalPrecision(int transform, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
Does the same thing as findSampleMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByNumericalPrecision(int transform, java.lang.String queryString, NumericalPrecision numericalPrecision)
Does the same thing as findSampleMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSampleMeasurementByNumericalPrecision(int, fr.ifremer.allegro.referential.NumericalPrecision numericalPrecision)
.
java.util.Collection findSampleMeasurementByNumericalPrecision(int transform, java.lang.String queryString, int pageNumber, int pageSize, NumericalPrecision numericalPrecision)
Does the same thing as findSampleMeasurementByNumericalPrecision(int, String, fr.ifremer.allegro.referential.NumericalPrecision)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByPmfm(Pmfm pmfm)
java.util.Collection findSampleMeasurementByPmfm(java.lang.String queryString, Pmfm pmfm)
Does the same thing as findSampleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSampleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
java.util.Collection findSampleMeasurementByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as findSampleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as findSampleMeasurementByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByPmfm(int transform, Pmfm pmfm)
Does the same thing as findSampleMeasurementByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findSampleMeasurementByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as findSampleMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
Does the same thing as findSampleMeasurementByPmfm(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 findSampleMeasurementByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
java.util.Collection findSampleMeasurementByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as findSampleMeasurementByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByQualitativeValue(QualitativeValue qualitativeValue)
java.util.Collection findSampleMeasurementByQualitativeValue(java.lang.String queryString, QualitativeValue qualitativeValue)
Does the same thing as findSampleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSampleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
java.util.Collection findSampleMeasurementByQualitativeValue(int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as findSampleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByQualitativeValue(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as findSampleMeasurementByQualitativeValue(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByQualitativeValue(int transform, QualitativeValue qualitativeValue)
Does the same thing as findSampleMeasurementByQualitativeValue(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findSampleMeasurementByQualitativeValue(int transform, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as findSampleMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByQualitativeValue(int transform, java.lang.String queryString, QualitativeValue qualitativeValue)
Does the same thing as findSampleMeasurementByQualitativeValue(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 findSampleMeasurementByQualitativeValue(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue qualitativeValue)
.
java.util.Collection findSampleMeasurementByQualitativeValue(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue qualitativeValue)
Does the same thing as findSampleMeasurementByQualitativeValue(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByAggregationLevel(AggregationLevel aggregationLevel)
java.util.Collection findSampleMeasurementByAggregationLevel(java.lang.String queryString, AggregationLevel aggregationLevel)
Does the same thing as findSampleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSampleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
.
java.util.Collection findSampleMeasurementByAggregationLevel(int pageNumber, int pageSize, AggregationLevel aggregationLevel)
Does the same thing as findSampleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByAggregationLevel(java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
Does the same thing as findSampleMeasurementByAggregationLevel(String, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByAggregationLevel(int transform, AggregationLevel aggregationLevel)
Does the same thing as findSampleMeasurementByAggregationLevel(fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.util.Collection findSampleMeasurementByAggregationLevel(int transform, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
Does the same thing as findSampleMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
java.util.Collection findSampleMeasurementByAggregationLevel(int transform, java.lang.String queryString, AggregationLevel aggregationLevel)
Does the same thing as findSampleMeasurementByAggregationLevel(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 findSampleMeasurementByAggregationLevel(int, fr.ifremer.allegro.referential.pmfm.AggregationLevel aggregationLevel)
.
java.util.Collection findSampleMeasurementByAggregationLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AggregationLevel aggregationLevel)
Does the same thing as findSampleMeasurementByAggregationLevel(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.
SampleMeasurement findSampleMeasurementByNaturalId(java.lang.Integer id)
SampleMeasurement findSampleMeasurementByNaturalId(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSampleMeasurementByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSampleMeasurementByNaturalId(java.lang.Integer)
.
java.lang.Object findSampleMeasurementByNaturalId(int transform, java.lang.Integer id)
Does the same thing as findSampleMeasurementByNaturalId(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
java.lang.Object findSampleMeasurementByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findSampleMeasurementByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findSampleMeasurementByNaturalId(int, java.lang.Integer id)
.
SampleMeasurement createFromClusterSampleMeasurement(ClusterSampleMeasurement clusterSampleMeasurement)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface MeasurementDao
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface MeasurementDao
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.java.util.Set search(int transform, Search search)
search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface MeasurementDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
in interface MeasurementDao
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |