public interface CommerceIdentifierCostCenterContainer
extends java.io.Serializable
CommerceIdentifierCostCenterContainer interface is used to represent
a container of a Map of CommerceIdentifiers [key] to CommerceIdentifierCostCenter Lists [value].| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Modifier and Type | Method and Description |
|---|---|
void |
addCommerceIdentifierCostCenter(java.lang.String pCommerceIdentifierId,
CommerceIdentifierCostCenter pCommerceIdentifierCostCenter)
The
addCommerceIdentifierCostCenter method adds the supplied
CommerceIdentifierId and CommerceIdentifierCostCenter to the Map. |
java.util.List |
getAllCommerceIdentifierCostCenters()
The
getAllCommerceIdentifierCostCenters method returns one List of all
CommerceIdentifierCostCenters in the entire Map. |
java.util.Map |
getCommerceIdentifierCostCenterMap()
The
getCommerceIdentifierCostCenterMap method returns the Map of
CommerceIdentifiers to CommerceIdentifierCostCenter Lists. |
java.util.List |
getCommerceIdentifierCostCenters(java.lang.String pCommerceIdentifierId)
The
getCommerceIdentifierCostCenters method returns the List of
CommerceIdentifierCostCenters corresponding to the supplied CommerceIdentifierId. |
void |
removeAllCommerceIdentifierCostCenters()
The
removeAllCommerceIdentifierCostCenters method clears the Map. |
void |
removeCommerceIdentifierCostCenters(java.lang.String pCommerceIdentifierId)
The
removeCommerceIdentifierCostCenters method removes the
CommerceIdentifierCostCenters corresponding to the supplied CommerceIdentifierId. |
static final java.lang.String CLASS_VERSION
java.util.Map getCommerceIdentifierCostCenterMap()
getCommerceIdentifierCostCenterMap method returns the Map of
CommerceIdentifiers to CommerceIdentifierCostCenter Lists.Map valuejava.util.List getCommerceIdentifierCostCenters(java.lang.String pCommerceIdentifierId)
getCommerceIdentifierCostCenters method returns the List of
CommerceIdentifierCostCenters corresponding to the supplied CommerceIdentifierId.pCommerceIdentifierId - a String valueList valuejava.util.List getAllCommerceIdentifierCostCenters()
getAllCommerceIdentifierCostCenters method returns one List of all
CommerceIdentifierCostCenters in the entire Map.List valuevoid addCommerceIdentifierCostCenter(java.lang.String pCommerceIdentifierId,
CommerceIdentifierCostCenter pCommerceIdentifierCostCenter)
addCommerceIdentifierCostCenter method adds the supplied
CommerceIdentifierId and CommerceIdentifierCostCenter to the Map.pCommerceIdentifierId - a String valuepCommerceIdentifierCostCenter - a CommerceIdentifierCostCenter valuevoid removeAllCommerceIdentifierCostCenters()
removeAllCommerceIdentifierCostCenters method clears the Map.void removeCommerceIdentifierCostCenters(java.lang.String pCommerceIdentifierId)
removeCommerceIdentifierCostCenters method removes the
CommerceIdentifierCostCenters corresponding to the supplied CommerceIdentifierId.pCommerceIdentifierId - a String value