public interface PaymentGroupRelationshipContainer
extends java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 in the container. 
 | 
PaymentGroupRelationship | 
removePaymentGroupRelationship(java.lang.String pPaymentGroupRelationshipId)
Removes a PaymentGroupRelationship whose id is passed in. 
 | 
static final java.lang.String CLASS_VERSION
java.util.List getPaymentGroupRelationships()
void addPaymentGroupRelationship(PaymentGroupRelationship pPaymentGroupRelationship) throws DuplicateRelationshipException, InvalidParameterException
void addPaymentGroupRelationship(PaymentGroupRelationship pPaymentGroupRelationship, int pIndex) throws DuplicateRelationshipException, InvalidParameterException
PaymentGroupRelationship removePaymentGroupRelationship(java.lang.String pPaymentGroupRelationshipId) throws RelationshipNotFoundException, InvalidParameterException
void removeAllPaymentGroupRelationships()
PaymentGroupRelationship getPaymentGroupRelationship(java.lang.String pPaymentGroupRelationshipId) throws RelationshipNotFoundException, InvalidParameterException
int getPaymentGroupRelationshipCount()