OrderLineItemCollectionOperations Class

Implements

public class OrderLineItemCollectionOperations extends BasePartnerComponent<Tuple<String,String>> implements IOrderLineItemCollection

Implements the order collection operations.

Constructor Summary

Constructor Description
OrderLineItemCollectionOperations(IPartner rootPartnerOperations, String customerId, String orderId)

Initializes a new instance of the OrderLineItemCollectionOperations class.

Method Summary

Modifier and Type Method and Description
IOrderLineItem byId(Integer id)

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

OrderLineItemCollectionOperations

public OrderLineItemCollectionOperations(IPartner rootPartnerOperations, String customerId, String orderId)

Initializes a new instance of the OrderLineItemCollectionOperations class.

Parameters:

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

Method Details

byId

public IOrderLineItem byId(Integer id)

Gets the available order line item operations.

Parameters:

id

Returns:

The available order line item operations.

Applies to