CustomerProductCollectionByTargetViewByTargetSegmentOperations Class

Implements

public class CustomerProductCollectionByTargetViewByTargetSegmentOperations extends BasePartnerComponent<TripletTuple<String,String,String>> implements ICustomerProductCollectionByTargetViewByTargetSegment

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

Constructor Summary

Constructor Description
CustomerProductCollectionByTargetViewByTargetSegmentOperations(IPartner rootPartnerOperations, String customerId, String targetView, String targetSegment)

Initializes a new instance of the CustomerProductCollectionByTargetViewByTargetSegmentOperations class.

Method Summary

Modifier and Type Method and Description
ICustomerProductCollectionByTargetViewByTargetSegmentByReservationScope byReservationScope(String reservationScope)

Gets the operations that can be applied on customer products filtered by a specific reservation scope.

ResourceCollection<Product> get()

Gets all the products in a given catalog view and that apply to a given customer, filtered by target segment.

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

CustomerProductCollectionByTargetViewByTargetSegmentOperations

public CustomerProductCollectionByTargetViewByTargetSegmentOperations(IPartner rootPartnerOperations, String customerId, String targetView, String targetSegment)

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

Method Details

byReservationScope

public ICustomerProductCollectionByTargetViewByTargetSegmentByReservationScope byReservationScope(String reservationScope)

Gets the operations that can be applied on customer products filtered by a specific reservation scope.

Parameters:

reservationScope - The reservation scope filter.

Returns:

The customer products collection operations by reservation scope.

get

public ResourceCollection get()

Gets all the products in a given catalog view and that apply to a given customer, filtered by target segment.

Returns:

The products in a given catalog view and that apply to a given customer, filtered by target segment.

Applies to