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