com.retek.component.internet
Interface ExAPackSellingSku

All Superinterfaces:
ExABaseSellingSku

public interface ExAPackSellingSku
extends ExABaseSellingSku

This is a high level interface which controls access to selling-sku-level information for the external API specifically for pack items.

Retek Inc. Copyright (c) 2003


Method Summary
 void addComponent(ExASellingSku sellingSku)
          Adds a component sku to an existing list of component skus.
 java.util.Set getComponentSellingSkus()
          Returns All the components skus inside the pack.
 java.util.Set getShippingMethods()
          Returns all the shipping methods for the pack item.
 void setComponentSellingSkus(java.util.Set packComponents)
          Sets the component skus inside the pack .
 
Methods inherited from interface com.retek.component.internet.ExABaseSellingSku
getDescription, getSellingItem, getSellingSkuNumber, getUnitPrice, isGiftCard, isGiftCardable, isGiftCertificate, isGiftWrappable, isMonogrammable, isPack, isPersonalizable, setDescription, setGiftCertificate, setGiftWrappable, setMonogrammable, setPersonalizable, setSellingSkuNumber, setUnitPrice
 

Method Detail

getComponentSellingSkus

public java.util.Set getComponentSellingSkus()
Returns All the components skus inside the pack.

Returns:
Set of component selling skus

setComponentSellingSkus

public void setComponentSellingSkus(java.util.Set packComponents)
Sets the component skus inside the pack .


addComponent

public void addComponent(ExASellingSku sellingSku)
Adds a component sku to an existing list of component skus.


getShippingMethods

public java.util.Set getShippingMethods()
Returns all the shipping methods for the pack item.

Returns:
Set of shipping methods


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25