Package | Description |
---|---|
fr.ifremer.adagio.core.dao.administration.programStrategy |
Modifier and Type | Class and Description |
---|---|
class |
BatchModelAppliedStrategyImpl |
Modifier and Type | Method and Description |
---|---|
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDaoBase.create(AcquisitionLevel acquisitionLevel,
AppliedStrategy appliedStrategy,
BatchModel batchModel)
Creates a new
BatchModelAppliedStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDao.create(AcquisitionLevel acquisitionLevel,
AppliedStrategy appliedStrategy,
BatchModel batchModel)
Creates a new
BatchModelAppliedStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDaoBase.create(BatchModelAppliedStrategy batchModelAppliedStrategy)
Creates an instance of BatchModelAppliedStrategy and adds it to the persistent store.
|
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDao.create(BatchModelAppliedStrategy batchModelAppliedStrategy)
Creates an instance of BatchModelAppliedStrategy and adds it to the persistent store.
|
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDaoBase.get(BatchModelAppliedStrategyPK batchModelAppliedStrategyPk)
Gets an instance of BatchModelAppliedStrategy from the persistent store.
|
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDao.get(BatchModelAppliedStrategyPK batchModelAppliedStrategyPk)
Gets an instance of BatchModelAppliedStrategy from the persistent store.
|
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDaoBase.load(BatchModelAppliedStrategyPK batchModelAppliedStrategyPk)
Loads an instance of BatchModelAppliedStrategy from the persistent store.
|
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDao.load(BatchModelAppliedStrategyPK batchModelAppliedStrategyPk)
Loads an instance of BatchModelAppliedStrategy from the persistent store.
|
static BatchModelAppliedStrategy |
BatchModelAppliedStrategy.Factory.newInstance()
Constructs a new instance of
BatchModelAppliedStrategy . |
static BatchModelAppliedStrategy |
BatchModelAppliedStrategy.Factory.newInstance(BatchModel batchModel,
AcquisitionLevel acquisitionLevel,
AppliedStrategy appliedStrategy)
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> |
BatchModelAppliedStrategyDaoBase.create(Collection<BatchModelAppliedStrategy> entities)
Creates a new instance of BatchModelAppliedStrategy and adds
from the passed in
entities collection |
Collection<BatchModelAppliedStrategy> |
BatchModelAppliedStrategyDao.create(Collection<BatchModelAppliedStrategy> entities)
Creates a new instance of BatchModelAppliedStrategy and adds
from the passed in
entities collection |
Collection<BatchModelAppliedStrategy> |
AppliedStrategy.getBatchModelAppliedStrategies() |
Collection<BatchModelAppliedStrategy> |
BatchModelAppliedStrategyDaoBase.loadAll()
Loads all entities of type
BatchModelAppliedStrategy . |
Collection<BatchModelAppliedStrategy> |
BatchModelAppliedStrategyDao.loadAll()
Loads all entities of type
BatchModelAppliedStrategy . |
Set<BatchModelAppliedStrategy> |
BatchModelAppliedStrategyDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<BatchModelAppliedStrategy> |
BatchModelAppliedStrategyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
AppliedStrategy.addBatchModelAppliedStrategies(BatchModelAppliedStrategy elementToAdd) |
int |
BatchModelAppliedStrategy.compareTo(BatchModelAppliedStrategy o) |
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDaoBase.create(BatchModelAppliedStrategy batchModelAppliedStrategy)
Creates an instance of BatchModelAppliedStrategy and adds it to the persistent store.
|
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDao.create(BatchModelAppliedStrategy batchModelAppliedStrategy)
Creates an instance of BatchModelAppliedStrategy and adds it to the persistent store.
|
Object |
BatchModelAppliedStrategyDaoBase.create(int transform,
BatchModelAppliedStrategy batchModelAppliedStrategy)
Does the same thing as
BatchModelAppliedStrategyDao.create(BatchModelAppliedStrategy) with an
additional flag called transform . |
Object |
BatchModelAppliedStrategyDao.create(int transform,
BatchModelAppliedStrategy batchModelAppliedStrategy)
Does the same thing as
BatchModelAppliedStrategyDao.create(BatchModelAppliedStrategy) with an
additional flag called transform . |
void |
BatchModelAppliedStrategyDaoBase.remove(BatchModelAppliedStrategy batchModelAppliedStrategy)
Removes the instance of BatchModelAppliedStrategy from the persistent store.
|
void |
BatchModelAppliedStrategyDao.remove(BatchModelAppliedStrategy batchModelAppliedStrategy)
Removes the instance of BatchModelAppliedStrategy from the persistent store.
|
boolean |
AppliedStrategy.removeBatchModelAppliedStrategies(BatchModelAppliedStrategy elementToRemove) |
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 BatchModelAppliedStrategyDao , please note
that the BatchModelAppliedStrategyDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
BatchModelAppliedStrategyDao.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 |
BatchModelAppliedStrategyDaoBase.update(BatchModelAppliedStrategy batchModelAppliedStrategy)
Updates the
batchModelAppliedStrategy instance in the persistent store. |
void |
BatchModelAppliedStrategyDao.update(BatchModelAppliedStrategy batchModelAppliedStrategy)
Updates the
batchModelAppliedStrategy instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<BatchModelAppliedStrategy> |
BatchModelAppliedStrategyDaoBase.create(Collection<BatchModelAppliedStrategy> entities)
Creates a new instance of BatchModelAppliedStrategy and adds
from the passed in
entities collection |
Collection<BatchModelAppliedStrategy> |
BatchModelAppliedStrategyDao.create(Collection<BatchModelAppliedStrategy> entities)
Creates a new instance of BatchModelAppliedStrategy and adds
from the passed in
entities collection |
Collection<?> |
BatchModelAppliedStrategyDaoBase.create(int transform,
Collection<BatchModelAppliedStrategy> entities)
Does the same thing as
BatchModelAppliedStrategyDao.create(BatchModelAppliedStrategy) with an
additional flag called transform . |
Collection<?> |
BatchModelAppliedStrategyDao.create(int transform,
Collection<BatchModelAppliedStrategy> entities)
Does the same thing as
BatchModelAppliedStrategyDao.create(BatchModelAppliedStrategy) with an
additional flag called transform . |
static AppliedStrategy |
AppliedStrategy.Factory.newInstance(Collection<BatchModelAppliedStrategy> batchModelAppliedStrategies,
Collection<AppliedPeriod> appliedPeriods,
Strategy strategy,
Location location,
Collection<PmfmAppliedStrategy> pmfmAppliedStrategies)
Constructs a new instance of
AppliedStrategy , taking all possible properties
(except the identifier(s))as arguments. |
void |
BatchModelAppliedStrategyDaoBase.remove(Collection<BatchModelAppliedStrategy> entities)
Removes all entities in the given
entities collection. |
void |
BatchModelAppliedStrategyDao.remove(Collection<BatchModelAppliedStrategy> entities)
Removes all entities in the given
entities collection. |
void |
AppliedStrategy.setBatchModelAppliedStrategies(Collection<BatchModelAppliedStrategy> batchModelAppliedStrategiesIn) |
void |
BatchModelAppliedStrategyDaoBase.update(Collection<BatchModelAppliedStrategy> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
BatchModelAppliedStrategyDao.update(Collection<BatchModelAppliedStrategy> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.