PartnerProfileCollectionOperations Class

Implements

public class PartnerProfileCollectionOperations extends BasePartnerComponentString implements IPartnerProfileCollection

The partner profile collection operations implementation.

Constructor Summary

Constructor Description
PartnerProfileCollectionOperations(IPartner rootPartnerOperations)

Initializes a new instance of the PartnerProfileCollectionOperations class.

Method Summary

Modifier and Type Method and Description
IBillingProfile getBillingProfile()

Gets the operations available for the partner billing profile.

ILegalBusinessProfile getLegalBusinessProfile()

Gets the operations available for the legal business profile.

IMpnProfile getMpnProfile()

Gets the operations available for the partner network profile.

IOrganizationProfile getOrganizationProfile()

Gets the operations available for the organization profile.

ISupportProfile getSupportProfile()

Gets the operations available for the partner network profile.

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

PartnerProfileCollectionOperations

public PartnerProfileCollectionOperations(IPartner rootPartnerOperations)

Initializes a new instance of the PartnerProfileCollectionOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.

Method Details

getBillingProfile

public IBillingProfile getBillingProfile()

Gets the operations available for the partner billing profile.

getLegalBusinessProfile

public ILegalBusinessProfile getLegalBusinessProfile()

Gets the operations available for the legal business profile.

getMpnProfile

public IMpnProfile getMpnProfile()

Gets the operations available for the partner network profile.

getOrganizationProfile

public IOrganizationProfile getOrganizationProfile()

Gets the operations available for the organization profile.

getSupportProfile

public ISupportProfile getSupportProfile()

Gets the operations available for the partner network profile.

Applies to