Package | Description |
---|---|
fr.ifremer.adagio.core.dao.referential.pmfm |
Modifier and Type | Class and Description |
---|---|
class |
FractionImpl |
Modifier and Type | Method and Description |
---|---|
Fraction |
FractionDaoBase.create(Date creationDate,
String name,
Status status,
Timestamp updateDate)
Creates a new
Fraction
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fraction |
FractionDao.create(Date creationDate,
String name,
Status status,
Timestamp updateDate)
Creates a new
Fraction
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fraction |
FractionDaoBase.create(Fraction fraction)
Creates an instance of Fraction and adds it to the persistent store.
|
Fraction |
FractionDao.create(Fraction fraction)
Creates an instance of Fraction and adds it to the persistent store.
|
Fraction |
FractionDaoBase.create(String name,
String description,
Date creationDate,
String comments,
Timestamp updateDate)
Creates a new
Fraction
instance from all attributes and adds it to
the persistent store. |
Fraction |
FractionDao.create(String name,
String description,
Date creationDate,
String comments,
Timestamp updateDate)
Creates a new
Fraction
instance from all attributes and adds it to
the persistent store. |
Fraction |
FractionDaoBase.get(Integer id)
Gets an instance of Fraction from the persistent store.
|
Fraction |
FractionDao.get(Integer id)
Gets an instance of Fraction from the persistent store.
|
Fraction |
Pmfm.getFraction()
Une fraction analysée est un composant du support sur lequel porte l'analyse.
|
Fraction |
FractionDaoBase.load(Integer id)
Loads an instance of Fraction from the persistent store.
|
Fraction |
FractionDao.load(Integer id)
Loads an instance of Fraction from the persistent store.
|
static Fraction |
Fraction.Factory.newInstance()
Constructs a new instance of
Fraction . |
static Fraction |
Fraction.Factory.newInstance(String name,
Date creationDate,
Timestamp updateDate,
Status status)
Constructs a new instance of
Fraction , taking all required and/or
read-only properties as arguments, except for identifiers. |
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. |
protected Fraction |
FractionDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Fraction> |
FractionDaoBase.create(Collection<Fraction> entities)
Creates a new instance of Fraction and adds
from the passed in
entities collection |
Collection<Fraction> |
FractionDao.create(Collection<Fraction> entities)
Creates a new instance of Fraction and adds
from the passed in
entities collection |
Collection<Fraction> |
Matrix.getFractions()
Une fraction analysée est un composant du support sur lequel porte l'analyse.
|
Collection<Fraction> |
FractionDaoBase.loadAll()
Loads all entities of type
Fraction . |
Collection<Fraction> |
FractionDao.loadAll()
Loads all entities of type
Fraction . |
Set<Fraction> |
FractionDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Fraction> |
FractionDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Matrix.addFractions(Fraction elementToAdd)
Une fraction analysée est un composant du support sur lequel porte l'analyse.
|
int |
Fraction.compareTo(Fraction 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. |
Fraction |
FractionDaoBase.create(Fraction fraction)
Creates an instance of Fraction and adds it to the persistent store.
|
Fraction |
FractionDao.create(Fraction fraction)
Creates an instance of Fraction 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 |
FractionDaoBase.create(int transform,
Fraction fraction)
Does the same thing as
FractionDao.create(Fraction) with an
additional flag called transform . |
Object |
FractionDao.create(int transform,
Fraction fraction)
Does the same thing as
FractionDao.create(Fraction) with an
additional flag called transform . |
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 |
FractionDaoBase.remove(Fraction fraction)
Removes the instance of Fraction from the persistent store.
|
void |
FractionDao.remove(Fraction fraction)
Removes the instance of Fraction from the persistent store.
|
boolean |
Matrix.removeFractions(Fraction elementToRemove)
Une fraction analysée est un composant du support sur lequel porte l'analyse.
|
void |
Pmfm.setFraction(Fraction fractionIn)
Une fraction analysée est un composant du support sur lequel porte l'analyse.
|
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 FractionDao , please note
that the FractionDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
FractionDao.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 |
FractionDaoBase.update(Fraction fraction)
Updates the
fraction instance in the persistent store. |
void |
FractionDao.update(Fraction fraction)
Updates the
fraction instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Fraction> |
FractionDaoBase.create(Collection<Fraction> entities)
Creates a new instance of Fraction and adds
from the passed in
entities collection |
Collection<Fraction> |
FractionDao.create(Collection<Fraction> entities)
Creates a new instance of Fraction and adds
from the passed in
entities collection |
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. |
Collection<?> |
FractionDaoBase.create(int transform,
Collection<Fraction> entities)
Does the same thing as
FractionDao.create(Fraction) with an
additional flag called transform . |
Collection<?> |
FractionDao.create(int transform,
Collection<Fraction> entities)
Does the same thing as
FractionDao.create(Fraction) with an
additional flag called transform . |
Object |
MatrixDaoBase.create(int transform,
Date creationDate,
Collection<Fraction> fractions,
String name,
Status status,
Timestamp updateDate)
Does the same thing as
#create(String, Date, Timestamp) with an
additional flag called transform . |
Object |
MatrixDao.create(int transform,
Date creationDate,
Collection<Fraction> fractions,
String name,
Status status,
Timestamp updateDate)
Does the same thing as
#create(String, Date, Timestamp) with an
additional flag called transform . |
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. |
void |
FractionDaoBase.remove(Collection<Fraction> entities)
Removes all entities in the given
entities collection. |
void |
FractionDao.remove(Collection<Fraction> entities)
Removes all entities in the given
entities collection. |
void |
Matrix.setFractions(Collection<Fraction> fractionsIn)
Une fraction analysée est un composant du support sur lequel porte l'analyse.
|
void |
FractionDaoBase.update(Collection<Fraction> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
FractionDao.update(Collection<Fraction> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.