ICustomerProductCollectionByTargetViewByTargetSegment Interface

Implements

public interface ICustomerProductCollectionByTargetViewByTargetSegment extends IPartnerComponent<TripletTuple<String,String,String>>, IEntireEntityCollectionRetrievalOperations<Product,ResourceCollection<Product>>

Holds operations that can be performed on products in a given catalog view and that apply to a given customer, filtered by target segment.

Method Summary

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

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

Method Details

byReservationScope

public abstract 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.

Applies to