Interface TmaPoVariantService
- All Known Implementing Classes:
DefaultTmaPoVariantService
public interface TmaPoVariantService
Service for operations related to the
TmaPoVariantModel.- Since:
- 1810
-
Method Summary
Modifier and TypeMethodDescriptiongetVariantValueCategory(TmaPoVariantModel variantModel, String variantCategoryCode) Returns the variant value category of the given variant for the given variant category code.
-
Method Details
-
getVariantValueCategory
Optional<VariantValueCategoryModel> getVariantValueCategory(TmaPoVariantModel variantModel, String variantCategoryCode) Returns the variant value category of the given variant for the given variant category code.- Parameters:
variantModel- product offering variantvariantCategoryCode- code of the variant category- Returns:
OptionalofVariantValueCategoryModel
-