ICustomerProductCollectionByTargetView Interface
Implements
public interface ICustomerProductCollectionByTargetView extends IPartnerComponent<Tuple<String,String>>, IEntireEntityCollectionRetrievalOperations<Product,ResourceCollection<Product>>
Holds operations that can be performed on products in a given catalog view that apply to a given customer.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
ICustomer |
byReservationScope(String reservationScope)
Gets the operations that can be applied on products in a given catalog view and that apply to a given customer, filtered by reservation scope. |
|
abstract
ICustomer |
byTargetSegment(String targetSegment)
Gets the operations that can be applied on products in a given catalog view and that apply to a given customer, filtered by target segment. |
Method Details
byReservationScope
public abstract ICustomerProductCollectionByTargetViewByReservationScope byReservationScope(String reservationScope)
Gets the operations that can be applied on products in a given catalog view and that apply to a given customer, filtered by reservation scope.
Parameters:
Returns:
byTargetSegment
public abstract ICustomerProductCollectionByTargetViewByTargetSegment byTargetSegment(String targetSegment)
Gets the operations that can be applied on products in a given catalog view and that apply to a given customer, filtered by target segment.
Parameters:
Returns: