Modifier and Type | Method and Description |
---|---|
Operation |
DenormalizedBatch.getOperation()
L'opération à laquelle est rattachée l'arbre d'échantillonnage.
|
Modifier and Type | Method and Description |
---|---|
static DenormalizedBatch |
DenormalizedBatch.Factory.newInstance(String label,
Short rankOrder,
Short flatRankOrder,
Float weight,
Float indirectWeight,
Float elevateContextWeight,
Float indirectContextWeight,
Float elevateWeight,
Integer individualCount,
Integer indirectIndividualCount,
Integer elevateIndividualCount,
Float samplingRatio,
String samplingRatioText,
Boolean exhaustiveInventory,
Boolean childBatchsReplication,
String comments,
Short treeLevel,
String treeIndent,
String sortingValuesText,
Boolean isLanding,
Boolean isDiscard,
Timestamp updateDate,
Method weightMethod,
QualityFlag qualityFlag,
TaxonGroup inheritedTaxonGroup,
TaxonGroup calculatedTaxonGroup,
ReferenceTaxon inheritedReferenceTaxon,
Collection<DenormalizedBatch> childBatchs,
DenormalizedBatch parentBatch,
Operation operation,
Sale sale,
Collection<DenormalisedBatchSortingValue> denormalisedBatchSortingValues,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup)
Constructs a new instance of
DenormalizedBatch , taking all possible properties
(except the identifier(s))as arguments. |
void |
DenormalizedBatch.setOperation(Operation operationIn)
L'opération à laquelle est rattachée l'arbre d'échantillonnage.
|
Modifier and Type | Class and Description |
---|---|
class |
FishingOperation
Opération de peche durant laquelle un prélèvement peut etre effectué, au cours d'une sortie en
mer (marée observée en mer, marée enquetée au débarquement, sortie lors d'une campagne à la mer,
etc.).
|
class |
FishingOperationImpl |
class |
OperationImpl |
Modifier and Type | Method and Description |
---|---|
Operation |
OperationDaoBase.create(Operation operation)
Creates an instance of Operation and adds it to the persistent store.
|
Operation |
OperationDao.create(Operation operation)
Creates an instance of Operation and adds it to the persistent store.
|
Operation |
OperationDaoBase.create(QualityFlag qualityFlag,
Vessel vessel)
Creates a new
Operation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Operation |
OperationDao.create(QualityFlag qualityFlag,
Vessel vessel)
Creates a new
Operation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Operation |
OperationDaoBase.create(String name,
Short rankOrderOnPeriod,
Date startDateTime,
Date endDateTime,
Boolean isMainOperation,
LineString position,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments)
Creates a new
Operation
instance from all attributes and adds it to
the persistent store. |
Operation |
OperationDao.create(String name,
Short rankOrderOnPeriod,
Date startDateTime,
Date endDateTime,
Boolean isMainOperation,
LineString position,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments)
Creates a new
Operation
instance from all attributes and adds it to
the persistent store. |
Operation |
OperationDaoBase.get(Integer id)
Gets an instance of Operation from the persistent store.
|
Operation |
OperationDao.get(Integer id)
Gets an instance of Operation from the persistent store.
|
Operation |
OperationVesselAssociation.getOperation()
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
Operation |
OperationDaoBase.load(Integer id)
Loads an instance of Operation from the persistent store.
|
Operation |
OperationDao.load(Integer id)
Loads an instance of Operation from the persistent store.
|
static Operation |
Operation.Factory.newInstance()
Constructs a new instance of
Operation . |
static Operation |
Operation.Factory.newInstance(QualityFlag qualityFlag,
Vessel vessel)
Constructs a new instance of
Operation , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Operation |
Operation.Factory.newInstance(String name,
Short rankOrderOnPeriod,
Date startDateTime,
Date endDateTime,
Boolean isMainOperation,
LineString position,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Collection<VesselPersonFeatures> vesselPersonFeatures,
QualityFlag qualityFlag,
Vessel vessel,
Collection<OperationVesselAssociation> operationVesselAssociations,
Collection<GearUseFeatures> gearUseFeatures,
Collection<VesselUseFeatures> vesselUseFeatures,
GearPhysicalFeatures gearPhysicalFeatures,
Collection<VesselPositionVMS> vesselPositionVMSs,
Collection<VesselPosition> vesselPositions,
FishingTrip fishingTrip)
Constructs a new instance of
Operation , taking all possible properties
(except the identifier(s))as arguments. |
protected Operation |
OperationDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Operation> |
OperationDaoBase.create(Collection<Operation> entities)
Creates a new instance of Operation and adds
from the passed in
entities collection |
Collection<Operation> |
OperationDao.create(Collection<Operation> entities)
Creates a new instance of Operation and adds
from the passed in
entities collection |
Collection<Operation> |
OperationDaoBase.loadAll()
Loads all entities of type
Operation . |
Collection<Operation> |
OperationDao.loadAll()
Loads all entities of type
Operation . |
Set<Operation> |
OperationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Operation> |
OperationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
Operation.compareTo(Operation o) |
OperationVesselAssociation |
OperationVesselAssociationDaoBase.create(Boolean isCatchOnOperationVessel,
Operation operation,
Vessel vessel)
Creates a new
OperationVesselAssociation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
OperationVesselAssociation |
OperationVesselAssociationDao.create(Boolean isCatchOnOperationVessel,
Operation operation,
Vessel vessel)
Creates a new
OperationVesselAssociation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
OperationVesselAssociationDaoBase.create(int transform,
Boolean isCatchOnOperationVessel,
Operation operation,
Vessel vessel)
Does the same thing as
#create(Boolean) with an
additional flag called transform . |
Object |
OperationVesselAssociationDao.create(int transform,
Boolean isCatchOnOperationVessel,
Operation operation,
Vessel vessel)
Does the same thing as
#create(Boolean) with an
additional flag called transform . |
Object |
OperationDaoBase.create(int transform,
Operation operation)
Does the same thing as
OperationDao.create(Operation) with an
additional flag called transform . |
Object |
OperationDao.create(int transform,
Operation operation)
Does the same thing as
OperationDao.create(Operation) with an
additional flag called transform . |
Operation |
OperationDaoBase.create(Operation operation)
Creates an instance of Operation and adds it to the persistent store.
|
Operation |
OperationDao.create(Operation operation)
Creates an instance of Operation and adds it to the persistent store.
|
static OperationVesselAssociation |
OperationVesselAssociation.Factory.newInstance(Boolean isCatchOnOperationVessel,
String comments,
Vessel vessel,
Operation operation)
Constructs a new instance of
OperationVesselAssociation , taking all possible properties
(except the identifier(s))as arguments. |
static OperationVesselAssociation |
OperationVesselAssociation.Factory.newInstance(Boolean isCatchOnOperationVessel,
Vessel vessel,
Operation operation)
Constructs a new instance of
OperationVesselAssociation , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
OperationDaoBase.remove(Operation operation)
Removes the instance of Operation from the persistent store.
|
void |
OperationDao.remove(Operation operation)
Removes the instance of Operation from the persistent store.
|
void |
OperationVesselAssociation.setOperation(Operation operationIn)
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
Object |
OperationDaoBase.transformEntity(int transform,
Operation 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 OperationDao , please note
that the OperationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
OperationDao.transformEntity(int transform,
Operation 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.data.operation.OperationDao , please note
that the OperationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
OperationDaoBase.update(Operation operation)
Updates the
operation instance in the persistent store. |
void |
OperationDao.update(Operation operation)
Updates the
operation instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Operation> |
OperationDaoBase.create(Collection<Operation> entities)
Creates a new instance of Operation and adds
from the passed in
entities collection |
Collection<Operation> |
OperationDao.create(Collection<Operation> entities)
Creates a new instance of Operation and adds
from the passed in
entities collection |
Collection<?> |
OperationDaoBase.create(int transform,
Collection<Operation> entities)
Does the same thing as
OperationDao.create(Operation) with an
additional flag called transform . |
Collection<?> |
OperationDao.create(int transform,
Collection<Operation> entities)
Does the same thing as
OperationDao.create(Operation) with an
additional flag called transform . |
void |
OperationDaoBase.remove(Collection<Operation> entities)
Removes all entities in the given
entities collection. |
void |
OperationDao.remove(Collection<Operation> entities)
Removes all entities in the given
entities collection. |
void |
OperationDaoBase.update(Collection<Operation> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
OperationDao.update(Collection<Operation> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Operation> |
FishingTrip.getOperations()
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
Modifier and Type | Method and Description |
---|---|
boolean |
FishingTrip.addOperations(Operation elementToAdd)
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
boolean |
FishingTrip.removeOperations(Operation elementToRemove)
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
Modifier and Type | Method and Description |
---|---|
static FishingTrip |
FishingTrip.Factory.newInstance(Date departureDateTime,
Date returnDateTime,
LineString position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location returnLocation,
Location departureLocation,
Collection<VesselPersonFeatures> vesselPersonFeatures,
Department recorderDepartment,
Person recorderPerson,
Collection<Operation> operations,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<Landing> landings,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
ScientificCruise scientificCruise,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
Collection<FishingTripOrigin> fishingTripOrigins,
Collection<Transshipment> transshipments,
Collection<PlaygroundFishingTripVesselMaster> playgroundFishingTripVesselMasters,
Collection<PlaygroundVesselOwner> playgroundVesselOwners,
Collection<PlaygroundFishingEffortZone> playgroundFishingEffortZones)
Constructs a new instance of
FishingTrip , taking all possible properties
(except the identifier(s))as arguments. |
static ObservedFishingTrip |
ObservedFishingTrip.Factory.newInstance(Date departureDateTime,
Date returnDateTime,
LineString position,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Location returnLocation,
Location departureLocation,
Collection<VesselPersonFeatures> vesselPersonFeatures,
Department recorderDepartment,
Person recorderPerson,
Collection<Operation> operations,
Collection<SurveyMeasurement> surveyMeasurements,
Collection<VesselUseFeatures> vesselUseFeatures,
Collection<GearPhysicalFeatures> gearPhysicalFeatures,
Collection<Landing> landings,
DeclaredDocumentReference declaredDocumentReference,
Collection<Sale> sales,
ScientificCruise scientificCruise,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
Collection<FishingTripOrigin> fishingTripOrigins,
Collection<Transshipment> transshipments,
Collection<PlaygroundFishingTripVesselMaster> playgroundFishingTripVesselMasters,
Collection<PlaygroundVesselOwner> playgroundVesselOwners,
Collection<PlaygroundFishingEffortZone> playgroundFishingEffortZones,
Collection<Person> observerPersons,
SamplingStrata samplingStrata,
Collection<ExpectedSale> expectedSales)
Constructs a new instance of
ObservedFishingTrip , taking all possible properties
(except the identifier(s))as arguments. |
void |
FishingTrip.setOperations(Collection<Operation> operationsIn)
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
Modifier and Type | Method and Description |
---|---|
Operation |
VesselPersonFeatures.getOperation()
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
Modifier and Type | Method and Description |
---|---|
static VesselPersonFeatures |
VesselPersonFeatures.Factory.newInstance(Date startDate,
Date endDate,
Short rankOrder,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Person person,
Operation operation,
Collection<VesselPersonMeasurement> vesselPersonMeasurements,
QualityFlag qualityFlag,
Vessel vessel,
Program program,
Collection<VesselPersonRole> vesselPersonRoles,
VesselPerson vesselPerson,
EconomicalSurvey economicalSurvey,
FishingTrip fishingTrip)
Constructs a new instance of
VesselPersonFeatures , taking all possible properties
(except the identifier(s))as arguments. |
void |
VesselPersonFeatures.setOperation(Operation operationIn)
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
Modifier and Type | Method and Description |
---|---|
Collection<Operation> |
GearPhysicalFeatures.getOperations()
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
Modifier and Type | Method and Description |
---|---|
boolean |
GearPhysicalFeatures.addOperations(Operation elementToAdd)
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
boolean |
GearPhysicalFeatures.removeOperations(Operation elementToRemove)
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
Modifier and Type | Method and Description |
---|---|
static GearPhysicalFeatures |
GearPhysicalFeatures.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,
FishingTrip fishingTrip,
Gear otherGear,
Collection<Operation> operations,
Collection<GearPhysicalMeasurement> gearPhysicalMeasurements,
Gear gear,
Collection<GearPhysicalFeaturesOrigin> gearPhysicalFeaturesOrigins,
PhysicalGearSurvey physicalGearSurvey)
Constructs a new instance of
GearPhysicalFeatures , taking all possible properties
(except the identifier(s))as arguments. |
void |
GearPhysicalFeatures.setOperations(Collection<Operation> operationsIn)
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
Modifier and Type | Method and Description |
---|---|
Operation |
VesselUseFeatures.getOperation()
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
Operation |
GearUseFeatures.getOperation()
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
Modifier and Type | Method and Description |
---|---|
static VesselUseFeatures |
VesselUseFeatures.Factory.newInstance(Date startDate,
Date endDate,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Program program,
QualityFlag qualityFlag,
Vessel vessel,
Integer isActive,
DailyActivityCalendar dailyActivityCalendar,
Location basePortLocation,
Operation operation,
Collection<VesselUseMeasurement> vesselUseMeasurements,
Collection<VesselUseFeaturesOrigin> vesselUseFeaturesOrigins,
ActivityCalendar activityCalendar,
EconomicalSurvey economicalSurvey,
FishingEffortCalendar fishingEffortCalendar,
FishingTrip fishingTrip,
Collection<FishingArea> fishingAreas)
Constructs a new instance of
VesselUseFeatures , taking all possible properties
(except the identifier(s))as arguments. |
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 |
VesselUseFeatures.setOperation(Operation operationIn)
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
void |
GearUseFeatures.setOperation(Operation operationIn)
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
Modifier and Type | Method and Description |
---|---|
Operation |
VesselPositionVMS.getOperation()
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
Operation |
VesselPosition.getOperation()
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
Modifier and Type | Method and Description |
---|---|
static VesselPositionVMS |
VesselPositionVMS.Factory.newInstance(Date dateTime,
Float latitude,
Float longitude,
BigDecimal vesselSpeed,
BigDecimal vesselDirection,
Date controlDate,
Date validationDate,
Date qualificationDate,
Timestamp updateDate,
Point position,
Collection<VesselPositionMeasurement> vesselPositionMeasurements,
Department recorderDepartment,
Operation operation,
Vessel vessel,
ProcessingHistory processingHistory,
Program program,
QualityFlag qualityFlag)
Constructs a new instance of
VesselPositionVMS , taking all possible properties
(except the identifier(s))as arguments. |
static VesselPosition |
VesselPosition.Factory.newInstance(Date dateTime,
Float latitude,
Float longitude,
BigDecimal vesselSpeed,
BigDecimal vesselDirection,
Date controlDate,
Date validationDate,
Date qualificationDate,
Timestamp updateDate,
Point position,
Program program,
Department recorderDepartment,
Operation operation,
QualityFlag qualityFlag,
ProcessingHistory processingHistory,
Vessel vessel)
Constructs a new instance of
VesselPosition , taking all possible properties
(except the identifier(s))as arguments. |
void |
VesselPositionVMS.setOperation(Operation operationIn)
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
void |
VesselPosition.setOperation(Operation operationIn)
Opération éffectuée dans le cadre d'une marée (observée en mer, observée au débarquement,
campagne
en mer, marée déclarée, etc.).
|
Copyright © 2012–2014 IFREMER. All rights reserved.