Modifier and Type | Method and Description |
---|---|
FishingOperation |
CatchBatch.getFishingOperation()
Opération de peche à laquelle est rattachée l'arbre d'échantillonnage (optionnel).
|
Modifier and Type | Method and Description |
---|---|
static CatchBatch |
CatchBatch.Factory.newInstance(Short rankOrder,
String label,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
Location location,
Batch parentBatch,
Collection<Batch> childBatchs,
QualityFlag qualityFlag,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<SortingBatch> sortingBatches,
FishingOperation fishingOperation,
BatchModel batchModel,
Landing landing,
Sale sale)
Constructs a new instance of
CatchBatch , taking all possible properties
(except the identifier(s))as arguments. |
void |
CatchBatch.setFishingOperation(FishingOperation fishingOperationIn)
Opération de peche à laquelle est rattachée l'arbre d'échantillonnage (optionnel).
|
Modifier and Type | Class and Description |
---|---|
class |
FishingOperationImpl |
Modifier and Type | Method and Description |
---|---|
FishingOperation |
FishingOperationDaoBase.create(Date fishingStartDateTime,
Date fishingEndDateTime,
Boolean hasCatch,
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
FishingOperation
instance from all attributes and adds it to
the persistent store. |
FishingOperation |
FishingOperationDao.create(Date fishingStartDateTime,
Date fishingEndDateTime,
Boolean hasCatch,
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
FishingOperation
instance from all attributes and adds it to
the persistent store. |
FishingOperation |
FishingOperationDaoBase.create(FishingOperation fishingOperation)
Creates an instance of FishingOperation and adds it to the persistent store.
|
FishingOperation |
FishingOperationDao.create(FishingOperation fishingOperation)
Creates an instance of FishingOperation and adds it to the persistent store.
|
FishingOperation |
FishingOperationDaoBase.create(QualityFlag qualityFlag,
Vessel vessel)
Creates a new
FishingOperation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingOperation |
FishingOperationDao.create(QualityFlag qualityFlag,
Vessel vessel)
Creates a new
FishingOperation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingOperation |
FishingOperationDaoBase.get(Integer id)
Gets an instance of FishingOperation from the persistent store.
|
FishingOperation |
FishingOperationDao.get(Integer id)
Gets an instance of FishingOperation from the persistent store.
|
FishingOperation |
FishingOperationDaoBase.load(Integer id)
Loads an instance of FishingOperation from the persistent store.
|
FishingOperation |
FishingOperationDao.load(Integer id)
Loads an instance of FishingOperation from the persistent store.
|
static FishingOperation |
FishingOperation.Factory.newInstance()
Constructs a new instance of
FishingOperation . |
static FishingOperation |
FishingOperation.Factory.newInstance(QualityFlag qualityFlag,
Vessel vessel)
Constructs a new instance of
FishingOperation , taking all required and/or
read-only properties as arguments, except for identifiers. |
static FishingOperation |
FishingOperation.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,
Date fishingStartDateTime,
Date fishingEndDateTime,
Boolean hasCatch,
Collection<Produce> produces,
CatchBatch catchBatch,
Collection<Sample> samples)
Constructs a new instance of
FishingOperation , taking all possible properties
(except the identifier(s))as arguments. |
protected FishingOperation |
FishingOperationDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<FishingOperation> |
FishingOperationDaoBase.create(Collection<FishingOperation> entities)
Creates a new instance of FishingOperation and adds
from the passed in
entities collection |
Collection<FishingOperation> |
FishingOperationDao.create(Collection<FishingOperation> entities)
Creates a new instance of FishingOperation and adds
from the passed in
entities collection |
Collection<FishingOperation> |
FishingOperationDaoBase.loadAll()
Loads all entities of type
FishingOperation . |
Collection<FishingOperation> |
FishingOperationDao.loadAll()
Loads all entities of type
FishingOperation . |
Set<FishingOperation> |
FishingOperationDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<FishingOperation> |
FishingOperationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
FishingOperation.compareTo(FishingOperation o) |
FishingOperation |
FishingOperationDaoBase.create(FishingOperation fishingOperation)
Creates an instance of FishingOperation and adds it to the persistent store.
|
FishingOperation |
FishingOperationDao.create(FishingOperation fishingOperation)
Creates an instance of FishingOperation and adds it to the persistent store.
|
Object |
FishingOperationDaoBase.create(int transform,
FishingOperation fishingOperation)
Does the same thing as
FishingOperationDao.create(FishingOperation) with an
additional flag called transform . |
Object |
FishingOperationDao.create(int transform,
FishingOperation fishingOperation)
Does the same thing as
FishingOperationDao.create(FishingOperation) with an
additional flag called transform . |
void |
FishingOperationDaoBase.remove(FishingOperation fishingOperation)
Removes the instance of FishingOperation from the persistent store.
|
void |
FishingOperationDao.remove(FishingOperation fishingOperation)
Removes the instance of FishingOperation from the persistent store.
|
Object |
FishingOperationDaoBase.transformEntity(int transform,
FishingOperation 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 FishingOperationDao , please note
that the FishingOperationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
FishingOperationDao.transformEntity(int transform,
FishingOperation 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.FishingOperationDao , please note
that the FishingOperationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
FishingOperationDaoBase.update(FishingOperation fishingOperation)
Updates the
fishingOperation instance in the persistent store. |
void |
FishingOperationDao.update(FishingOperation fishingOperation)
Updates the
fishingOperation instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<FishingOperation> |
FishingOperationDaoBase.create(Collection<FishingOperation> entities)
Creates a new instance of FishingOperation and adds
from the passed in
entities collection |
Collection<FishingOperation> |
FishingOperationDao.create(Collection<FishingOperation> entities)
Creates a new instance of FishingOperation and adds
from the passed in
entities collection |
Collection<?> |
FishingOperationDaoBase.create(int transform,
Collection<FishingOperation> entities)
Does the same thing as
FishingOperationDao.create(FishingOperation) with an
additional flag called transform . |
Collection<?> |
FishingOperationDao.create(int transform,
Collection<FishingOperation> entities)
Does the same thing as
FishingOperationDao.create(FishingOperation) with an
additional flag called transform . |
void |
FishingOperationDaoBase.remove(Collection<FishingOperation> entities)
Removes all entities in the given
entities collection. |
void |
FishingOperationDao.remove(Collection<FishingOperation> entities)
Removes all entities in the given
entities collection. |
void |
FishingOperationDaoBase.update(Collection<FishingOperation> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
FishingOperationDao.update(Collection<FishingOperation> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
FishingOperation |
Produce.getFishingOperation()
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.).
|
Modifier and Type | Method and Description |
---|---|
static Produce |
Produce.Factory.newInstance(Boolean isDiscard,
Float subgroupCount,
Short individualCount,
String taxonGroupOtherInformation,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Float weight,
Float cost,
TaxonGroup otherTaxonGroup,
TaxonGroup taxonGroup,
SaleType saleType,
Gear otherGear,
QualitativeValue dressing,
QualitativeValue preservation,
QualitativeValue sizeCategory,
QualitativeValue freshnessCategory,
Method weightMethod,
QualitativeValue transaction,
FishingOperation fishingOperation,
Batch batch,
Collection<ProduceSortingMeasurement> produceSortingMeasurements,
Collection<ProduceQuantificationMeasurement> produceQuantificationMeasurements,
QualityFlag qualityFlag,
Landing landing,
Sale sale,
Gear gear,
TakeOver takeOver,
Buyer buyer,
Collection<FishingArea> fishingAreas,
Transshipment transshipment,
ExpectedSale expectedSale)
Constructs a new instance of
Produce , taking all possible properties
(except the identifier(s))as arguments. |
void |
Produce.setFishingOperation(FishingOperation fishingOperationIn)
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.).
|
Modifier and Type | Method and Description |
---|---|
FishingOperation |
Sample.getFishingOperation()
Opération de prélèvement à laquelle est rattaché l'échantillon analysé.
|
Modifier and Type | Method and Description |
---|---|
static Sample |
Sample.Factory.newInstance(String label,
Date sampleDate,
Short individualCount,
Float size,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
Unit sizeUnit,
Department recorderDepartment,
Collection<Sample> childSamples,
Sample parentSample,
Person recorderPerson,
FishingOperation fishingOperation,
Collection<SampleMeasurement> sampleMeasurements,
TaxonGroup taxonGroup,
Matrix matrix,
QualityFlag qualityFlag,
Batch batch,
ReferenceTaxon referenceTaxon,
Program program)
Constructs a new instance of
Sample , taking all possible properties
(except the identifier(s))as arguments. |
void |
Sample.setFishingOperation(FishingOperation fishingOperationIn)
Opération de prélèvement à laquelle est rattaché l'échantillon analysé.
|
Modifier and Type | Method and Description |
---|---|
Collection<FishingOperation> |
FishingTrip.getFishingOperations()
Usefull getter for fishing operations (cast to FishingOperation not need)
|
Modifier and Type | Method and Description |
---|---|
void |
FishingTrip.setFishingOperations(Collection<FishingOperation> fishingOperationsIn)
Usefull setter for fishing operations (cast to FishingOperation not need)
|
Copyright © 2012–2014 IFREMER. All rights reserved.