CustomerProductCollectionByTargetViewByTargetSegmentByReservationScopeOperations Class

Implements

public class CustomerProductCollectionByTargetViewByTargetSegmentByReservationScopeOperations extends BasePartnerComponent<QuadrupleTuple<String,String,String,String>> implements ICustomerProductCollectionByTargetViewByTargetSegmentByReservationScope

Implements the product operations by customer, by target view, by target segment, and by reservation scope.

Constructor Summary

Constructor Description
CustomerProductCollectionByTargetViewByTargetSegmentByReservationScopeOperations(IPartner rootPartnerOperations, String customerId, String targetView, String targetSegment, String reservationScope)

Initializes a new instance of the CustomerProductCollectionByTargetViewByTargetSegmentByReservationScopeOperations 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

CustomerProductCollectionByTargetViewByTargetSegmentByReservationScopeOperations

public CustomerProductCollectionByTargetViewByTargetSegmentByReservationScopeOperations(IPartner rootPartnerOperations, String customerId, String targetView, String targetSegment, String reservationScope)

Initializes a new instance of the CustomerProductCollectionByTargetViewByTargetSegmentByReservationScopeOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - Identifier for the customer.
targetView - The target view which contains the products.
targetSegment - The target segment used for filtering 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