Package | Description |
---|---|
fr.ifremer.adagio.core.dao.administration.programStrategy |
Modifier and Type | Class and Description |
---|---|
class |
AppliedPeriodImpl |
Modifier and Type | Method and Description |
---|---|
AppliedPeriod |
AppliedPeriodDaoBase.create(AppliedPeriod appliedPeriod)
Creates an instance of AppliedPeriod and adds it to the persistent store.
|
AppliedPeriod |
AppliedPeriodDao.create(AppliedPeriod appliedPeriod)
Creates an instance of AppliedPeriod and adds it to the persistent store.
|
AppliedPeriod |
AppliedPeriodDaoBase.create(AppliedStrategy appliedStrategy,
Date endDate)
Creates a new
AppliedPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
AppliedPeriod |
AppliedPeriodDao.create(AppliedStrategy appliedStrategy,
Date endDate)
Creates a new
AppliedPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
AppliedPeriod |
AppliedPeriodDaoBase.create(Date startDate,
Date endDate)
Creates a new
AppliedPeriod
instance from all attributes and adds it to
the persistent store. |
AppliedPeriod |
AppliedPeriodDao.create(Date startDate,
Date endDate)
Creates a new
AppliedPeriod
instance from all attributes and adds it to
the persistent store. |
AppliedPeriod |
AppliedPeriodDaoBase.get(AppliedPeriodPK appliedPeriodPk)
Gets an instance of AppliedPeriod from the persistent store.
|
AppliedPeriod |
AppliedPeriodDao.get(AppliedPeriodPK appliedPeriodPk)
Gets an instance of AppliedPeriod from the persistent store.
|
AppliedPeriod |
AppliedPeriodDaoBase.load(AppliedPeriodPK appliedPeriodPk)
Loads an instance of AppliedPeriod from the persistent store.
|
AppliedPeriod |
AppliedPeriodDao.load(AppliedPeriodPK appliedPeriodPk)
Loads an instance of AppliedPeriod from the persistent store.
|
static AppliedPeriod |
AppliedPeriod.Factory.newInstance()
Constructs a new instance of
AppliedPeriod . |
static AppliedPeriod |
AppliedPeriod.Factory.newInstance(Date endDate,
AppliedStrategy appliedStrategy)
Constructs a new instance of
AppliedPeriod , taking all possible properties
(except the identifier(s))as arguments. |
protected AppliedPeriod |
AppliedPeriodDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<AppliedPeriod> |
AppliedPeriodDaoBase.create(Collection<AppliedPeriod> entities)
Creates a new instance of AppliedPeriod and adds
from the passed in
entities collection |
Collection<AppliedPeriod> |
AppliedPeriodDao.create(Collection<AppliedPeriod> entities)
Creates a new instance of AppliedPeriod and adds
from the passed in
entities collection |
Collection<AppliedPeriod> |
AppliedStrategy.getAppliedPeriods()
Interval de dates d'une stratégie applicable.
|
Collection<AppliedPeriod> |
AppliedPeriodDaoBase.loadAll()
Loads all entities of type
AppliedPeriod . |
Collection<AppliedPeriod> |
AppliedPeriodDao.loadAll()
Loads all entities of type
AppliedPeriod . |
Set<AppliedPeriod> |
AppliedPeriodDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<AppliedPeriod> |
AppliedPeriodDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
AppliedStrategy.addAppliedPeriods(AppliedPeriod elementToAdd)
Interval de dates d'une stratégie applicable.
|
int |
AppliedPeriod.compareTo(AppliedPeriod o) |
AppliedPeriod |
AppliedPeriodDaoBase.create(AppliedPeriod appliedPeriod)
Creates an instance of AppliedPeriod and adds it to the persistent store.
|
AppliedPeriod |
AppliedPeriodDao.create(AppliedPeriod appliedPeriod)
Creates an instance of AppliedPeriod and adds it to the persistent store.
|
Object |
AppliedPeriodDaoBase.create(int transform,
AppliedPeriod appliedPeriod)
Does the same thing as
AppliedPeriodDao.create(AppliedPeriod) with an
additional flag called transform . |
Object |
AppliedPeriodDao.create(int transform,
AppliedPeriod appliedPeriod)
Does the same thing as
AppliedPeriodDao.create(AppliedPeriod) with an
additional flag called transform . |
void |
AppliedPeriodDaoBase.remove(AppliedPeriod appliedPeriod)
Removes the instance of AppliedPeriod from the persistent store.
|
void |
AppliedPeriodDao.remove(AppliedPeriod appliedPeriod)
Removes the instance of AppliedPeriod from the persistent store.
|
boolean |
AppliedStrategy.removeAppliedPeriods(AppliedPeriod elementToRemove)
Interval de dates d'une stratégie applicable.
|
Object |
AppliedPeriodDaoBase.transformEntity(int transform,
AppliedPeriod 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 AppliedPeriodDao , please note
that the AppliedPeriodDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
AppliedPeriodDao.transformEntity(int transform,
AppliedPeriod 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.AppliedPeriodDao , please note
that the AppliedPeriodDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
AppliedPeriodDaoBase.update(AppliedPeriod appliedPeriod)
Updates the
appliedPeriod instance in the persistent store. |
void |
AppliedPeriodDao.update(AppliedPeriod appliedPeriod)
Updates the
appliedPeriod instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<AppliedPeriod> |
AppliedPeriodDaoBase.create(Collection<AppliedPeriod> entities)
Creates a new instance of AppliedPeriod and adds
from the passed in
entities collection |
Collection<AppliedPeriod> |
AppliedPeriodDao.create(Collection<AppliedPeriod> entities)
Creates a new instance of AppliedPeriod and adds
from the passed in
entities collection |
AppliedStrategy |
AppliedStrategyDaoBase.create(Collection<AppliedPeriod> appliedPeriods,
Location location,
Strategy strategy)
Creates a new
AppliedStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
AppliedStrategy |
AppliedStrategyDao.create(Collection<AppliedPeriod> appliedPeriods,
Location location,
Strategy strategy)
Creates a new
AppliedStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Collection<?> |
AppliedPeriodDaoBase.create(int transform,
Collection<AppliedPeriod> entities)
Does the same thing as
AppliedPeriodDao.create(AppliedPeriod) with an
additional flag called transform . |
Collection<?> |
AppliedPeriodDao.create(int transform,
Collection<AppliedPeriod> entities)
Does the same thing as
AppliedPeriodDao.create(AppliedPeriod) with an
additional flag called transform . |
Object |
AppliedStrategyDaoBase.create(int transform,
Collection<AppliedPeriod> appliedPeriods,
Location location,
Strategy strategy)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
AppliedStrategyDao.create(int transform,
Collection<AppliedPeriod> appliedPeriods,
Location location,
Strategy strategy)
Does the same thing as
#create() with an
additional flag called transform . |
static AppliedStrategy |
AppliedStrategy.Factory.newInstance(Collection<AppliedPeriod> appliedPeriods,
Strategy strategy,
Location location)
Constructs a new instance of
AppliedStrategy , taking all required and/or
read-only properties as arguments, except for identifiers. |
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 |
AppliedPeriodDaoBase.remove(Collection<AppliedPeriod> entities)
Removes all entities in the given
entities collection. |
void |
AppliedPeriodDao.remove(Collection<AppliedPeriod> entities)
Removes all entities in the given
entities collection. |
void |
AppliedStrategy.setAppliedPeriods(Collection<AppliedPeriod> appliedPeriodsIn)
Interval de dates d'une stratégie applicable.
|
void |
AppliedPeriodDaoBase.update(Collection<AppliedPeriod> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
AppliedPeriodDao.update(Collection<AppliedPeriod> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.