CustomerProfileCollectionOperations Class

Implements

public class CustomerProfileCollectionOperations extends BasePartnerComponentString implements ICustomerProfileCollection

Implements customer profile collection operations.

Constructor Summary

Constructor Description
CustomerProfileCollectionOperations(IPartner rootPartnerOperations, String customerId)

Initializes a new instance of the CustomerProfileCollectionOperations class.

Method Summary

Modifier and Type Method and Description
ICustomerProfile<CustomerBillingProfile> getBilling()

Gets the customer's billing profile operations.

ICustomerReadonlyProfile<CustomerCompanyProfile> getCompany()

Gets the customer's company profile operations.

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

CustomerProfileCollectionOperations

public CustomerProfileCollectionOperations(IPartner rootPartnerOperations, String customerId)

Initializes a new instance of the CustomerProfileCollectionOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - The customer identifier.

Method Details

getBilling

public ICustomerProfile getBilling()

Gets the customer's billing profile operations.

getCompany

public ICustomerReadonlyProfile getCompany()

Gets the customer's company profile operations.

Applies to