| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.administration.programStrategy | |
| fr.ifremer.adagio.core.dao.data.batch |
| Modifier and Type | Method and Description |
|---|---|
BatchModel |
BatchModelAppliedStrategy.getBatchModel() |
| Modifier and Type | Method and Description |
|---|---|
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDao.create(BatchModel batchModel,
AcquisitionLevel acquisitionLevel,
AppliedStrategy appliedStrategy)
Creates a new
fr.ifremer.adagio.core.dao.administration.programStrategy.BatchModelAppliedStrategy
instance from all attributes and
properties and adds it to the persistent store. |
BatchModelAppliedStrategy |
BatchModelAppliedStrategyDaoBase.create(BatchModel batchModel,
AcquisitionLevel acquisitionLevel,
AppliedStrategy appliedStrategy) |
Object |
BatchModelAppliedStrategyDao.create(int transform,
BatchModel batchModel,
AcquisitionLevel acquisitionLevel,
AppliedStrategy appliedStrategy)
Does the same thing as
BatchModelAppliedStrategyDao.create(fr.ifremer.adagio.core.dao.data.batch.BatchModel,fr.ifremer.adagio.core.dao.administration.programStrategy.AcquisitionLevel,fr.ifremer.adagio.core.dao.administration.programStrategy.AppliedStrategy) with an
additional flag called transform. |
Object |
BatchModelAppliedStrategyDaoBase.create(int transform,
BatchModel batchModel,
AcquisitionLevel acquisitionLevel,
AppliedStrategy appliedStrategy) |
static BatchModelAppliedStrategy |
BatchModelAppliedStrategy.Factory.newInstance(BatchModel batchModel)
Constructs a new instance of
BatchModelAppliedStrategy, taking all possible properties
(except the identifier(s))as arguments. |
void |
BatchModelAppliedStrategy.setBatchModel(BatchModel batchModel) |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchModelImpl |
| Modifier and Type | Method and Description |
|---|---|
BatchModel |
BatchModelDao.create(BatchModel batchModel)
Creates an instance of fr.ifremer.adagio.core.dao.data.batch.BatchModel and adds it to the persistent store.
|
BatchModel |
BatchModelDaoBase.create(BatchModel batchModel) |
BatchModel |
BatchModelDao.create(CatchBatch catchBatch,
Boolean isGlobal,
String name,
Department recorderDepartment)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.BatchModel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
BatchModel |
BatchModelDaoBase.create(CatchBatch catchBatch,
Boolean isGlobal,
String name,
Department recorderDepartment) |
BatchModel |
BatchModelDao.create(String name,
Boolean isGlobal,
Timestamp updateDate,
Department recorderDepartment,
CatchBatch catchBatch,
Person recorderPerson)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.BatchModel
instance from all attributes and
properties and adds it to the persistent store. |
BatchModel |
BatchModelDaoBase.create(String name,
Boolean isGlobal,
Timestamp updateDate,
Department recorderDepartment,
CatchBatch catchBatch,
Person recorderPerson) |
BatchModel |
CatchBatch.getBatchModel() |
BatchModel |
BatchModelDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.data.batch.BatchModel from the persistent store.
|
BatchModel |
BatchModelDaoBase.load(Integer id) |
static BatchModel |
BatchModel.Factory.newInstance()
Constructs a new instance of
BatchModel. |
static BatchModel |
BatchModel.Factory.newInstance(String name,
Boolean isGlobal,
Department recorderDepartment,
CatchBatch catchBatch)
Constructs a new instance of
BatchModel, taking all required and/or
read-only properties as arguments. |
static BatchModel |
BatchModel.Factory.newInstance(String name,
Boolean isGlobal,
Timestamp updateDate,
Department recorderDepartment,
CatchBatch catchBatch,
Person recorderPerson)
Constructs a new instance of
BatchModel, taking all possible properties
(except the identifier(s))as arguments. |
protected BatchModel |
BatchModelDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<BatchModel> |
BatchModelDao.create(Collection<BatchModel> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.batch.BatchModel and adds
from the passed in
entities collection |
Collection<BatchModel> |
BatchModelDaoBase.create(Collection<BatchModel> entities) |
Collection<BatchModel> |
BatchModelDao.loadAll()
Loads all entities of type
BatchModel. |
Collection<BatchModel> |
BatchModelDaoBase.loadAll() |
Set<BatchModel> |
BatchModelDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<BatchModel> |
BatchModelDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
BatchModel |
BatchModelDao.create(BatchModel batchModel)
Creates an instance of fr.ifremer.adagio.core.dao.data.batch.BatchModel and adds it to the persistent store.
|
BatchModel |
BatchModelDaoBase.create(BatchModel batchModel) |
Object |
BatchModelDao.create(int transform,
BatchModel batchModel)
Does the same thing as
BatchModelDao.create(fr.ifremer.adagio.core.dao.data.batch.BatchModel) with an
additional flag called transform. |
Object |
BatchModelDaoBase.create(int transform,
BatchModel batchModel) |
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. |
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 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 |
BatchModelDao.remove(BatchModel batchModel)
Removes the instance of fr.ifremer.adagio.core.dao.data.batch.BatchModel from the persistent store.
|
void |
BatchModelDaoBase.remove(BatchModel batchModel) |
void |
CatchBatch.setBatchModel(BatchModel batchModel) |
protected Object |
BatchModelDaoBase.transformEntity(int transform,
BatchModel 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.BatchModelDao, please note
that the BatchModelDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
BatchModelDao.update(BatchModel batchModel)
Updates the
batchModel instance in the persistent store. |
void |
BatchModelDaoBase.update(BatchModel batchModel) |
| Modifier and Type | Method and Description |
|---|---|
Collection<BatchModel> |
BatchModelDao.create(Collection<BatchModel> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.batch.BatchModel and adds
from the passed in
entities collection |
Collection<BatchModel> |
BatchModelDaoBase.create(Collection<BatchModel> entities) |
Collection<?> |
BatchModelDao.create(int transform,
Collection<BatchModel> entities)
Does the same thing as
BatchModelDao.create(fr.ifremer.adagio.core.dao.data.batch.BatchModel) with an
additional flag called transform. |
Collection<?> |
BatchModelDaoBase.create(int transform,
Collection<BatchModel> entities) |
void |
BatchModelDao.remove(Collection<BatchModel> entities)
Removes all entities in the given
entities |
void |
BatchModelDaoBase.remove(Collection<BatchModel> entities) |
void |
BatchModelDao.update(Collection<BatchModel> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
BatchModelDaoBase.update(Collection<BatchModel> entities) |
Copyright © 2013. All Rights Reserved.