OrderLineItemOperations Class

Implements

public class OrderLineItemOperations extends BasePartnerComponent<TripletTuple<String,String,Integer>> implements IOrderLineItem

Implements the order collection operations.

Constructor Summary

Constructor Description
OrderLineItemOperations(IPartner rootPartnerOperations, String customerId, String orderId, int lineItemNumber)

Initializes a new instance of the OrderLineItemOperations class.

Method Summary

Modifier and Type Method and Description
IOrderLineItemActivationLink getActivationLink()

Gets the available customer order line item activation link 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

OrderLineItemOperations

public OrderLineItemOperations(IPartner rootPartnerOperations, String customerId, String orderId, int lineItemNumber)

Initializes a new instance of the OrderLineItemOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - The customer identifier.
orderId - The order identifier.
lineItemNumber - The line item number.

Method Details

getActivationLink

public IOrderLineItemActivationLink getActivationLink()

Gets the available customer order line item activation link operations.

Returns:

The available customer order line item activation link operations.

Applies to