| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.b2bcommerce.order.CostCenterRelationshipContainerImpl
public class CostCenterRelationshipContainerImpl
This class manages the containment of CostCenterRelationship objects.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| CostCenterRelationshipContainerImpl()Constructs a CostCenterRelationshipContainerImpl object. | |
| Method Summary | |
|---|---|
|  void | addCostCenterRelationship(CostCenterRelationship pCostCenterRelationship)Add the CostCenterRelationship to the container. | 
|  void | addCostCenterRelationship(CostCenterRelationship pCostCenterRelationship,
                          int pIndex)Add the CostCenterRelationship to the container at the given index. | 
|  CostCenterRelationship | getCostCenterRelationship(java.lang.String pCostCenterRelationshipId)Returns the CostCenterRelationship whose id is pCostCenterRelationshipId. | 
|  int | getCostCenterRelationshipCount()Returns the number of CostCenterRelationships in the container. | 
|  java.util.List | getCostCenterRelationships()Returns a List of CostCenterRelationships. | 
|  void | removeAllCostCenterRelationships()Removes all the CostCenterRelationships | 
|  CostCenterRelationship | removeCostCenterRelationship(java.lang.String pCostCenterRelationshipId)Removes a CostCenterRelationship whose id is passed in. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public CostCenterRelationshipContainerImpl()
| Method Detail | 
|---|
public java.util.List getCostCenterRelationships()
getCostCenterRelationships in interface CostCenterRelationshipContainer
public void addCostCenterRelationship(CostCenterRelationship pCostCenterRelationship)
                               throws DuplicateRelationshipException,
                                      InvalidParameterException
addCostCenterRelationship in interface CostCenterRelationshipContainerDuplicateRelationshipException
InvalidParameterException
public void addCostCenterRelationship(CostCenterRelationship pCostCenterRelationship,
                                      int pIndex)
                               throws DuplicateRelationshipException,
                                      InvalidParameterException
addCostCenterRelationship in interface CostCenterRelationshipContainerDuplicateRelationshipException
InvalidParameterException
public CostCenterRelationship removeCostCenterRelationship(java.lang.String pCostCenterRelationshipId)
                                                    throws RelationshipNotFoundException,
                                                           InvalidParameterException
removeCostCenterRelationship in interface CostCenterRelationshipContainerRelationshipNotFoundException
InvalidParameterExceptionpublic void removeAllCostCenterRelationships()
removeAllCostCenterRelationships in interface CostCenterRelationshipContainer
public CostCenterRelationship getCostCenterRelationship(java.lang.String pCostCenterRelationshipId)
                                                 throws RelationshipNotFoundException,
                                                        InvalidParameterException
getCostCenterRelationship in interface CostCenterRelationshipContainerRelationshipNotFoundException
InvalidParameterExceptionpublic int getCostCenterRelationshipCount()
getCostCenterRelationshipCount in interface CostCenterRelationshipContainer| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||