| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CommerceIdentifierCostCenterContainer
The CommerceIdentifierCostCenterContainer interface is used to represent
 a container of a Map of CommerceIdentifiers [key] to CommerceIdentifierCostCenter Lists [value].
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSION | 
| Method Summary | |
|---|---|
|  void | addCommerceIdentifierCostCenter(java.lang.String pCommerceIdentifierId,
                                CommerceIdentifierCostCenter pCommerceIdentifierCostCenter)The addCommerceIdentifierCostCentermethod adds the supplied
 CommerceIdentifierId and CommerceIdentifierCostCenter to the Map. | 
|  java.util.List | getAllCommerceIdentifierCostCenters()The getAllCommerceIdentifierCostCentersmethod returns one List of all
 CommerceIdentifierCostCenters in the entire Map. | 
|  java.util.Map | getCommerceIdentifierCostCenterMap()The getCommerceIdentifierCostCenterMapmethod returns the Map of
 CommerceIdentifiers to CommerceIdentifierCostCenter Lists. | 
|  java.util.List | getCommerceIdentifierCostCenters(java.lang.String pCommerceIdentifierId)The getCommerceIdentifierCostCentersmethod returns the List of
 CommerceIdentifierCostCenters corresponding to the supplied CommerceIdentifierId. | 
|  void | removeAllCommerceIdentifierCostCenters()The removeAllCommerceIdentifierCostCentersmethod clears the Map. | 
|  void | removeCommerceIdentifierCostCenters(java.lang.String pCommerceIdentifierId)The removeCommerceIdentifierCostCentersmethod removes the
 CommerceIdentifierCostCenters corresponding to the supplied CommerceIdentifierId. | 
| Field Detail | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
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 value
List valuejava.util.List getAllCommerceIdentifierCostCenters()
getAllCommerceIdentifierCostCenters method returns one List of all
 CommerceIdentifierCostCenters in the entire Map.
List value
void 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| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||