| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.batch |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchExhaustiveInventoryImpl |
| Modifier and Type | Method and Description |
|---|---|
BatchExhaustiveInventory |
BatchExhaustiveInventoryDaoBase.create(BatchExhaustiveInventory batchExhaustiveInventory) |
BatchExhaustiveInventory |
BatchExhaustiveInventoryDao.create(BatchExhaustiveInventory batchExhaustiveInventory)
Creates an instance of fr.ifremer.adagio.core.dao.data.batch.BatchExhaustiveInventory and adds it to the persistent store.
|
BatchExhaustiveInventory |
BatchExhaustiveInventoryDaoBase.create(Short priorityLevel,
Batch batch) |
BatchExhaustiveInventory |
BatchExhaustiveInventoryDao.create(Short priorityLevel,
Batch batch)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.BatchExhaustiveInventory
instance from all attributes and
properties and adds it to the persistent store. |
BatchExhaustiveInventory |
BatchExhaustiveInventoryDaoBase.load(Integer id) |
BatchExhaustiveInventory |
BatchExhaustiveInventoryDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.data.batch.BatchExhaustiveInventory from the persistent store.
|
static BatchExhaustiveInventory |
BatchExhaustiveInventory.Factory.newInstance()
Constructs a new instance of
BatchExhaustiveInventory. |
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. |
protected BatchExhaustiveInventory |
BatchExhaustiveInventoryDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<BatchExhaustiveInventory> |
BatchExhaustiveInventoryDaoBase.create(Collection<BatchExhaustiveInventory> entities) |
Collection<BatchExhaustiveInventory> |
BatchExhaustiveInventoryDao.create(Collection<BatchExhaustiveInventory> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.batch.BatchExhaustiveInventory and adds
from the passed in
entities collection |
Collection<BatchExhaustiveInventory> |
Batch.getBatchExhaustiveInventories()
Liste les niveaux d'exhautivité, c'est à dire les listes
concernés par l'éxhautivité.
|
Collection<BatchExhaustiveInventory> |
BatchExhaustiveInventoryDaoBase.loadAll() |
Collection<BatchExhaustiveInventory> |
BatchExhaustiveInventoryDao.loadAll()
Loads all entities of type
BatchExhaustiveInventory. |
Set<BatchExhaustiveInventory> |
BatchExhaustiveInventoryDaoBase.search(Search search) |
Set<BatchExhaustiveInventory> |
BatchExhaustiveInventoryDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
BatchExhaustiveInventory |
BatchExhaustiveInventoryDaoBase.create(BatchExhaustiveInventory batchExhaustiveInventory) |
BatchExhaustiveInventory |
BatchExhaustiveInventoryDao.create(BatchExhaustiveInventory batchExhaustiveInventory)
Creates an instance of fr.ifremer.adagio.core.dao.data.batch.BatchExhaustiveInventory and adds it to the persistent store.
|
Object |
BatchExhaustiveInventoryDaoBase.create(int transform,
BatchExhaustiveInventory batchExhaustiveInventory) |
Object |
BatchExhaustiveInventoryDao.create(int transform,
BatchExhaustiveInventory batchExhaustiveInventory)
Does the same thing as
BatchExhaustiveInventoryDao.create(fr.ifremer.adagio.core.dao.data.batch.BatchExhaustiveInventory) with an
additional flag called transform. |
void |
BatchExhaustiveInventoryDaoBase.remove(BatchExhaustiveInventory batchExhaustiveInventory) |
void |
BatchExhaustiveInventoryDao.remove(BatchExhaustiveInventory batchExhaustiveInventory)
Removes the instance of fr.ifremer.adagio.core.dao.data.batch.BatchExhaustiveInventory from the persistent store.
|
protected Object |
BatchExhaustiveInventoryDaoBase.transformEntity(int transform,
BatchExhaustiveInventory 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.BatchExhaustiveInventoryDao, please note
that the BatchExhaustiveInventoryDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
BatchExhaustiveInventoryDaoBase.update(BatchExhaustiveInventory batchExhaustiveInventory) |
void |
BatchExhaustiveInventoryDao.update(BatchExhaustiveInventory batchExhaustiveInventory)
Updates the
batchExhaustiveInventory instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<BatchExhaustiveInventory> |
BatchExhaustiveInventoryDaoBase.create(Collection<BatchExhaustiveInventory> entities) |
Collection<BatchExhaustiveInventory> |
BatchExhaustiveInventoryDao.create(Collection<BatchExhaustiveInventory> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.batch.BatchExhaustiveInventory and adds
from the passed in
entities collection |
Collection<?> |
BatchExhaustiveInventoryDaoBase.create(int transform,
Collection<BatchExhaustiveInventory> entities) |
Collection<?> |
BatchExhaustiveInventoryDao.create(int transform,
Collection<BatchExhaustiveInventory> entities)
Does the same thing as
BatchExhaustiveInventoryDao.create(fr.ifremer.adagio.core.dao.data.batch.BatchExhaustiveInventory) with an
additional flag called transform. |
Object |
SortingBatchDaoBase.create(int transform,
Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Float samplingRatio,
String samplingRatioText,
TaxonGroup taxonGroup,
CatchBatch rootBatch,
ReferenceTaxon referenceTaxon,
Collection<SortingMeasurement> sortingMeasurements) |
Object |
SortingBatchDao.create(int transform,
Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Float samplingRatio,
String samplingRatioText,
TaxonGroup taxonGroup,
CatchBatch rootBatch,
ReferenceTaxon referenceTaxon,
Collection<SortingMeasurement> sortingMeasurements)
Does the same thing as
#create(java.lang.Short,java.lang.Float,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.lang.String,java.lang.String,java.util.Collection with an
additional flag called transform. |
Object |
CatchBatchDaoBase.create(int transform,
Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
String synchronizationStatus,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
BatchModel batchModel,
Sale sale,
Landing landing,
FishingOperation fishingOperation) |
Object |
CatchBatchDao.create(int transform,
Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
String synchronizationStatus,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
BatchModel batchModel,
Sale sale,
Landing landing,
FishingOperation fishingOperation)
Does the same thing as
#create(java.lang.Short,java.lang.Float,java.lang.Integer,java.lang.Boolean,java.lang.Boolean,java.lang.String,java.lang.String,java.util.Collection with an
additional flag called transform. |
SortingBatch |
SortingBatchDaoBase.create(Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Float samplingRatio,
String samplingRatioText,
TaxonGroup taxonGroup,
CatchBatch rootBatch,
ReferenceTaxon referenceTaxon,
Collection<SortingMeasurement> sortingMeasurements) |
SortingBatch |
SortingBatchDao.create(Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Float samplingRatio,
String samplingRatioText,
TaxonGroup taxonGroup,
CatchBatch rootBatch,
ReferenceTaxon referenceTaxon,
Collection<SortingMeasurement> sortingMeasurements)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.SortingBatch
instance from all attributes and
properties and adds it to the persistent store. |
CatchBatch |
CatchBatchDaoBase.create(Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
String synchronizationStatus,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
BatchModel batchModel,
Sale sale,
Landing landing,
FishingOperation fishingOperation) |
CatchBatch |
CatchBatchDao.create(Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
String synchronizationStatus,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
BatchModel batchModel,
Sale sale,
Landing landing,
FishingOperation fishingOperation)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.CatchBatch
instance from all attributes and
properties and adds it to the persistent store. |
static SortingBatch |
SortingBatch.Factory.newInstance(Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Float samplingRatio,
String samplingRatioText,
TaxonGroup taxonGroup,
CatchBatch rootBatch,
ReferenceTaxon referenceTaxon,
Collection<SortingMeasurement> sortingMeasurements)
Constructs a new instance of
SortingBatch, taking all possible properties
(except the identifier(s))as arguments. |
static CatchBatch |
CatchBatch.Factory.newInstance(Short rankOrder,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
String label,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Location location,
QualityFlag qualityFlag,
Collection<Batch> childBatchs,
Batch parentBatch,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
String synchronizationStatus,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
BatchModel batchModel,
Sale sale,
Landing landing,
FishingOperation fishingOperation)
Constructs a new instance of
CatchBatch, taking all possible properties
(except the identifier(s))as arguments. |
void |
BatchExhaustiveInventoryDaoBase.remove(Collection<BatchExhaustiveInventory> entities) |
void |
BatchExhaustiveInventoryDao.remove(Collection<BatchExhaustiveInventory> entities)
Removes all entities in the given
entities |
void |
Batch.setBatchExhaustiveInventories(Collection<BatchExhaustiveInventory> batchExhaustiveInventories) |
void |
BatchExhaustiveInventoryDaoBase.update(Collection<BatchExhaustiveInventory> entities) |
void |
BatchExhaustiveInventoryDao.update(Collection<BatchExhaustiveInventory> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.