CustomerProductCollectionByTargetViewByReservationScopeOperations Class

Implements

public class CustomerProductCollectionByTargetViewByReservationScopeOperations extends BasePartnerComponent<TripletTuple<String,String,String>> implements ICustomerProductCollectionByTargetViewByReservationScope

Implements the product operations by customer and by reservation scope operations.

Constructor Summary

Constructor Description
CustomerProductCollectionByTargetViewByReservationScopeOperations(IPartner rootPartnerOperations, String customerId, String targetView, String reservationScope)

Initializes a new instance of the CustomerProductCollectionByTargetViewByReservationScopeOperations class.

Method Summary

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

Gets all the products in a given product collection and that apply to a given customer, filtered by reservation scope.

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

CustomerProductCollectionByTargetViewByReservationScopeOperations

public CustomerProductCollectionByTargetViewByReservationScopeOperations(IPartner rootPartnerOperations, String customerId, String targetView, String reservationScope)

Initializes a new instance of the CustomerProductCollectionByTargetViewByReservationScopeOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - Identifier for the customer.
targetView - The target view which contains the products.
reservationScope - The reservation scope which contains the products.

Method Details

get

public ResourceCollection get()

Gets all the products in a given product collection and that apply to a given customer, filtered by reservation scope.

Returns:

All the products in a given product collection and that apply to a given customer, filtered by reservation scope.

Applies to