Class DefaultTmaPoVariantService
java.lang.Object
de.hybris.platform.b2ctelcoservices.services.impl.DefaultTmaPoVariantService
- All Implemented Interfaces:
TmaPoVariantService
Default implementation of the
TmaPoVariantService.- Since:
- 1810
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetVariantValueCategory(TmaPoVariantModel variantModel, String variantCategoryCode) Returns the variant value category of the given variant for the given variant category code.
-
Constructor Details
-
DefaultTmaPoVariantService
public DefaultTmaPoVariantService()
-
-
Method Details
-
getVariantValueCategory
public Optional<VariantValueCategoryModel> getVariantValueCategory(TmaPoVariantModel variantModel, String variantCategoryCode) Description copied from interface:TmaPoVariantServiceReturns the variant value category of the given variant for the given variant category code.- Specified by:
getVariantValueCategoryin interfaceTmaPoVariantService- Parameters:
variantModel- product offering variantvariantCategoryCode- code of the variant category- Returns:
OptionalofVariantValueCategoryModel
-