OrderLineItemActivationLinkOperations Class

Implements

public class OrderLineItemActivationLinkOperations extends BasePartnerComponent<TripletTuple<String,String,Integer>> implements IOrderLineItemActivationLink

Order collection operations implementation class.

Constructor Summary

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

Initializes a new instance of the OrderLineItemActivationLinkOperations class.

Method Summary

Modifier and Type Method and Description
ResourceCollection<OrderLineItemActivationLink> get()

Gets the order line item activation link collection.

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

OrderLineItemActivationLinkOperations

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

Initializes a new instance of the OrderLineItemActivationLinkOperations class.

Parameters:

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

Method Details

get

public ResourceCollection get()

Gets the order line item activation link collection.

Returns:

The order line item activation link collection.

Applies to