Modifier and Type | Method and Description |
---|---|
Metier |
PmfmStrategy.getMetier()
Métier, qui peut etre un métier de peche ou non.
|
Metier |
PmfmAppliedStrategy.getMetier()
Métier, qui peut etre un métier de peche ou non.
|
Modifier and Type | Method and Description |
---|---|
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 PmfmAppliedStrategy |
PmfmAppliedStrategy.Factory.newInstance(ReferenceTaxon referenceTaxon,
Gear gear,
Pmfm pmfm,
AnalysisInstrument analysisInstrument,
AppliedStrategy appliedStrategy,
Metier metier)
Constructs a new instance of
PmfmAppliedStrategy , taking all possible properties
(except the identifier(s))as arguments. |
void |
PmfmStrategy.setMetier(Metier metierIn)
Métier, qui peut etre un métier de peche ou non.
|
void |
PmfmAppliedStrategy.setMetier(Metier metierIn)
Métier, qui peut etre un métier de peche ou non.
|
Modifier and Type | Method and Description |
---|---|
Metier |
UpdatedItemHistory.getMetier()
Métier précédent
|
Modifier and Type | Method and Description |
---|---|
static UpdatedItemHistory |
UpdatedItemHistory.Factory.newInstance(Integer objectId,
String objectCode,
Boolean isPostValidation,
String comments,
Float numericalValue,
String previousComments,
Timestamp updateDate,
ObjectType objectType,
Person recorderPerson,
Department recorderDepartment,
Pmfm pmfm,
Metier metier,
Gear gear,
TaxonGroup taxonGroup,
QualityFlag qualityFlag,
QualitativeValue qualitativeValue,
ReferenceTaxon referenceTaxon,
ProcessingHistory processingHistory)
Constructs a new instance of
UpdatedItemHistory , taking all possible properties
(except the identifier(s))as arguments. |
void |
UpdatedItemHistory.setMetier(Metier metierIn)
Métier précédent
|
Modifier and Type | Method and Description |
---|---|
Metier |
DenormalizedOperation.getMetier()
Optionel, car les campagnes scientifiques n'ont pas de métier.
|
Modifier and Type | Method and Description |
---|---|
static DenormalizedOperation |
DenormalizedOperation.Factory.newInstance(Short rankOrder,
Boolean isLandingSampling,
Boolean isDiscardSampling,
Float gearMeshSize,
Float gearDepth,
Float mainWaterDepth,
Timestamp updateDate,
FishingTrip fishingTrip,
QualitativeValue selectiveDevice,
Location rectangleLocation,
Location areaLocation,
Location subpolygonLocation,
Metier metier,
Gear gear)
Constructs a new instance of
DenormalizedOperation , taking all possible properties
(except the identifier(s))as arguments. |
void |
DenormalizedOperation.setMetier(Metier metierIn)
Optionel, car les campagnes scientifiques n'ont pas de métier.
|
Modifier and Type | Method and Description |
---|---|
Metier |
GearUseFeatures.getMetier()
Métier, qui peut etre un métier de peche ou non.
|
Modifier and Type | Method and Description |
---|---|
static GearUseFeatures |
GearUseFeatures.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Short rankOrder,
EconomicalSurvey economicalSurvey,
Gear otherGear,
Operation operation,
Collection<GearUseMeasurement> gearUseMeasurements,
Metier metier,
Collection<GearUseFeaturesOrigin> gearUseFeaturesOrigins,
Gear gear,
ActivityCalendar activityCalendar,
DailyActivityCalendar dailyActivityCalendar,
FishingEffortCalendar fishingEffortCalendar,
Collection<FishingArea> fishingAreas)
Constructs a new instance of
GearUseFeatures , taking all possible properties
(except the identifier(s))as arguments. |
void |
GearUseFeatures.setMetier(Metier metierIn)
Métier, qui peut etre un métier de peche ou non.
|
Modifier and Type | Class and Description |
---|---|
class |
MetierImpl |
Modifier and Type | Method and Description |
---|---|
Metier |
MetierDaoBase.create(Metier metier)
Creates an instance of Metier and adds it to the persistent store.
|
Metier |
MetierDao.create(Metier metier)
Creates an instance of Metier and adds it to the persistent store.
|
Metier |
MetierDaoBase.create(String name,
Status status,
Timestamp updateDate,
ValidityStatus validityStatus)
Creates a new
Metier
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Metier |
MetierDao.create(String name,
Status status,
Timestamp updateDate,
ValidityStatus validityStatus)
Creates a new
Metier
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Metier |
MetierDaoBase.create(String label,
String name,
String description,
String comments,
Timestamp updateDate)
Creates a new
Metier
instance from all attributes and adds it to
the persistent store. |
Metier |
MetierDao.create(String label,
String name,
String description,
String comments,
Timestamp updateDate)
Creates a new
Metier
instance from all attributes and adds it to
the persistent store. |
Metier |
MetierDaoBase.get(Integer id)
Gets an instance of Metier from the persistent store.
|
Metier |
MetierDao.get(Integer id)
Gets an instance of Metier from the persistent store.
|
Metier |
MetierDaoBase.load(Integer id)
Loads an instance of Metier from the persistent store.
|
Metier |
MetierDao.load(Integer id)
Loads an instance of Metier from the persistent store.
|
static Metier |
Metier.Factory.newInstance()
Constructs a new instance of
Metier . |
static Metier |
Metier.Factory.newInstance(String label,
String name,
String description,
String comments,
Timestamp updateDate,
ValidityStatus validityStatus,
Gear gear,
TaxonGroup taxonGroup,
Status status)
Constructs a new instance of
Metier , taking all possible properties
(except the identifier(s))as arguments. |
static Metier |
Metier.Factory.newInstance(String name,
Timestamp updateDate,
ValidityStatus validityStatus,
Status status)
Constructs a new instance of
Metier , taking all required and/or
read-only properties as arguments, except for identifiers. |
Metier |
MetierDaoBase.searchUniqueLabel(String label)
Searches for a single instance of Metier.
|
Metier |
MetierDao.searchUniqueLabel(String label)
Searches for a single instance of Metier.
|
protected Metier |
MetierDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Metier> |
MetierDaoBase.create(Collection<Metier> entities)
Creates a new instance of Metier and adds
from the passed in
entities collection |
Collection<Metier> |
MetierDao.create(Collection<Metier> entities)
Creates a new instance of Metier and adds
from the passed in
entities collection |
Collection<Metier> |
MetierDaoBase.loadAll()
Loads all entities of type
Metier . |
Collection<Metier> |
MetierDao.loadAll()
Loads all entities of type
Metier . |
Set<Metier> |
MetierDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Metier> |
MetierDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
Metier.compareTo(Metier o) |
Object |
MetierDaoBase.create(int transform,
Metier metier)
Does the same thing as
MetierDao.create(Metier) with an
additional flag called transform . |
Object |
MetierDao.create(int transform,
Metier metier)
Does the same thing as
MetierDao.create(Metier) with an
additional flag called transform . |
Metier |
MetierDaoBase.create(Metier metier)
Creates an instance of Metier and adds it to the persistent store.
|
Metier |
MetierDao.create(Metier metier)
Creates an instance of Metier and adds it to the persistent store.
|
void |
MetierDaoBase.remove(Metier metier)
Removes the instance of Metier from the persistent store.
|
void |
MetierDao.remove(Metier metier)
Removes the instance of Metier from the persistent store.
|
Object |
MetierDaoBase.transformEntity(int transform,
Metier 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 MetierDao , please note
that the MetierDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
MetierDao.transformEntity(int transform,
Metier 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.referential.metier.MetierDao , please note
that the MetierDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
MetierDaoBase.update(Metier metier)
Updates the
metier instance in the persistent store. |
void |
MetierDao.update(Metier metier)
Updates the
metier instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Metier> |
MetierDaoBase.create(Collection<Metier> entities)
Creates a new instance of Metier and adds
from the passed in
entities collection |
Collection<Metier> |
MetierDao.create(Collection<Metier> entities)
Creates a new instance of Metier and adds
from the passed in
entities collection |
Collection<?> |
MetierDaoBase.create(int transform,
Collection<Metier> entities)
Does the same thing as
MetierDao.create(Metier) with an
additional flag called transform . |
Collection<?> |
MetierDao.create(int transform,
Collection<Metier> entities)
Does the same thing as
MetierDao.create(Metier) with an
additional flag called transform . |
void |
MetierDaoBase.remove(Collection<Metier> entities)
Removes all entities in the given
entities collection. |
void |
MetierDao.remove(Collection<Metier> entities)
Removes all entities in the given
entities collection. |
void |
MetierDaoBase.update(Collection<Metier> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
MetierDao.update(Collection<Metier> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Metier |
Fishery2Metier.getMetier()
Métier, qui peut etre un métier de peche ou non.
|
Modifier and Type | Method and Description |
---|---|
Fishery2Metier |
Fishery2MetierDaoBase.create(Fishery fishery,
Metier metier)
Creates a new
Fishery2Metier
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery2Metier |
Fishery2MetierDao.create(Fishery fishery,
Metier metier)
Creates a new
Fishery2Metier
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
Fishery2MetierDaoBase.create(int transform,
Fishery fishery,
Metier metier)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
Fishery2MetierDao.create(int transform,
Fishery fishery,
Metier metier)
Does the same thing as
#create() with an
additional flag called transform . |
static Fishery2Metier |
Fishery2Metier.Factory.newInstance(Fishery fishery,
Metier metier)
Constructs a new instance of
Fishery2Metier , taking all possible properties
(except the identifier(s))as arguments. |
void |
Fishery2Metier.setMetier(Metier metierIn)
Métier, qui peut etre un métier de peche ou non.
|
Copyright © 2012–2014 IFREMER. All rights reserved.