| Modifier and Type | Method and Description |
|---|---|
Unit |
DenormalisedBatchSortingValue.getUnit() |
| Modifier and Type | Method and Description |
|---|---|
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 |
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) |
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. |
void |
DenormalisedBatchSortingValue.setUnit(Unit unit) |
| Modifier and Type | Method and Description |
|---|---|
Unit |
Sample.getSizeUnit()
Unité associée à la valeur de la taille du prélèvement.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SampleDao.create(int transform,
String label,
Date sampleDate,
Short individualCount,
Float size,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Matrix matrix,
Department recorderDepartment,
Program program,
Sample parentSample,
Collection<Sample> childSamples,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup,
QualityFlag qualityFlag,
Person recorderPerson,
Unit sizeUnit,
Batch batch,
Collection<SampleMeasurement> sampleMeasurements)
Does the same thing as
#create(java.lang.String,java.util.Date,java.lang.Short,java.lang.Float,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
SampleDaoBase.create(int transform,
String label,
Date sampleDate,
Short individualCount,
Float size,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Matrix matrix,
Department recorderDepartment,
Program program,
Sample parentSample,
Collection<Sample> childSamples,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup,
QualityFlag qualityFlag,
Person recorderPerson,
Unit sizeUnit,
Batch batch,
Collection<SampleMeasurement> sampleMeasurements) |
Sample |
SampleDao.create(String label,
Date sampleDate,
Short individualCount,
Float size,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Matrix matrix,
Department recorderDepartment,
Program program,
Sample parentSample,
Collection<Sample> childSamples,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup,
QualityFlag qualityFlag,
Person recorderPerson,
Unit sizeUnit,
Batch batch,
Collection<SampleMeasurement> sampleMeasurements)
Creates a new
fr.ifremer.adagio.core.dao.data.sample.Sample
instance from all attributes and
properties and adds it to the persistent store. |
Sample |
SampleDaoBase.create(String label,
Date sampleDate,
Short individualCount,
Float size,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Matrix matrix,
Department recorderDepartment,
Program program,
Sample parentSample,
Collection<Sample> childSamples,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup,
QualityFlag qualityFlag,
Person recorderPerson,
Unit sizeUnit,
Batch batch,
Collection<SampleMeasurement> sampleMeasurements) |
static Sample |
Sample.Factory.newInstance(String label,
Date sampleDate,
Short individualCount,
Float size,
String synchronizationStatus,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
FishingOperation fishingOperation,
Matrix matrix,
Department recorderDepartment,
Program program,
Sample parentSample,
Collection<Sample> childSamples,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup,
QualityFlag qualityFlag,
Person recorderPerson,
Unit sizeUnit,
Batch batch,
Collection<SampleMeasurement> sampleMeasurements)
Constructs a new instance of
Sample, taking all possible properties
(except the identifier(s))as arguments. |
void |
Sample.setSizeUnit(Unit sizeUnit) |
| Modifier and Type | Method and Description |
|---|---|
Unit |
UnitConversionPK.getFromUnit() |
Unit |
WeightLengthConversion.getLengthUnit() |
Unit |
UnitConversionPK.getToUnit() |
| Modifier and Type | Method and Description |
|---|---|
WeightLengthConversion |
WeightLengthConversionDao.create(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer startMonth,
Integer endMonth,
Integer year,
String description,
String comments,
Timestamp updateDate,
Location location,
QualitativeValue sex,
Status status,
Unit lengthUnit,
ReferenceTaxon referenceTaxon,
Parameter lengthParameter)
Creates a new
fr.ifremer.adagio.core.dao.referential.conversion.WeightLengthConversion
instance from all attributes and
properties and adds it to the persistent store. |
WeightLengthConversion |
WeightLengthConversionDaoBase.create(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer startMonth,
Integer endMonth,
Integer year,
String description,
String comments,
Timestamp updateDate,
Location location,
QualitativeValue sex,
Status status,
Unit lengthUnit,
ReferenceTaxon referenceTaxon,
Parameter lengthParameter) |
WeightLengthConversion |
WeightLengthConversionDao.create(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer endMonth,
Parameter lengthParameter,
Unit lengthUnit,
Location location,
ReferenceTaxon referenceTaxon,
Integer startMonth,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.conversion.WeightLengthConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
WeightLengthConversion |
WeightLengthConversionDaoBase.create(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer endMonth,
Parameter lengthParameter,
Unit lengthUnit,
Location location,
ReferenceTaxon referenceTaxon,
Integer startMonth,
Status status) |
UnitConversion |
UnitConversionDaoBase.create(Float conversionCoefficient,
Timestamp updateDate,
Unit fromUnit,
Unit toUnit) |
UnitConversion |
UnitConversionDao.create(Float conversionCoefficient,
Timestamp updateDate,
Unit fromUnit,
Unit toUnit)
Creates a new
fr.ifremer.adagio.core.dao.referential.conversion.UnitConversion
instance from all attributes and
properties and adds it to the persistent store. |
UnitConversion |
UnitConversionDaoBase.create(Float conversionCoefficient,
Unit fromUnit,
Unit toUnit) |
UnitConversion |
UnitConversionDao.create(Float conversionCoefficient,
Unit fromUnit,
Unit toUnit)
Creates a new
fr.ifremer.adagio.core.dao.referential.conversion.UnitConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
WeightLengthConversionDao.create(int transform,
Double conversionCoefficientA,
Double conversionCoefficientB,
Integer startMonth,
Integer endMonth,
Integer year,
String description,
String comments,
Timestamp updateDate,
Location location,
QualitativeValue sex,
Status status,
Unit lengthUnit,
ReferenceTaxon referenceTaxon,
Parameter lengthParameter)
Does the same thing as
WeightLengthConversionDao.create(java.lang.Double,java.lang.Double,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.pmfm.QualitativeValue,fr.ifremer.adagio.core.dao.referential.Status,fr.ifremer.adagio.core.dao.referential.pmfm.Unit,fr.ifremer.adagio.core.dao.referential.taxon.ReferenceTaxon,fr.ifremer.adagio.core.dao.referential.pmfm.Parameter) with an
additional flag called transform. |
Object |
WeightLengthConversionDaoBase.create(int transform,
Double conversionCoefficientA,
Double conversionCoefficientB,
Integer startMonth,
Integer endMonth,
Integer year,
String description,
String comments,
Timestamp updateDate,
Location location,
QualitativeValue sex,
Status status,
Unit lengthUnit,
ReferenceTaxon referenceTaxon,
Parameter lengthParameter) |
Object |
WeightLengthConversionDao.create(int transform,
Double conversionCoefficientA,
Double conversionCoefficientB,
Integer endMonth,
Parameter lengthParameter,
Unit lengthUnit,
Location location,
ReferenceTaxon referenceTaxon,
Integer startMonth,
Status status)
Does the same thing as
WeightLengthConversionDao.create(java.lang.Double,java.lang.Double,java.lang.Integer,fr.ifremer.adagio.core.dao.referential.pmfm.Parameter,fr.ifremer.adagio.core.dao.referential.pmfm.Unit,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.taxon.ReferenceTaxon,java.lang.Integer,fr.ifremer.adagio.core.dao.referential.Status) with an
additional flag called transform. |
Object |
WeightLengthConversionDaoBase.create(int transform,
Double conversionCoefficientA,
Double conversionCoefficientB,
Integer endMonth,
Parameter lengthParameter,
Unit lengthUnit,
Location location,
ReferenceTaxon referenceTaxon,
Integer startMonth,
Status status) |
Object |
UnitConversionDaoBase.create(int transform,
Float conversionCoefficient,
Timestamp updateDate,
Unit fromUnit,
Unit toUnit) |
Object |
UnitConversionDao.create(int transform,
Float conversionCoefficient,
Timestamp updateDate,
Unit fromUnit,
Unit toUnit)
Does the same thing as
UnitConversionDao.create(java.lang.Float,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.pmfm.Unit,fr.ifremer.adagio.core.dao.referential.pmfm.Unit) with an
additional flag called transform. |
Object |
UnitConversionDaoBase.create(int transform,
Float conversionCoefficient,
Unit fromUnit,
Unit toUnit) |
Object |
UnitConversionDao.create(int transform,
Float conversionCoefficient,
Unit fromUnit,
Unit toUnit)
Does the same thing as
UnitConversionDao.create(java.lang.Float,fr.ifremer.adagio.core.dao.referential.pmfm.Unit,fr.ifremer.adagio.core.dao.referential.pmfm.Unit) with an
additional flag called transform. |
Object |
UnitConversionDaoBase.load(int transform,
Unit fromUnit,
Unit toUnit) |
Object |
UnitConversionDao.load(int transform,
Unit fromUnit,
Unit toUnit)
Does the same thing as
UnitConversionDao.load(fr.ifremer.adagio.core.dao.referential.pmfm.Unit,fr.ifremer.adagio.core.dao.referential.pmfm.Unit) with an
additional flag called transform. |
UnitConversion |
UnitConversionDaoBase.load(Unit fromUnit,
Unit toUnit) |
UnitConversion |
UnitConversionDao.load(Unit fromUnit,
Unit toUnit)
Loads an instance of fr.ifremer.adagio.core.dao.referential.conversion.UnitConversion from the persistent store.
|
static WeightLengthConversion |
WeightLengthConversion.Factory.newInstance(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer startMonth,
Integer endMonth,
Integer year,
String description,
String comments,
Timestamp updateDate,
Location location,
QualitativeValue sex,
Status status,
Unit lengthUnit,
ReferenceTaxon referenceTaxon,
Parameter lengthParameter)
Constructs a new instance of
WeightLengthConversion, taking all possible properties
(except the identifier(s))as arguments. |
static WeightLengthConversion |
WeightLengthConversion.Factory.newInstance(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer startMonth,
Integer endMonth,
Location location,
Status status,
Unit lengthUnit,
ReferenceTaxon referenceTaxon,
Parameter lengthParameter)
Constructs a new instance of
WeightLengthConversion, taking all required and/or
read-only properties as arguments. |
void |
UnitConversionDaoBase.remove(Unit fromUnit,
Unit toUnit) |
void |
UnitConversionDao.remove(Unit fromUnit,
Unit toUnit)
Removes the instance of fr.ifremer.adagio.core.dao.referential.conversion.UnitConversion having the given
identifiers from the persistent store. |
void |
UnitConversionPK.setFromUnit(Unit fromUnit) |
void |
WeightLengthConversion.setLengthUnit(Unit lengthUnit) |
void |
UnitConversionPK.setToUnit(Unit toUnit) |
| Modifier and Type | Class and Description |
|---|---|
class |
UnitImpl |
| Modifier and Type | Method and Description |
|---|---|
Unit |
UnitDaoBase.create(Date creationDate,
String name,
Status status,
String symbol) |
Unit |
UnitDao.create(Date creationDate,
String name,
Status status,
String symbol)
Creates a new
fr.ifremer.adagio.core.dao.referential.pmfm.Unit
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Unit |
UnitDaoBase.create(String symbol,
String name,
Date creationDate,
Timestamp updateDate,
Status status) |
Unit |
UnitDao.create(String symbol,
String name,
Date creationDate,
Timestamp updateDate,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.pmfm.Unit
instance from all attributes and
properties and adds it to the persistent store. |
Unit |
UnitDaoBase.create(Unit unit) |
Unit |
UnitDao.create(Unit unit)
Creates an instance of fr.ifremer.adagio.core.dao.referential.pmfm.Unit and adds it to the persistent store.
|
Unit |
Pmfm.getUnit() |
Unit |
UnitDaoBase.load(Integer id) |
Unit |
UnitDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.pmfm.Unit from the persistent store.
|
static Unit |
Unit.Factory.newInstance()
Constructs a new instance of
Unit. |
static Unit |
Unit.Factory.newInstance(String symbol,
String name,
Date creationDate,
Status status)
Constructs a new instance of
Unit, taking all required and/or
read-only properties as arguments. |
static Unit |
Unit.Factory.newInstance(String symbol,
String name,
Date creationDate,
Timestamp updateDate,
Status status)
Constructs a new instance of
Unit, taking all possible properties
(except the identifier(s))as arguments. |
protected Unit |
UnitDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Unit> |
UnitDaoBase.create(Collection<Unit> entities) |
Collection<Unit> |
UnitDao.create(Collection<Unit> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.pmfm.Unit and adds
from the passed in
entities collection |
Collection<Unit> |
UnitDaoBase.loadAll() |
Collection<Unit> |
UnitDao.loadAll()
Loads all entities of type
Unit. |
Set<Unit> |
UnitDaoBase.search(Search search) |
Set<Unit> |
UnitDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Pmfm |
PmfmDaoBase.create(AggregationLevel aggregationLevel,
Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit) |
Pmfm |
PmfmDao.create(AggregationLevel aggregationLevel,
Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit)
Creates a new
fr.ifremer.adagio.core.dao.referential.pmfm.Pmfm
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
PmfmDaoBase.create(int transform,
AggregationLevel aggregationLevel,
Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit) |
Object |
PmfmDao.create(int transform,
AggregationLevel aggregationLevel,
Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit)
Does the same thing as
PmfmDao.create(fr.ifremer.adagio.core.dao.referential.pmfm.AggregationLevel,java.util.Date,fr.ifremer.adagio.core.dao.referential.pmfm.Fraction,fr.ifremer.adagio.core.dao.referential.pmfm.Matrix,fr.ifremer.adagio.core.dao.referential.pmfm.Method,fr.ifremer.adagio.core.dao.referential.pmfm.Parameter,fr.ifremer.adagio.core.dao.referential.Status,fr.ifremer.adagio.core.dao.referential.pmfm.Unit) with an
additional flag called transform. |
Pmfm |
PmfmDaoBase.create(Integer signifFiguresNumber,
Integer maximumNumberDecimals,
Float detectionThreshold,
Float minValue,
Float maxValue,
Float precision,
Float defaultValue,
Date creationDate,
Timestamp updateDate,
String description,
Unit unit,
Parameter parameter,
Collection<QualitativeValue> qualitativeValues,
Fraction fraction,
Status status,
Method method,
AggregationLevel aggregationLevel,
Matrix matrix) |
Pmfm |
PmfmDao.create(Integer signifFiguresNumber,
Integer maximumNumberDecimals,
Float detectionThreshold,
Float minValue,
Float maxValue,
Float precision,
Float defaultValue,
Date creationDate,
Timestamp updateDate,
String description,
Unit unit,
Parameter parameter,
Collection<QualitativeValue> qualitativeValues,
Fraction fraction,
Status status,
Method method,
AggregationLevel aggregationLevel,
Matrix matrix)
Creates a new
fr.ifremer.adagio.core.dao.referential.pmfm.Pmfm
instance from all attributes and
properties and adds it to the persistent store. |
Object |
PmfmDaoBase.create(int transform,
Integer signifFiguresNumber,
Integer maximumNumberDecimals,
Float detectionThreshold,
Float minValue,
Float maxValue,
Float precision,
Float defaultValue,
Date creationDate,
Timestamp updateDate,
String description,
Unit unit,
Parameter parameter,
Collection<QualitativeValue> qualitativeValues,
Fraction fraction,
Status status,
Method method,
AggregationLevel aggregationLevel,
Matrix matrix) |
Object |
PmfmDao.create(int transform,
Integer signifFiguresNumber,
Integer maximumNumberDecimals,
Float detectionThreshold,
Float minValue,
Float maxValue,
Float precision,
Float defaultValue,
Date creationDate,
Timestamp updateDate,
String description,
Unit unit,
Parameter parameter,
Collection<QualitativeValue> qualitativeValues,
Fraction fraction,
Status status,
Method method,
AggregationLevel aggregationLevel,
Matrix matrix)
Does the same thing as
#create(java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.util.Date,java.sql.Timestamp,java.lang.String,fr.ifremer.adagio.core.dao.referential.pmfm.Unit,fr.ifremer.adagio.core.dao.referential.pmfm.Parameter,java.util.Collection with an
additional flag called transform. |
Object |
UnitDaoBase.create(int transform,
Unit unit) |
Object |
UnitDao.create(int transform,
Unit unit)
Does the same thing as
UnitDao.create(fr.ifremer.adagio.core.dao.referential.pmfm.Unit) with an
additional flag called transform. |
Unit |
UnitDaoBase.create(Unit unit) |
Unit |
UnitDao.create(Unit unit)
Creates an instance of fr.ifremer.adagio.core.dao.referential.pmfm.Unit and adds it to the persistent store.
|
static Pmfm |
Pmfm.Factory.newInstance(Date creationDate,
Unit unit,
Parameter parameter,
Fraction fraction,
Status status,
Method method,
AggregationLevel aggregationLevel,
Matrix matrix)
Constructs a new instance of
Pmfm, taking all required and/or
read-only properties as arguments. |
static Pmfm |
Pmfm.Factory.newInstance(Integer signifFiguresNumber,
Integer maximumNumberDecimals,
Float detectionThreshold,
Float minValue,
Float maxValue,
Float precision,
Float defaultValue,
Date creationDate,
Timestamp updateDate,
String description,
Unit unit,
Parameter parameter,
Collection<QualitativeValue> qualitativeValues,
Fraction fraction,
Status status,
Method method,
AggregationLevel aggregationLevel,
Matrix matrix)
Constructs a new instance of
Pmfm, taking all possible properties
(except the identifier(s))as arguments. |
void |
UnitDaoBase.remove(Unit unit) |
void |
UnitDao.remove(Unit unit)
Removes the instance of fr.ifremer.adagio.core.dao.referential.pmfm.Unit from the persistent store.
|
void |
Pmfm.setUnit(Unit unit) |
protected Object |
UnitDaoBase.transformEntity(int transform,
Unit 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.referential.pmfm.UnitDao, please note
that the UnitDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
UnitDaoBase.update(Unit unit) |
void |
UnitDao.update(Unit unit)
Updates the
unit instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Unit> |
UnitDaoBase.create(Collection<Unit> entities) |
Collection<Unit> |
UnitDao.create(Collection<Unit> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.pmfm.Unit and adds
from the passed in
entities collection |
Collection<?> |
UnitDaoBase.create(int transform,
Collection<Unit> entities) |
Collection<?> |
UnitDao.create(int transform,
Collection<Unit> entities)
Does the same thing as
UnitDao.create(fr.ifremer.adagio.core.dao.referential.pmfm.Unit) with an
additional flag called transform. |
void |
UnitDaoBase.remove(Collection<Unit> entities) |
void |
UnitDao.remove(Collection<Unit> entities)
Removes all entities in the given
entities |
void |
UnitDaoBase.update(Collection<Unit> entities) |
void |
UnitDao.update(Collection<Unit> entities)
Updates all instances in the
entities collection in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Unit |
MinimumSizeAllowed.getSizeUnit() |
| Modifier and Type | Method and Description |
|---|---|
MinimumSizeAllowed |
MinimumSizeAllowedDao.create(Corpus corpus,
Collection<Location> locations,
Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.MinimumSizeAllowed
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
MinimumSizeAllowed |
MinimumSizeAllowedDaoBase.create(Corpus corpus,
Collection<Location> locations,
Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup) |
MinimumSizeAllowed |
MinimumSizeAllowedDao.create(Float minimumSize,
Timestamp updateDate,
Collection<Location> locations,
Corpus corpus,
Unit sizeUnit,
TaxonGroup taxonGroup)
Creates a new
fr.ifremer.adagio.core.dao.referential.regulation.MinimumSizeAllowed
instance from all attributes and
properties and adds it to the persistent store. |
MinimumSizeAllowed |
MinimumSizeAllowedDaoBase.create(Float minimumSize,
Timestamp updateDate,
Collection<Location> locations,
Corpus corpus,
Unit sizeUnit,
TaxonGroup taxonGroup) |
Object |
MinimumSizeAllowedDao.create(int transform,
Corpus corpus,
Collection<Location> locations,
Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup)
Does the same thing as
#create(fr.ifremer.adagio.core.dao.referential.regulation.Corpus,java.util.Collection with an
additional flag called transform. |
Object |
MinimumSizeAllowedDaoBase.create(int transform,
Corpus corpus,
Collection<Location> locations,
Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup) |
Object |
MinimumSizeAllowedDao.create(int transform,
Float minimumSize,
Timestamp updateDate,
Collection<Location> locations,
Corpus corpus,
Unit sizeUnit,
TaxonGroup taxonGroup)
Does the same thing as
#create(java.lang.Float,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
MinimumSizeAllowedDaoBase.create(int transform,
Float minimumSize,
Timestamp updateDate,
Collection<Location> locations,
Corpus corpus,
Unit sizeUnit,
TaxonGroup taxonGroup) |
static MinimumSizeAllowed |
MinimumSizeAllowed.Factory.newInstance(Float minimumSize,
Collection<Location> locations,
Corpus corpus,
Unit sizeUnit,
TaxonGroup taxonGroup)
Constructs a new instance of
MinimumSizeAllowed, taking all required and/or
read-only properties as arguments. |
static MinimumSizeAllowed |
MinimumSizeAllowed.Factory.newInstance(Float minimumSize,
Timestamp updateDate,
Collection<Location> locations,
Corpus corpus,
Unit sizeUnit,
TaxonGroup taxonGroup)
Constructs a new instance of
MinimumSizeAllowed, taking all possible properties
(except the identifier(s))as arguments. |
void |
MinimumSizeAllowed.setSizeUnit(Unit sizeUnit) |
Copyright © 2013. All Rights Reserved.