ICustomerAgreementCollection Interface
Implements
public interface ICustomerAgreementCollection extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations<Agreement,ResourceCollection<Agreement>>
Encapsulates the operations on the Agreement collection.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
ICustomer |
byAgreementType(String agreementType)
Retrieves the operations tied with a specified agreement type. |
| abstract Agreement |
create(Agreement newEntity)
Creates an agreement between the partner and customer. |
|
abstract
Resource |
get()
Gets the list of agreements between a partner and customer. |
Method Details
byAgreementType
public abstract ICustomerAgreementCollection byAgreementType(String agreementType)
Retrieves the operations tied with a specified agreement type.
Parameters:
Returns:
create
public abstract Agreement create(Agreement newEntity)
Creates an agreement between the partner and customer.
Parameters:
Returns:
get
public abstract ResourceCollection
Gets the list of agreements between a partner and customer.
Returns: