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 |
SampleDaoBase.create(Date creationDate,
String label,
Matrix matrix,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate)
Creates a new
Sample
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Sample |
SampleDao.create(Date creationDate,
String label,
Matrix matrix,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate)
Creates a new
Sample
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
SampleDaoBase.create(int transform,
Date creationDate,
String label,
Matrix matrix,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate)
Does the same thing as
#create(String, String, Date, Timestamp) with an
additional flag called transform . |
Object |
SampleDao.create(int transform,
Date creationDate,
String label,
Matrix matrix,
Program program,
QualityFlag qualityFlag,
Department recorderDepartment,
Timestamp updateDate)
Does the same thing as
#create(String, String, Date, Timestamp) with an
additional flag called transform . |
static Sample |
Sample.Factory.newInstance(String label,
Date sampleDate,
Short individualCount,
Float size,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
Unit sizeUnit,
Department recorderDepartment,
Collection<Sample> childSamples,
Sample parentSample,
Person recorderPerson,
FishingOperation fishingOperation,
Collection<SampleMeasurement> sampleMeasurements,
TaxonGroup taxonGroup,
Matrix matrix,
QualityFlag qualityFlag,
Batch batch,
ReferenceTaxon referenceTaxon,
Program program)
Constructs a new instance of
Sample , taking all possible properties
(except the identifier(s))as arguments. |
static Sample |
Sample.Factory.newInstance(String label,
Date creationDate,
Timestamp updateDate,
Department recorderDepartment,
Matrix matrix,
QualityFlag qualityFlag,
Program program)
Constructs a new instance of
Sample , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
Sample.setMatrix(Matrix matrixIn)
Support de l'échantillon.
|
Modifier and Type | Class and Description |
---|---|
class |
MatrixImpl |
Modifier and Type | Method and Description |
---|---|
Matrix |
MatrixDaoBase.create(Date creationDate,
Collection<Fraction> fractions,
String name,
Status status,
Timestamp updateDate)
Creates a new
Matrix
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Matrix |
MatrixDao.create(Date creationDate,
Collection<Fraction> fractions,
String name,
Status status,
Timestamp updateDate)
Creates a new
Matrix
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Matrix |
MatrixDaoBase.create(Matrix matrix)
Creates an instance of Matrix and adds it to the persistent store.
|
Matrix |
MatrixDao.create(Matrix matrix)
Creates an instance of Matrix and adds it to the persistent store.
|
Matrix |
MatrixDaoBase.create(String name,
String description,
Date creationDate,
String comments,
Timestamp updateDate)
Creates a new
Matrix
instance from all attributes and adds it to
the persistent store. |
Matrix |
MatrixDao.create(String name,
String description,
Date creationDate,
String comments,
Timestamp updateDate)
Creates a new
Matrix
instance from all attributes and adds it to
the persistent store. |
Matrix |
MatrixDaoBase.get(Integer id)
Gets an instance of Matrix from the persistent store.
|
Matrix |
MatrixDao.get(Integer id)
Gets an instance of Matrix from the persistent store.
|
Matrix |
Pmfm.getMatrix()
Le support est un composant du milieu sur lequel porte l'investigation.
|
Matrix |
MatrixDaoBase.load(Integer id)
Loads an instance of Matrix from the persistent store.
|
Matrix |
MatrixDao.load(Integer id)
Loads an instance of Matrix from the persistent store.
|
static Matrix |
Matrix.Factory.newInstance()
Constructs a new instance of
Matrix . |
static Matrix |
Matrix.Factory.newInstance(String name,
Date creationDate,
Timestamp updateDate,
Collection<Fraction> fractions,
Status status)
Constructs a new instance of
Matrix , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Matrix |
Matrix.Factory.newInstance(String name,
String description,
Date creationDate,
String comments,
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> |
MatrixDaoBase.create(Collection<Matrix> entities)
Creates a new instance of Matrix and adds
from the passed in
entities collection |
Collection<Matrix> |
MatrixDao.create(Collection<Matrix> entities)
Creates a new instance of Matrix and adds
from the passed in
entities collection |
Collection<Matrix> |
Fraction.getMatrixes()
Le support est un composant du milieu sur lequel porte l'investigation.
|
Collection<Matrix> |
MatrixDaoBase.loadAll()
Loads all entities of type
Matrix . |
Collection<Matrix> |
MatrixDao.loadAll()
Loads all entities of type
Matrix . |
Set<Matrix> |
MatrixDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Matrix> |
MatrixDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Fraction.addMatrixes(Matrix elementToAdd)
Le support est un composant du milieu sur lequel porte l'investigation.
|
int |
Matrix.compareTo(Matrix o) |
Pmfm |
PmfmDaoBase.create(AggregationLevel aggregationLevel,
Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit,
Timestamp updateDate,
ValidityStatus validityStatus)
Creates a new
Pmfm
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Pmfm |
PmfmDao.create(AggregationLevel aggregationLevel,
Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit,
Timestamp updateDate,
ValidityStatus validityStatus)
Creates a new
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,
Timestamp updateDate,
ValidityStatus validityStatus)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
Object |
PmfmDao.create(int transform,
AggregationLevel aggregationLevel,
Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit,
Timestamp updateDate,
ValidityStatus validityStatus)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
Object |
MatrixDaoBase.create(int transform,
Matrix matrix)
Does the same thing as
MatrixDao.create(Matrix) with an
additional flag called transform . |
Object |
MatrixDao.create(int transform,
Matrix matrix)
Does the same thing as
MatrixDao.create(Matrix) with an
additional flag called transform . |
Matrix |
MatrixDaoBase.create(Matrix matrix)
Creates an instance of Matrix and adds it to the persistent store.
|
Matrix |
MatrixDao.create(Matrix matrix)
Creates an instance of Matrix and adds it to the persistent store.
|
static Pmfm |
Pmfm.Factory.newInstance(Date creationDate,
Timestamp updateDate,
ValidityStatus validityStatus,
Matrix matrix,
Method method,
Fraction fraction,
Parameter parameter,
AggregationLevel aggregationLevel,
Status status,
Unit unit)
Constructs a new instance of
Pmfm , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Pmfm |
Pmfm.Factory.newInstance(Integer signifFiguresNumber,
Integer maximumNumberDecimals,
Float detectionThreshold,
Float minValue,
Float maxValue,
Float precision,
Float defaultValue,
Date creationDate,
String description,
String comments,
Timestamp updateDate,
ValidityStatus validityStatus,
Matrix matrix,
Method method,
Collection<QualitativeValue> qualitativeValues,
Fraction fraction,
Parameter parameter,
AggregationLevel aggregationLevel,
Status status,
Unit unit)
Constructs a new instance of
Pmfm , taking all possible properties
(except the identifier(s))as arguments. |
void |
MatrixDaoBase.remove(Matrix matrix)
Removes the instance of Matrix from the persistent store.
|
void |
MatrixDao.remove(Matrix matrix)
Removes the instance of Matrix from the persistent store.
|
boolean |
Fraction.removeMatrixes(Matrix elementToRemove)
Le support est un composant du milieu sur lequel porte l'investigation.
|
void |
Pmfm.setMatrix(Matrix matrixIn)
Le support est un composant du milieu sur lequel porte l'investigation.
|
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 MatrixDao , please note
that the MatrixDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
MatrixDao.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 |
MatrixDaoBase.update(Matrix matrix)
Updates the
matrix instance in the persistent store. |
void |
MatrixDao.update(Matrix matrix)
Updates the
matrix instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Matrix> |
MatrixDaoBase.create(Collection<Matrix> entities)
Creates a new instance of Matrix and adds
from the passed in
entities collection |
Collection<Matrix> |
MatrixDao.create(Collection<Matrix> entities)
Creates a new instance of Matrix and adds
from the passed in
entities collection |
Collection<?> |
MatrixDaoBase.create(int transform,
Collection<Matrix> entities)
Does the same thing as
MatrixDao.create(Matrix) with an
additional flag called transform . |
Collection<?> |
MatrixDao.create(int transform,
Collection<Matrix> entities)
Does the same thing as
MatrixDao.create(Matrix) with an
additional flag called transform . |
static Fraction |
Fraction.Factory.newInstance(String name,
String description,
Date creationDate,
String comments,
Timestamp updateDate,
Collection<Matrix> matrixes,
Status status)
Constructs a new instance of
Fraction , taking all possible properties
(except the identifier(s))as arguments. |
void |
MatrixDaoBase.remove(Collection<Matrix> entities)
Removes all entities in the given
entities collection. |
void |
MatrixDao.remove(Collection<Matrix> entities)
Removes all entities in the given
entities collection. |
void |
Fraction.setMatrixes(Collection<Matrix> matrixesIn)
Le support est un composant du milieu sur lequel porte l'investigation.
|
void |
MatrixDaoBase.update(Collection<Matrix> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
MatrixDao.update(Collection<Matrix> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.