Package | Description |
---|---|
fr.ifremer.adagio.core.dao.administration.programStrategy |
Modifier and Type | Class and Description |
---|---|
class |
PmfmStrategyImpl |
Modifier and Type | Method and Description |
---|---|
PmfmStrategy |
PmfmStrategyDaoBase.create(AcquisitionLevel acquisitionLevel,
Integer acquisitionNumber,
Boolean isMandatory,
Pmfm pmfm,
Integer rankOrder,
Strategy strategy)
Creates a new
PmfmStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PmfmStrategy |
PmfmStrategyDao.create(AcquisitionLevel acquisitionLevel,
Integer acquisitionNumber,
Boolean isMandatory,
Pmfm pmfm,
Integer rankOrder,
Strategy strategy)
Creates a new
PmfmStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PmfmStrategy |
PmfmStrategyDaoBase.create(Integer acquisitionNumber,
Integer rankOrder,
Boolean isMandatory,
Float minValue,
Float maxValue)
Creates a new
PmfmStrategy
instance from all attributes and adds it to
the persistent store. |
PmfmStrategy |
PmfmStrategyDao.create(Integer acquisitionNumber,
Integer rankOrder,
Boolean isMandatory,
Float minValue,
Float maxValue)
Creates a new
PmfmStrategy
instance from all attributes and adds it to
the persistent store. |
PmfmStrategy |
PmfmStrategyDaoBase.create(PmfmStrategy pmfmStrategy)
Creates an instance of PmfmStrategy and adds it to the persistent store.
|
PmfmStrategy |
PmfmStrategyDao.create(PmfmStrategy pmfmStrategy)
Creates an instance of PmfmStrategy and adds it to the persistent store.
|
PmfmStrategy |
PmfmStrategyDaoBase.get(Integer id)
Gets an instance of PmfmStrategy from the persistent store.
|
PmfmStrategy |
PmfmStrategyDao.get(Integer id)
Gets an instance of PmfmStrategy from the persistent store.
|
PmfmStrategy |
PmfmStrategyDaoBase.load(Integer id)
Loads an instance of PmfmStrategy from the persistent store.
|
PmfmStrategy |
PmfmStrategyDao.load(Integer id)
Loads an instance of PmfmStrategy from the persistent store.
|
static PmfmStrategy |
PmfmStrategy.Factory.newInstance()
Constructs a new instance of
PmfmStrategy . |
static PmfmStrategy |
PmfmStrategy.Factory.newInstance(Integer acquisitionNumber,
Integer rankOrder,
Boolean isMandatory,
Float minValue,
Float maxValue,
ReferenceTaxon referenceTaxon,
Gear gear,
PrecisionType precisionType,
Strategy strategy,
AcquisitionLevel acquisitionLevel,
Metier metier,
Pmfm pmfm)
Constructs a new instance of
PmfmStrategy , taking all possible properties
(except the identifier(s))as arguments. |
static PmfmStrategy |
PmfmStrategy.Factory.newInstance(Integer acquisitionNumber,
Integer rankOrder,
Boolean isMandatory,
Strategy strategy,
AcquisitionLevel acquisitionLevel,
Pmfm pmfm)
Constructs a new instance of
PmfmStrategy , taking all required and/or
read-only properties as arguments, except for identifiers. |
protected PmfmStrategy |
PmfmStrategyDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<PmfmStrategy> |
PmfmStrategyDaoBase.create(Collection<PmfmStrategy> entities)
Creates a new instance of PmfmStrategy and adds
from the passed in
entities collection |
Collection<PmfmStrategy> |
PmfmStrategyDao.create(Collection<PmfmStrategy> entities)
Creates a new instance of PmfmStrategy and adds
from the passed in
entities collection |
Collection<PmfmStrategy> |
Strategy.getPmfmStrategies() |
Collection<PmfmStrategy> |
PmfmStrategyDaoBase.loadAll()
Loads all entities of type
PmfmStrategy . |
Collection<PmfmStrategy> |
PmfmStrategyDao.loadAll()
Loads all entities of type
PmfmStrategy . |
Set<PmfmStrategy> |
PmfmStrategyDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<PmfmStrategy> |
PmfmStrategyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Strategy.addPmfmStrategies(PmfmStrategy elementToAdd) |
int |
PmfmStrategy.compareTo(PmfmStrategy o) |
Object |
PmfmStrategyDaoBase.create(int transform,
PmfmStrategy pmfmStrategy)
Does the same thing as
PmfmStrategyDao.create(PmfmStrategy) with an
additional flag called transform . |
Object |
PmfmStrategyDao.create(int transform,
PmfmStrategy pmfmStrategy)
Does the same thing as
PmfmStrategyDao.create(PmfmStrategy) with an
additional flag called transform . |
PmfmStrategy |
PmfmStrategyDaoBase.create(PmfmStrategy pmfmStrategy)
Creates an instance of PmfmStrategy and adds it to the persistent store.
|
PmfmStrategy |
PmfmStrategyDao.create(PmfmStrategy pmfmStrategy)
Creates an instance of PmfmStrategy and adds it to the persistent store.
|
void |
PmfmStrategyDaoBase.remove(PmfmStrategy pmfmStrategy)
Removes the instance of PmfmStrategy from the persistent store.
|
void |
PmfmStrategyDao.remove(PmfmStrategy pmfmStrategy)
Removes the instance of PmfmStrategy from the persistent store.
|
boolean |
Strategy.removePmfmStrategies(PmfmStrategy elementToRemove) |
Object |
PmfmStrategyDaoBase.transformEntity(int transform,
PmfmStrategy 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 PmfmStrategyDao , please note
that the PmfmStrategyDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
PmfmStrategyDao.transformEntity(int transform,
PmfmStrategy 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.PmfmStrategyDao , please note
that the PmfmStrategyDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
PmfmStrategyDaoBase.update(PmfmStrategy pmfmStrategy)
Updates the
pmfmStrategy instance in the persistent store. |
void |
PmfmStrategyDao.update(PmfmStrategy pmfmStrategy)
Updates the
pmfmStrategy instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<PmfmStrategy> |
PmfmStrategyDaoBase.create(Collection<PmfmStrategy> entities)
Creates a new instance of PmfmStrategy and adds
from the passed in
entities collection |
Collection<PmfmStrategy> |
PmfmStrategyDao.create(Collection<PmfmStrategy> entities)
Creates a new instance of PmfmStrategy and adds
from the passed in
entities collection |
Collection<?> |
PmfmStrategyDaoBase.create(int transform,
Collection<PmfmStrategy> entities)
Does the same thing as
PmfmStrategyDao.create(PmfmStrategy) with an
additional flag called transform . |
Collection<?> |
PmfmStrategyDao.create(int transform,
Collection<PmfmStrategy> entities)
Does the same thing as
PmfmStrategyDao.create(PmfmStrategy) with an
additional flag called transform . |
static Strategy |
Strategy.Factory.newInstance(String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<ReferenceTaxonStrategy> referenceTaxonStrategies,
Collection<Person> managersUsers,
Collection<Gear> gears,
Collection<PmfmStrategy> pmfmStrategies,
Program program,
Collection<AppliedStrategy> appliedStrategies)
Constructs a new instance of
Strategy , taking all possible properties
(except the identifier(s))as arguments. |
void |
PmfmStrategyDaoBase.remove(Collection<PmfmStrategy> entities)
Removes all entities in the given
entities collection. |
void |
PmfmStrategyDao.remove(Collection<PmfmStrategy> entities)
Removes all entities in the given
entities collection. |
void |
Strategy.setPmfmStrategies(Collection<PmfmStrategy> pmfmStrategiesIn) |
void |
PmfmStrategyDaoBase.update(Collection<PmfmStrategy> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
PmfmStrategyDao.update(Collection<PmfmStrategy> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.