| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.administration.programStrategy |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchModelAppliedStrategyImpl |
| Modifier and Type | Method and Description |
|---|---|
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDao.create(BatchModel batchModel,
AcquisitionLevel acquisitionLevel,
AppliedStrategy appliedStrategy)
Creates a new
fr.ifremer.adagio.core.dao.administration.programStrategy.BatchModelAppliedStrategy
instance from all attributes and
properties and adds it to the persistent store. |
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDaoBase.create(BatchModel batchModel,
AcquisitionLevel acquisitionLevel,
AppliedStrategy appliedStrategy) |
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDao.create(BatchModelAppliedStrategy batchModelAppliedStrategy)
Creates an instance of fr.ifremer.adagio.core.dao.administration.programStrategy.BatchModelAppliedStrategy and adds it to the persistent store.
|
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDaoBase.create(BatchModelAppliedStrategy batchModelAppliedStrategy) |
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDao.load(AcquisitionLevel acquisitionLevel,
AppliedStrategy appliedStrategy)
Loads an instance of fr.ifremer.adagio.core.dao.administration.programStrategy.BatchModelAppliedStrategy from the persistent store.
|
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDaoBase.load(AcquisitionLevel acquisitionLevel,
AppliedStrategy appliedStrategy) |
static BatchModelAppliedStrategy |
BatchModelAppliedStrategy.Factory.newInstance()
Constructs a new instance of
BatchModelAppliedStrategy. |
static BatchModelAppliedStrategy |
BatchModelAppliedStrategy.Factory.newInstance(BatchModel batchModel)
Constructs a new instance of
BatchModelAppliedStrategy, taking all possible properties
(except the identifier(s))as arguments. |
protected BatchModelAppliedStrategy |
BatchModelAppliedStrategyDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<BatchModelAppliedStrategy> |
BatchModelAppliedStrategyDao.create(Collection<BatchModelAppliedStrategy> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.administration.programStrategy.BatchModelAppliedStrategy and adds
from the passed in
entities collection |
Collection<BatchModelAppliedStrategy> |
BatchModelAppliedStrategyDaoBase.create(Collection<BatchModelAppliedStrategy> entities) |
Collection<BatchModelAppliedStrategy> |
AppliedStrategy.getBatchModelAppliedStrategies() |
Collection<BatchModelAppliedStrategy> |
BatchModelAppliedStrategyDao.loadAll()
Loads all entities of type
BatchModelAppliedStrategy. |
Collection<BatchModelAppliedStrategy> |
BatchModelAppliedStrategyDaoBase.loadAll() |
Set<BatchModelAppliedStrategy> |
BatchModelAppliedStrategyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<BatchModelAppliedStrategy> |
BatchModelAppliedStrategyDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDao.create(BatchModelAppliedStrategy batchModelAppliedStrategy)
Creates an instance of fr.ifremer.adagio.core.dao.administration.programStrategy.BatchModelAppliedStrategy and adds it to the persistent store.
|
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDaoBase.create(BatchModelAppliedStrategy batchModelAppliedStrategy) |
Object |
BatchModelAppliedStrategyDao.create(int transform,
BatchModelAppliedStrategy batchModelAppliedStrategy)
Does the same thing as
BatchModelAppliedStrategyDao.create(fr.ifremer.adagio.core.dao.administration.programStrategy.BatchModelAppliedStrategy) with an
additional flag called transform. |
Object |
BatchModelAppliedStrategyDaoBase.create(int transform,
BatchModelAppliedStrategy batchModelAppliedStrategy) |
void |
BatchModelAppliedStrategyDao.remove(BatchModelAppliedStrategy batchModelAppliedStrategy)
Removes the instance of fr.ifremer.adagio.core.dao.administration.programStrategy.BatchModelAppliedStrategy from the persistent store.
|
void |
BatchModelAppliedStrategyDaoBase.remove(BatchModelAppliedStrategy batchModelAppliedStrategy) |
protected Object |
BatchModelAppliedStrategyDaoBase.transformEntity(int transform,
BatchModelAppliedStrategy 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.BatchModelAppliedStrategyDao, please note
that the BatchModelAppliedStrategyDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
BatchModelAppliedStrategyDao.update(BatchModelAppliedStrategy batchModelAppliedStrategy)
Updates the
batchModelAppliedStrategy instance in the persistent store. |
void |
BatchModelAppliedStrategyDaoBase.update(BatchModelAppliedStrategy batchModelAppliedStrategy) |
| Modifier and Type | Method and Description |
|---|---|
Collection<BatchModelAppliedStrategy> |
BatchModelAppliedStrategyDao.create(Collection<BatchModelAppliedStrategy> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.administration.programStrategy.BatchModelAppliedStrategy and adds
from the passed in
entities collection |
Collection<BatchModelAppliedStrategy> |
BatchModelAppliedStrategyDaoBase.create(Collection<BatchModelAppliedStrategy> entities) |
Collection<?> |
BatchModelAppliedStrategyDao.create(int transform,
Collection<BatchModelAppliedStrategy> entities)
Does the same thing as
BatchModelAppliedStrategyDao.create(fr.ifremer.adagio.core.dao.administration.programStrategy.BatchModelAppliedStrategy) with an
additional flag called transform. |
Collection<?> |
BatchModelAppliedStrategyDaoBase.create(int transform,
Collection<BatchModelAppliedStrategy> entities) |
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 |
BatchModelAppliedStrategyDao.remove(Collection<BatchModelAppliedStrategy> entities)
Removes all entities in the given
entities |
void |
BatchModelAppliedStrategyDaoBase.remove(Collection<BatchModelAppliedStrategy> entities) |
void |
AppliedStrategy.setBatchModelAppliedStrategies(Collection<BatchModelAppliedStrategy> batchModelAppliedStrategies) |
void |
BatchModelAppliedStrategyDao.update(Collection<BatchModelAppliedStrategy> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
BatchModelAppliedStrategyDaoBase.update(Collection<BatchModelAppliedStrategy> entities) |
Copyright © 2013. All Rights Reserved.