public interface CommerceIdentifierPaymentInfoContainer
extends java.io.Serializable
CommerceIdentifierPaymentInfoContainer interface is used to represent
 a container of a Map of CommerceIdentifiers [key] to CommerceIdentifierPaymentInfo Lists [value].| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSION | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addCommerceIdentifierPaymentInfo(java.lang.String pCommerceIdentifierId,
                                CommerceIdentifierPaymentInfo pCommerceIdentifierPaymentInfo)The  addCommerceIdentifierPaymentInfomethod adds the supplied
 CommerceIdentifierId and CommerceIdentifierPaymentInfo to the Map. | 
| java.util.List | getAllCommerceIdentifierPaymentInfos()The  getAllCommerceIdentifierPaymentInfosmethod returns one List of all
 CommerceIdentifierPaymentInfos in the entire Map. | 
| java.util.Map | getCommerceIdentifierPaymentInfoMap()The  getCommerceIdentifierPaymentInfoMapmethod returns the Map of
 CommerceIdentifiers to CommerceIdentifierPaymentInfo Lists. | 
| java.util.List | getCommerceIdentifierPaymentInfos(java.lang.String pCommerceIdentifierId)The  getCommerceIdentifierPaymentInfosmethod returns the List of
 CommerceIdentifierPaymentInfos corresponding to the supplied CommerceIdentifierId. | 
| void | removeAllCommerceIdentifierPaymentInfos()The  removeAllCommerceIdentifierPaymentInfosmethod clears the Map. | 
| void | removeCommerceIdentifierPaymentInfos(java.lang.String pCommerceIdentifierId)The  removeCommerceIdentifierPaymentInfosmethod removes the
 CommerceIdentifierPaymentInfo corresponding to the supplied CommerceIdentifierId. | 
static final java.lang.String CLASS_VERSION
java.util.Map getCommerceIdentifierPaymentInfoMap()
getCommerceIdentifierPaymentInfoMap method returns the Map of
 CommerceIdentifiers to CommerceIdentifierPaymentInfo Lists.Map valuejava.util.List getCommerceIdentifierPaymentInfos(java.lang.String pCommerceIdentifierId)
getCommerceIdentifierPaymentInfos method returns the List of
 CommerceIdentifierPaymentInfos corresponding to the supplied CommerceIdentifierId.pCommerceIdentifierId - a String valueList valuejava.util.List getAllCommerceIdentifierPaymentInfos()
getAllCommerceIdentifierPaymentInfos method returns one List of all
 CommerceIdentifierPaymentInfos in the entire Map.List valuevoid addCommerceIdentifierPaymentInfo(java.lang.String pCommerceIdentifierId,
                                    CommerceIdentifierPaymentInfo pCommerceIdentifierPaymentInfo)
addCommerceIdentifierPaymentInfo method adds the supplied
 CommerceIdentifierId and CommerceIdentifierPaymentInfo to the Map.pCommerceIdentifierId - a String valuepCommerceIdentifierPaymentInfo - a CommerceIdentifierPaymentInfo valuevoid removeAllCommerceIdentifierPaymentInfos()
removeAllCommerceIdentifierPaymentInfos method clears the Map.void removeCommerceIdentifierPaymentInfos(java.lang.String pCommerceIdentifierId)
removeCommerceIdentifierPaymentInfos method removes the
 CommerceIdentifierPaymentInfo corresponding to the supplied CommerceIdentifierId.pCommerceIdentifierId - a String value