Package | Description |
---|---|
fr.ifremer.adagio.core.dao.data.batch | |
fr.ifremer.adagio.core.dao.data.measure | |
fr.ifremer.adagio.core.dao.data.produce | |
fr.ifremer.adagio.core.dao.data.sample |
Modifier and Type | Class and Description |
---|---|
class |
BatchImpl |
class |
CatchBatch
Capture réalisée au cours d'une opération, et sur laquelle un échantillonnage est réalisé.
|
class |
CatchBatchImpl |
class |
SortingBatch
Lot avec critères de classement.
|
class |
SortingBatchImpl |
Modifier and Type | Method and Description |
---|---|
Batch |
BatchDaoBase.get(Integer id)
Gets an instance of Batch from the persistent store.
|
Batch |
BatchDao.get(Integer id)
Gets an instance of Batch from the persistent store.
|
Batch |
BatchExhaustiveInventory.getBatch()
Lot exhautif auquel est rattaché la précision sur la liste d'espèces concernées par
l'exhautivité.
|
Batch |
Batch.getParentBatch()
Lot échantillonné ou lot composant une capture réelle.
|
Batch |
BatchDaoBase.load(Integer id)
Loads an instance of Batch from the persistent store.
|
Batch |
BatchDao.load(Integer id)
Loads an instance of Batch from the persistent store.
|
protected Batch |
BatchDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Batch> |
Batch.getChildBatchs()
Lot échantillonné ou lot composant une capture réelle.
|
Collection<Batch> |
BatchDaoBase.loadAll()
Loads all entities of type
Batch . |
Collection<Batch> |
BatchDao.loadAll()
Loads all entities of type
Batch . |
Set<Batch> |
BatchDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Batch> |
BatchDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Batch.addChildBatchs(Batch elementToAdd)
Lot échantillonné ou lot composant une capture réelle.
|
int |
Batch.compareTo(Batch o) |
protected void |
CatchBatchDaoImpl.computeTechnicalWeights(Batch batch) |
BatchExhaustiveInventory |
BatchExhaustiveInventoryDaoBase.create(Batch batch,
Short priorityLevel)
Creates a new
BatchExhaustiveInventory
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
BatchExhaustiveInventory |
BatchExhaustiveInventoryDao.create(Batch batch,
Short priorityLevel)
Creates a new
BatchExhaustiveInventory
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
BatchExhaustiveInventoryDaoBase.create(int transform,
Batch batch,
Short priorityLevel)
Does the same thing as
BatchExhaustiveInventoryDao.create(Short) with an
additional flag called transform . |
Object |
BatchExhaustiveInventoryDao.create(int transform,
Batch batch,
Short priorityLevel)
Does the same thing as
BatchExhaustiveInventoryDao.create(Short) with an
additional flag called transform . |
QuantificationMeasurement |
CatchBatchExtendDao.getQuantificationMeasurement(Batch batch,
Integer pmfmId,
Integer recorderDepartmentId,
boolean createIfNotExists) |
QuantificationMeasurement |
CatchBatchDaoImpl.getQuantificationMeasurement(Batch batch,
Integer pmfmId,
Integer recorderDepartmentId,
boolean createIfNotExists) |
static BatchExhaustiveInventory |
BatchExhaustiveInventory.Factory.newInstance(Short priorityLevel,
Batch batch)
Constructs a new instance of
BatchExhaustiveInventory , taking all possible properties
(except the identifier(s))as arguments. |
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. |
static SortingBatch |
SortingBatch.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,
Float samplingRatio,
String samplingRatioText,
ReferenceTaxon referenceTaxon,
CatchBatch rootBatch,
TaxonGroup taxonGroup,
Collection<SortingMeasurement> sortingMeasurements)
Constructs a new instance of
SortingBatch , taking all possible properties
(except the identifier(s))as arguments. |
void |
BatchDaoBase.remove(Batch batch)
Removes the instance of Batch from the persistent store.
|
void |
BatchDao.remove(Batch batch)
Removes the instance of Batch from the persistent store.
|
boolean |
Batch.removeChildBatchs(Batch elementToRemove)
Lot échantillonné ou lot composant une capture réelle.
|
void |
BatchExhaustiveInventory.setBatch(Batch batchIn)
Lot exhautif auquel est rattaché la précision sur la liste d'espèces concernées par
l'exhautivité.
|
void |
Batch.setParentBatch(Batch parentBatchIn)
Lot échantillonné ou lot composant une capture réelle.
|
QuantificationMeasurement |
CatchBatchExtendDao.setQuantificationMeasurement(Batch batch,
Integer pmfmId,
Integer recorderDepartmentId,
Float weightValue,
boolean isReferenceQuantitification) |
QuantificationMeasurement |
CatchBatchDaoImpl.setQuantificationMeasurement(Batch batch,
Integer pmfmId,
Integer recorderDepartmentId,
Float weightValue,
boolean isReferenceQuantitification) |
Object |
BatchDaoBase.transformEntity(int transform,
Batch 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 BatchDao , please note
that the BatchDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
BatchDao.transformEntity(int transform,
Batch 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.batch.BatchDao , please note
that the BatchDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
BatchDaoBase.update(Batch batch)
Updates the
batch instance in the persistent store. |
void |
BatchDao.update(Batch batch)
Updates the
batch instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
protected void |
CatchBatchDaoImpl.applyInheritance(Collection<Batch> batchs,
List<SortingMeasurement> inheritedSortingMeasurements,
Integer inheritedTaxonGroupId,
Integer inheritedReferenceTaxonId,
boolean inheritedExhaustiveInventory,
int treeLevel) |
SortingBatch |
CatchBatchExtendDao.getSortingBatch(Collection<Batch> batchs,
Object... params)
retrieve a sorting batch, from path give in params. i.e:
getSortingBatch(sortingBatchCollection, PMFM_ID, PmfmId.SEX, QualitativeValueId.FEMALE) |
SortingBatch |
CatchBatchDaoImpl.getSortingBatch(Collection<Batch> batchs,
Object... params) |
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. |
static SortingBatch |
SortingBatch.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,
Float samplingRatio,
String samplingRatioText,
ReferenceTaxon referenceTaxon,
CatchBatch rootBatch,
TaxonGroup taxonGroup,
Collection<SortingMeasurement> sortingMeasurements)
Constructs a new instance of
SortingBatch , taking all possible properties
(except the identifier(s))as arguments. |
void |
BatchDaoBase.remove(Collection<Batch> entities)
Removes all entities in the given
entities collection. |
void |
BatchDao.remove(Collection<Batch> entities)
Removes all entities in the given
entities collection. |
void |
Batch.setChildBatchs(Collection<Batch> childBatchsIn)
Lot échantillonné ou lot composant une capture réelle.
|
void |
BatchDaoBase.update(Collection<Batch> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
BatchDao.update(Collection<Batch> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Batch |
QuantificationMeasurement.getBatch()
Lot auquel est rattaché la mesure de quantification (optionnel).
|
Modifier and Type | Method and Description |
---|---|
Object |
QuantificationMeasurementDaoBase.create(int transform,
Pmfm pmfm,
QualityFlag qualityFlag,
Batch batch)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
QuantificationMeasurementDao.create(int transform,
Pmfm pmfm,
QualityFlag qualityFlag,
Batch batch)
Does the same thing as
#create() with an
additional flag called transform . |
QuantificationMeasurement |
QuantificationMeasurementDaoBase.create(Pmfm pmfm,
QualityFlag qualityFlag,
Batch batch)
Creates a new
QuantificationMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
QuantificationMeasurement |
QuantificationMeasurementDao.create(Pmfm pmfm,
QualityFlag qualityFlag,
Batch batch)
Creates a new
QuantificationMeasurement
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static QuantificationMeasurement |
QuantificationMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
AggregationLevel aggregationLevel,
QualitativeValue qualitativeValue,
QualityFlag qualityFlag,
PrecisionType precisionType,
AnalysisInstrument analysisInstrument,
Pmfm pmfm,
Department department,
NumericalPrecision numericalPrecision,
Short subgroupNumber,
Boolean isReferenceQuantification,
Batch batch)
Constructs a new instance of
QuantificationMeasurement , taking all possible properties
(except the identifier(s))as arguments. |
static QuantificationMeasurement |
QuantificationMeasurement.Factory.newInstance(QualityFlag qualityFlag,
Pmfm pmfm,
Batch batch)
Constructs a new instance of
QuantificationMeasurement , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
QuantificationMeasurement.setBatch(Batch batchIn)
Lot auquel est rattaché la mesure de quantification (optionnel).
|
Modifier and Type | Method and Description |
---|---|
Batch |
Produce.getBatch()
Lot d'origine du produit (Optionel)
|
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.setBatch(Batch batchIn)
Lot d'origine du produit (Optionel)
|
Modifier and Type | Method and Description |
---|---|
Batch |
Sample.getBatch()
Lot auquel appartient l'échantillon analysé (optionnel).
|
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.setBatch(Batch batchIn)
Lot auquel appartient l'échantillon analysé (optionnel).
|
Copyright © 2012–2014 IFREMER. All rights reserved.