Modifier and Type | Method and Description |
---|---|
TaxonGroup |
SortingBatch.getTaxonGroup()
Espèce commerciale (ou groupe d'espèces) identifiant le lot (optionnel).
|
Modifier and Type | Method and Description |
---|---|
static SortingBatch |
SortingBatch.Factory.newInstance(Short rankOrder,
String label,
Float subgroupCount,
Integer individualCount,
Boolean childBatchsReplication,
Boolean exhaustiveInventory,
String comments,
Location location,
Batch parentBatch,
Collection<Batch> childBatchs,
QualityFlag qualityFlag,
Collection<BatchExhaustiveInventory> batchExhaustiveInventories,
Collection<QuantificationMeasurement> quantificationMeasurements,
Collection<Produce> produces,
Float samplingRatio,
String samplingRatioText,
ReferenceTaxon referenceTaxon,
CatchBatch rootBatch,
TaxonGroup taxonGroup,
Collection<SortingMeasurement> sortingMeasurements)
Constructs a new instance of
SortingBatch , taking all possible properties
(except the identifier(s))as arguments. |
void |
SortingBatch.setTaxonGroup(TaxonGroup taxonGroupIn)
Espèce commerciale (ou groupe d'espèces) identifiant le lot (optionnel).
|
Modifier and Type | Method and Description |
---|---|
TaxonGroup |
DenormalizedBatch.getCalculatedTaxonGroup()
L'espèce commerciale déterminée à partir de l'espèce commerciale.
|
TaxonGroup |
DenormalizedBatch.getInheritedTaxonGroup()
L'espèce commerciale (TAXON_GROUP) déterminée par héritage des lots pères.
|
TaxonGroup |
DenormalizedBatch.getTaxonGroup()
L'espèce commerciale (TAXON_GROUP) saisie sur le lot.
|
Modifier and Type | Method and Description |
---|---|
static DenormalizedBatch |
DenormalizedBatch.Factory.newInstance(String label,
Short rankOrder,
Short flatRankOrder,
Float weight,
Float indirectWeight,
Float elevateContextWeight,
Float indirectContextWeight,
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,
Method weightMethod,
QualityFlag qualityFlag,
TaxonGroup inheritedTaxonGroup,
TaxonGroup calculatedTaxonGroup,
ReferenceTaxon inheritedReferenceTaxon,
Collection<DenormalizedBatch> childBatchs,
DenormalizedBatch parentBatch,
Operation operation,
Sale sale,
Collection<DenormalisedBatchSortingValue> denormalisedBatchSortingValues,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup)
Constructs a new instance of
DenormalizedBatch , taking all possible properties
(except the identifier(s))as arguments. |
void |
DenormalizedBatch.setCalculatedTaxonGroup(TaxonGroup calculatedTaxonGroupIn)
L'espèce commerciale déterminée à partir de l'espèce commerciale.
|
void |
DenormalizedBatch.setInheritedTaxonGroup(TaxonGroup inheritedTaxonGroupIn)
L'espèce commerciale (TAXON_GROUP) déterminée par héritage des lots pères.
|
void |
DenormalizedBatch.setTaxonGroup(TaxonGroup taxonGroupIn)
L'espèce commerciale (TAXON_GROUP) saisie sur le lot.
|
Modifier and Type | Method and Description |
---|---|
TaxonGroup |
UpdatedItemHistory.getTaxonGroup()
Le groupe de taxon précedent.
|
Modifier and Type | Method and Description |
---|---|
static UpdatedItemHistory |
UpdatedItemHistory.Factory.newInstance(Integer objectId,
String objectCode,
Boolean isPostValidation,
String comments,
Float numericalValue,
String previousComments,
Timestamp updateDate,
ObjectType objectType,
Person recorderPerson,
Department recorderDepartment,
Pmfm pmfm,
Metier metier,
Gear gear,
TaxonGroup taxonGroup,
QualityFlag qualityFlag,
QualitativeValue qualitativeValue,
ReferenceTaxon referenceTaxon,
ProcessingHistory processingHistory)
Constructs a new instance of
UpdatedItemHistory , taking all possible properties
(except the identifier(s))as arguments. |
void |
UpdatedItemHistory.setTaxonGroup(TaxonGroup taxonGroupIn)
Le groupe de taxon précedent.
|
Modifier and Type | Method and Description |
---|---|
TaxonGroup |
Produce.getOtherTaxonGroup()
Espèce du produit, de la classification BCS (espèce commerciale).
|
TaxonGroup |
Produce.getTaxonGroup()
Il s'agit d'une autre référence de l'espèce du produit, dans une autre classification
d'espèce.
|
Modifier and Type | Method and Description |
---|---|
Produce |
ProduceDaoBase.create(Boolean isDiscard,
Collection<ProduceQuantificationMeasurement> produceQuantificationMeasurements,
QualityFlag qualityFlag,
TaxonGroup taxonGroup)
Creates a new
Produce
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Produce |
ProduceDao.create(Boolean isDiscard,
Collection<ProduceQuantificationMeasurement> produceQuantificationMeasurements,
QualityFlag qualityFlag,
TaxonGroup taxonGroup)
Creates a new
Produce
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
ProduceDaoBase.create(int transform,
Boolean isDiscard,
Collection<ProduceQuantificationMeasurement> produceQuantificationMeasurements,
QualityFlag qualityFlag,
TaxonGroup taxonGroup)
Does the same thing as
#create(Boolean) with an
additional flag called transform . |
Object |
ProduceDao.create(int transform,
Boolean isDiscard,
Collection<ProduceQuantificationMeasurement> produceQuantificationMeasurements,
QualityFlag qualityFlag,
TaxonGroup taxonGroup)
Does the same thing as
#create(Boolean) with an
additional flag called transform . |
static Produce |
Produce.Factory.newInstance(Boolean isDiscard,
Float subgroupCount,
Short individualCount,
String taxonGroupOtherInformation,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Float weight,
Float cost,
TaxonGroup otherTaxonGroup,
TaxonGroup taxonGroup,
SaleType saleType,
Gear otherGear,
QualitativeValue dressing,
QualitativeValue preservation,
QualitativeValue sizeCategory,
QualitativeValue freshnessCategory,
Method weightMethod,
QualitativeValue transaction,
FishingOperation fishingOperation,
Batch batch,
Collection<ProduceSortingMeasurement> produceSortingMeasurements,
Collection<ProduceQuantificationMeasurement> produceQuantificationMeasurements,
QualityFlag qualityFlag,
Landing landing,
Sale sale,
Gear gear,
TakeOver takeOver,
Buyer buyer,
Collection<FishingArea> fishingAreas,
Transshipment transshipment,
ExpectedSale expectedSale)
Constructs a new instance of
Produce , taking all possible properties
(except the identifier(s))as arguments. |
static Produce |
Produce.Factory.newInstance(Boolean isDiscard,
TaxonGroup taxonGroup,
Collection<ProduceQuantificationMeasurement> produceQuantificationMeasurements,
QualityFlag qualityFlag)
Constructs a new instance of
Produce , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
Produce.setOtherTaxonGroup(TaxonGroup otherTaxonGroupIn)
Espèce du produit, de la classification BCS (espèce commerciale).
|
void |
Produce.setTaxonGroup(TaxonGroup taxonGroupIn)
Il s'agit d'une autre référence de l'espèce du produit, dans une autre classification
d'espèce.
|
Modifier and Type | Method and Description |
---|---|
TaxonGroup |
Sample.getTaxonGroup()
Groupe de taxon (généralement espèce commerciale) caractéristant l'échantillon (optionnel)
|
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.setTaxonGroup(TaxonGroup taxonGroupIn)
Groupe de taxon (généralement espèce commerciale) caractéristant l'échantillon (optionnel)
|
Modifier and Type | Method and Description |
---|---|
TaxonGroup |
RoundWeightConversion.getTaxonGroup()
Lien vers l'espèce commerciale
|
Modifier and Type | Method and Description |
---|---|
RoundWeightConversion |
RoundWeightConversionDaoBase.create(Float conversionCoefficient,
QualitativeValue dressing,
Location location,
QualitativeValue preserving,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Creates a new
RoundWeightConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
RoundWeightConversion |
RoundWeightConversionDao.create(Float conversionCoefficient,
QualitativeValue dressing,
Location location,
QualitativeValue preserving,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Creates a new
RoundWeightConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
RoundWeightConversionDaoBase.create(int transform,
Float conversionCoefficient,
QualitativeValue dressing,
Location location,
QualitativeValue preserving,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Does the same thing as
#create(Float, Date, Timestamp) with an
additional flag called transform . |
Object |
RoundWeightConversionDao.create(int transform,
Float conversionCoefficient,
QualitativeValue dressing,
Location location,
QualitativeValue preserving,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Does the same thing as
#create(Float, Date, Timestamp) with an
additional flag called transform . |
static RoundWeightConversion |
RoundWeightConversion.Factory.newInstance(Float conversionCoefficient,
Date startDate,
Date endDate,
String description,
String comments,
Timestamp updateDate,
OriginItemType originItemType,
QualitativeValue preserving,
QualitativeValue dressing,
TaxonGroup taxonGroup,
Location location)
Constructs a new instance of
RoundWeightConversion , taking all possible properties
(except the identifier(s))as arguments. |
static RoundWeightConversion |
RoundWeightConversion.Factory.newInstance(Float conversionCoefficient,
Date startDate,
Timestamp updateDate,
QualitativeValue preserving,
QualitativeValue dressing,
TaxonGroup taxonGroup,
Location location)
Constructs a new instance of
RoundWeightConversion , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
RoundWeightConversion.setTaxonGroup(TaxonGroup taxonGroupIn)
Lien vers l'espèce commerciale
|
Modifier and Type | Method and Description |
---|---|
TaxonGroup |
Metier.getTaxonGroup()
Uniquement les groupes de taxon de type "espece commerciale FAO".
|
Modifier and Type | Method and Description |
---|---|
static Metier |
Metier.Factory.newInstance(String label,
String name,
String description,
String comments,
Timestamp updateDate,
ValidityStatus validityStatus,
Gear gear,
TaxonGroup taxonGroup,
Status status)
Constructs a new instance of
Metier , taking all possible properties
(except the identifier(s))as arguments. |
void |
Metier.setTaxonGroup(TaxonGroup taxonGroupIn)
Uniquement les groupes de taxon de type "espece commerciale FAO".
|
Modifier and Type | Method and Description |
---|---|
TaxonGroup |
MinimumSizeAllowed.getTaxonGroup()
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
TaxonGroup |
Fishery2TaxonGroup.getTaxonGroup()
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
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. |
Fishery2TaxonGroup |
Fishery2TaxonGroupDaoBase.create(Fishery fishery,
TaxonGroup taxonGroup)
Creates a new
Fishery2TaxonGroup
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery2TaxonGroup |
Fishery2TaxonGroupDao.create(Fishery fishery,
TaxonGroup taxonGroup)
Creates a new
Fishery2TaxonGroup
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 . |
Object |
Fishery2TaxonGroupDaoBase.create(int transform,
Fishery fishery,
TaxonGroup taxonGroup)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
Fishery2TaxonGroupDao.create(int transform,
Fishery fishery,
TaxonGroup taxonGroup)
Does the same thing as
#create() 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. |
static Fishery2TaxonGroup |
Fishery2TaxonGroup.Factory.newInstance(TaxonGroup taxonGroup,
Fishery fishery)
Constructs a new instance of
Fishery2TaxonGroup , taking all possible properties
(except the identifier(s))as arguments. |
void |
MinimumSizeAllowed.setTaxonGroup(TaxonGroup taxonGroupIn)
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
void |
Fishery2TaxonGroup.setTaxonGroup(TaxonGroup taxonGroupIn)
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
Modifier and Type | Method and Description |
---|---|
TaxonGroup |
AppliedSizeCategory.getTaxonGroup()
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
Modifier and Type | Method and Description |
---|---|
Object |
AppliedSizeCategoryDaoBase.create(int transform,
QualitativeValue dressing,
Location location,
OriginItemType originItemType,
QualitativeValue sizeCategory,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
Object |
AppliedSizeCategoryDao.create(int transform,
QualitativeValue dressing,
Location location,
OriginItemType originItemType,
QualitativeValue sizeCategory,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
AppliedSizeCategory |
AppliedSizeCategoryDaoBase.create(QualitativeValue dressing,
Location location,
OriginItemType originItemType,
QualitativeValue sizeCategory,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Creates a new
AppliedSizeCategory
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
AppliedSizeCategory |
AppliedSizeCategoryDao.create(QualitativeValue dressing,
Location location,
OriginItemType originItemType,
QualitativeValue sizeCategory,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Creates a new
AppliedSizeCategory
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static AppliedSizeCategory |
AppliedSizeCategory.Factory.newInstance(Date startDate,
Date endDate,
String description,
String comments,
Timestamp updateDate,
QualitativeValue sizeCategory,
Location location,
QualitativeValue dressing,
OriginItemType originItemType,
TaxonGroup taxonGroup)
Constructs a new instance of
AppliedSizeCategory , taking all possible properties
(except the identifier(s))as arguments. |
static AppliedSizeCategory |
AppliedSizeCategory.Factory.newInstance(Date startDate,
Timestamp updateDate,
QualitativeValue sizeCategory,
Location location,
QualitativeValue dressing,
OriginItemType originItemType,
TaxonGroup taxonGroup)
Constructs a new instance of
AppliedSizeCategory , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
AppliedSizeCategory.setTaxonGroup(TaxonGroup taxonGroupIn)
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
Modifier and Type | Class and Description |
---|---|
class |
TaxonGroupImpl |
Modifier and Type | Method and Description |
---|---|
TaxonGroup |
TaxonGroupDaoBase.create(Date creationDate,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
String name,
Status status,
TaxonGroupType taxonGroupType,
Timestamp updateDate,
ValidityStatus validityStatus)
Creates a new
TaxonGroup
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonGroup |
TaxonGroupDao.create(Date creationDate,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
String name,
Status status,
TaxonGroupType taxonGroupType,
Timestamp updateDate,
ValidityStatus validityStatus)
Creates a new
TaxonGroup
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonGroup |
TaxonGroupDaoBase.create(String label,
String name,
String comments,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
Date creationDate,
Timestamp updateDate)
Creates a new
TaxonGroup
instance from all attributes and adds it to
the persistent store. |
TaxonGroup |
TaxonGroupDao.create(String label,
String name,
String comments,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
Date creationDate,
Timestamp updateDate)
Creates a new
TaxonGroup
instance from all attributes and adds it to
the persistent store. |
TaxonGroup |
TaxonGroupDaoBase.create(TaxonGroup taxonGroup)
Creates an instance of TaxonGroup and adds it to the persistent store.
|
TaxonGroup |
TaxonGroupDao.create(TaxonGroup taxonGroup)
Creates an instance of TaxonGroup and adds it to the persistent store.
|
TaxonGroup |
TaxonGroupDaoBase.get(Integer id)
Gets an instance of TaxonGroup from the persistent store.
|
TaxonGroup |
TaxonGroupDao.get(Integer id)
Gets an instance of TaxonGroup from the persistent store.
|
TaxonGroup |
TaxonGroup.getParentTaxonGroup()
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
TaxonGroup |
TaxonGroupLengthPmfm.getTaxonGroup()
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
TaxonGroup |
TaxonGroupInformation.getTaxonGroup()
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
TaxonGroup |
TaxonGroupHistoricalRecord.getTaxonGroup()
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
TaxonGroup |
TaxonGroupDaoBase.load(Integer id)
Loads an instance of TaxonGroup from the persistent store.
|
TaxonGroup |
TaxonGroupDao.load(Integer id)
Loads an instance of TaxonGroup from the persistent store.
|
static TaxonGroup |
TaxonGroup.Factory.newInstance()
Constructs a new instance of
TaxonGroup . |
static TaxonGroup |
TaxonGroup.Factory.newInstance(String name,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
Date creationDate,
Timestamp updateDate,
ValidityStatus validityStatus,
TaxonGroupType taxonGroupType,
Status status)
Constructs a new instance of
TaxonGroup , taking all required and/or
read-only properties as arguments, except for identifiers. |
static TaxonGroup |
TaxonGroup.Factory.newInstance(String label,
String name,
String comments,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
Date creationDate,
Timestamp updateDate,
ValidityStatus validityStatus,
TaxonGroup parentTaxonGroup,
Collection<TaxonGroup> childTaxonGroups,
Collection<TaxonGroupInformation> taxonGroupInformations,
TaxonGroupType taxonGroupType,
Collection<TaxonGroupHistoricalRecord> taxonGroupHistoricalRecords,
Status status)
Constructs a new instance of
TaxonGroup , taking all possible properties
(except the identifier(s))as arguments. |
protected TaxonGroup |
TaxonGroupDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<TaxonGroup> |
TaxonGroupDaoBase.create(Collection<TaxonGroup> entities)
Creates a new instance of TaxonGroup and adds
from the passed in
entities collection |
Collection<TaxonGroup> |
TaxonGroupDao.create(Collection<TaxonGroup> entities)
Creates a new instance of TaxonGroup and adds
from the passed in
entities collection |
Collection<TaxonGroup> |
TaxonGroup.getChildTaxonGroups()
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
Collection<TaxonGroup> |
TaxonGroupType.getTaxonGroups()
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
Collection<TaxonGroup> |
TaxonGroupDaoBase.loadAll()
Loads all entities of type
TaxonGroup . |
Collection<TaxonGroup> |
TaxonGroupDao.loadAll()
Loads all entities of type
TaxonGroup . |
Set<TaxonGroup> |
TaxonGroupDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonGroup> |
TaxonGroupDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
TaxonGroup.addChildTaxonGroups(TaxonGroup elementToAdd)
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
boolean |
TaxonGroupType.addTaxonGroups(TaxonGroup elementToAdd)
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
int |
TaxonGroup.compareTo(TaxonGroup o) |
Object |
TaxonGroupInformationDaoBase.create(int transform,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup,
Timestamp updateDate)
Does the same thing as
#create(Timestamp) with an
additional flag called transform . |
Object |
TaxonGroupInformationDao.create(int transform,
ReferenceDocument referenceDocument,
TaxonGroup taxonGroup,
Timestamp updateDate)
Does the same thing as
#create(Timestamp) with an
additional flag called transform . |
Object |
TaxonGroupHistoricalRecordDaoBase.create(int transform,
ReferenceTaxon referenceTaxon,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
Object |
TaxonGroupHistoricalRecordDao.create(int transform,
ReferenceTaxon referenceTaxon,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Does the same thing as
#create(Date, Timestamp) with an
additional flag called transform . |
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 . |
Object |
TaxonGroupDaoBase.create(int transform,
TaxonGroup taxonGroup)
Does the same thing as
TaxonGroupDao.create(TaxonGroup) with an
additional flag called transform . |
Object |
TaxonGroupDao.create(int transform,
TaxonGroup taxonGroup)
Does the same thing as
TaxonGroupDao.create(TaxonGroup) with an
additional flag called transform . |
TaxonGroupInformation |
TaxonGroupInformationDaoBase.create(ReferenceDocument referenceDocument,
TaxonGroup taxonGroup,
Timestamp updateDate)
Creates a new
TaxonGroupInformation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonGroupInformation |
TaxonGroupInformationDao.create(ReferenceDocument referenceDocument,
TaxonGroup taxonGroup,
Timestamp updateDate)
Creates a new
TaxonGroupInformation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonGroupHistoricalRecord |
TaxonGroupHistoricalRecordDaoBase.create(ReferenceTaxon referenceTaxon,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Creates a new
TaxonGroupHistoricalRecord
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonGroupHistoricalRecord |
TaxonGroupHistoricalRecordDao.create(ReferenceTaxon referenceTaxon,
Date startDate,
TaxonGroup taxonGroup,
Timestamp updateDate)
Creates a new
TaxonGroupHistoricalRecord
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
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. |
TaxonGroup |
TaxonGroupDaoBase.create(TaxonGroup taxonGroup)
Creates an instance of TaxonGroup and adds it to the persistent store.
|
TaxonGroup |
TaxonGroupDao.create(TaxonGroup taxonGroup)
Creates an instance of TaxonGroup 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 TaxonGroupHistoricalRecord |
TaxonGroupHistoricalRecord.Factory.newInstance(Date startDate,
Date endDate,
String comments,
Timestamp updateDate,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup)
Constructs a new instance of
TaxonGroupHistoricalRecord , 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. |
static TaxonGroupHistoricalRecord |
TaxonGroupHistoricalRecord.Factory.newInstance(Date startDate,
Timestamp updateDate,
ReferenceTaxon referenceTaxon,
TaxonGroup taxonGroup)
Constructs a new instance of
TaxonGroupHistoricalRecord , taking all required and/or
read-only properties as arguments, except for identifiers. |
static TaxonGroup |
TaxonGroup.Factory.newInstance(String label,
String name,
String comments,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
Date creationDate,
Timestamp updateDate,
ValidityStatus validityStatus,
TaxonGroup parentTaxonGroup,
Collection<TaxonGroup> childTaxonGroups,
Collection<TaxonGroupInformation> taxonGroupInformations,
TaxonGroupType taxonGroupType,
Collection<TaxonGroupHistoricalRecord> taxonGroupHistoricalRecords,
Status status)
Constructs a new instance of
TaxonGroup , taking all possible properties
(except the identifier(s))as arguments. |
static TaxonGroupInformation |
TaxonGroupInformation.Factory.newInstance(String description,
Timestamp updateDate,
TaxonGroup taxonGroup,
ReferenceDocument referenceDocument)
Constructs a new instance of
TaxonGroupInformation , taking all possible properties
(except the identifier(s))as arguments. |
static TaxonGroupInformation |
TaxonGroupInformation.Factory.newInstance(Timestamp updateDate,
TaxonGroup taxonGroup,
ReferenceDocument referenceDocument)
Constructs a new instance of
TaxonGroupInformation , taking all required and/or
read-only properties as arguments, except for identifiers. |
void |
TaxonGroupDaoBase.remove(TaxonGroup taxonGroup)
Removes the instance of TaxonGroup from the persistent store.
|
void |
TaxonGroupDao.remove(TaxonGroup taxonGroup)
Removes the instance of TaxonGroup from the persistent store.
|
boolean |
TaxonGroup.removeChildTaxonGroups(TaxonGroup elementToRemove)
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
boolean |
TaxonGroupType.removeTaxonGroups(TaxonGroup elementToRemove)
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
void |
TaxonGroup.setParentTaxonGroup(TaxonGroup parentTaxonGroupIn)
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
void |
TaxonGroupLengthPmfm.setTaxonGroup(TaxonGroup taxonGroupIn)
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
void |
TaxonGroupInformation.setTaxonGroup(TaxonGroup taxonGroupIn)
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
void |
TaxonGroupHistoricalRecord.setTaxonGroup(TaxonGroup taxonGroupIn)
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
Object |
TaxonGroupDaoBase.transformEntity(int transform,
TaxonGroup 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 TaxonGroupDao , please note
that the TaxonGroupDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
TaxonGroupDao.transformEntity(int transform,
TaxonGroup 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.taxon.TaxonGroupDao , please note
that the TaxonGroupDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
TaxonGroupDaoBase.update(TaxonGroup taxonGroup)
Updates the
taxonGroup instance in the persistent store. |
void |
TaxonGroupDao.update(TaxonGroup taxonGroup)
Updates the
taxonGroup instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<TaxonGroup> |
TaxonGroupDaoBase.create(Collection<TaxonGroup> entities)
Creates a new instance of TaxonGroup and adds
from the passed in
entities collection |
Collection<TaxonGroup> |
TaxonGroupDao.create(Collection<TaxonGroup> entities)
Creates a new instance of TaxonGroup and adds
from the passed in
entities collection |
Collection<?> |
TaxonGroupDaoBase.create(int transform,
Collection<TaxonGroup> entities)
Does the same thing as
TaxonGroupDao.create(TaxonGroup) with an
additional flag called transform . |
Collection<?> |
TaxonGroupDao.create(int transform,
Collection<TaxonGroup> entities)
Does the same thing as
TaxonGroupDao.create(TaxonGroup) with an
additional flag called transform . |
static TaxonGroup |
TaxonGroup.Factory.newInstance(String label,
String name,
String comments,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
Date creationDate,
Timestamp updateDate,
ValidityStatus validityStatus,
TaxonGroup parentTaxonGroup,
Collection<TaxonGroup> childTaxonGroups,
Collection<TaxonGroupInformation> taxonGroupInformations,
TaxonGroupType taxonGroupType,
Collection<TaxonGroupHistoricalRecord> taxonGroupHistoricalRecords,
Status status)
Constructs a new instance of
TaxonGroup , taking all possible properties
(except the identifier(s))as arguments. |
static TaxonGroupType |
TaxonGroupType.Factory.newInstance(String name,
String description,
String comments,
Timestamp updateDate,
Collection<TaxonGroup> taxonGroups)
Constructs a new instance of
TaxonGroupType , taking all possible properties
(except the identifier(s))as arguments. |
void |
TaxonGroupDaoBase.remove(Collection<TaxonGroup> entities)
Removes all entities in the given
entities collection. |
void |
TaxonGroupDao.remove(Collection<TaxonGroup> entities)
Removes all entities in the given
entities collection. |
void |
TaxonGroup.setChildTaxonGroups(Collection<TaxonGroup> childTaxonGroupsIn)
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
void |
TaxonGroupType.setTaxonGroups(Collection<TaxonGroup> taxonGroupsIn)
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
void |
TaxonGroupDaoBase.update(Collection<TaxonGroup> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
TaxonGroupDao.update(Collection<TaxonGroup> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
TaxonGroup |
TaxonGroupHierarchy.getChildTaxonGroup()
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
TaxonGroup |
TaxonGroupHierarchy.getParentTaxonGroup()
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
TaxonGroup |
TaxonGroup2TaxonHierarchy.getParentTaxonGroup()
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
Modifier and Type | Method and Description |
---|---|
Object |
TaxonGroup2TaxonHierarchyDaoBase.create(int transform,
ReferenceTaxon childReferenceTaxon,
Boolean isInherited,
TaxonGroup parentTaxonGroup)
Does the same thing as
#create(Boolean) with an
additional flag called transform . |
Object |
TaxonGroup2TaxonHierarchyDao.create(int transform,
ReferenceTaxon childReferenceTaxon,
Boolean isInherited,
TaxonGroup parentTaxonGroup)
Does the same thing as
#create(Boolean) with an
additional flag called transform . |
Object |
TaxonGroupHierarchyDaoBase.create(int transform,
TaxonGroup childTaxonGroup,
TaxonGroup parentTaxonGroup)
Does the same thing as
#create() with an
additional flag called transform . |
Object |
TaxonGroupHierarchyDao.create(int transform,
TaxonGroup childTaxonGroup,
TaxonGroup parentTaxonGroup)
Does the same thing as
#create() with an
additional flag called transform . |
TaxonGroup2TaxonHierarchy |
TaxonGroup2TaxonHierarchyDaoBase.create(ReferenceTaxon childReferenceTaxon,
Boolean isInherited,
TaxonGroup parentTaxonGroup)
Creates a new
TaxonGroup2TaxonHierarchy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonGroup2TaxonHierarchy |
TaxonGroup2TaxonHierarchyDao.create(ReferenceTaxon childReferenceTaxon,
Boolean isInherited,
TaxonGroup parentTaxonGroup)
Creates a new
TaxonGroup2TaxonHierarchy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonGroupHierarchy |
TaxonGroupHierarchyDaoBase.create(TaxonGroup childTaxonGroup,
TaxonGroup parentTaxonGroup)
Creates a new
TaxonGroupHierarchy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonGroupHierarchy |
TaxonGroupHierarchyDao.create(TaxonGroup childTaxonGroup,
TaxonGroup parentTaxonGroup)
Creates a new
TaxonGroupHierarchy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
static TaxonGroup2TaxonHierarchy |
TaxonGroup2TaxonHierarchy.Factory.newInstance(Boolean isInherited,
TaxonGroup parentTaxonGroup,
ReferenceTaxon childReferenceTaxon)
Constructs a new instance of
TaxonGroup2TaxonHierarchy , taking all required and/or
read-only properties as arguments, except for identifiers. |
static TaxonGroup2TaxonHierarchy |
TaxonGroup2TaxonHierarchy.Factory.newInstance(Date endDate,
Boolean isInherited,
TaxonGroup parentTaxonGroup,
ReferenceTaxon childReferenceTaxon)
Constructs a new instance of
TaxonGroup2TaxonHierarchy , taking all possible properties
(except the identifier(s))as arguments. |
static TaxonGroupHierarchy |
TaxonGroupHierarchy.Factory.newInstance(TaxonGroup parentTaxonGroup,
TaxonGroup childTaxonGroup)
Constructs a new instance of
TaxonGroupHierarchy , taking all possible properties
(except the identifier(s))as arguments. |
void |
TaxonGroupHierarchy.setChildTaxonGroup(TaxonGroup childTaxonGroupIn)
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
void |
TaxonGroupHierarchy.setParentTaxonGroup(TaxonGroup parentTaxonGroupIn)
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
void |
TaxonGroup2TaxonHierarchy.setParentTaxonGroup(TaxonGroup parentTaxonGroupIn)
Il désigne un ensemble de taxons appartenant à des groupes taxinomiques différents mais ayant
les
mêmes caractéristiques pour un critère donné.
|
Copyright © 2012–2014 IFREMER. All rights reserved.