Modifier and Type | Class and Description |
---|---|
class |
AcquisitionLevelImpl |
Modifier and Type | Method and Description |
---|---|
AcquisitionLevel |
AcquisitionLevelDaoBase.create(AcquisitionLevel acquisitionLevel)
Creates an instance of AcquisitionLevel and adds it to the persistent store.
|
AcquisitionLevel |
AcquisitionLevelDao.create(AcquisitionLevel acquisitionLevel)
Creates an instance of AcquisitionLevel and adds it to the persistent store.
|
AcquisitionLevel |
AcquisitionLevelDaoBase.create(String code,
String name)
Creates a new
AcquisitionLevel
instance from all attributes and adds it to
the persistent store. |
AcquisitionLevel |
AcquisitionLevelDao.create(String code,
String name)
Creates a new
AcquisitionLevel
instance from all attributes and adds it to
the persistent store. |
AcquisitionLevel |
AcquisitionLevelDaoBase.get(String code)
Gets an instance of AcquisitionLevel from the persistent store.
|
AcquisitionLevel |
AcquisitionLevelDao.get(String code)
Gets an instance of AcquisitionLevel from the persistent store.
|
AcquisitionLevel |
PmfmStrategy.getAcquisitionLevel()
Niveau de saisie sur lequel un quadruplet PSFM peut avoir des résultats.
|
AcquisitionLevel |
BatchModelAppliedStrategy.getAcquisitionLevel()
Niveau
|
AcquisitionLevel |
AcquisitionLevelDaoBase.load(String code)
Loads an instance of AcquisitionLevel from the persistent store.
|
AcquisitionLevel |
AcquisitionLevelDao.load(String code)
Loads an instance of AcquisitionLevel from the persistent store.
|
static AcquisitionLevel |
AcquisitionLevel.Factory.newInstance()
Constructs a new instance of
AcquisitionLevel . |
static AcquisitionLevel |
AcquisitionLevel.Factory.newInstance(String name)
Constructs a new instance of
AcquisitionLevel , taking all possible properties
(except the identifier(s))as arguments. |
protected AcquisitionLevel |
AcquisitionLevelDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<AcquisitionLevel> |
AcquisitionLevelDaoBase.create(Collection<AcquisitionLevel> entities)
Creates a new instance of AcquisitionLevel and adds
from the passed in
entities collection |
Collection<AcquisitionLevel> |
AcquisitionLevelDao.create(Collection<AcquisitionLevel> entities)
Creates a new instance of AcquisitionLevel and adds
from the passed in
entities collection |
Collection<AcquisitionLevel> |
AcquisitionLevelDaoBase.loadAll()
Loads all entities of type
AcquisitionLevel . |
Collection<AcquisitionLevel> |
AcquisitionLevelDao.loadAll()
Loads all entities of type
AcquisitionLevel . |
Set<AcquisitionLevel> |
AcquisitionLevelDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<AcquisitionLevel> |
AcquisitionLevelDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
AcquisitionLevel.compareTo(AcquisitionLevel o) |
AcquisitionLevel |
AcquisitionLevelDaoBase.create(AcquisitionLevel acquisitionLevel)
Creates an instance of AcquisitionLevel and adds it to the persistent store.
|
AcquisitionLevel |
AcquisitionLevelDao.create(AcquisitionLevel acquisitionLevel)
Creates an instance of AcquisitionLevel and adds it to the persistent store.
|
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. |
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. |
Object |
AcquisitionLevelDaoBase.create(int transform,
AcquisitionLevel acquisitionLevel)
Does the same thing as
AcquisitionLevelDao.create(AcquisitionLevel) with an
additional flag called transform . |
Object |
AcquisitionLevelDao.create(int transform,
AcquisitionLevel acquisitionLevel)
Does the same thing as
AcquisitionLevelDao.create(AcquisitionLevel) with an
additional flag called transform . |
Object |
BatchModelAppliedStrategyDaoBase.create(int transform,
AcquisitionLevel acquisitionLevel,
AppliedStrategy appliedStrategy,
BatchModel batchModel)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
BatchModelAppliedStrategyDao.create(int transform,
AcquisitionLevel acquisitionLevel,
AppliedStrategy appliedStrategy,
BatchModel batchModel)
Does the same thing as
#create() with an
additional flag called transform . |
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 . |
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. |
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. |
void |
AcquisitionLevelDaoBase.remove(AcquisitionLevel acquisitionLevel)
Removes the instance of AcquisitionLevel from the persistent store.
|
void |
AcquisitionLevelDao.remove(AcquisitionLevel acquisitionLevel)
Removes the instance of AcquisitionLevel from the persistent store.
|
void |
PmfmStrategy.setAcquisitionLevel(AcquisitionLevel acquisitionLevelIn)
Niveau de saisie sur lequel un quadruplet PSFM peut avoir des résultats.
|
void |
BatchModelAppliedStrategy.setAcquisitionLevel(AcquisitionLevel acquisitionLevelIn)
Niveau
|
Object |
AcquisitionLevelDaoBase.transformEntity(int transform,
AcquisitionLevel 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 AcquisitionLevelDao , please note
that the AcquisitionLevelDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
AcquisitionLevelDao.transformEntity(int transform,
AcquisitionLevel 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.AcquisitionLevelDao , please note
that the AcquisitionLevelDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
AcquisitionLevelDaoBase.update(AcquisitionLevel acquisitionLevel)
Updates the
acquisitionLevel instance in the persistent store. |
void |
AcquisitionLevelDao.update(AcquisitionLevel acquisitionLevel)
Updates the
acquisitionLevel instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<AcquisitionLevel> |
AcquisitionLevelDaoBase.create(Collection<AcquisitionLevel> entities)
Creates a new instance of AcquisitionLevel and adds
from the passed in
entities collection |
Collection<AcquisitionLevel> |
AcquisitionLevelDao.create(Collection<AcquisitionLevel> entities)
Creates a new instance of AcquisitionLevel and adds
from the passed in
entities collection |
Collection<?> |
AcquisitionLevelDaoBase.create(int transform,
Collection<AcquisitionLevel> entities)
Does the same thing as
AcquisitionLevelDao.create(AcquisitionLevel) with an
additional flag called transform . |
Collection<?> |
AcquisitionLevelDao.create(int transform,
Collection<AcquisitionLevel> entities)
Does the same thing as
AcquisitionLevelDao.create(AcquisitionLevel) with an
additional flag called transform . |
void |
AcquisitionLevelDaoBase.remove(Collection<AcquisitionLevel> entities)
Removes all entities in the given
entities collection. |
void |
AcquisitionLevelDao.remove(Collection<AcquisitionLevel> entities)
Removes all entities in the given
entities collection. |
void |
AcquisitionLevelDaoBase.update(Collection<AcquisitionLevel> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
AcquisitionLevelDao.update(Collection<AcquisitionLevel> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
AcquisitionLevel |
VesselPhysicalFeaturesOrigin.getAcquisitionLevel()
Permet d'identifier le type de donnée ayant servi à consitituer l'information de
VesselPhysicalFeatures (une marée observée, une déclaration, etc).
|
AcquisitionLevel |
GearPhysicalFeaturesOrigin.getAcquisitionLevel()
Permet d'identifier le type de donnée ayant servi à consitituer l'information de
GearPhysicalFeatures (une marée, une vente, etc).
|
Modifier and Type | Method and Description |
---|---|
static GearPhysicalFeaturesOrigin |
GearPhysicalFeaturesOrigin.Factory.newInstance(AcquisitionLevel acquisitionLevel,
Program program,
GearPhysicalFeatures gearPhysicalFeatures)
Constructs a new instance of
GearPhysicalFeaturesOrigin , taking all possible properties
(except the identifier(s))as arguments. |
static VesselPhysicalFeaturesOrigin |
VesselPhysicalFeaturesOrigin.Factory.newInstance(AcquisitionLevel acquisitionLevel,
Program program,
VesselPhysicalFeatures vesselPhysicalFeatures)
Constructs a new instance of
VesselPhysicalFeaturesOrigin , taking all possible properties
(except the identifier(s))as arguments. |
void |
VesselPhysicalFeaturesOrigin.setAcquisitionLevel(AcquisitionLevel acquisitionLevelIn)
Permet d'identifier le type de donnée ayant servi à consitituer l'information de
VesselPhysicalFeatures (une marée observée, une déclaration, etc).
|
void |
GearPhysicalFeaturesOrigin.setAcquisitionLevel(AcquisitionLevel acquisitionLevelIn)
Permet d'identifier le type de donnée ayant servi à consitituer l'information de
GearPhysicalFeatures (une marée, une vente, etc).
|
Modifier and Type | Method and Description |
---|---|
AcquisitionLevel |
VesselUseFeaturesOrigin.getAcquisitionLevel()
Permet d'identifier le type de donnée ayant servi à consitituer l'information de
VesselUseFeatures (une marée, une vente, etc).
|
AcquisitionLevel |
GearUseFeaturesOrigin.getAcquisitionLevel()
Permet d'identifier le type de donnée ayant servi à consitituer l'information de
GearUseFeatures (une marée, une vente, etc).
|
Modifier and Type | Method and Description |
---|---|
static GearUseFeaturesOrigin |
GearUseFeaturesOrigin.Factory.newInstance(AcquisitionLevel acquisitionLevel,
Program program,
GearUseFeatures gearUseFeatures)
Constructs a new instance of
GearUseFeaturesOrigin , taking all possible properties
(except the identifier(s))as arguments. |
static VesselUseFeaturesOrigin |
VesselUseFeaturesOrigin.Factory.newInstance(AcquisitionLevel acquisitionLevel,
Program program,
VesselUseFeatures vesselUseFeatures)
Constructs a new instance of
VesselUseFeaturesOrigin , taking all possible properties
(except the identifier(s))as arguments. |
void |
VesselUseFeaturesOrigin.setAcquisitionLevel(AcquisitionLevel acquisitionLevelIn)
Permet d'identifier le type de donnée ayant servi à consitituer l'information de
VesselUseFeatures (une marée, une vente, etc).
|
void |
GearUseFeaturesOrigin.setAcquisitionLevel(AcquisitionLevel acquisitionLevelIn)
Permet d'identifier le type de donnée ayant servi à consitituer l'information de
GearUseFeatures (une marée, une vente, etc).
|
Copyright © 2012–2014 IFREMER. All rights reserved.