Interface IProduct

All Superinterfaces:
IEntityGetOperations<Product>, IPartnerComponent<Tuple<String,​String>>
All Known Implementing Classes:
CustomerProductOperations, ProductOperations

public interface IProduct
extends IPartnerComponent<Tuple<String,​String>>, IEntityGetOperations<Product>
Holds operations that can be performed on products that apply to a given customer.