Interface TmaPoVariantService
-
- All Known Implementing Classes:
DefaultTmaPoVariantService
public interface TmaPoVariantServiceService for operations related to theTmaPoVariantModel.- Since:
- 1810
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<VariantValueCategoryModel>getVariantValueCategory(TmaPoVariantModel variantModel, java.lang.String variantCategoryCode)Returns the variant value category of the given variant for the given variant category code.
-
-
-
Method Detail
-
getVariantValueCategory
java.util.Optional<VariantValueCategoryModel> getVariantValueCategory(TmaPoVariantModel variantModel, java.lang.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
-
-