ICustomerProduct Interface

Implements

IPartnerComponent<TripletTuple<java.lang.String,java.lang.String,java.lang.String>> IEntityGetOperations<Product>

public interface ICustomerProduct extends IPartnerComponent<TripletTuple<String,String,String>>, IEntityGetOperations<Product>

Represents the operations that can be performed on a single product.

Method Summary

Modifier and Type Method and Description
abstract ICustomerProductByReservationScope ByCustomerReservationScope(String reservationScope)

Gets the operations that can be applied on a customer's product identifiers filtered by a specific reservation scope.

Method Details

ByCustomerReservationScope

public abstract ICustomerProductByReservationScope ByCustomerReservationScope(String reservationScope)

Gets the operations that can be applied on a customer's product identifiers filtered by a specific reservation scope.

Parameters:

reservationScope - The reservation scope filter.

Returns:

The individual product operations sorted by reservation scope.

Applies to