Interface ICustomerProduct

All Superinterfaces:
IEntityGetOperations<Product>, IPartnerComponent<TripletTuple<String,​String,​String>>

public interface ICustomerProduct
extends IPartnerComponent<TripletTuple<String,​String,​String>>, IEntityGetOperations<Product>
Represents the operations that can be performed on a single product.
  • Method Details

    • ByCustomerReservationScope

      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.