public interface CommerceItemShippingInfoContainer
extends java.io.Serializable
CommerceItemShippingInfoContainer interface is used to represent
 a container of a Map of CommerceItems [key] to CommerceItemShippingInfo Lists [value].| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addCommerceItemShippingInfo(java.lang.String pCommerceItemId,
                           CommerceItemShippingInfo pCommerceItemShippingInfo)
Add a CommerceItemInfo to the CommerceItemShippingInfoMap. 
 | 
java.util.List | 
getAllCommerceItemShippingInfos()
Get the List of all the CommerceItemShippingInfos from the CommerceItemShippingInfoMap 
 | 
java.util.Map | 
getCommerceItemShippingInfoMap()
Get the CommerceItemShippingInfoMap which holds the Map of CommerceItems [key] to 
 CommerceItemShippingInfo Lists [value] 
 | 
java.util.List | 
getCommerceItemShippingInfos(java.lang.String pCommerceItemId)
Get the List of CommerceItemShippingInfos based on the CommerceItemId
 as the key to the CommerceItemShippingInfoMap 
 | 
void | 
removeAllCommerceItemShippingInfos()
Remove all the CommerceItemInfos from the CommerceItemShippingInfoMap. 
 | 
void | 
removeCommerceItemShippingInfos(java.lang.String pCommerceItemId)
Remove all the CommerceItemInfos whose key is the input CommerceItemId from
 the CommerceItemShippingInfoMap. 
 | 
static final java.lang.String CLASS_VERSION
java.util.Map getCommerceItemShippingInfoMap()
Map valuejava.util.List getCommerceItemShippingInfos(java.lang.String pCommerceItemId)
pCommerceItemId - a String valueList valuejava.util.List getAllCommerceItemShippingInfos()
List valuevoid addCommerceItemShippingInfo(java.lang.String pCommerceItemId,
                                 CommerceItemShippingInfo pCommerceItemShippingInfo)
pCommerceItemId - a String valuepCommerceItemShippingInfo - a CommerceItemShippingInfo valuevoid removeCommerceItemShippingInfos(java.lang.String pCommerceItemId)
pCommerceItemId - a String valuevoid removeAllCommerceItemShippingInfos()