Modifier and Type | Method and Description |
---|---|
Unit |
DenormalisedBatchSortingValue.getUnit()
Unité correspondant au critère de classement.
|
Modifier and Type | Method and Description |
---|---|
DenormalisedBatchSortingValue |
DenormalisedBatchSortingValueDaoBase.create(DenormalizedBatch denormalizedBatch,
Boolean isInherited,
Parameter parameter,
Pmfm pmfm,
Integer rankOrder,
Unit unit)
Creates a new
DenormalisedBatchSortingValue
instance from only required properties (attributes
and association ends) 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
DenormalisedBatchSortingValue
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
DenormalisedBatchSortingValueDaoBase.create(int transform,
DenormalizedBatch denormalizedBatch,
Boolean isInherited,
Parameter parameter,
Pmfm pmfm,
Integer rankOrder,
Unit unit)
Does the same thing as
#create(Integer, Boolean) 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
#create(Integer, Boolean) with an
additional flag called transform . |
static DenormalisedBatchSortingValue |
DenormalisedBatchSortingValue.Factory.newInstance(Integer rankOrder,
Boolean isInherited,
Float numericalValue,
Pmfm pmfm,
QualitativeValue qualitativeValue,
DenormalizedBatch denormalizedBatch,
Parameter parameter,
Unit unit)
Constructs a new instance of
DenormalisedBatchSortingValue , taking all possible properties
(except the identifier(s))as arguments. |
static DenormalisedBatchSortingValue |
DenormalisedBatchSortingValue.Factory.newInstance(Integer rankOrder,
Boolean isInherited,
Pmfm pmfm,
DenormalizedBatch denormalizedBatch,
Parameter parameter,
Unit unit)
Constructs a new instance of
DenormalisedBatchSortingValue , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
DenormalisedBatchSortingValue.setUnit(Unit unitIn)
Unité correspondant au critère de classement.
|
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 |
---|---|
static Sample |
Sample.Factory.newInstance(String label,
Date sampleDate,
Short individualCount,
Float size,
String comments,
Date creationDate,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
Collection<FishingArea> fishingAreas,
Unit sizeUnit,
Department recorderDepartment,
Collection<Sample> childSamples,
Sample parentSample,
Person recorderPerson,
FishingOperation fishingOperation,
Collection<SampleMeasurement> sampleMeasurements,
TaxonGroup taxonGroup,
Matrix matrix,
QualityFlag qualityFlag,
Batch batch,
ReferenceTaxon referenceTaxon,
Program program)
Constructs a new instance of
Sample , taking all possible properties
(except the identifier(s))as arguments. |
void |
Sample.setSizeUnit(Unit sizeUnitIn)
Unité associée à la valeur de la taille du prélèvement.
|
Modifier and Type | Method and Description |
---|---|
Unit |
UnitConversion.getFromUnit()
Unité d'une mesure.
|
Unit |
WeightLengthConversion.getLengthUnit()
Unité d'une mesure.
|
Unit |
UnitConversion.getToUnit()
Unité d'une mesure.
|
Modifier and Type | Method and Description |
---|---|
WeightLengthConversion |
WeightLengthConversionDaoBase.create(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer endMonth,
Parameter lengthParameter,
Unit lengthUnit,
Location location,
ReferenceTaxon referenceTaxon,
Integer startMonth,
Status status,
Timestamp updateDate)
Creates a new
WeightLengthConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
WeightLengthConversion |
WeightLengthConversionDao.create(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer endMonth,
Parameter lengthParameter,
Unit lengthUnit,
Location location,
ReferenceTaxon referenceTaxon,
Integer startMonth,
Status status,
Timestamp updateDate)
Creates a new
WeightLengthConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
UnitConversion |
UnitConversionDaoBase.create(Float conversionCoefficient,
Unit fromUnit,
Unit toUnit,
Timestamp updateDate)
Creates a new
UnitConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
UnitConversion |
UnitConversionDao.create(Float conversionCoefficient,
Unit fromUnit,
Unit toUnit,
Timestamp updateDate)
Creates a new
UnitConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
WeightLengthConversionDaoBase.create(int transform,
Double conversionCoefficientA,
Double conversionCoefficientB,
Integer endMonth,
Parameter lengthParameter,
Unit lengthUnit,
Location location,
ReferenceTaxon referenceTaxon,
Integer startMonth,
Status status,
Timestamp updateDate)
Does the same thing as
#create(Double, Double, Integer, Integer, Timestamp) with an
additional flag called transform . |
Object |
WeightLengthConversionDao.create(int transform,
Double conversionCoefficientA,
Double conversionCoefficientB,
Integer endMonth,
Parameter lengthParameter,
Unit lengthUnit,
Location location,
ReferenceTaxon referenceTaxon,
Integer startMonth,
Status status,
Timestamp updateDate)
Does the same thing as
#create(Double, Double, Integer, Integer, Timestamp) with an
additional flag called transform . |
Object |
UnitConversionDaoBase.create(int transform,
Float conversionCoefficient,
Unit fromUnit,
Unit toUnit,
Timestamp updateDate)
Does the same thing as
UnitConversionDao.create(Float, Timestamp) with an
additional flag called transform . |
Object |
UnitConversionDao.create(int transform,
Float conversionCoefficient,
Unit fromUnit,
Unit toUnit,
Timestamp updateDate)
Does the same thing as
UnitConversionDao.create(Float, Timestamp) with an
additional flag called transform . |
static WeightLengthConversion |
WeightLengthConversion.Factory.newInstance(Double conversionCoefficientA,
Double conversionCoefficientB,
Integer startMonth,
Integer endMonth,
Integer year,
String description,
String comments,
Timestamp updateDate,
OriginItemType originItemType,
QualitativeValue sex,
Parameter lengthParameter,
Unit lengthUnit,
ReferenceTaxon referenceTaxon,
Location location,
Status status)
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,
Timestamp updateDate,
Parameter lengthParameter,
Unit lengthUnit,
ReferenceTaxon referenceTaxon,
Location location,
Status status)
Constructs a new instance of
WeightLengthConversion , taking all required and/or
read-only properties as arguments, except for identifiers. |
static UnitConversion |
UnitConversion.Factory.newInstance(Float conversionCoefficient,
Timestamp updateDate,
Unit fromUnit,
Unit toUnit)
Constructs a new instance of
UnitConversion , taking all possible properties
(except the identifier(s))as arguments. |
void |
UnitConversion.setFromUnit(Unit fromUnitIn)
Unité d'une mesure.
|
void |
WeightLengthConversion.setLengthUnit(Unit lengthUnitIn)
Unité d'une mesure.
|
void |
UnitConversion.setToUnit(Unit toUnitIn)
Unité d'une mesure.
|
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,
Timestamp updateDate)
Creates a new
Unit
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Unit |
UnitDao.create(Date creationDate,
String name,
Status status,
String symbol,
Timestamp updateDate)
Creates a new
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)
Creates a new
Unit
instance from all attributes and adds it to
the persistent store. |
Unit |
UnitDao.create(String symbol,
String name,
Date creationDate,
Timestamp updateDate)
Creates a new
Unit
instance from all attributes and adds it to
the persistent store. |
Unit |
UnitDaoBase.create(Unit unit)
Creates an instance of Unit and adds it to the persistent store.
|
Unit |
UnitDao.create(Unit unit)
Creates an instance of Unit and adds it to the persistent store.
|
Unit |
UnitDaoBase.get(Integer id)
Gets an instance of Unit from the persistent store.
|
Unit |
UnitDao.get(Integer id)
Gets an instance of Unit from the persistent store.
|
Unit |
Pmfm.getUnit()
Unité d'une mesure.
|
Unit |
UnitDaoBase.load(Integer id)
Loads an instance of Unit from the persistent store.
|
Unit |
UnitDao.load(Integer id)
Loads an instance of 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,
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)
Creates a new instance of Unit and adds
from the passed in
entities collection |
Collection<Unit> |
UnitDao.create(Collection<Unit> entities)
Creates a new instance of Unit and adds
from the passed in
entities collection |
Collection<Unit> |
UnitDaoBase.loadAll()
Loads all entities of type
Unit . |
Collection<Unit> |
UnitDao.loadAll()
Loads all entities of type
Unit . |
Set<Unit> |
UnitDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Unit> |
UnitDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
int |
Unit.compareTo(Unit o) |
Pmfm |
PmfmDaoBase.create(AggregationLevel aggregationLevel,
Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit,
Timestamp updateDate,
ValidityStatus validityStatus)
Creates a new
Pmfm
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Pmfm |
PmfmDao.create(AggregationLevel aggregationLevel,
Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit,
Timestamp updateDate,
ValidityStatus validityStatus)
Creates a new
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,
Timestamp updateDate,
ValidityStatus validityStatus)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
Object |
PmfmDao.create(int transform,
AggregationLevel aggregationLevel,
Date creationDate,
Fraction fraction,
Matrix matrix,
Method method,
Parameter parameter,
Status status,
Unit unit,
Timestamp updateDate,
ValidityStatus validityStatus)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
Object |
UnitDaoBase.create(int transform,
Unit unit)
Does the same thing as
UnitDao.create(Unit) with an
additional flag called transform . |
Object |
UnitDao.create(int transform,
Unit unit)
Does the same thing as
UnitDao.create(Unit) with an
additional flag called transform . |
Unit |
UnitDaoBase.create(Unit unit)
Creates an instance of Unit and adds it to the persistent store.
|
Unit |
UnitDao.create(Unit unit)
Creates an instance of Unit and adds it to the persistent store.
|
static Pmfm |
Pmfm.Factory.newInstance(Date creationDate,
Timestamp updateDate,
ValidityStatus validityStatus,
Matrix matrix,
Method method,
Fraction fraction,
Parameter parameter,
AggregationLevel aggregationLevel,
Status status,
Unit unit)
Constructs a new instance of
Pmfm , taking all required and/or
read-only properties as arguments, except for identifiers. |
static Pmfm |
Pmfm.Factory.newInstance(Integer signifFiguresNumber,
Integer maximumNumberDecimals,
Float detectionThreshold,
Float minValue,
Float maxValue,
Float precision,
Float defaultValue,
Date creationDate,
String description,
String comments,
Timestamp updateDate,
ValidityStatus validityStatus,
Matrix matrix,
Method method,
Collection<QualitativeValue> qualitativeValues,
Fraction fraction,
Parameter parameter,
AggregationLevel aggregationLevel,
Status status,
Unit unit)
Constructs a new instance of
Pmfm , taking all possible properties
(except the identifier(s))as arguments. |
void |
UnitDaoBase.remove(Unit unit)
Removes the instance of Unit from the persistent store.
|
void |
UnitDao.remove(Unit unit)
Removes the instance of Unit from the persistent store.
|
void |
Pmfm.setUnit(Unit unitIn)
Unité d'une mesure.
|
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 UnitDao , please note
that the UnitDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
UnitDao.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)
Updates the
unit instance in the persistent store. |
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)
Creates a new instance of Unit and adds
from the passed in
entities collection |
Collection<Unit> |
UnitDao.create(Collection<Unit> entities)
Creates a new instance of Unit and adds
from the passed in
entities collection |
Collection<?> |
UnitDaoBase.create(int transform,
Collection<Unit> entities)
Does the same thing as
UnitDao.create(Unit) with an
additional flag called transform . |
Collection<?> |
UnitDao.create(int transform,
Collection<Unit> entities)
Does the same thing as
UnitDao.create(Unit) with an
additional flag called transform . |
void |
UnitDaoBase.remove(Collection<Unit> entities)
Removes all entities in the given
entities collection. |
void |
UnitDao.remove(Collection<Unit> entities)
Removes all entities in the given
entities collection. |
void |
UnitDaoBase.update(Collection<Unit> entities)
Updates all instances in the
entities collection in the persistent store. |
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()
Unité d'une mesure.
|
Modifier and Type | Method and Description |
---|---|
MinimumSizeAllowed |
MinimumSizeAllowedDaoBase.create(Corpus corpus,
Collection<Location> locations,
Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup,
Timestamp updateDate)
Creates a new
MinimumSizeAllowed
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
MinimumSizeAllowed |
MinimumSizeAllowedDao.create(Corpus corpus,
Collection<Location> locations,
Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup,
Timestamp updateDate)
Creates a new
MinimumSizeAllowed
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
MinimumSizeAllowedDaoBase.create(int transform,
Corpus corpus,
Collection<Location> locations,
Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup,
Timestamp updateDate)
Does the same thing as
MinimumSizeAllowedDao.create(Float, Timestamp) with an
additional flag called transform . |
Object |
MinimumSizeAllowedDao.create(int transform,
Corpus corpus,
Collection<Location> locations,
Float minimumSize,
Unit sizeUnit,
TaxonGroup taxonGroup,
Timestamp updateDate)
Does the same thing as
MinimumSizeAllowedDao.create(Float, Timestamp) with an
additional flag called transform . |
static MinimumSizeAllowed |
MinimumSizeAllowed.Factory.newInstance(Float minimumSize,
Timestamp updateDate,
Corpus corpus,
Unit sizeUnit,
Collection<Location> locations,
TaxonGroup taxonGroup)
Constructs a new instance of
MinimumSizeAllowed , taking all possible properties
(except the identifier(s))as arguments. |
void |
MinimumSizeAllowed.setSizeUnit(Unit sizeUnitIn)
Unité d'une mesure.
|
Modifier and Type | Method and Description |
---|---|
Unit |
TaxonGroupLengthPmfm.getUnit()
Champ technique, recopié à partir de l'unité du PSFM.
|
Modifier and Type | Method and Description |
---|---|
Object |
TaxonGroupLengthPmfmDaoBase.create(int transform,
String description,
Location location,
Parameter parameter,
Pmfm pmfm,
Date startDate,
TaxonGroup taxonGroup,
Unit unit,
Timestamp updateDate)
Does the same thing as
#create(Date, String, Timestamp) with an
additional flag called transform . |
Object |
TaxonGroupLengthPmfmDao.create(int transform,
String description,
Location location,
Parameter parameter,
Pmfm pmfm,
Date startDate,
TaxonGroup taxonGroup,
Unit unit,
Timestamp updateDate)
Does the same thing as
#create(Date, String, Timestamp) with an
additional flag called transform . |
TaxonGroupLengthPmfm |
TaxonGroupLengthPmfmDaoBase.create(String description,
Location location,
Parameter parameter,
Pmfm pmfm,
Date startDate,
TaxonGroup taxonGroup,
Unit unit,
Timestamp updateDate)
Creates a new
TaxonGroupLengthPmfm
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonGroupLengthPmfm |
TaxonGroupLengthPmfmDao.create(String description,
Location location,
Parameter parameter,
Pmfm pmfm,
Date startDate,
TaxonGroup taxonGroup,
Unit unit,
Timestamp updateDate)
Creates a new
TaxonGroupLengthPmfm
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static TaxonGroupLengthPmfm |
TaxonGroupLengthPmfm.Factory.newInstance(Date startDate,
Date endDate,
String description,
Float precision,
Timestamp updateDate,
Unit unit,
QualitativeValue dressing,
Parameter parameter,
Pmfm pmfm,
TaxonGroup taxonGroup,
Location location)
Constructs a new instance of
TaxonGroupLengthPmfm , taking all possible properties
(except the identifier(s))as arguments. |
static TaxonGroupLengthPmfm |
TaxonGroupLengthPmfm.Factory.newInstance(Date startDate,
String description,
Timestamp updateDate,
Unit unit,
Parameter parameter,
Pmfm pmfm,
TaxonGroup taxonGroup,
Location location)
Constructs a new instance of
TaxonGroupLengthPmfm , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
TaxonGroupLengthPmfm.setUnit(Unit unitIn)
Champ technique, recopié à partir de l'unité du PSFM.
|
Copyright © 2012–2014 IFREMER. All rights reserved.