org.opencrx.kernel.product1.cci2
Interface Segment

All Superinterfaces:
Auditee, ContextCapable, Exporter, Importer, Indexed, SecureObject, Segment, ViewCapable
All Known Subinterfaces:
Segment

public interface Segment
extends Segment, Auditee, Exporter, Importer, Indexed, SecureObject

Class Segment


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.base.cci2.Segment
Segment.Identity
 
Method Summary
<T extends ProductConfigurationTypeSet>
SegmentContainsConfigurationTypeSet.ConfigurationTypeSet<T>
getConfigurationTypeSet()
          Retrieves a set containing all the elements for the reference configurationTypeSet.
<T extends AbstractPriceLevel>
SegmentContainsPriceLevel.PriceLevel<T>
getPriceLevel()
          Retrieves a set containing all the elements for the reference priceLevel.
<T extends PriceListEntry>
SegmentContainsPriceListEntry.PriceListEntry<T>
getPriceListEntry()
          Retrieves a set containing all the elements for the reference priceListEntry.
<T extends PricingRule>
SegmentContainsPricingRule.PricingRule<T>
getPricingRule()
          Retrieves a set containing all the elements for the reference pricingRule.
<T extends Product>
SegmentContainsProduct.Product<T>
getProduct()
          Retrieves a set containing all the elements for the reference product.
<T extends ProductClassification>
SegmentContainsProductClassification.ProductClassification<T>
getProductClassification()
          Retrieves a set containing all the elements for the reference productClassification.
<T extends ProductFilterGlobal>
SegmentContainsProductFilter.ProductFilter<T>
getProductFilter()
          Retrieves a set containing all the elements for the reference productFilter.
<T extends SalesTaxType>
SegmentContainsSalesTax.SalesTaxType<T>
getSalesTaxType()
          Retrieves a set containing all the elements for the reference salesTaxType.
 
Methods inherited from interface org.openmdx.base.cci2.Segment
getDescription, getExtent, getProvider, setDescription
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee
getAudit
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Exporter
exportItem, exportItemAdvanced
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Importer
importItem
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed
getIndexEntry, updateIndex
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser
 

Method Detail

getConfigurationTypeSet

<T extends ProductConfigurationTypeSet> SegmentContainsConfigurationTypeSet.ConfigurationTypeSet<T> getConfigurationTypeSet()
Retrieves a set containing all the elements for the reference configurationTypeSet.

Returns:
A set containing all the elements for this reference.

getPriceLevel

<T extends AbstractPriceLevel> SegmentContainsPriceLevel.PriceLevel<T> getPriceLevel()
Retrieves a set containing all the elements for the reference priceLevel.

Returns:
A set containing all the elements for this reference.

getPriceListEntry

<T extends PriceListEntry> SegmentContainsPriceListEntry.PriceListEntry<T> getPriceListEntry()
Retrieves a set containing all the elements for the reference priceListEntry.

Returns:
A set containing all the elements for this reference.

getPricingRule

<T extends PricingRule> SegmentContainsPricingRule.PricingRule<T> getPricingRule()
Retrieves a set containing all the elements for the reference pricingRule.

Returns:
A set containing all the elements for this reference.

getProduct

<T extends Product> SegmentContainsProduct.Product<T> getProduct()
Retrieves a set containing all the elements for the reference product.

Returns:
A set containing all the elements for this reference.

getProductClassification

<T extends ProductClassification> SegmentContainsProductClassification.ProductClassification<T> getProductClassification()
Retrieves a set containing all the elements for the reference productClassification.

Returns:
A set containing all the elements for this reference.

getProductFilter

<T extends ProductFilterGlobal> SegmentContainsProductFilter.ProductFilter<T> getProductFilter()
Retrieves a set containing all the elements for the reference productFilter.

Returns:
A set containing all the elements for this reference.

getSalesTaxType

<T extends SalesTaxType> SegmentContainsSalesTax.SalesTaxType<T> getSalesTaxType()
Retrieves a set containing all the elements for the reference salesTaxType.

Returns:
A set containing all the elements for this reference.


This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.