|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Fraction | |
---|---|
fr.ifremer.allegro.referential.pmfm |
Uses of Fraction in fr.ifremer.allegro.referential.pmfm |
---|
Subclasses of Fraction in fr.ifremer.allegro.referential.pmfm | |
---|---|
class |
FractionImpl
|
Methods in fr.ifremer.allegro.referential.pmfm that return Fraction | |
---|---|
Fraction |
FractionDaoImpl.clusterFractionToEntity(ClusterFraction clusterFraction)
|
Fraction |
FractionDao.clusterFractionToEntity(ClusterFraction clusterFraction)
Converts an instance of type ClusterFraction to this DAO's entity. |
Fraction |
FractionDao.create(java.util.Date creationDate,
java.lang.String name,
Status status)
Creates a new fr.ifremer.allegro.referential.pmfm.Fraction
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fraction |
FractionDaoBase.create(java.util.Date creationDate,
java.lang.String name,
Status status)
|
Fraction |
FractionDao.create(Fraction fraction)
Creates an instance of fr.ifremer.allegro.referential.pmfm.Fraction and adds it to the persistent store. |
Fraction |
FractionDaoBase.create(Fraction fraction)
|
Fraction |
FractionDao.create(java.lang.String name,
java.lang.String description,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
java.util.Collection matrixes,
Status status)
Creates a new fr.ifremer.allegro.referential.pmfm.Fraction
instance from all attributes and
properties and adds it to the persistent store. |
Fraction |
FractionDaoBase.create(java.lang.String name,
java.lang.String description,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
java.util.Collection matrixes,
Status status)
|
Fraction |
FractionDao.createFromClusterFraction(ClusterFraction clusterFraction)
|
Fraction |
FractionDaoBase.createFromClusterFraction(ClusterFraction clusterFraction)
|
Fraction |
FractionDao.findFractionById(java.lang.Integer id)
|
Fraction |
FractionDaoBase.findFractionById(java.lang.Integer id)
|
Fraction |
FractionDao.findFractionById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as FractionDao.findFractionById(java.lang.Integer) with an
additional argument called queryString . |
Fraction |
FractionDaoBase.findFractionById(java.lang.String queryString,
java.lang.Integer id)
|
Fraction |
FractionDao.findFractionByNaturalId(java.lang.Integer id)
|
Fraction |
FractionDaoBase.findFractionByNaturalId(java.lang.Integer id)
|
Fraction |
FractionDao.findFractionByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as FractionDao.findFractionByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
Fraction |
FractionDaoBase.findFractionByNaturalId(java.lang.String queryString,
java.lang.Integer id)
|
Fraction |
Pmfm.getFraction()
|
protected Fraction |
FractionDaoImpl.handleCreateFromClusterFraction(ClusterFraction clusterFraction)
|
protected abstract Fraction |
FractionDaoBase.handleCreateFromClusterFraction(ClusterFraction clusterFraction)
Performs the core logic for FractionDaoBase.createFromClusterFraction(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction) |
Fraction |
FractionDao.load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.pmfm.Fraction from the persistent store. |
Fraction |
FractionDaoBase.load(java.lang.Integer id)
|
static Fraction |
Fraction.Factory.newInstance()
Constructs a new instance of Fraction . |
static Fraction |
Fraction.Factory.newInstance(java.lang.String name,
java.util.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(java.lang.String name,
java.lang.String description,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
java.util.Collection matrixes,
Status status)
Constructs a new instance of Fraction , taking all possible properties
(except the identifier(s))as arguments. |
Fraction |
FractionDaoImpl.remoteFractionFullVOToEntity(RemoteFractionFullVO remoteFractionFullVO)
|
Fraction |
FractionDao.remoteFractionFullVOToEntity(RemoteFractionFullVO remoteFractionFullVO)
Converts an instance of type RemoteFractionFullVO to this DAO's entity. |
Fraction |
FractionDaoImpl.remoteFractionNaturalIdToEntity(RemoteFractionNaturalId remoteFractionNaturalId)
|
Fraction |
FractionDao.remoteFractionNaturalIdToEntity(RemoteFractionNaturalId remoteFractionNaturalId)
Converts an instance of type RemoteFractionNaturalId to this DAO's entity. |
protected Fraction |
FractionDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.referential.pmfm with parameters of type Fraction | |
---|---|
void |
FractionDaoImpl.clusterFractionToEntity(ClusterFraction source,
Fraction target,
boolean copyIfNull)
|
void |
FractionDao.clusterFractionToEntity(ClusterFraction source,
Fraction target,
boolean copyIfNull)
Copies the fields of ClusterFraction to the specified entity. |
void |
FractionDaoBase.clusterFractionToEntity(ClusterFraction source,
Fraction target,
boolean copyIfNull)
|
Pmfm |
PmfmDao.create(AggregationLevel aggregationLevel,
java.util.Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit)
Creates a new fr.ifremer.allegro.referential.pmfm.Pmfm
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Pmfm |
PmfmDaoBase.create(AggregationLevel aggregationLevel,
java.util.Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit)
|
Fraction |
FractionDao.create(Fraction fraction)
Creates an instance of fr.ifremer.allegro.referential.pmfm.Fraction and adds it to the persistent store. |
Fraction |
FractionDaoBase.create(Fraction fraction)
|
java.lang.Object |
PmfmDao.create(int transform,
AggregationLevel aggregationLevel,
java.util.Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit)
Does the same thing as PmfmDao.create(fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.util.Date,fr.ifremer.allegro.referential.pmfm.Fraction,fr.ifremer.allegro.referential.pmfm.Matrix,fr.ifremer.allegro.referential.pmfm.Method,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.pmfm.Unit) with an
additional flag called transform . |
java.lang.Object |
PmfmDaoBase.create(int transform,
AggregationLevel aggregationLevel,
java.util.Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit)
|
Pmfm |
PmfmDao.create(java.lang.Integer signifFiguresNumber,
java.lang.Integer maximumNumberDecimals,
java.lang.Float detectionThreshold,
java.lang.Float minValue,
java.lang.Float maxValue,
java.lang.Float precision,
java.lang.Float defaultValue,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Parameter parameter,
Matrix matrix,
Method method,
Unit unit,
Fraction fraction,
java.util.Collection qualitativeValues,
Status status,
AggregationLevel aggregationLevel)
Creates a new fr.ifremer.allegro.referential.pmfm.Pmfm
instance from all attributes and
properties and adds it to the persistent store. |
Pmfm |
PmfmDaoBase.create(java.lang.Integer signifFiguresNumber,
java.lang.Integer maximumNumberDecimals,
java.lang.Float detectionThreshold,
java.lang.Float minValue,
java.lang.Float maxValue,
java.lang.Float precision,
java.lang.Float defaultValue,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Parameter parameter,
Matrix matrix,
Method method,
Unit unit,
Fraction fraction,
java.util.Collection qualitativeValues,
Status status,
AggregationLevel aggregationLevel)
|
java.lang.Object |
FractionDao.create(int transform,
Fraction fraction)
Does the same thing as FractionDao.create(fr.ifremer.allegro.referential.pmfm.Fraction) with an
additional flag called transform . |
java.lang.Object |
FractionDaoBase.create(int transform,
Fraction fraction)
|
java.lang.Object |
PmfmDao.create(int transform,
java.lang.Integer signifFiguresNumber,
java.lang.Integer maximumNumberDecimals,
java.lang.Float detectionThreshold,
java.lang.Float minValue,
java.lang.Float maxValue,
java.lang.Float precision,
java.lang.Float defaultValue,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Parameter parameter,
Matrix matrix,
Method method,
Unit unit,
Fraction fraction,
java.util.Collection qualitativeValues,
Status status,
AggregationLevel aggregationLevel)
Does the same thing as PmfmDao.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,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.pmfm.Matrix,fr.ifremer.allegro.referential.pmfm.Method,fr.ifremer.allegro.referential.pmfm.Unit,fr.ifremer.allegro.referential.pmfm.Fraction,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an
additional flag called transform . |
java.lang.Object |
PmfmDaoBase.create(int transform,
java.lang.Integer signifFiguresNumber,
java.lang.Integer maximumNumberDecimals,
java.lang.Float detectionThreshold,
java.lang.Float minValue,
java.lang.Float maxValue,
java.lang.Float precision,
java.lang.Float defaultValue,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Parameter parameter,
Matrix matrix,
Method method,
Unit unit,
Fraction fraction,
java.util.Collection qualitativeValues,
Status status,
AggregationLevel aggregationLevel)
|
java.util.Collection |
PmfmDao.findPmfmByFraction(Fraction fraction)
|
java.util.Collection |
PmfmDaoBase.findPmfmByFraction(Fraction fraction)
|
java.util.Collection |
PmfmDao.findPmfmByFraction(int transform,
Fraction fraction)
Does the same thing as PmfmDao.findPmfmByFraction(fr.ifremer.allegro.referential.pmfm.Fraction) with an
additional flag called transform . |
java.util.Collection |
PmfmDaoBase.findPmfmByFraction(int transform,
Fraction fraction)
|
java.util.Collection |
PmfmDao.findPmfmByFraction(int pageNumber,
int pageSize,
Fraction fraction)
Does the same thing as PmfmDao.findPmfmByFraction(fr.ifremer.allegro.referential.pmfm.Fraction) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PmfmDaoBase.findPmfmByFraction(int pageNumber,
int pageSize,
Fraction fraction)
|
java.util.Collection |
PmfmDao.findPmfmByFraction(int transform,
int pageNumber,
int pageSize,
Fraction fraction)
Does the same thing as PmfmDao.findPmfmByFraction(int, fr.ifremer.allegro.referential.pmfm.Fraction) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PmfmDaoBase.findPmfmByFraction(int transform,
int pageNumber,
int pageSize,
Fraction fraction)
|
java.util.Collection |
PmfmDao.findPmfmByFraction(int transform,
java.lang.String queryString,
Fraction fraction)
Does the same thing as PmfmDao.findPmfmByFraction(int, fr.ifremer.allegro.referential.pmfm.Fraction) with an
additional argument called queryString . |
java.util.Collection |
PmfmDaoBase.findPmfmByFraction(int transform,
java.lang.String queryString,
Fraction fraction)
|
java.util.Collection |
PmfmDao.findPmfmByFraction(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Fraction fraction)
Does the same thing as PmfmDao.findPmfmByFraction(int, String, fr.ifremer.allegro.referential.pmfm.Fraction) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PmfmDaoBase.findPmfmByFraction(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Fraction fraction)
|
java.util.Collection |
PmfmDao.findPmfmByFraction(java.lang.String queryString,
Fraction fraction)
Does the same thing as PmfmDao.findPmfmByFraction(fr.ifremer.allegro.referential.pmfm.Fraction) with an
additional argument called queryString . |
java.util.Collection |
PmfmDaoBase.findPmfmByFraction(java.lang.String queryString,
Fraction fraction)
|
java.util.Collection |
PmfmDao.findPmfmByFraction(java.lang.String queryString,
int pageNumber,
int pageSize,
Fraction fraction)
Does the same thing as PmfmDao.findPmfmByFraction(String, fr.ifremer.allegro.referential.pmfm.Fraction) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PmfmDaoBase.findPmfmByFraction(java.lang.String queryString,
int pageNumber,
int pageSize,
Fraction fraction)
|
static Pmfm |
Pmfm.Factory.newInstance(java.util.Date creationDate,
Parameter parameter,
Matrix matrix,
Method method,
Unit unit,
Fraction fraction,
Status status,
AggregationLevel aggregationLevel)
Constructs a new instance of Pmfm , taking all required and/or
read-only properties as arguments. |
static Pmfm |
Pmfm.Factory.newInstance(java.lang.Integer signifFiguresNumber,
java.lang.Integer maximumNumberDecimals,
java.lang.Float detectionThreshold,
java.lang.Float minValue,
java.lang.Float maxValue,
java.lang.Float precision,
java.lang.Float defaultValue,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
Parameter parameter,
Matrix matrix,
Method method,
Unit unit,
Fraction fraction,
java.util.Collection qualitativeValues,
Status status,
AggregationLevel aggregationLevel)
Constructs a new instance of Pmfm , taking all possible properties
(except the identifier(s))as arguments. |
void |
FractionDaoImpl.remoteFractionFullVOToEntity(RemoteFractionFullVO source,
Fraction target,
boolean copyIfNull)
|
void |
FractionDao.remoteFractionFullVOToEntity(RemoteFractionFullVO source,
Fraction target,
boolean copyIfNull)
Copies the fields of RemoteFractionFullVO to the specified entity. |
void |
FractionDaoBase.remoteFractionFullVOToEntity(RemoteFractionFullVO source,
Fraction target,
boolean copyIfNull)
|
void |
FractionDaoImpl.remoteFractionNaturalIdToEntity(RemoteFractionNaturalId source,
Fraction target,
boolean copyIfNull)
|
void |
FractionDao.remoteFractionNaturalIdToEntity(RemoteFractionNaturalId source,
Fraction target,
boolean copyIfNull)
Copies the fields of RemoteFractionNaturalId to the specified entity. |
void |
FractionDaoBase.remoteFractionNaturalIdToEntity(RemoteFractionNaturalId source,
Fraction target,
boolean copyIfNull)
|
void |
FractionDao.remove(Fraction fraction)
Removes the instance of fr.ifremer.allegro.referential.pmfm.Fraction from the persistent store. |
void |
FractionDaoBase.remove(Fraction fraction)
|
void |
Pmfm.setFraction(Fraction fraction)
|
ClusterFraction |
FractionDaoImpl.toClusterFraction(Fraction entity)
|
ClusterFraction |
FractionDao.toClusterFraction(Fraction entity)
Converts this DAO's entity to an object of type ClusterFraction . |
ClusterFraction |
FractionDaoBase.toClusterFraction(Fraction entity)
|
void |
FractionDaoImpl.toClusterFraction(Fraction source,
ClusterFraction target)
|
void |
FractionDao.toClusterFraction(Fraction source,
ClusterFraction target)
Copies the fields of the specified entity to the target value object. |
void |
FractionDaoBase.toClusterFraction(Fraction source,
ClusterFraction target)
|
RemoteFractionFullVO |
FractionDaoImpl.toRemoteFractionFullVO(Fraction entity)
|
RemoteFractionFullVO |
FractionDao.toRemoteFractionFullVO(Fraction entity)
Converts this DAO's entity to an object of type RemoteFractionFullVO . |
RemoteFractionFullVO |
FractionDaoBase.toRemoteFractionFullVO(Fraction entity)
|
void |
FractionDaoImpl.toRemoteFractionFullVO(Fraction source,
RemoteFractionFullVO target)
|
void |
FractionDao.toRemoteFractionFullVO(Fraction source,
RemoteFractionFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
FractionDaoBase.toRemoteFractionFullVO(Fraction source,
RemoteFractionFullVO target)
|
RemoteFractionNaturalId |
FractionDaoImpl.toRemoteFractionNaturalId(Fraction entity)
|
RemoteFractionNaturalId |
FractionDao.toRemoteFractionNaturalId(Fraction entity)
Converts this DAO's entity to an object of type RemoteFractionNaturalId . |
RemoteFractionNaturalId |
FractionDaoBase.toRemoteFractionNaturalId(Fraction entity)
|
void |
FractionDaoImpl.toRemoteFractionNaturalId(Fraction source,
RemoteFractionNaturalId target)
|
void |
FractionDao.toRemoteFractionNaturalId(Fraction source,
RemoteFractionNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
FractionDaoBase.toRemoteFractionNaturalId(Fraction source,
RemoteFractionNaturalId target)
|
protected java.lang.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.allegro.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |