|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PaymentGroupRelationshipContainer
Implemented by a class that contains and manages PaymentGroupRelationship objects. This interface defines methods for getting, adding, and removing PaymentGroupRelationship objects.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| 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 in the container. |
PaymentGroupRelationship |
removePaymentGroupRelationship(java.lang.String pPaymentGroupRelationshipId)
Removes a PaymentGroupRelationship whose id is passed in. |
| Field Detail |
|---|
static final java.lang.String CLASS_VERSION
| Method Detail |
|---|
java.util.List getPaymentGroupRelationships()
void addPaymentGroupRelationship(PaymentGroupRelationship pPaymentGroupRelationship)
throws DuplicateRelationshipException,
InvalidParameterException
DuplicateRelationshipException
InvalidParameterException
void addPaymentGroupRelationship(PaymentGroupRelationship pPaymentGroupRelationship,
int pIndex)
throws DuplicateRelationshipException,
InvalidParameterException
DuplicateRelationshipException
InvalidParameterException
PaymentGroupRelationship removePaymentGroupRelationship(java.lang.String pPaymentGroupRelationshipId)
throws RelationshipNotFoundException,
InvalidParameterException
RelationshipNotFoundException
InvalidParameterExceptionvoid removeAllPaymentGroupRelationships()
PaymentGroupRelationship getPaymentGroupRelationship(java.lang.String pPaymentGroupRelationshipId)
throws RelationshipNotFoundException,
InvalidParameterException
RelationshipNotFoundException
InvalidParameterExceptionint getPaymentGroupRelationshipCount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||