public interface Segment extends Segment, Segment, Auditee, Exporter, Importer, Indexed, SecureObject
Segment
isFrozenisFrozen
| Modifier and Type | Method and Description | 
|---|---|
void | 
addConfigurationTypeSet(boolean idIsPersistent,
                       java.lang.String id,
                       ProductConfigurationTypeSet configurationTypeSet)
Adds the specified element to the set of the values for the reference  
configurationTypeSet. | 
void | 
addConfigurationTypeSet(ProductConfigurationTypeSet configurationTypeSet)
Adds the specified element to the set of the values for the reference  
configurationTypeSet using an implementation-specific, reassignable qualifier. | 
void | 
addConfigurationTypeSet(java.lang.String id,
                       ProductConfigurationTypeSet configurationTypeSet)
Adds the specified element to the set of the values for the reference  
configurationTypeSet using a reassignable qualifier. | 
void | 
addDepotAssignmentGroup(boolean idIsPersistent,
                       java.lang.String id,
                       DepotAssignmentGroup depotAssignmentGroup)
Adds the specified element to the set of the values for the reference  
depotAssignmentGroup. | 
void | 
addDepotAssignmentGroup(DepotAssignmentGroup depotAssignmentGroup)
Adds the specified element to the set of the values for the reference  
depotAssignmentGroup using an implementation-specific, reassignable qualifier. | 
void | 
addDepotAssignmentGroup(java.lang.String id,
                       DepotAssignmentGroup depotAssignmentGroup)
Adds the specified element to the set of the values for the reference  
depotAssignmentGroup using a reassignable qualifier. | 
void | 
addPriceLevel(AbstractPriceLevel priceLevel)
Adds the specified element to the set of the values for the reference  
priceLevel using an implementation-specific, reassignable qualifier. | 
void | 
addPriceLevel(boolean idIsPersistent,
             java.lang.String id,
             AbstractPriceLevel priceLevel)
Adds the specified element to the set of the values for the reference  
priceLevel. | 
void | 
addPriceLevel(java.lang.String id,
             AbstractPriceLevel priceLevel)
Adds the specified element to the set of the values for the reference  
priceLevel using a reassignable qualifier. | 
void | 
addPricingRule(boolean idIsPersistent,
              java.lang.String id,
              PricingRule pricingRule)
Adds the specified element to the set of the values for the reference  
pricingRule. | 
void | 
addPricingRule(PricingRule pricingRule)
Adds the specified element to the set of the values for the reference  
pricingRule using an implementation-specific, reassignable qualifier. | 
void | 
addPricingRule(java.lang.String id,
              PricingRule pricingRule)
Adds the specified element to the set of the values for the reference  
pricingRule using a reassignable qualifier. | 
void | 
addProduct(boolean idIsPersistent,
          java.lang.String id,
          Product product)
Adds the specified element to the set of the values for the reference  
product. | 
void | 
addProduct(Product product)
Adds the specified element to the set of the values for the reference  
product using an implementation-specific, reassignable qualifier. | 
void | 
addProduct(java.lang.String id,
          Product product)
Adds the specified element to the set of the values for the reference  
product using a reassignable qualifier. | 
void | 
addProductClassification(boolean idIsPersistent,
                        java.lang.String id,
                        ProductClassification productClassification)
Adds the specified element to the set of the values for the reference  
productClassification. | 
void | 
addProductClassification(ProductClassification productClassification)
Adds the specified element to the set of the values for the reference  
productClassification using an implementation-specific, reassignable qualifier. | 
void | 
addProductClassification(java.lang.String id,
                        ProductClassification productClassification)
Adds the specified element to the set of the values for the reference  
productClassification using a reassignable qualifier. | 
void | 
addProductFilter(boolean idIsPersistent,
                java.lang.String id,
                ProductFilterGlobal productFilter)
Adds the specified element to the set of the values for the reference  
productFilter. | 
void | 
addProductFilter(ProductFilterGlobal productFilter)
Adds the specified element to the set of the values for the reference  
productFilter using an implementation-specific, reassignable qualifier. | 
void | 
addProductFilter(java.lang.String id,
                ProductFilterGlobal productFilter)
Adds the specified element to the set of the values for the reference  
productFilter using a reassignable qualifier. | 
void | 
addSalesTaxType(boolean idIsPersistent,
               java.lang.String id,
               SalesTaxType salesTaxType)
Adds the specified element to the set of the values for the reference  
salesTaxType. | 
void | 
addSalesTaxType(SalesTaxType salesTaxType)
Adds the specified element to the set of the values for the reference  
salesTaxType using an implementation-specific, reassignable qualifier. | 
void | 
addSalesTaxType(java.lang.String id,
               SalesTaxType salesTaxType)
Adds the specified element to the set of the values for the reference  
salesTaxType using a reassignable qualifier. | 
void | 
addSalesTaxTypeGroup(boolean idIsPersistent,
                    java.lang.String id,
                    SalesTaxTypeGroup salesTaxTypeGroup)
Adds the specified element to the set of the values for the reference  
salesTaxTypeGroup. | 
void | 
addSalesTaxTypeGroup(SalesTaxTypeGroup salesTaxTypeGroup)
Adds the specified element to the set of the values for the reference  
salesTaxTypeGroup using an implementation-specific, reassignable qualifier. | 
void | 
addSalesTaxTypeGroup(java.lang.String id,
                    SalesTaxTypeGroup salesTaxTypeGroup)
Adds the specified element to the set of the values for the reference  
salesTaxTypeGroup using a reassignable qualifier. | 
void | 
addSalesTransactionType(boolean idIsPersistent,
                       java.lang.String id,
                       SalesTransactionType salesTransactionType)
Adds the specified element to the set of the values for the reference  
salesTransactionType. | 
void | 
addSalesTransactionType(SalesTransactionType salesTransactionType)
Adds the specified element to the set of the values for the reference  
salesTransactionType using an implementation-specific, reassignable qualifier. | 
void | 
addSalesTransactionType(java.lang.String id,
                       SalesTransactionType salesTransactionType)
Adds the specified element to the set of the values for the reference  
salesTransactionType using a reassignable qualifier. | 
ProductConfigurationTypeSet | 
getConfigurationTypeSet(boolean idIsPersistent,
                       java.lang.String id)
Retrieves the value for the reference  
configurationTypeSet for the specified qualifier attribute value. | 
<T extends ProductConfigurationTypeSet> | 
getConfigurationTypeSet(ProductConfigurationTypeSetQuery query)
Retrieves the value for the reference  
configurationTypeSet for the specified query. | 
ProductConfigurationTypeSet | 
getConfigurationTypeSet(java.lang.String id)
Retrieves the value for the reference  
configurationTypeSet for the specified qualifier attribute value. | 
DepotAssignmentGroup | 
getDepotAssignmentGroup(boolean idIsPersistent,
                       java.lang.String id)
Retrieves the value for the reference  
depotAssignmentGroup for the specified qualifier attribute value. | 
<T extends DepotAssignmentGroup> | 
getDepotAssignmentGroup(DepotAssignmentGroupQuery query)
Retrieves the value for the reference  
depotAssignmentGroup for the specified query. | 
DepotAssignmentGroup | 
getDepotAssignmentGroup(java.lang.String id)
Retrieves the value for the reference  
depotAssignmentGroup for the specified qualifier attribute value. | 
<T extends AbstractPriceLevel> | 
getPriceLevel(AbstractPriceLevelQuery query)
Retrieves the value for the reference  
priceLevel for the specified query. | 
AbstractPriceLevel | 
getPriceLevel(boolean idIsPersistent,
             java.lang.String id)
Retrieves the value for the reference  
priceLevel for the specified qualifier attribute value. | 
AbstractPriceLevel | 
getPriceLevel(java.lang.String id)
Retrieves the value for the reference  
priceLevel for the specified qualifier attribute value. | 
PriceListEntry | 
getPriceListEntry(boolean idIsPersistent,
                 java.lang.String id)
Retrieves the value for the reference  
priceListEntry for the specified qualifier attribute value. | 
<T extends PriceListEntry> | 
getPriceListEntry(PriceListEntryQuery query)
Retrieves the value for the reference  
priceListEntry for the specified query. | 
PriceListEntry | 
getPriceListEntry(java.lang.String id)
Retrieves the value for the reference  
priceListEntry for the specified qualifier attribute value. | 
PricingRule | 
getPricingRule(boolean idIsPersistent,
              java.lang.String id)
Retrieves the value for the reference  
pricingRule for the specified qualifier attribute value. | 
<T extends PricingRule> | 
getPricingRule(PricingRuleQuery query)
Retrieves the value for the reference  
pricingRule for the specified query. | 
PricingRule | 
getPricingRule(java.lang.String id)
Retrieves the value for the reference  
pricingRule for the specified qualifier attribute value. | 
Product | 
getProduct(boolean idIsPersistent,
          java.lang.String id)
Retrieves the value for the reference  
product for the specified qualifier attribute value. | 
<T extends Product> | 
getProduct(ProductQuery query)
Retrieves the value for the reference  
product for the specified query. | 
Product | 
getProduct(java.lang.String id)
Retrieves the value for the reference  
product for the specified qualifier attribute value. | 
ProductClassification | 
getProductClassification(boolean idIsPersistent,
                        java.lang.String id)
Retrieves the value for the reference  
productClassification for the specified qualifier attribute value. | 
<T extends ProductClassification> | 
getProductClassification(ProductClassificationQuery query)
Retrieves the value for the reference  
productClassification for the specified query. | 
ProductClassification | 
getProductClassification(java.lang.String id)
Retrieves the value for the reference  
productClassification for the specified qualifier attribute value. | 
ProductFilterGlobal | 
getProductFilter(boolean idIsPersistent,
                java.lang.String id)
Retrieves the value for the reference  
productFilter for the specified qualifier attribute value. | 
<T extends ProductFilterGlobal> | 
getProductFilter(ProductFilterGlobalQuery query)
Retrieves the value for the reference  
productFilter for the specified query. | 
ProductFilterGlobal | 
getProductFilter(java.lang.String id)
Retrieves the value for the reference  
productFilter for the specified qualifier attribute value. | 
SalesTaxType | 
getSalesTaxType(boolean idIsPersistent,
               java.lang.String id)
Retrieves the value for the reference  
salesTaxType for the specified qualifier attribute value. | 
<T extends SalesTaxType> | 
getSalesTaxType(SalesTaxTypeQuery query)
Retrieves the value for the reference  
salesTaxType for the specified query. | 
SalesTaxType | 
getSalesTaxType(java.lang.String id)
Retrieves the value for the reference  
salesTaxType for the specified qualifier attribute value. | 
SalesTaxTypeGroup | 
getSalesTaxTypeGroup(boolean idIsPersistent,
                    java.lang.String id)
Retrieves the value for the reference  
salesTaxTypeGroup for the specified qualifier attribute value. | 
<T extends SalesTaxTypeGroup> | 
getSalesTaxTypeGroup(SalesTaxTypeGroupQuery query)
Retrieves the value for the reference  
salesTaxTypeGroup for the specified query. | 
SalesTaxTypeGroup | 
getSalesTaxTypeGroup(java.lang.String id)
Retrieves the value for the reference  
salesTaxTypeGroup for the specified qualifier attribute value. | 
SalesTransactionType | 
getSalesTransactionType(boolean idIsPersistent,
                       java.lang.String id)
Retrieves the value for the reference  
salesTransactionType for the specified qualifier attribute value. | 
<T extends SalesTransactionType> | 
getSalesTransactionType(SalesTransactionTypeQuery query)
Retrieves the value for the reference  
salesTransactionType for the specified query. | 
SalesTransactionType | 
getSalesTransactionType(java.lang.String id)
Retrieves the value for the reference  
salesTransactionType for the specified qualifier attribute value. | 
getConfigurationTypeSet, getDepotAssignmentGroup, getPriceLevel, getPriceListEntry, getPricingRule, getProduct, getProductClassification, getProductFilter, getSalesTaxType, getSalesTaxTypeGroup, getSalesTransactionTypegetExtent, getExtent, getExtent, getProvidergetDescription, getExtent, setDescriptionrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositerefGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValueequals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraintsexportItemexportItemimportItemimportItemgetIndexEntry, getIndexEntry, getIndexEntry, updateIndexgetIndexEntry, getSearchDateTime0, getSearchDateTime1, getSearchDateTime2, getSearchDateTime3, getSearchDateTime4, getSearchDateTime5, getSearchDateTime6, getSearchDateTime7, getSearchDateTime8, getSearchDateTime9, getSearchNumber0, getSearchNumber1, getSearchNumber2, getSearchNumber3, getSearchNumber4, getSearchNumber5, getSearchNumber6, getSearchNumber7, getSearchNumber8, getSearchNumber9, getSearchString0, getSearchString1, getSearchString2, getSearchString3, getSearchString4, getSearchString5, getSearchString6, getSearchString7, getSearchString8, getSearchString9, setSearchDateTime0, setSearchDateTime1, setSearchDateTime2, setSearchDateTime3, setSearchDateTime4, setSearchDateTime5, setSearchDateTime6, setSearchDateTime7, setSearchDateTime8, setSearchDateTime9, setSearchNumber0, setSearchNumber1, setSearchNumber2, setSearchNumber3, setSearchNumber4, setSearchNumber5, setSearchNumber6, setSearchNumber7, setSearchNumber8, setSearchNumber9, setSearchString0, setSearchString1, setSearchString2, setSearchString3, setSearchString4, setSearchString5, setSearchString6, setSearchString7, setSearchString8, setSearchString9, updateIndexaddOwningGroup, assertOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUseraddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser<T extends ProductConfigurationTypeSet> java.util.List<T> getConfigurationTypeSet(ProductConfigurationTypeSetQuery query)
configurationTypeSet for the specified query.
 Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.ProductConfigurationTypeSet getConfigurationTypeSet(boolean idIsPersistent, java.lang.String id)
configurationTypeSet for the specified qualifier attribute value.
 idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.ProductConfigurationTypeSet getConfigurationTypeSet(java.lang.String id)
configurationTypeSet for the specified qualifier attribute value.
 
 This method is equivalent to the preferred invocation getConfigurationTypeSet(false,id).
 
id - The value for the qualifier attribute that qualifies this reference.void addConfigurationTypeSet(boolean idIsPersistent,
                             java.lang.String id,
                             ProductConfigurationTypeSet configurationTypeSet)
configurationTypeSet.
 Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.configurationTypeSet - The element to be appended.void addConfigurationTypeSet(java.lang.String id,
                             ProductConfigurationTypeSet configurationTypeSet)
configurationTypeSet using a reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.configurationTypeSet - The element to be appended.void addConfigurationTypeSet(ProductConfigurationTypeSet configurationTypeSet)
configurationTypeSet using an implementation-specific, reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
configurationTypeSet - The element to be appended.<T extends DepotAssignmentGroup> java.util.List<T> getDepotAssignmentGroup(DepotAssignmentGroupQuery query)
depotAssignmentGroup for the specified query.
 Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.DepotAssignmentGroup getDepotAssignmentGroup(boolean idIsPersistent, java.lang.String id)
depotAssignmentGroup for the specified qualifier attribute value.
 idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.DepotAssignmentGroup getDepotAssignmentGroup(java.lang.String id)
depotAssignmentGroup for the specified qualifier attribute value.
 
 This method is equivalent to the preferred invocation getDepotAssignmentGroup(false,id).
 
id - The value for the qualifier attribute that qualifies this reference.void addDepotAssignmentGroup(boolean idIsPersistent,
                             java.lang.String id,
                             DepotAssignmentGroup depotAssignmentGroup)
depotAssignmentGroup.
 Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.depotAssignmentGroup - The element to be appended.void addDepotAssignmentGroup(java.lang.String id,
                             DepotAssignmentGroup depotAssignmentGroup)
depotAssignmentGroup using a reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.depotAssignmentGroup - The element to be appended.void addDepotAssignmentGroup(DepotAssignmentGroup depotAssignmentGroup)
depotAssignmentGroup using an implementation-specific, reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
depotAssignmentGroup - The element to be appended.<T extends AbstractPriceLevel> java.util.List<T> getPriceLevel(AbstractPriceLevelQuery query)
priceLevel for the specified query.
 Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.AbstractPriceLevel getPriceLevel(boolean idIsPersistent, java.lang.String id)
priceLevel for the specified qualifier attribute value.
 idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.AbstractPriceLevel getPriceLevel(java.lang.String id)
priceLevel for the specified qualifier attribute value.
 
 This method is equivalent to the preferred invocation getPriceLevel(false,id).
 
id - The value for the qualifier attribute that qualifies this reference.void addPriceLevel(boolean idIsPersistent,
                   java.lang.String id,
                   AbstractPriceLevel priceLevel)
priceLevel.
 Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.priceLevel - The element to be appended.void addPriceLevel(java.lang.String id,
                   AbstractPriceLevel priceLevel)
priceLevel using a reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.priceLevel - The element to be appended.void addPriceLevel(AbstractPriceLevel priceLevel)
priceLevel using an implementation-specific, reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
priceLevel - The element to be appended.<T extends PriceListEntry> java.util.List<T> getPriceListEntry(PriceListEntryQuery query)
priceListEntry for the specified query.
 Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.PriceListEntry getPriceListEntry(boolean idIsPersistent, java.lang.String id)
priceListEntry for the specified qualifier attribute value.
 idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.PriceListEntry getPriceListEntry(java.lang.String id)
priceListEntry for the specified qualifier attribute value.
 
 This method is equivalent to the preferred invocation getPriceListEntry(false,id).
 
id - The value for the qualifier attribute that qualifies this reference.<T extends PricingRule> java.util.List<T> getPricingRule(PricingRuleQuery query)
pricingRule for the specified query.
 Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.PricingRule getPricingRule(boolean idIsPersistent, java.lang.String id)
pricingRule for the specified qualifier attribute value.
 idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.PricingRule getPricingRule(java.lang.String id)
pricingRule for the specified qualifier attribute value.
 
 This method is equivalent to the preferred invocation getPricingRule(false,id).
 
id - The value for the qualifier attribute that qualifies this reference.void addPricingRule(boolean idIsPersistent,
                    java.lang.String id,
                    PricingRule pricingRule)
pricingRule.
 Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.pricingRule - The element to be appended.void addPricingRule(java.lang.String id,
                    PricingRule pricingRule)
pricingRule using a reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.pricingRule - The element to be appended.void addPricingRule(PricingRule pricingRule)
pricingRule using an implementation-specific, reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
pricingRule - The element to be appended.<T extends Product> java.util.List<T> getProduct(ProductQuery query)
product for the specified query.
 Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.Product getProduct(boolean idIsPersistent, java.lang.String id)
product for the specified qualifier attribute value.
 idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.Product getProduct(java.lang.String id)
product for the specified qualifier attribute value.
 
 This method is equivalent to the preferred invocation getProduct(false,id).
 
id - The value for the qualifier attribute that qualifies this reference.void addProduct(boolean idIsPersistent,
                java.lang.String id,
                Product product)
product.
 Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.product - The element to be appended.void addProduct(java.lang.String id,
                Product product)
product using a reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.product - The element to be appended.void addProduct(Product product)
product using an implementation-specific, reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
product - The element to be appended.<T extends ProductClassification> java.util.List<T> getProductClassification(ProductClassificationQuery query)
productClassification for the specified query.
 Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.ProductClassification getProductClassification(boolean idIsPersistent, java.lang.String id)
productClassification for the specified qualifier attribute value.
 idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.ProductClassification getProductClassification(java.lang.String id)
productClassification for the specified qualifier attribute value.
 
 This method is equivalent to the preferred invocation getProductClassification(false,id).
 
id - The value for the qualifier attribute that qualifies this reference.void addProductClassification(boolean idIsPersistent,
                              java.lang.String id,
                              ProductClassification productClassification)
productClassification.
 Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.productClassification - The element to be appended.void addProductClassification(java.lang.String id,
                              ProductClassification productClassification)
productClassification using a reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.productClassification - The element to be appended.void addProductClassification(ProductClassification productClassification)
productClassification using an implementation-specific, reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
productClassification - The element to be appended.<T extends ProductFilterGlobal> java.util.List<T> getProductFilter(ProductFilterGlobalQuery query)
productFilter for the specified query.
 Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.ProductFilterGlobal getProductFilter(boolean idIsPersistent, java.lang.String id)
productFilter for the specified qualifier attribute value.
 idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.ProductFilterGlobal getProductFilter(java.lang.String id)
productFilter for the specified qualifier attribute value.
 
 This method is equivalent to the preferred invocation getProductFilter(false,id).
 
id - The value for the qualifier attribute that qualifies this reference.void addProductFilter(boolean idIsPersistent,
                      java.lang.String id,
                      ProductFilterGlobal productFilter)
productFilter.
 Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.productFilter - The element to be appended.void addProductFilter(java.lang.String id,
                      ProductFilterGlobal productFilter)
productFilter using a reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.productFilter - The element to be appended.void addProductFilter(ProductFilterGlobal productFilter)
productFilter using an implementation-specific, reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
productFilter - The element to be appended.<T extends SalesTaxType> java.util.List<T> getSalesTaxType(SalesTaxTypeQuery query)
salesTaxType for the specified query.
 Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.SalesTaxType getSalesTaxType(boolean idIsPersistent, java.lang.String id)
salesTaxType for the specified qualifier attribute value.
 idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.SalesTaxType getSalesTaxType(java.lang.String id)
salesTaxType for the specified qualifier attribute value.
 
 This method is equivalent to the preferred invocation getSalesTaxType(false,id).
 
id - The value for the qualifier attribute that qualifies this reference.void addSalesTaxType(boolean idIsPersistent,
                     java.lang.String id,
                     SalesTaxType salesTaxType)
salesTaxType.
 Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.salesTaxType - The element to be appended.void addSalesTaxType(java.lang.String id,
                     SalesTaxType salesTaxType)
salesTaxType using a reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.salesTaxType - The element to be appended.void addSalesTaxType(SalesTaxType salesTaxType)
salesTaxType using an implementation-specific, reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
salesTaxType - The element to be appended.<T extends SalesTaxTypeGroup> java.util.List<T> getSalesTaxTypeGroup(SalesTaxTypeGroupQuery query)
salesTaxTypeGroup for the specified query.
 Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.SalesTaxTypeGroup getSalesTaxTypeGroup(boolean idIsPersistent, java.lang.String id)
salesTaxTypeGroup for the specified qualifier attribute value.
 idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.SalesTaxTypeGroup getSalesTaxTypeGroup(java.lang.String id)
salesTaxTypeGroup for the specified qualifier attribute value.
 
 This method is equivalent to the preferred invocation getSalesTaxTypeGroup(false,id).
 
id - The value for the qualifier attribute that qualifies this reference.void addSalesTaxTypeGroup(boolean idIsPersistent,
                          java.lang.String id,
                          SalesTaxTypeGroup salesTaxTypeGroup)
salesTaxTypeGroup.
 Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.salesTaxTypeGroup - The element to be appended.void addSalesTaxTypeGroup(java.lang.String id,
                          SalesTaxTypeGroup salesTaxTypeGroup)
salesTaxTypeGroup using a reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.salesTaxTypeGroup - The element to be appended.void addSalesTaxTypeGroup(SalesTaxTypeGroup salesTaxTypeGroup)
salesTaxTypeGroup using an implementation-specific, reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
salesTaxTypeGroup - The element to be appended.<T extends SalesTransactionType> java.util.List<T> getSalesTransactionType(SalesTransactionTypeQuery query)
salesTransactionType for the specified query.
 Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.SalesTransactionType getSalesTransactionType(boolean idIsPersistent, java.lang.String id)
salesTransactionType for the specified qualifier attribute value.
 idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.SalesTransactionType getSalesTransactionType(java.lang.String id)
salesTransactionType for the specified qualifier attribute value.
 
 This method is equivalent to the preferred invocation getSalesTransactionType(false,id).
 
id - The value for the qualifier attribute that qualifies this reference.void addSalesTransactionType(boolean idIsPersistent,
                             java.lang.String id,
                             SalesTransactionType salesTransactionType)
salesTransactionType.
 Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.salesTransactionType - The element to be appended.void addSalesTransactionType(java.lang.String id,
                             SalesTransactionType salesTransactionType)
salesTransactionType using a reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.salesTransactionType - The element to be appended.void addSalesTransactionType(SalesTransactionType salesTransactionType)
salesTransactionType using an implementation-specific, reassignable qualifier.
 Note: This is an extension to the JMI 1 standard.
salesTransactionType - The element to be appended.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.