| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.pmfm |
| Modifier and Type | Class and Description |
|---|---|
class |
FractionImpl |
| Modifier and Type | Method and Description |
|---|---|
Fraction |
FractionDao.create(Date creationDate,
String name,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.pmfm.Fraction
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fraction |
FractionDaoBase.create(Date creationDate,
String name,
Status status) |
Fraction |
FractionDao.create(Fraction fraction)
Creates an instance of fr.ifremer.adagio.core.dao.referential.pmfm.Fraction and adds it to the persistent store.
|
Fraction |
FractionDaoBase.create(Fraction fraction) |
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) |
Fraction |
Pmfm.getFraction() |
Fraction |
FractionDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.pmfm.Fraction from the persistent store.
|
Fraction |
FractionDaoBase.load(Integer id) |
static Fraction |
Fraction.Factory.newInstance()
Constructs a new instance of
Fraction. |
static Fraction |
Fraction.Factory.newInstance(String name,
Date creationDate,
Status status)
Constructs a new instance of
Fraction, taking all required and/or
read-only properties as arguments. |
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. |
protected Fraction |
FractionDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Fraction> |
FractionDao.create(Collection<Fraction> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.pmfm.Fraction and adds
from the passed in
entities collection |
Collection<Fraction> |
FractionDaoBase.create(Collection<Fraction> entities) |
Collection<Fraction> |
Matrix.getFractions() |
Collection<Fraction> |
FractionDao.loadAll()
Loads all entities of type
Fraction. |
Collection<Fraction> |
FractionDaoBase.loadAll() |
Set<Fraction> |
FractionDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Fraction> |
FractionDaoBase.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. |
Fraction |
FractionDao.create(Fraction fraction)
Creates an instance of fr.ifremer.adagio.core.dao.referential.pmfm.Fraction and adds it to the persistent store.
|
Fraction |
FractionDaoBase.create(Fraction fraction) |
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 |
FractionDao.create(int transform,
Fraction fraction)
Does the same thing as
FractionDao.create(fr.ifremer.adagio.core.dao.referential.pmfm.Fraction) with an
additional flag called transform. |
Object |
FractionDaoBase.create(int transform,
Fraction fraction) |
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. |
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 |
FractionDao.remove(Fraction fraction)
Removes the instance of fr.ifremer.adagio.core.dao.referential.pmfm.Fraction from the persistent store.
|
void |
FractionDaoBase.remove(Fraction fraction) |
void |
Pmfm.setFraction(Fraction fraction) |
protected Object |
FractionDaoBase.transformEntity(int transform,
Fraction 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.FractionDao, please note
that the FractionDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
FractionDao.update(Fraction fraction)
Updates the
fraction instance in the persistent store. |
void |
FractionDaoBase.update(Fraction fraction) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Fraction> |
FractionDao.create(Collection<Fraction> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.pmfm.Fraction and adds
from the passed in
entities collection |
Collection<Fraction> |
FractionDaoBase.create(Collection<Fraction> entities) |
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) |
Collection<?> |
FractionDao.create(int transform,
Collection<Fraction> entities)
Does the same thing as
FractionDao.create(fr.ifremer.adagio.core.dao.referential.pmfm.Fraction) with an
additional flag called transform. |
Collection<?> |
FractionDaoBase.create(int transform,
Collection<Fraction> entities) |
Object |
MatrixDao.create(int transform,
Date creationDate,
Collection<Fraction> fractions,
String name,
Status status)
Does the same thing as
#create(java.util.Date,java.util.Collection with an
additional flag called transform. |
Object |
MatrixDaoBase.create(int transform,
Date creationDate,
Collection<Fraction> fractions,
String name,
Status status) |
Object |
MatrixDao.create(int transform,
String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Fraction> fractions,
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 |
MatrixDaoBase.create(int transform,
String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Fraction> fractions,
Status status) |
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) |
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. |
void |
FractionDao.remove(Collection<Fraction> entities)
Removes all entities in the given
entities |
void |
FractionDaoBase.remove(Collection<Fraction> entities) |
void |
Matrix.setFractions(Collection<Fraction> fractions) |
void |
FractionDao.update(Collection<Fraction> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
FractionDaoBase.update(Collection<Fraction> entities) |
Copyright © 2013. All Rights Reserved.