Interface SapProductTypesAttributeHelper
- All Known Implementing Classes:
DefaultServiceSapProductTypesAttributeHelper,DefaultSubscriptionSapProductTypesAttributeHelper
public interface SapProductTypesAttributeHelper
Interface to provide access to module specific determination of SAP product types,
abstracting internal attributes of the module.
-
Method Summary
Modifier and TypeMethodDescriptiongetSapProductTypes(ProductModel product) Get Set of ProductTypes for a given product
-
Method Details
-
getSapProductTypes
Get Set of ProductTypes for a given product- Parameters:
product- the ProductModel- Returns:
- Returns Set
set of types determined for a product by a module
-