OrderSubscriptionCollectionOperations Class

Implements

public class OrderSubscriptionCollectionOperations extends BasePartnerComponent<Tuple<String,String>> implements IEntireEntityCollectionRetrievalOperations<Subscription,ResourceCollection<Subscription>>

Implements getting customer subscriptions for a given order.

Constructor Summary

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

Initializes a new instance of the OrderSubscriptionCollectionOperations class.

Method Summary

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

Gets the subscriptions for the given order.

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

OrderSubscriptionCollectionOperations

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

Initializes a new instance of the OrderSubscriptionCollectionOperations class.

Parameters:

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

Method Details

get

public ResourceCollection get()

Gets the subscriptions for the given order.

Returns:

The order subscriptions.

Applies to