| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.batch | |
| fr.ifremer.adagio.core.dao.data.measure |
| Modifier and Type | Class and Description |
|---|---|
class |
SortingBatchImpl |
| Modifier and Type | Method and Description |
|---|---|
SortingBatch |
SortingBatchDaoBase.create(Boolean childBatchsReplication,
Boolean exhaustiveInventory,
QualityFlag qualityFlag,
Short rankOrder,
CatchBatch rootBatch) |
SortingBatch |
SortingBatchDao.create(Boolean childBatchsReplication,
Boolean exhaustiveInventory,
QualityFlag qualityFlag,
Short rankOrder,
CatchBatch rootBatch)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.SortingBatch
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
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. |
SortingBatch |
SortingBatchDaoBase.create(SortingBatch sortingBatch) |
SortingBatch |
SortingBatchDao.create(SortingBatch sortingBatch)
Creates an instance of fr.ifremer.adagio.core.dao.data.batch.SortingBatch and adds it to the persistent store.
|
SortingBatch |
SortingBatchDaoBase.load(Integer id) |
SortingBatch |
SortingBatchDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.data.batch.SortingBatch from the persistent store.
|
static SortingBatch |
SortingBatch.Factory.newInstance()
Constructs a new instance of
SortingBatch. |
static SortingBatch |
SortingBatch.Factory.newInstance(Short rankOrder,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
QualityFlag qualityFlag)
Constructs a new instance of
SortingBatch, taking all required and/or
read-only properties as arguments. |
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. |
protected SortingBatch |
SortingBatchDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SortingBatch> |
SortingBatchDaoBase.create(Collection<SortingBatch> entities) |
Collection<SortingBatch> |
SortingBatchDao.create(Collection<SortingBatch> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.batch.SortingBatch and adds
from the passed in
entities collection |
Collection<SortingBatch> |
SortingBatchDaoBase.loadAll() |
Collection<SortingBatch> |
SortingBatchDao.loadAll()
Loads all entities of type
SortingBatch. |
Set<SortingBatch> |
SortingBatchDaoBase.search(Search search) |
Set<SortingBatch> |
SortingBatchDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
SortingBatchDaoBase.create(int transform,
SortingBatch sortingBatch) |
Object |
SortingBatchDao.create(int transform,
SortingBatch sortingBatch)
Does the same thing as
SortingBatchDao.create(fr.ifremer.adagio.core.dao.data.batch.SortingBatch) with an
additional flag called transform. |
SortingBatch |
SortingBatchDaoBase.create(SortingBatch sortingBatch) |
SortingBatch |
SortingBatchDao.create(SortingBatch sortingBatch)
Creates an instance of fr.ifremer.adagio.core.dao.data.batch.SortingBatch and adds it to the persistent store.
|
void |
SortingBatchDaoBase.remove(SortingBatch sortingBatch) |
void |
SortingBatchDao.remove(SortingBatch sortingBatch)
Removes the instance of fr.ifremer.adagio.core.dao.data.batch.SortingBatch from the persistent store.
|
protected Object |
SortingBatchDaoBase.transformEntity(int transform,
SortingBatch 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.SortingBatchDao, please note
that the SortingBatchDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
SortingBatchDaoBase.update(SortingBatch sortingBatch) |
void |
SortingBatchDao.update(SortingBatch sortingBatch)
Updates the
sortingBatch instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<SortingBatch> |
SortingBatchDaoBase.create(Collection<SortingBatch> entities) |
Collection<SortingBatch> |
SortingBatchDao.create(Collection<SortingBatch> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.batch.SortingBatch and adds
from the passed in
entities collection |
Collection<?> |
SortingBatchDaoBase.create(int transform,
Collection<SortingBatch> entities) |
Collection<?> |
SortingBatchDao.create(int transform,
Collection<SortingBatch> entities)
Does the same thing as
SortingBatchDao.create(fr.ifremer.adagio.core.dao.data.batch.SortingBatch) with an
additional flag called transform. |
void |
SortingBatchDaoBase.remove(Collection<SortingBatch> entities) |
void |
SortingBatchDao.remove(Collection<SortingBatch> entities)
Removes all entities in the given
entities |
void |
SortingBatchDaoBase.update(Collection<SortingBatch> entities) |
void |
SortingBatchDao.update(Collection<SortingBatch> entities)
Updates all instances in the
entities collection in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
SortingBatch |
SortingMeasurement.getSortingBatch()
Lot auquel est rattaché le critère de classement (optionnel).
|
| Modifier and Type | Method and Description |
|---|---|
SortingMeasurement |
SortingMeasurementDao.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Integer rankOrder,
SortingBatch sortingBatch,
Produce produce)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.SortingMeasurement
instance from all attributes and
properties and adds it to the persistent store. |
SortingMeasurement |
SortingMeasurementDaoBase.create(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Integer rankOrder,
SortingBatch sortingBatch,
Produce produce) |
Object |
SortingMeasurementDao.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Integer rankOrder,
SortingBatch sortingBatch,
Produce produce)
|
Object |
SortingMeasurementDaoBase.create(int transform,
Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Integer rankOrder,
SortingBatch sortingBatch,
Produce produce) |
static SortingMeasurement |
SortingMeasurement.Factory.newInstance(Float numericalValue,
String alphanumericalValue,
Integer digitCount,
Float precisionValue,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
QualityFlag qualityFlag,
PrecisionType precisionType,
NumericalPrecision numericalPrecision,
Pmfm pmfm,
Department department,
QualitativeValue qualitativeValue,
AggregationLevel aggregationLevel,
AnalysisInstrument analysisInstrument,
Integer rankOrder,
SortingBatch sortingBatch,
Produce produce)
Constructs a new instance of
SortingMeasurement, taking all possible properties
(except the identifier(s))as arguments. |
void |
SortingMeasurement.setSortingBatch(SortingBatch sortingBatch) |
Copyright © 2013. All Rights Reserved.