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
addCommerceIdentifierPaymentInfo method adds the supplied
CommerceIdentifierId and CommerceIdentifierPaymentInfo to the Map. |
java.util.List |
getAllCommerceIdentifierPaymentInfos()
The
getAllCommerceIdentifierPaymentInfos method returns one List of all
CommerceIdentifierPaymentInfos in the entire Map. |
java.util.Map |
getCommerceIdentifierPaymentInfoMap()
The
getCommerceIdentifierPaymentInfoMap method returns the Map of
CommerceIdentifiers to CommerceIdentifierPaymentInfo Lists. |
java.util.List |
getCommerceIdentifierPaymentInfos(java.lang.String pCommerceIdentifierId)
The
getCommerceIdentifierPaymentInfos method returns the List of
CommerceIdentifierPaymentInfos corresponding to the supplied CommerceIdentifierId. |
void |
removeAllCommerceIdentifierPaymentInfos()
The
removeAllCommerceIdentifierPaymentInfos method clears the Map. |
void |
removeCommerceIdentifierPaymentInfos(java.lang.String pCommerceIdentifierId)
The
removeCommerceIdentifierPaymentInfos method 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