| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.batch.denormalized |
| Modifier and Type | Class and Description |
|---|---|
class |
DenormalizedBatchImpl |
| Modifier and Type | Method and Description |
|---|---|
DenormalizedBatch |
DenormalizedBatchDaoBase.create(DenormalizedBatch denormalizedBatch) |
DenormalizedBatch |
DenormalizedBatchDao.create(DenormalizedBatch denormalizedBatch)
Creates an instance of fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalizedBatch and adds it to the persistent store.
|
DenormalizedBatch |
DenormalizedBatchDaoBase.create(Short flatRankOrder,
Boolean isDiscard,
Boolean isLanding,
QualityFlag qualityFlag,
Short rankOrder,
Short treeLevel) |
DenormalizedBatch |
DenormalizedBatchDao.create(Short flatRankOrder,
Boolean isDiscard,
Boolean isLanding,
QualityFlag qualityFlag,
Short rankOrder,
Short treeLevel)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalizedBatch
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DenormalizedBatch |
DenormalizedBatchDaoBase.create(Short rankOrder,
Short flatRankOrder,
Float weight,
Float indirectWeight,
Float elevateWeight,
Integer individualCount,
Integer indirectIndividualCount,
Integer elevateIndividualCount,
Float samplingRatio,
String samplingRatioText,
Boolean exhaustiveInventory,
Boolean childBatchsReplication,
String comments,
Short treeLevel,
String treeIndent,
String sortingValuesText,
Boolean isLanding,
Boolean isDiscard,
Timestamp updateDate,
Float elevateContextWeight,
String label,
TaxonGroup calculatedTaxonGroup,
ReferenceTaxon referenceTaxon,
ReferenceTaxon inheritedReferenceTaxon,
QualityFlag qualityFlag,
DenormalizedBatch parentBatch,
Collection<DenormalizedBatch> childBatchs,
TaxonGroup inheritedTaxonGroup,
Method weightMethod,
TaxonGroup taxonGroup,
Collection<DenormalisedBatchSortingValue> denormalisedBatchSortingValues,
Sale sale,
Operation operation) |
DenormalizedBatch |
DenormalizedBatchDao.create(Short rankOrder,
Short flatRankOrder,
Float weight,
Float indirectWeight,
Float elevateWeight,
Integer individualCount,
Integer indirectIndividualCount,
Integer elevateIndividualCount,
Float samplingRatio,
String samplingRatioText,
Boolean exhaustiveInventory,
Boolean childBatchsReplication,
String comments,
Short treeLevel,
String treeIndent,
String sortingValuesText,
Boolean isLanding,
Boolean isDiscard,
Timestamp updateDate,
Float elevateContextWeight,
String label,
TaxonGroup calculatedTaxonGroup,
ReferenceTaxon referenceTaxon,
ReferenceTaxon inheritedReferenceTaxon,
QualityFlag qualityFlag,
DenormalizedBatch parentBatch,
Collection<DenormalizedBatch> childBatchs,
TaxonGroup inheritedTaxonGroup,
Method weightMethod,
TaxonGroup taxonGroup,
Collection<DenormalisedBatchSortingValue> denormalisedBatchSortingValues,
Sale sale,
Operation operation)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalizedBatch
instance from all attributes and
properties and adds it to the persistent store. |
DenormalizedBatch |
DenormalisedBatchSortingValue.getDenormalizedBatch() |
DenormalizedBatch |
DenormalizedBatch.getParentBatch() |
DenormalizedBatch |
DenormalizedBatchDaoBase.load(Long id) |
DenormalizedBatch |
DenormalizedBatchDao.load(Long id)
Loads an instance of fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalizedBatch from the persistent store.
|
static DenormalizedBatch |
DenormalizedBatch.Factory.newInstance()
Constructs a new instance of
DenormalizedBatch. |
static DenormalizedBatch |
DenormalizedBatch.Factory.newInstance(Short rankOrder,
Short flatRankOrder,
Float weight,
Float indirectWeight,
Float elevateWeight,
Integer individualCount,
Integer indirectIndividualCount,
Integer elevateIndividualCount,
Float samplingRatio,
String samplingRatioText,
Boolean exhaustiveInventory,
Boolean childBatchsReplication,
String comments,
Short treeLevel,
String treeIndent,
String sortingValuesText,
Boolean isLanding,
Boolean isDiscard,
Timestamp updateDate,
Float elevateContextWeight,
String label,
TaxonGroup calculatedTaxonGroup,
ReferenceTaxon referenceTaxon,
ReferenceTaxon inheritedReferenceTaxon,
QualityFlag qualityFlag,
DenormalizedBatch parentBatch,
Collection<DenormalizedBatch> childBatchs,
TaxonGroup inheritedTaxonGroup,
Method weightMethod,
TaxonGroup taxonGroup,
Collection<DenormalisedBatchSortingValue> denormalisedBatchSortingValues,
Sale sale,
Operation operation)
Constructs a new instance of
DenormalizedBatch, taking all possible properties
(except the identifier(s))as arguments. |
static DenormalizedBatch |
DenormalizedBatch.Factory.newInstance(Short rankOrder,
Short flatRankOrder,
Short treeLevel,
Boolean isLanding,
Boolean isDiscard,
QualityFlag qualityFlag)
Constructs a new instance of
DenormalizedBatch, taking all required and/or
read-only properties as arguments. |
protected DenormalizedBatch |
DenormalizedBatchDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DenormalizedBatch> |
DenormalizedBatchDaoBase.create(Collection<DenormalizedBatch> entities) |
Collection<DenormalizedBatch> |
DenormalizedBatchDao.create(Collection<DenormalizedBatch> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalizedBatch and adds
from the passed in
entities collection |
Collection<DenormalizedBatch> |
DenormalizedBatch.getChildBatchs() |
Collection<DenormalizedBatch> |
DenormalizedBatchDaoBase.loadAll() |
Collection<DenormalizedBatch> |
DenormalizedBatchDao.loadAll()
Loads all entities of type
DenormalizedBatch. |
Set<DenormalizedBatch> |
DenormalizedBatchDaoBase.search(Search search) |
Set<DenormalizedBatch> |
DenormalizedBatchDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
DenormalizedBatch |
DenormalizedBatchDaoBase.create(DenormalizedBatch denormalizedBatch) |
DenormalizedBatch |
DenormalizedBatchDao.create(DenormalizedBatch denormalizedBatch)
Creates an instance of fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalizedBatch and adds it to the persistent store.
|
DenormalisedBatchSortingValue |
DenormalisedBatchSortingValueDao.create(DenormalizedBatch denormalizedBatch,
Boolean isInherited,
Parameter parameter,
Pmfm pmfm,
Integer rankOrder,
Unit unit)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalisedBatchSortingValue
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DenormalisedBatchSortingValue |
DenormalisedBatchSortingValueDaoBase.create(DenormalizedBatch denormalizedBatch,
Boolean isInherited,
Parameter parameter,
Pmfm pmfm,
Integer rankOrder,
Unit unit) |
Object |
DenormalizedBatchDaoBase.create(int transform,
DenormalizedBatch denormalizedBatch) |
Object |
DenormalizedBatchDao.create(int transform,
DenormalizedBatch denormalizedBatch)
Does the same thing as
DenormalizedBatchDao.create(fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalizedBatch) with an
additional flag called transform. |
Object |
DenormalisedBatchSortingValueDao.create(int transform,
DenormalizedBatch denormalizedBatch,
Boolean isInherited,
Parameter parameter,
Pmfm pmfm,
Integer rankOrder,
Unit unit)
Does the same thing as
DenormalisedBatchSortingValueDao.create(fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalizedBatch,java.lang.Boolean,fr.ifremer.adagio.core.dao.referential.pmfm.Parameter,fr.ifremer.adagio.core.dao.referential.pmfm.Pmfm,java.lang.Integer,fr.ifremer.adagio.core.dao.referential.pmfm.Unit) with an
additional flag called transform. |
Object |
DenormalisedBatchSortingValueDaoBase.create(int transform,
DenormalizedBatch denormalizedBatch,
Boolean isInherited,
Parameter parameter,
Pmfm pmfm,
Integer rankOrder,
Unit unit) |
DenormalisedBatchSortingValue |
DenormalisedBatchSortingValueDao.create(Integer rankOrder,
Boolean isInherited,
Float numericalValue,
QualitativeValue qualitativeValue,
DenormalizedBatch denormalizedBatch,
Unit unit,
Parameter parameter,
Pmfm pmfm)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalisedBatchSortingValue
instance from all attributes and
properties and adds it to the persistent store. |
DenormalisedBatchSortingValue |
DenormalisedBatchSortingValueDaoBase.create(Integer rankOrder,
Boolean isInherited,
Float numericalValue,
QualitativeValue qualitativeValue,
DenormalizedBatch denormalizedBatch,
Unit unit,
Parameter parameter,
Pmfm pmfm) |
Object |
DenormalisedBatchSortingValueDao.create(int transform,
Integer rankOrder,
Boolean isInherited,
Float numericalValue,
QualitativeValue qualitativeValue,
DenormalizedBatch denormalizedBatch,
Unit unit,
Parameter parameter,
Pmfm pmfm)
Does the same thing as
DenormalisedBatchSortingValueDao.create(java.lang.Integer,java.lang.Boolean,java.lang.Float,fr.ifremer.adagio.core.dao.referential.pmfm.QualitativeValue,fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalizedBatch,fr.ifremer.adagio.core.dao.referential.pmfm.Unit,fr.ifremer.adagio.core.dao.referential.pmfm.Parameter,fr.ifremer.adagio.core.dao.referential.pmfm.Pmfm) with an
additional flag called transform. |
Object |
DenormalisedBatchSortingValueDaoBase.create(int transform,
Integer rankOrder,
Boolean isInherited,
Float numericalValue,
QualitativeValue qualitativeValue,
DenormalizedBatch denormalizedBatch,
Unit unit,
Parameter parameter,
Pmfm pmfm) |
Object |
DenormalizedBatchDaoBase.create(int transform,
Short rankOrder,
Short flatRankOrder,
Float weight,
Float indirectWeight,
Float elevateWeight,
Integer individualCount,
Integer indirectIndividualCount,
Integer elevateIndividualCount,
Float samplingRatio,
String samplingRatioText,
Boolean exhaustiveInventory,
Boolean childBatchsReplication,
String comments,
Short treeLevel,
String treeIndent,
String sortingValuesText,
Boolean isLanding,
Boolean isDiscard,
Timestamp updateDate,
Float elevateContextWeight,
String label,
TaxonGroup calculatedTaxonGroup,
ReferenceTaxon referenceTaxon,
ReferenceTaxon inheritedReferenceTaxon,
QualityFlag qualityFlag,
DenormalizedBatch parentBatch,
Collection<DenormalizedBatch> childBatchs,
TaxonGroup inheritedTaxonGroup,
Method weightMethod,
TaxonGroup taxonGroup,
Collection<DenormalisedBatchSortingValue> denormalisedBatchSortingValues,
Sale sale,
Operation operation) |
Object |
DenormalizedBatchDao.create(int transform,
Short rankOrder,
Short flatRankOrder,
Float weight,
Float indirectWeight,
Float elevateWeight,
Integer individualCount,
Integer indirectIndividualCount,
Integer elevateIndividualCount,
Float samplingRatio,
String samplingRatioText,
Boolean exhaustiveInventory,
Boolean childBatchsReplication,
String comments,
Short treeLevel,
String treeIndent,
String sortingValuesText,
Boolean isLanding,
Boolean isDiscard,
Timestamp updateDate,
Float elevateContextWeight,
String label,
TaxonGroup calculatedTaxonGroup,
ReferenceTaxon referenceTaxon,
ReferenceTaxon inheritedReferenceTaxon,
QualityFlag qualityFlag,
DenormalizedBatch parentBatch,
Collection<DenormalizedBatch> childBatchs,
TaxonGroup inheritedTaxonGroup,
Method weightMethod,
TaxonGroup taxonGroup,
Collection<DenormalisedBatchSortingValue> denormalisedBatchSortingValues,
Sale sale,
Operation operation)
Does the same thing as
#create(java.lang.Short,java.lang.Short,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.String,java.lang.Short,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.sql.Timestamp,java.lang.Float,java.lang.String,fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroup,fr.ifremer.adagio.core.dao.referential.taxon.ReferenceTaxon,fr.ifremer.adagio.core.dao.referential.taxon.ReferenceTaxon,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalizedBatch,java.util.Collection with an
additional flag called transform. |
DenormalizedBatch |
DenormalizedBatchDaoBase.create(Short rankOrder,
Short flatRankOrder,
Float weight,
Float indirectWeight,
Float elevateWeight,
Integer individualCount,
Integer indirectIndividualCount,
Integer elevateIndividualCount,
Float samplingRatio,
String samplingRatioText,
Boolean exhaustiveInventory,
Boolean childBatchsReplication,
String comments,
Short treeLevel,
String treeIndent,
String sortingValuesText,
Boolean isLanding,
Boolean isDiscard,
Timestamp updateDate,
Float elevateContextWeight,
String label,
TaxonGroup calculatedTaxonGroup,
ReferenceTaxon referenceTaxon,
ReferenceTaxon inheritedReferenceTaxon,
QualityFlag qualityFlag,
DenormalizedBatch parentBatch,
Collection<DenormalizedBatch> childBatchs,
TaxonGroup inheritedTaxonGroup,
Method weightMethod,
TaxonGroup taxonGroup,
Collection<DenormalisedBatchSortingValue> denormalisedBatchSortingValues,
Sale sale,
Operation operation) |
DenormalizedBatch |
DenormalizedBatchDao.create(Short rankOrder,
Short flatRankOrder,
Float weight,
Float indirectWeight,
Float elevateWeight,
Integer individualCount,
Integer indirectIndividualCount,
Integer elevateIndividualCount,
Float samplingRatio,
String samplingRatioText,
Boolean exhaustiveInventory,
Boolean childBatchsReplication,
String comments,
Short treeLevel,
String treeIndent,
String sortingValuesText,
Boolean isLanding,
Boolean isDiscard,
Timestamp updateDate,
Float elevateContextWeight,
String label,
TaxonGroup calculatedTaxonGroup,
ReferenceTaxon referenceTaxon,
ReferenceTaxon inheritedReferenceTaxon,
QualityFlag qualityFlag,
DenormalizedBatch parentBatch,
Collection<DenormalizedBatch> childBatchs,
TaxonGroup inheritedTaxonGroup,
Method weightMethod,
TaxonGroup taxonGroup,
Collection<DenormalisedBatchSortingValue> denormalisedBatchSortingValues,
Sale sale,
Operation operation)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalizedBatch
instance from all attributes and
properties and adds it to the persistent store. |
static DenormalisedBatchSortingValue |
DenormalisedBatchSortingValue.Factory.newInstance(Integer rankOrder,
Boolean isInherited,
DenormalizedBatch denormalizedBatch,
Unit unit,
Parameter parameter,
Pmfm pmfm)
Constructs a new instance of
DenormalisedBatchSortingValue, taking all required and/or
read-only properties as arguments. |
static DenormalisedBatchSortingValue |
DenormalisedBatchSortingValue.Factory.newInstance(Integer rankOrder,
Boolean isInherited,
Float numericalValue,
QualitativeValue qualitativeValue,
DenormalizedBatch denormalizedBatch,
Unit unit,
Parameter parameter,
Pmfm pmfm)
Constructs a new instance of
DenormalisedBatchSortingValue, taking all possible properties
(except the identifier(s))as arguments. |
static DenormalizedBatch |
DenormalizedBatch.Factory.newInstance(Short rankOrder,
Short flatRankOrder,
Float weight,
Float indirectWeight,
Float elevateWeight,
Integer individualCount,
Integer indirectIndividualCount,
Integer elevateIndividualCount,
Float samplingRatio,
String samplingRatioText,
Boolean exhaustiveInventory,
Boolean childBatchsReplication,
String comments,
Short treeLevel,
String treeIndent,
String sortingValuesText,
Boolean isLanding,
Boolean isDiscard,
Timestamp updateDate,
Float elevateContextWeight,
String label,
TaxonGroup calculatedTaxonGroup,
ReferenceTaxon referenceTaxon,
ReferenceTaxon inheritedReferenceTaxon,
QualityFlag qualityFlag,
DenormalizedBatch parentBatch,
Collection<DenormalizedBatch> childBatchs,
TaxonGroup inheritedTaxonGroup,
Method weightMethod,
TaxonGroup taxonGroup,
Collection<DenormalisedBatchSortingValue> denormalisedBatchSortingValues,
Sale sale,
Operation operation)
Constructs a new instance of
DenormalizedBatch, taking all possible properties
(except the identifier(s))as arguments. |
void |
DenormalizedBatchDaoBase.remove(DenormalizedBatch denormalizedBatch) |
void |
DenormalizedBatchDao.remove(DenormalizedBatch denormalizedBatch)
Removes the instance of fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalizedBatch from the persistent store.
|
void |
DenormalisedBatchSortingValue.setDenormalizedBatch(DenormalizedBatch denormalizedBatch) |
void |
DenormalizedBatch.setParentBatch(DenormalizedBatch parentBatch) |
protected Object |
DenormalizedBatchDaoBase.transformEntity(int transform,
DenormalizedBatch 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.denormalized.DenormalizedBatchDao, please note
that the DenormalizedBatchDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
DenormalizedBatchDaoBase.update(DenormalizedBatch denormalizedBatch) |
void |
DenormalizedBatchDao.update(DenormalizedBatch denormalizedBatch)
Updates the
denormalizedBatch instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<DenormalizedBatch> |
DenormalizedBatchDaoBase.create(Collection<DenormalizedBatch> entities) |
Collection<DenormalizedBatch> |
DenormalizedBatchDao.create(Collection<DenormalizedBatch> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalizedBatch and adds
from the passed in
entities collection |
Collection<?> |
DenormalizedBatchDaoBase.create(int transform,
Collection<DenormalizedBatch> entities) |
Collection<?> |
DenormalizedBatchDao.create(int transform,
Collection<DenormalizedBatch> entities)
Does the same thing as
DenormalizedBatchDao.create(fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalizedBatch) with an
additional flag called transform. |
Object |
DenormalizedBatchDaoBase.create(int transform,
Short rankOrder,
Short flatRankOrder,
Float weight,
Float indirectWeight,
Float elevateWeight,
Integer individualCount,
Integer indirectIndividualCount,
Integer elevateIndividualCount,
Float samplingRatio,
String samplingRatioText,
Boolean exhaustiveInventory,
Boolean childBatchsReplication,
String comments,
Short treeLevel,
String treeIndent,
String sortingValuesText,
Boolean isLanding,
Boolean isDiscard,
Timestamp updateDate,
Float elevateContextWeight,
String label,
TaxonGroup calculatedTaxonGroup,
ReferenceTaxon referenceTaxon,
ReferenceTaxon inheritedReferenceTaxon,
QualityFlag qualityFlag,
DenormalizedBatch parentBatch,
Collection<DenormalizedBatch> childBatchs,
TaxonGroup inheritedTaxonGroup,
Method weightMethod,
TaxonGroup taxonGroup,
Collection<DenormalisedBatchSortingValue> denormalisedBatchSortingValues,
Sale sale,
Operation operation) |
Object |
DenormalizedBatchDao.create(int transform,
Short rankOrder,
Short flatRankOrder,
Float weight,
Float indirectWeight,
Float elevateWeight,
Integer individualCount,
Integer indirectIndividualCount,
Integer elevateIndividualCount,
Float samplingRatio,
String samplingRatioText,
Boolean exhaustiveInventory,
Boolean childBatchsReplication,
String comments,
Short treeLevel,
String treeIndent,
String sortingValuesText,
Boolean isLanding,
Boolean isDiscard,
Timestamp updateDate,
Float elevateContextWeight,
String label,
TaxonGroup calculatedTaxonGroup,
ReferenceTaxon referenceTaxon,
ReferenceTaxon inheritedReferenceTaxon,
QualityFlag qualityFlag,
DenormalizedBatch parentBatch,
Collection<DenormalizedBatch> childBatchs,
TaxonGroup inheritedTaxonGroup,
Method weightMethod,
TaxonGroup taxonGroup,
Collection<DenormalisedBatchSortingValue> denormalisedBatchSortingValues,
Sale sale,
Operation operation)
Does the same thing as
#create(java.lang.Short,java.lang.Short,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.String,java.lang.Short,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.sql.Timestamp,java.lang.Float,java.lang.String,fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroup,fr.ifremer.adagio.core.dao.referential.taxon.ReferenceTaxon,fr.ifremer.adagio.core.dao.referential.taxon.ReferenceTaxon,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalizedBatch,java.util.Collection with an
additional flag called transform. |
DenormalizedBatch |
DenormalizedBatchDaoBase.create(Short rankOrder,
Short flatRankOrder,
Float weight,
Float indirectWeight,
Float elevateWeight,
Integer individualCount,
Integer indirectIndividualCount,
Integer elevateIndividualCount,
Float samplingRatio,
String samplingRatioText,
Boolean exhaustiveInventory,
Boolean childBatchsReplication,
String comments,
Short treeLevel,
String treeIndent,
String sortingValuesText,
Boolean isLanding,
Boolean isDiscard,
Timestamp updateDate,
Float elevateContextWeight,
String label,
TaxonGroup calculatedTaxonGroup,
ReferenceTaxon referenceTaxon,
ReferenceTaxon inheritedReferenceTaxon,
QualityFlag qualityFlag,
DenormalizedBatch parentBatch,
Collection<DenormalizedBatch> childBatchs,
TaxonGroup inheritedTaxonGroup,
Method weightMethod,
TaxonGroup taxonGroup,
Collection<DenormalisedBatchSortingValue> denormalisedBatchSortingValues,
Sale sale,
Operation operation) |
DenormalizedBatch |
DenormalizedBatchDao.create(Short rankOrder,
Short flatRankOrder,
Float weight,
Float indirectWeight,
Float elevateWeight,
Integer individualCount,
Integer indirectIndividualCount,
Integer elevateIndividualCount,
Float samplingRatio,
String samplingRatioText,
Boolean exhaustiveInventory,
Boolean childBatchsReplication,
String comments,
Short treeLevel,
String treeIndent,
String sortingValuesText,
Boolean isLanding,
Boolean isDiscard,
Timestamp updateDate,
Float elevateContextWeight,
String label,
TaxonGroup calculatedTaxonGroup,
ReferenceTaxon referenceTaxon,
ReferenceTaxon inheritedReferenceTaxon,
QualityFlag qualityFlag,
DenormalizedBatch parentBatch,
Collection<DenormalizedBatch> childBatchs,
TaxonGroup inheritedTaxonGroup,
Method weightMethod,
TaxonGroup taxonGroup,
Collection<DenormalisedBatchSortingValue> denormalisedBatchSortingValues,
Sale sale,
Operation operation)
Creates a new
fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalizedBatch
instance from all attributes and
properties and adds it to the persistent store. |
static DenormalizedBatch |
DenormalizedBatch.Factory.newInstance(Short rankOrder,
Short flatRankOrder,
Float weight,
Float indirectWeight,
Float elevateWeight,
Integer individualCount,
Integer indirectIndividualCount,
Integer elevateIndividualCount,
Float samplingRatio,
String samplingRatioText,
Boolean exhaustiveInventory,
Boolean childBatchsReplication,
String comments,
Short treeLevel,
String treeIndent,
String sortingValuesText,
Boolean isLanding,
Boolean isDiscard,
Timestamp updateDate,
Float elevateContextWeight,
String label,
TaxonGroup calculatedTaxonGroup,
ReferenceTaxon referenceTaxon,
ReferenceTaxon inheritedReferenceTaxon,
QualityFlag qualityFlag,
DenormalizedBatch parentBatch,
Collection<DenormalizedBatch> childBatchs,
TaxonGroup inheritedTaxonGroup,
Method weightMethod,
TaxonGroup taxonGroup,
Collection<DenormalisedBatchSortingValue> denormalisedBatchSortingValues,
Sale sale,
Operation operation)
Constructs a new instance of
DenormalizedBatch, taking all possible properties
(except the identifier(s))as arguments. |
void |
DenormalizedBatchDaoBase.remove(Collection<DenormalizedBatch> entities) |
void |
DenormalizedBatchDao.remove(Collection<DenormalizedBatch> entities)
Removes all entities in the given
entities |
void |
DenormalizedBatch.setChildBatchs(Collection<DenormalizedBatch> childBatchs) |
void |
DenormalizedBatchDaoBase.update(Collection<DenormalizedBatch> entities) |
void |
DenormalizedBatchDao.update(Collection<DenormalizedBatch> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.