| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.sample | |
| fr.ifremer.adagio.core.dao.referential.pmfm |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
Sample.getMatrix()
Support de l'échantillon.
|
| Modifier and Type | Method and Description |
|---|---|
Sample |
SampleDao.create(Date creationDate,
String label,
Matrix matrix,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus)
Creates a new
fr.ifremer.adagio.core.dao.data.sample.Sample
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Sample |
SampleDaoBase.create(Date creationDate,
String label,
Matrix matrix,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus) |
Object |
SampleDao.create(int transform,
Date creationDate,
String label,
Matrix matrix,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus)
Does the same thing as
SampleDao.create(java.util.Date,java.lang.String,fr.ifremer.adagio.core.dao.referential.pmfm.Matrix,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,java.lang.String) with an
additional flag called transform. |
Object |
SampleDaoBase.create(int transform,
Date creationDate,
String label,
Matrix matrix,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
String synchronizationStatus) |
Object |
SampleDao.create(int transform,
String label,
Date sampleDate,
Short individualCount,
Float size,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Matrix matrix,
Department recorderDepartment,
Program program,
Sample parentSample,
Collection<Sample> childSamples,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup,
QualityFlag qualityFlag,
Person recorderPerson,
Unit sizeUnit,
Batch batch,
Collection<SampleMeasurement> sampleMeasurements)
Does the same thing as
#create(java.lang.String,java.util.Date,java.lang.Short,java.lang.Float,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
SampleDaoBase.create(int transform,
String label,
Date sampleDate,
Short individualCount,
Float size,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Matrix matrix,
Department recorderDepartment,
Program program,
Sample parentSample,
Collection<Sample> childSamples,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup,
QualityFlag qualityFlag,
Person recorderPerson,
Unit sizeUnit,
Batch batch,
Collection<SampleMeasurement> sampleMeasurements) |
Sample |
SampleDao.create(String label,
Date sampleDate,
Short individualCount,
Float size,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Matrix matrix,
Department recorderDepartment,
Program program,
Sample parentSample,
Collection<Sample> childSamples,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup,
QualityFlag qualityFlag,
Person recorderPerson,
Unit sizeUnit,
Batch batch,
Collection<SampleMeasurement> sampleMeasurements)
Creates a new
fr.ifremer.adagio.core.dao.data.sample.Sample
instance from all attributes and
properties and adds it to the persistent store. |
Sample |
SampleDaoBase.create(String label,
Date sampleDate,
Short individualCount,
Float size,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Matrix matrix,
Department recorderDepartment,
Program program,
Sample parentSample,
Collection<Sample> childSamples,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup,
QualityFlag qualityFlag,
Person recorderPerson,
Unit sizeUnit,
Batch batch,
Collection<SampleMeasurement> sampleMeasurements) |
static Sample |
Sample.Factory.newInstance(String label,
Date sampleDate,
Short individualCount,
Float size,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Matrix matrix,
Department recorderDepartment,
Program program,
Sample parentSample,
Collection<Sample> childSamples,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup,
QualityFlag qualityFlag,
Person recorderPerson,
Unit sizeUnit,
Batch batch,
Collection<SampleMeasurement> sampleMeasurements)
Constructs a new instance of
Sample, taking all possible properties
(except the identifier(s))as arguments. |
static Sample |
Sample.Factory.newInstance(String label,
String synchronizationStatus,
Date creationDate,
Matrix matrix,
Department recorderDepartment,
Program program,
QualityFlag qualityFlag)
Constructs a new instance of
Sample, taking all required and/or
read-only properties as arguments. |
void |
Sample.setMatrix(Matrix matrix) |
| Modifier and Type | Class and Description |
|---|---|
class |
MatrixImpl |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
MatrixDao.create(Date creationDate,
Collection<Fraction> fractions,
String name,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.pmfm.Matrix
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Matrix |
MatrixDaoBase.create(Date creationDate,
Collection<Fraction> fractions,
String name,
Status status) |
Matrix |
MatrixDao.create(Matrix matrix)
Creates an instance of fr.ifremer.adagio.core.dao.referential.pmfm.Matrix and adds it to the persistent store.
|
Matrix |
MatrixDaoBase.create(Matrix matrix) |
Matrix |
MatrixDao.create(String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Fraction> fractions,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.pmfm.Matrix
instance from all attributes and
properties and adds it to the persistent store. |
Matrix |
MatrixDaoBase.create(String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Fraction> fractions,
Status status) |
Matrix |
Pmfm.getMatrix() |
Matrix |
MatrixDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.pmfm.Matrix from the persistent store.
|
Matrix |
MatrixDaoBase.load(Integer id) |
static Matrix |
Matrix.Factory.newInstance()
Constructs a new instance of
Matrix. |
static Matrix |
Matrix.Factory.newInstance(String name,
Date creationDate,
Collection<Fraction> fractions,
Status status)
Constructs a new instance of
Matrix, taking all required and/or
read-only properties as arguments. |
static Matrix |
Matrix.Factory.newInstance(String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Fraction> fractions,
Status status)
Constructs a new instance of
Matrix, taking all possible properties
(except the identifier(s))as arguments. |
protected Matrix |
MatrixDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Matrix> |
MatrixDao.create(Collection<Matrix> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.pmfm.Matrix and adds
from the passed in
entities collection |
Collection<Matrix> |
MatrixDaoBase.create(Collection<Matrix> entities) |
Collection<Matrix> |
Fraction.getMatrixes() |
Collection<Matrix> |
MatrixDao.loadAll()
Loads all entities of type
Matrix. |
Collection<Matrix> |
MatrixDaoBase.loadAll() |
Set<Matrix> |
MatrixDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Matrix> |
MatrixDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
Pmfm |
PmfmDaoBase.create(AggregationLevel aggregationLevel,
Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit) |
Pmfm |
PmfmDao.create(AggregationLevel aggregationLevel,
Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit)
Creates a new
fr.ifremer.adagio.core.dao.referential.pmfm.Pmfm
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
PmfmDaoBase.create(int transform,
AggregationLevel aggregationLevel,
Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit) |
Object |
PmfmDao.create(int transform,
AggregationLevel aggregationLevel,
Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit)
Does the same thing as
PmfmDao.create(fr.ifremer.adagio.core.dao.referential.pmfm.AggregationLevel,java.util.Date,fr.ifremer.adagio.core.dao.referential.pmfm.Fraction,fr.ifremer.adagio.core.dao.referential.pmfm.Matrix,fr.ifremer.adagio.core.dao.referential.pmfm.Method,fr.ifremer.adagio.core.dao.referential.pmfm.Parameter,fr.ifremer.adagio.core.dao.referential.Status,fr.ifremer.adagio.core.dao.referential.pmfm.Unit) with an
additional flag called transform. |
Pmfm |
PmfmDaoBase.create(Integer signifFiguresNumber,
Integer maximumNumberDecimals,
Float detectionThreshold,
Float minValue,
Float maxValue,
Float precision,
Float defaultValue,
Date creationDate,
Timestamp updateDate,
String description,
Unit unit,
Parameter parameter,
Collection<QualitativeValue> qualitativeValues,
Fraction fraction,
Status status,
Method method,
AggregationLevel aggregationLevel,
Matrix matrix) |
Pmfm |
PmfmDao.create(Integer signifFiguresNumber,
Integer maximumNumberDecimals,
Float detectionThreshold,
Float minValue,
Float maxValue,
Float precision,
Float defaultValue,
Date creationDate,
Timestamp updateDate,
String description,
Unit unit,
Parameter parameter,
Collection<QualitativeValue> qualitativeValues,
Fraction fraction,
Status status,
Method method,
AggregationLevel aggregationLevel,
Matrix matrix)
Creates a new
fr.ifremer.adagio.core.dao.referential.pmfm.Pmfm
instance from all attributes and
properties and adds it to the persistent store. |
Object |
PmfmDaoBase.create(int transform,
Integer signifFiguresNumber,
Integer maximumNumberDecimals,
Float detectionThreshold,
Float minValue,
Float maxValue,
Float precision,
Float defaultValue,
Date creationDate,
Timestamp updateDate,
String description,
Unit unit,
Parameter parameter,
Collection<QualitativeValue> qualitativeValues,
Fraction fraction,
Status status,
Method method,
AggregationLevel aggregationLevel,
Matrix matrix) |
Object |
PmfmDao.create(int transform,
Integer signifFiguresNumber,
Integer maximumNumberDecimals,
Float detectionThreshold,
Float minValue,
Float maxValue,
Float precision,
Float defaultValue,
Date creationDate,
Timestamp updateDate,
String description,
Unit unit,
Parameter parameter,
Collection<QualitativeValue> qualitativeValues,
Fraction fraction,
Status status,
Method method,
AggregationLevel aggregationLevel,
Matrix matrix)
Does the same thing as
#create(java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.util.Date,java.sql.Timestamp,java.lang.String,fr.ifremer.adagio.core.dao.referential.pmfm.Unit,fr.ifremer.adagio.core.dao.referential.pmfm.Parameter,java.util.Collection with an
additional flag called transform. |
Object |
MatrixDao.create(int transform,
Matrix matrix)
Does the same thing as
MatrixDao.create(fr.ifremer.adagio.core.dao.referential.pmfm.Matrix) with an
additional flag called transform. |
Object |
MatrixDaoBase.create(int transform,
Matrix matrix) |
Matrix |
MatrixDao.create(Matrix matrix)
Creates an instance of fr.ifremer.adagio.core.dao.referential.pmfm.Matrix and adds it to the persistent store.
|
Matrix |
MatrixDaoBase.create(Matrix matrix) |
static Pmfm |
Pmfm.Factory.newInstance(Date creationDate,
Unit unit,
Parameter parameter,
Fraction fraction,
Status status,
Method method,
AggregationLevel aggregationLevel,
Matrix matrix)
Constructs a new instance of
Pmfm, taking all required and/or
read-only properties as arguments. |
static Pmfm |
Pmfm.Factory.newInstance(Integer signifFiguresNumber,
Integer maximumNumberDecimals,
Float detectionThreshold,
Float minValue,
Float maxValue,
Float precision,
Float defaultValue,
Date creationDate,
Timestamp updateDate,
String description,
Unit unit,
Parameter parameter,
Collection<QualitativeValue> qualitativeValues,
Fraction fraction,
Status status,
Method method,
AggregationLevel aggregationLevel,
Matrix matrix)
Constructs a new instance of
Pmfm, taking all possible properties
(except the identifier(s))as arguments. |
void |
MatrixDao.remove(Matrix matrix)
Removes the instance of fr.ifremer.adagio.core.dao.referential.pmfm.Matrix from the persistent store.
|
void |
MatrixDaoBase.remove(Matrix matrix) |
void |
Pmfm.setMatrix(Matrix matrix) |
protected Object |
MatrixDaoBase.transformEntity(int transform,
Matrix 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.adagio.core.dao.referential.pmfm.MatrixDao, please note
that the MatrixDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
MatrixDao.update(Matrix matrix)
Updates the
matrix instance in the persistent store. |
void |
MatrixDaoBase.update(Matrix matrix) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Matrix> |
MatrixDao.create(Collection<Matrix> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.pmfm.Matrix and adds
from the passed in
entities collection |
Collection<Matrix> |
MatrixDaoBase.create(Collection<Matrix> entities) |
Collection<?> |
MatrixDao.create(int transform,
Collection<Matrix> entities)
Does the same thing as
MatrixDao.create(fr.ifremer.adagio.core.dao.referential.pmfm.Matrix) with an
additional flag called transform. |
Collection<?> |
MatrixDaoBase.create(int transform,
Collection<Matrix> entities) |
Object |
FractionDao.create(int transform,
String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Matrix> matrixes,
Status status)
Does the same thing as
#create(java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
FractionDaoBase.create(int transform,
String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Matrix> matrixes,
Status status) |
Fraction |
FractionDao.create(String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Matrix> matrixes,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.pmfm.Fraction
instance from all attributes and
properties and adds it to the persistent store. |
Fraction |
FractionDaoBase.create(String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Matrix> matrixes,
Status status) |
static Fraction |
Fraction.Factory.newInstance(String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Matrix> matrixes,
Status status)
Constructs a new instance of
Fraction, taking all possible properties
(except the identifier(s))as arguments. |
void |
MatrixDao.remove(Collection<Matrix> entities)
Removes all entities in the given
entities |
void |
MatrixDaoBase.remove(Collection<Matrix> entities) |
void |
Fraction.setMatrixes(Collection<Matrix> matrixes) |
void |
MatrixDao.update(Collection<Matrix> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
MatrixDaoBase.update(Collection<Matrix> entities) |
Copyright © 2013. All Rights Reserved.