| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.order.PaymentGroupRelationshipContainerImpl
public class PaymentGroupRelationshipContainerImpl
This class manages the containment of PaymentGroupRelationship objects.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| PaymentGroupRelationshipContainerImpl()Constructs a PaymentGroupRelationshipContainerImpl object. | |
| Method Summary | |
|---|---|
|  void | addPaymentGroupRelationship(PaymentGroupRelationship pPaymentGroupRelationship)Add the PaymentGroupRelationship to the container. | 
|  void | addPaymentGroupRelationship(PaymentGroupRelationship pPaymentGroupRelationship,
                            int pIndex)Add the PaymentGroupRelationship to the container at the given index. | 
|  PaymentGroupRelationship | getPaymentGroupRelationship(java.lang.String pPaymentGroupRelationshipId)Returns the PaymentGroupRelationship whose id is pPaymentGroupRelationshipId. | 
|  int | getPaymentGroupRelationshipCount()Returns the number of PaymentGroupRelationships in the container. | 
|  java.util.List | getPaymentGroupRelationships()Returns a List of PaymentGroupRelationships. | 
|  void | removeAllPaymentGroupRelationships()Removes all the PaymentGroupRelationships | 
|  PaymentGroupRelationship | removePaymentGroupRelationship(java.lang.String pPaymentGroupRelationshipId)Removes a PaymentGroupRelationship 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 PaymentGroupRelationshipContainerImpl()
| Method Detail | 
|---|
public java.util.List getPaymentGroupRelationships()
getPaymentGroupRelationships in interface PaymentGroupRelationshipContainer
public void addPaymentGroupRelationship(PaymentGroupRelationship pPaymentGroupRelationship)
                                 throws DuplicateRelationshipException,
                                        InvalidParameterException
addPaymentGroupRelationship in interface PaymentGroupRelationshipContainerDuplicateRelationshipException
InvalidParameterException
public void addPaymentGroupRelationship(PaymentGroupRelationship pPaymentGroupRelationship,
                                        int pIndex)
                                 throws DuplicateRelationshipException,
                                        InvalidParameterException
addPaymentGroupRelationship in interface PaymentGroupRelationshipContainerDuplicateRelationshipException
InvalidParameterException
public PaymentGroupRelationship removePaymentGroupRelationship(java.lang.String pPaymentGroupRelationshipId)
                                                        throws RelationshipNotFoundException,
                                                               InvalidParameterException
removePaymentGroupRelationship in interface PaymentGroupRelationshipContainerRelationshipNotFoundException
InvalidParameterExceptionpublic void removeAllPaymentGroupRelationships()
removeAllPaymentGroupRelationships in interface PaymentGroupRelationshipContainer
public PaymentGroupRelationship getPaymentGroupRelationship(java.lang.String pPaymentGroupRelationshipId)
                                                     throws RelationshipNotFoundException,
                                                            InvalidParameterException
getPaymentGroupRelationship in interface PaymentGroupRelationshipContainerRelationshipNotFoundException
InvalidParameterExceptionpublic int getPaymentGroupRelationshipCount()
getPaymentGroupRelationshipCount in interface PaymentGroupRelationshipContainer| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||