Package | Description |
---|---|
fr.ifremer.adagio.core.dao.administration.programStrategy |
Modifier and Type | Class and Description |
---|---|
class |
StrategyImpl |
Modifier and Type | Method and Description |
---|---|
Strategy |
StrategyDaoBase.create(Date creationDate,
String description,
Collection<Person> managersUsers,
String name,
Program program,
Timestamp updateDate)
Creates a new
Strategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Strategy |
StrategyDao.create(Date creationDate,
String description,
Collection<Person> managersUsers,
String name,
Program program,
Timestamp updateDate)
Creates a new
Strategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Strategy |
StrategyDaoBase.create(Strategy strategy)
Creates an instance of Strategy and adds it to the persistent store.
|
Strategy |
StrategyDao.create(Strategy strategy)
Creates an instance of Strategy and adds it to the persistent store.
|
Strategy |
StrategyDaoBase.create(String name,
String description,
Date creationDate,
Timestamp updateDate)
Creates a new
Strategy
instance from all attributes and adds it to
the persistent store. |
Strategy |
StrategyDao.create(String name,
String description,
Date creationDate,
Timestamp updateDate)
Creates a new
Strategy
instance from all attributes and adds it to
the persistent store. |
Strategy |
StrategyDaoBase.get(Integer id)
Gets an instance of Strategy from the persistent store.
|
Strategy |
StrategyDao.get(Integer id)
Gets an instance of Strategy from the persistent store.
|
Strategy |
ReferenceTaxonStrategy.getStrategy()
La stratégie définit a priori ce que devront être les données présentes dans le système de
l'origine
de la collecte des données.
|
Strategy |
PmfmStrategy.getStrategy()
La stratégie définit a priori ce que devront être les données présentes dans le système de
l'origine
de la collecte des données.
|
Strategy |
AppliedStrategy.getStrategy()
La stratégie définit a priori ce que devront être les données présentes dans le système de
l'origine
de la collecte des données.
|
Strategy |
StrategyDaoBase.load(Integer id)
Loads an instance of Strategy from the persistent store.
|
Strategy |
StrategyDao.load(Integer id)
Loads an instance of Strategy from the persistent store.
|
static Strategy |
Strategy.Factory.newInstance()
Constructs a new instance of
Strategy . |
static Strategy |
Strategy.Factory.newInstance(String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Person> managersUsers,
Program program)
Constructs a new instance of
Strategy , taking all required and/or
read-only properties as arguments, except for identifiers. |
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. |
protected Strategy |
StrategyDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Strategy> |
StrategyDaoBase.create(Collection<Strategy> entities)
Creates a new instance of Strategy and adds
from the passed in
entities collection |
Collection<Strategy> |
StrategyDao.create(Collection<Strategy> entities)
Creates a new instance of Strategy and adds
from the passed in
entities collection |
Collection<Strategy> |
Program.getStrategies()
La stratégie définit a priori ce que devront être les données présentes dans le système de
l'origine
de la collecte des données.
|
Collection<Strategy> |
StrategyDaoBase.loadAll()
Loads all entities of type
Strategy . |
Collection<Strategy> |
StrategyDao.loadAll()
Loads all entities of type
Strategy . |
Set<Strategy> |
StrategyDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Strategy> |
StrategyDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Program.addStrategies(Strategy elementToAdd)
La stratégie définit a priori ce que devront être les données présentes dans le système de
l'origine
de la collecte des données.
|
int |
Strategy.compareTo(Strategy o) |
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. |
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. |
Object |
PmfmStrategyDaoBase.create(int transform,
AcquisitionLevel acquisitionLevel,
Integer acquisitionNumber,
Boolean isMandatory,
Pmfm pmfm,
Integer rankOrder,
Strategy strategy)
Does the same thing as
#create(Integer, Integer, Boolean) with an
additional flag called transform . |
Object |
PmfmStrategyDao.create(int transform,
AcquisitionLevel acquisitionLevel,
Integer acquisitionNumber,
Boolean isMandatory,
Pmfm pmfm,
Integer rankOrder,
Strategy strategy)
Does the same thing as
#create(Integer, Integer, Boolean) 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 . |
Object |
ReferenceTaxonStrategyDaoBase.create(int transform,
ReferenceTaxon referenceTaxon,
Strategy strategy)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
ReferenceTaxonStrategyDao.create(int transform,
ReferenceTaxon referenceTaxon,
Strategy strategy)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
StrategyDaoBase.create(int transform,
Strategy strategy)
Does the same thing as
StrategyDao.create(Strategy) with an
additional flag called transform . |
Object |
StrategyDao.create(int transform,
Strategy strategy)
Does the same thing as
StrategyDao.create(Strategy) with an
additional flag called transform . |
ReferenceTaxonStrategy |
ReferenceTaxonStrategyDaoBase.create(ReferenceTaxon referenceTaxon,
Strategy strategy)
Creates a new
ReferenceTaxonStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ReferenceTaxonStrategy |
ReferenceTaxonStrategyDao.create(ReferenceTaxon referenceTaxon,
Strategy strategy)
Creates a new
ReferenceTaxonStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Strategy |
StrategyDaoBase.create(Strategy strategy)
Creates an instance of Strategy and adds it to the persistent store.
|
Strategy |
StrategyDao.create(Strategy strategy)
Creates an instance of Strategy and adds it to the persistent store.
|
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. |
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. |
static ReferenceTaxonStrategy |
ReferenceTaxonStrategy.Factory.newInstance(Short priorityLevel,
Strategy strategy,
ReferenceTaxon referenceTaxon)
Constructs a new instance of
ReferenceTaxonStrategy , taking all possible properties
(except the identifier(s))as arguments. |
static ReferenceTaxonStrategy |
ReferenceTaxonStrategy.Factory.newInstance(Strategy strategy,
ReferenceTaxon referenceTaxon)
Constructs a new instance of
ReferenceTaxonStrategy , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
StrategyDaoBase.remove(Strategy strategy)
Removes the instance of Strategy from the persistent store.
|
void |
StrategyDao.remove(Strategy strategy)
Removes the instance of Strategy from the persistent store.
|
boolean |
Program.removeStrategies(Strategy elementToRemove)
La stratégie définit a priori ce que devront être les données présentes dans le système de
l'origine
de la collecte des données.
|
void |
ReferenceTaxonStrategy.setStrategy(Strategy strategyIn)
La stratégie définit a priori ce que devront être les données présentes dans le système de
l'origine
de la collecte des données.
|
void |
PmfmStrategy.setStrategy(Strategy strategyIn)
La stratégie définit a priori ce que devront être les données présentes dans le système de
l'origine
de la collecte des données.
|
void |
AppliedStrategy.setStrategy(Strategy strategyIn)
La stratégie définit a priori ce que devront être les données présentes dans le système de
l'origine
de la collecte des données.
|
Object |
StrategyDaoBase.transformEntity(int transform,
Strategy 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 StrategyDao , please note
that the StrategyDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
StrategyDao.transformEntity(int transform,
Strategy 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.StrategyDao , please note
that the StrategyDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
StrategyDaoBase.update(Strategy strategy)
Updates the
strategy instance in the persistent store. |
void |
StrategyDao.update(Strategy strategy)
Updates the
strategy instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Strategy> |
StrategyDaoBase.create(Collection<Strategy> entities)
Creates a new instance of Strategy and adds
from the passed in
entities collection |
Collection<Strategy> |
StrategyDao.create(Collection<Strategy> entities)
Creates a new instance of Strategy and adds
from the passed in
entities collection |
Collection<?> |
StrategyDaoBase.create(int transform,
Collection<Strategy> entities)
Does the same thing as
StrategyDao.create(Strategy) with an
additional flag called transform . |
Collection<?> |
StrategyDao.create(int transform,
Collection<Strategy> entities)
Does the same thing as
StrategyDao.create(Strategy) with an
additional flag called transform . |
static Program |
Program.Factory.newInstance(String name,
String description,
Date creationDate,
Timestamp updateDate,
TaxonGroupType taxonGroupType,
Collection<Program2Person> programUsers,
Collection<Strategy> strategies,
GearClassification gearClassification,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Department> program2Departments)
Constructs a new instance of
Program , taking all possible properties
(except the identifier(s))as arguments. |
void |
StrategyDaoBase.remove(Collection<Strategy> entities)
Removes all entities in the given
entities collection. |
void |
StrategyDao.remove(Collection<Strategy> entities)
Removes all entities in the given
entities collection. |
void |
Program.setStrategies(Collection<Strategy> strategiesIn)
La stratégie définit a priori ce que devront être les données présentes dans le système de
l'origine
de la collecte des données.
|
void |
StrategyDaoBase.update(Collection<Strategy> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
StrategyDao.update(Collection<Strategy> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.