org.opencrx.kernel.product1.cci2
Interface Segment

All Superinterfaces:
Auditee, org.openmdx.base.cci2.ContextCapable, Importer, Indexed, SecureObject, org.openmdx.base.cci2.Segment, org.openmdx.compatibility.view1.cci2.ViewCapable, XmlExporter
All Known Subinterfaces:
Segment

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

Class Segment


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.base.cci2.Segment
org.openmdx.base.cci2.Segment.Identity
 
Method Summary
<T extends AbstractProduct>
Set<T>
getAllProduct()
          Retrieves a set containing all the elements for the reference allProduct.
<T extends BundledProductType>
Collection<T>
getBundledProductType()
          Retrieves a set containing all the elements for the reference bundledProductType.
<T extends ComplexProductBundleType>
Collection<T>
getComplexProductBundleType()
          Retrieves a set containing all the elements for the reference complexProductBundleType.
<T extends ProductConfigurationTypeSet>
Collection<T>
getConfigurationTypeSet()
          Retrieves a set containing all the elements for the reference configurationTypeSet.
<T extends PriceLevel>
Collection<T>
getPriceLevel()
          Retrieves a set containing all the elements for the reference priceLevel.
<T extends PriceListEntry>
Collection<T>
getPriceListEntry()
          Retrieves a set containing all the elements for the reference priceListEntry.
<T extends PricingRule>
Collection<T>
getPricingRule()
          Retrieves a set containing all the elements for the reference pricingRule.
<T extends Product>
Collection<T>
getProduct()
          Retrieves a set containing all the elements for the reference product.
<T extends ProductBundleType>
Collection<T>
getProductBundleType()
          Retrieves a set containing all the elements for the reference productBundleType.
<T extends ProductClassification>
Collection<T>
getProductClassification()
          Retrieves a set containing all the elements for the reference productClassification.
<T extends ProductOffering>
Collection<T>
getProductOffering()
          Retrieves a set containing all the elements for the reference productOffering.
<T extends SalesTaxType>
Collection<T>
getSalesTaxType()
          Retrieves a set containing all the elements for the reference salesTaxType.
 
Methods inherited from interface org.openmdx.base.cci2.Segment
getDescription, getProvider, setDescription, setProvider, setProvider
 
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.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, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser
 
Methods inherited from interface org.opencrx.kernel.base.cci2.XmlExporter
exportXml
 

Method Detail

getAllProduct

<T extends AbstractProduct> Set<T> getAllProduct()
Retrieves a set containing all the elements for the reference allProduct.

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

getBundledProductType

<T extends BundledProductType> Collection<T> getBundledProductType()
Retrieves a set containing all the elements for the reference bundledProductType.

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

getComplexProductBundleType

<T extends ComplexProductBundleType> Collection<T> getComplexProductBundleType()
Retrieves a set containing all the elements for the reference complexProductBundleType.

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

getConfigurationTypeSet

<T extends ProductConfigurationTypeSet> Collection<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 PriceLevel> Collection<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> Collection<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> Collection<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> Collection<T> getProduct()
Retrieves a set containing all the elements for the reference product.

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

getProductBundleType

<T extends ProductBundleType> Collection<T> getProductBundleType()
Retrieves a set containing all the elements for the reference productBundleType.

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

getProductClassification

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

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

getProductOffering

<T extends ProductOffering> Collection<T> getProductOffering()
Retrieves a set containing all the elements for the reference productOffering.

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

getSalesTaxType

<T extends SalesTaxType> Collection<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-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.