Uses of Class
de.hybris.platform.variants.model.VariantValueCategoryModel
Packages that use VariantValueCategoryModel
Package
Description
-
Uses of VariantValueCategoryModel in de.hybris.platform.b2ctelcofacades.converters.populator.variants
Methods in de.hybris.platform.b2ctelcofacades.converters.populator.variants that return types with arguments of type VariantValueCategoryModelModifier and TypeMethodDescriptionprotected Comparator<VariantValueCategoryModel>TmaPoVariantMatrixPopulator.getValueCategoryComparator()protected de.hybris.platform.converters.Populator<VariantValueCategoryModel,VariantMatrixElementData> TmaPoVariantMatrixPopulator.getVariantMatrixElementPopulator()protected List<VariantValueCategoryModel>TmaPoVariantMatrixPopulator.getVariantValuesCategories(TmaPoVariantModel poVariant) Methods in de.hybris.platform.b2ctelcofacades.converters.populator.variants with parameters of type VariantValueCategoryModelModifier and TypeMethodDescriptionprotected VariantMatrixElementDataTmaPoVariantMatrixPopulator.createNode(VariantMatrixElementData parent, VariantValueCategoryModel valueCategory) protected VariantMatrixElementDataTmaPoVariantMatrixPopulator.getExistingNode(VariantMatrixElementData parent, VariantValueCategoryModel valueCategory) Method parameters in de.hybris.platform.b2ctelcofacades.converters.populator.variants with type arguments of type VariantValueCategoryModelModifier and TypeMethodDescriptionvoidTmaPoVariantMatrixPopulator.setValueCategoryComparator(Comparator<VariantValueCategoryModel> valueCategoryComparator) voidTmaPoVariantMatrixPopulator.setVariantMatrixElementPopulator(de.hybris.platform.converters.Populator<VariantValueCategoryModel, VariantMatrixElementData> variantMatrixElementPopulator) -
Uses of VariantValueCategoryModel in de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.provider.impl
Methods in de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.provider.impl with parameters of type VariantValueCategoryModelModifier and TypeMethodDescriptionprotected abstract ObjectTmaAbstractPoVariantValueCategoryDetailsResolver.getValue(VariantValueCategoryModel variantValueCategory) protected StringTmaPoVariantValueCategoryColorCodeResolver.getValue(VariantValueCategoryModel variantValueCategory) protected StringTmaPoVariantValueCategoryNameResolver.getValue(VariantValueCategoryModel variantValueCategory) -
Uses of VariantValueCategoryModel in de.hybris.platform.b2ctelcoservices.services
Methods in de.hybris.platform.b2ctelcoservices.services that return types with arguments of type VariantValueCategoryModelModifier and TypeMethodDescriptionTmaPoVariantService.getVariantValueCategory(TmaPoVariantModel variantModel, String variantCategoryCode) Returns the variant value category of the given variant for the given variant category code. -
Uses of VariantValueCategoryModel in de.hybris.platform.b2ctelcoservices.services.impl
Methods in de.hybris.platform.b2ctelcoservices.services.impl that return types with arguments of type VariantValueCategoryModelModifier and TypeMethodDescriptionDefaultTmaPoVariantService.getVariantValueCategory(TmaPoVariantModel variantModel, String variantCategoryCode)