| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.administration.programStrategy |
| Modifier and Type | Class and Description |
|---|---|
class |
PmfmAppliedStrategyImpl |
| Modifier and Type | Method and Description |
|---|---|
PmfmAppliedStrategy |
PmfmAppliedStrategyDaoBase.create(AppliedStrategy appliedStrategy,
Pmfm pmfm) |
PmfmAppliedStrategy |
PmfmAppliedStrategyDao.create(AppliedStrategy appliedStrategy,
Pmfm pmfm)
Creates a new
fr.ifremer.adagio.core.dao.administration.programStrategy.PmfmAppliedStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PmfmAppliedStrategy |
PmfmAppliedStrategyDaoBase.create(Metier metier,
AppliedStrategy appliedStrategy,
Pmfm pmfm,
AnalysisInstrument analysisInstrument,
Gear gear) |
PmfmAppliedStrategy |
PmfmAppliedStrategyDao.create(Metier metier,
AppliedStrategy appliedStrategy,
Pmfm pmfm,
AnalysisInstrument analysisInstrument,
Gear gear)
Creates a new
fr.ifremer.adagio.core.dao.administration.programStrategy.PmfmAppliedStrategy
instance from all attributes and
properties and adds it to the persistent store. |
PmfmAppliedStrategy |
PmfmAppliedStrategyDaoBase.create(PmfmAppliedStrategy pmfmAppliedStrategy) |
PmfmAppliedStrategy |
PmfmAppliedStrategyDao.create(PmfmAppliedStrategy pmfmAppliedStrategy)
Creates an instance of fr.ifremer.adagio.core.dao.administration.programStrategy.PmfmAppliedStrategy and adds it to the persistent store.
|
PmfmAppliedStrategy |
PmfmAppliedStrategyDaoBase.load(AppliedStrategy appliedStrategy,
Pmfm pmfm) |
PmfmAppliedStrategy |
PmfmAppliedStrategyDao.load(AppliedStrategy appliedStrategy,
Pmfm pmfm)
Loads an instance of fr.ifremer.adagio.core.dao.administration.programStrategy.PmfmAppliedStrategy from the persistent store.
|
static PmfmAppliedStrategy |
PmfmAppliedStrategy.Factory.newInstance()
Constructs a new instance of
PmfmAppliedStrategy. |
static PmfmAppliedStrategy |
PmfmAppliedStrategy.Factory.newInstance(Metier metier,
AnalysisInstrument analysisInstrument,
Gear gear)
Constructs a new instance of
PmfmAppliedStrategy, taking all possible properties
(except the identifier(s))as arguments. |
protected PmfmAppliedStrategy |
PmfmAppliedStrategyDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PmfmAppliedStrategy> |
PmfmAppliedStrategyDaoBase.create(Collection<PmfmAppliedStrategy> entities) |
Collection<PmfmAppliedStrategy> |
PmfmAppliedStrategyDao.create(Collection<PmfmAppliedStrategy> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.administration.programStrategy.PmfmAppliedStrategy and adds
from the passed in
entities collection |
Collection<PmfmAppliedStrategy> |
AppliedStrategy.getPmfmAppliedStrategies() |
Collection<PmfmAppliedStrategy> |
PmfmAppliedStrategyDaoBase.loadAll() |
Collection<PmfmAppliedStrategy> |
PmfmAppliedStrategyDao.loadAll()
Loads all entities of type
PmfmAppliedStrategy. |
Set<PmfmAppliedStrategy> |
PmfmAppliedStrategyDaoBase.search(Search search) |
Set<PmfmAppliedStrategy> |
PmfmAppliedStrategyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
PmfmAppliedStrategyDaoBase.create(int transform,
PmfmAppliedStrategy pmfmAppliedStrategy) |
Object |
PmfmAppliedStrategyDao.create(int transform,
PmfmAppliedStrategy pmfmAppliedStrategy)
Does the same thing as
PmfmAppliedStrategyDao.create(fr.ifremer.adagio.core.dao.administration.programStrategy.PmfmAppliedStrategy) with an
additional flag called transform. |
PmfmAppliedStrategy |
PmfmAppliedStrategyDaoBase.create(PmfmAppliedStrategy pmfmAppliedStrategy) |
PmfmAppliedStrategy |
PmfmAppliedStrategyDao.create(PmfmAppliedStrategy pmfmAppliedStrategy)
Creates an instance of fr.ifremer.adagio.core.dao.administration.programStrategy.PmfmAppliedStrategy and adds it to the persistent store.
|
void |
PmfmAppliedStrategyDaoBase.remove(PmfmAppliedStrategy pmfmAppliedStrategy) |
void |
PmfmAppliedStrategyDao.remove(PmfmAppliedStrategy pmfmAppliedStrategy)
Removes the instance of fr.ifremer.adagio.core.dao.administration.programStrategy.PmfmAppliedStrategy from the persistent store.
|
protected Object |
PmfmAppliedStrategyDaoBase.transformEntity(int transform,
PmfmAppliedStrategy 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.administration.programStrategy.PmfmAppliedStrategyDao, please note
that the PmfmAppliedStrategyDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
PmfmAppliedStrategyDaoBase.update(PmfmAppliedStrategy pmfmAppliedStrategy) |
void |
PmfmAppliedStrategyDao.update(PmfmAppliedStrategy pmfmAppliedStrategy)
Updates the
pmfmAppliedStrategy instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PmfmAppliedStrategy> |
PmfmAppliedStrategyDaoBase.create(Collection<PmfmAppliedStrategy> entities) |
Collection<PmfmAppliedStrategy> |
PmfmAppliedStrategyDao.create(Collection<PmfmAppliedStrategy> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.administration.programStrategy.PmfmAppliedStrategy and adds
from the passed in
entities collection |
Collection<?> |
PmfmAppliedStrategyDaoBase.create(int transform,
Collection<PmfmAppliedStrategy> entities) |
Collection<?> |
PmfmAppliedStrategyDao.create(int transform,
Collection<PmfmAppliedStrategy> entities)
Does the same thing as
PmfmAppliedStrategyDao.create(fr.ifremer.adagio.core.dao.administration.programStrategy.PmfmAppliedStrategy) with an
additional flag called transform. |
Object |
AppliedStrategyDao.create(int transform,
Strategy strategy,
Collection<PmfmAppliedStrategy> pmfmAppliedStrategies,
Location location,
Collection<AppliedPeriod> appliedPeriods,
Collection<BatchModelAppliedStrategy> batchModelAppliedStrategies)
Does the same thing as
#create(fr.ifremer.adagio.core.dao.administration.programStrategy.Strategy,java.util.Collection with an
additional flag called transform. |
Object |
AppliedStrategyDaoBase.create(int transform,
Strategy strategy,
Collection<PmfmAppliedStrategy> pmfmAppliedStrategies,
Location location,
Collection<AppliedPeriod> appliedPeriods,
Collection<BatchModelAppliedStrategy> batchModelAppliedStrategies) |
AppliedStrategy |
AppliedStrategyDao.create(Strategy strategy,
Collection<PmfmAppliedStrategy> pmfmAppliedStrategies,
Location location,
Collection<AppliedPeriod> appliedPeriods,
Collection<BatchModelAppliedStrategy> batchModelAppliedStrategies)
Creates a new
fr.ifremer.adagio.core.dao.administration.programStrategy.AppliedStrategy
instance from all attributes and
properties and adds it to the persistent store. |
AppliedStrategy |
AppliedStrategyDaoBase.create(Strategy strategy,
Collection<PmfmAppliedStrategy> pmfmAppliedStrategies,
Location location,
Collection<AppliedPeriod> appliedPeriods,
Collection<BatchModelAppliedStrategy> batchModelAppliedStrategies) |
static AppliedStrategy |
AppliedStrategy.Factory.newInstance(Strategy strategy,
Collection<PmfmAppliedStrategy> pmfmAppliedStrategies,
Location location,
Collection<AppliedPeriod> appliedPeriods,
Collection<BatchModelAppliedStrategy> batchModelAppliedStrategies)
Constructs a new instance of
AppliedStrategy, taking all possible properties
(except the identifier(s))as arguments. |
void |
PmfmAppliedStrategyDaoBase.remove(Collection<PmfmAppliedStrategy> entities) |
void |
PmfmAppliedStrategyDao.remove(Collection<PmfmAppliedStrategy> entities)
Removes all entities in the given
entities |
void |
AppliedStrategy.setPmfmAppliedStrategies(Collection<PmfmAppliedStrategy> pmfmAppliedStrategies) |
void |
PmfmAppliedStrategyDaoBase.update(Collection<PmfmAppliedStrategy> entities) |
void |
PmfmAppliedStrategyDao.update(Collection<PmfmAppliedStrategy> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.