|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CommerceIdentifierPaymentInfoContainer
The CommerceIdentifierPaymentInfoContainer interface is used to represent
a container of a Map of CommerceIdentifiers [key] to CommerceIdentifierPaymentInfo Lists [value].
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
|
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final java.lang.String CLASS_VERSION
| Method Detail |
|---|
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 value
List valuejava.util.List getAllCommerceIdentifierPaymentInfos()
getAllCommerceIdentifierPaymentInfos method returns one List of all
CommerceIdentifierPaymentInfos in the entire Map.
List value
void 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||