ServiceCostsCollectionOperations Class

Implements

public class ServiceCostsCollectionOperations extends BasePartnerComponent<Tuple<String,String>> implements IServiceCostsCollection

Holds customer service costs behavior.

Constructor Summary

Constructor Description
ServiceCostsCollectionOperations(IPartner rootPartnerOperations, String customerId, ServiceCostsBillingPeriod billingPeriod)

Initializes a new instance of the ServiceCostsCollectionOperations class.

Method Summary

Modifier and Type Method and Description
IServiceCostLineItemsCollection getLineItems()

Gets the customer's service cost line items.

IServiceCostSummary getSummary()

Gets the customer's service cost summary.

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

ServiceCostsCollectionOperations

public ServiceCostsCollectionOperations(IPartner rootPartnerOperations, String customerId, ServiceCostsBillingPeriod billingPeriod)

Initializes a new instance of the ServiceCostsCollectionOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - Identifier for the customer.
billingPeriod - The service cost billing period.

Method Details

getLineItems

public IServiceCostLineItemsCollection getLineItems()

Gets the customer's service cost line items.

Returns:

The customer's service cost line items.

getSummary

public IServiceCostSummary getSummary()

Gets the customer's service cost summary.

Returns:

The customer's service cost summary.

Applies to