| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.batch.denormalized |
| Modifier and Type | Class and Description |
|---|---|
class |
DenormalisedBatchSortingValueImpl |
| Modifier and Type | Method and Description |
|---|---|
DenormalisedBatchSortingValue |
DenormalisedBatchSortingValueDao.create(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Creates an instance of fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalisedBatchSortingValue and adds it to the persistent store.
|
DenormalisedBatchSortingValue |
DenormalisedBatchSortingValueDaoBase.create(DenormalisedBatchSortingValue denormalisedBatchSortingValue) |
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) |
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) |
DenormalisedBatchSortingValue |
DenormalisedBatchSortingValueDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalisedBatchSortingValue from the persistent store.
|
DenormalisedBatchSortingValue |
DenormalisedBatchSortingValueDaoBase.load(Integer id) |
static DenormalisedBatchSortingValue |
DenormalisedBatchSortingValue.Factory.newInstance()
Constructs a new instance of
DenormalisedBatchSortingValue. |
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. |
protected DenormalisedBatchSortingValue |
DenormalisedBatchSortingValueDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DenormalisedBatchSortingValue> |
DenormalisedBatchSortingValueDao.create(Collection<DenormalisedBatchSortingValue> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalisedBatchSortingValue and adds
from the passed in
entities collection |
Collection<DenormalisedBatchSortingValue> |
DenormalisedBatchSortingValueDaoBase.create(Collection<DenormalisedBatchSortingValue> entities) |
Collection<DenormalisedBatchSortingValue> |
DenormalizedBatch.getDenormalisedBatchSortingValues() |
Collection<DenormalisedBatchSortingValue> |
DenormalisedBatchSortingValueDao.loadAll()
Loads all entities of type
DenormalisedBatchSortingValue. |
Collection<DenormalisedBatchSortingValue> |
DenormalisedBatchSortingValueDaoBase.loadAll() |
Set<DenormalisedBatchSortingValue> |
DenormalisedBatchSortingValueDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<DenormalisedBatchSortingValue> |
DenormalisedBatchSortingValueDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
DenormalisedBatchSortingValue |
DenormalisedBatchSortingValueDao.create(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Creates an instance of fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalisedBatchSortingValue and adds it to the persistent store.
|
DenormalisedBatchSortingValue |
DenormalisedBatchSortingValueDaoBase.create(DenormalisedBatchSortingValue denormalisedBatchSortingValue) |
Object |
DenormalisedBatchSortingValueDao.create(int transform,
DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Does the same thing as
DenormalisedBatchSortingValueDao.create(fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalisedBatchSortingValue) with an
additional flag called transform. |
Object |
DenormalisedBatchSortingValueDaoBase.create(int transform,
DenormalisedBatchSortingValue denormalisedBatchSortingValue) |
void |
DenormalisedBatchSortingValueDao.remove(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Removes the instance of fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalisedBatchSortingValue from the persistent store.
|
void |
DenormalisedBatchSortingValueDaoBase.remove(DenormalisedBatchSortingValue denormalisedBatchSortingValue) |
protected Object |
DenormalisedBatchSortingValueDaoBase.transformEntity(int transform,
DenormalisedBatchSortingValue 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.DenormalisedBatchSortingValueDao, please note
that the DenormalisedBatchSortingValueDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
DenormalisedBatchSortingValueDao.update(DenormalisedBatchSortingValue denormalisedBatchSortingValue)
Updates the
denormalisedBatchSortingValue instance in the persistent store. |
void |
DenormalisedBatchSortingValueDaoBase.update(DenormalisedBatchSortingValue denormalisedBatchSortingValue) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DenormalisedBatchSortingValue> |
DenormalisedBatchSortingValueDao.create(Collection<DenormalisedBatchSortingValue> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalisedBatchSortingValue and adds
from the passed in
entities collection |
Collection<DenormalisedBatchSortingValue> |
DenormalisedBatchSortingValueDaoBase.create(Collection<DenormalisedBatchSortingValue> entities) |
Collection<?> |
DenormalisedBatchSortingValueDao.create(int transform,
Collection<DenormalisedBatchSortingValue> entities)
Does the same thing as
DenormalisedBatchSortingValueDao.create(fr.ifremer.adagio.core.dao.data.batch.denormalized.DenormalisedBatchSortingValue) with an
additional flag called transform. |
Collection<?> |
DenormalisedBatchSortingValueDaoBase.create(int transform,
Collection<DenormalisedBatchSortingValue> entities) |
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 |
DenormalisedBatchSortingValueDao.remove(Collection<DenormalisedBatchSortingValue> entities)
Removes all entities in the given
entities |
void |
DenormalisedBatchSortingValueDaoBase.remove(Collection<DenormalisedBatchSortingValue> entities) |
void |
DenormalizedBatch.setDenormalisedBatchSortingValues(Collection<DenormalisedBatchSortingValue> denormalisedBatchSortingValues) |
void |
DenormalisedBatchSortingValueDao.update(Collection<DenormalisedBatchSortingValue> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
DenormalisedBatchSortingValueDaoBase.update(Collection<DenormalisedBatchSortingValue> entities) |
Copyright © 2013. All Rights Reserved.