AgreementDetailsCollectionOperations Class

Implements

public class AgreementDetailsCollectionOperations extends BasePartnerComponentString implements IAgreementDetailsCollection

Agreement details collection operations implementation class.

Constructor Summary

Constructor Description
AgreementDetailsCollectionOperations(IPartner rootPartnerOperations)

Initializes a new instance of the AgreementDetailsCollectionOperations class.

AgreementDetailsCollectionOperations(IPartner rootPartnerOperations, String agreementType)

Initializes a new instance of the AgreementDetailsCollectionOperations class.

Method Summary

Modifier and Type Method and Description
IAgreementDetailsCollection byAgreementType(String agreementType)

Retrieves the operations tied with a specified agreement type.

ResourceCollection<AgreementMetaData> get()

Retrieves the agreement details.

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

AgreementDetailsCollectionOperations

public AgreementDetailsCollectionOperations(IPartner rootPartnerOperations)

Initializes a new instance of the AgreementDetailsCollectionOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.

AgreementDetailsCollectionOperations

public AgreementDetailsCollectionOperations(IPartner rootPartnerOperations, String agreementType)

Initializes a new instance of the AgreementDetailsCollectionOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
agreementType - The type of the agreement used to filter.

Method Details

byAgreementType

public IAgreementDetailsCollection byAgreementType(String agreementType)

Retrieves the operations tied with a specified agreement type.

Parameters:

agreementType - The agreement type filter.

Returns:

The available operations for agreement details.

get

public ResourceCollection get()

Retrieves the agreement details.

Returns:

A list of agreement details.

Applies to