Uses of Class
de.hybris.platform.variants.model.VariantValueCategoryModel
-
-
Uses of VariantValueCategoryModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return VariantValueCategoryModel Modifier and Type Method Description VariantValueCategoryModelModelFactory. createVariantValueCategory(java.lang.String code, VariantCategoryModel parentCategory, int sequenceNumber, CatalogVersionModel catalogVersion)Methods in de.hybris.platform.b2b.testframework with parameters of type VariantValueCategoryModel Modifier and Type Method Description GenericVariantProductModelModelFactory. createGenericVariantProduct(java.lang.String code, ProductModel baseProduct, CatalogVersionModel catalogVersion, VariantValueCategoryModel... variantSuperCategories)ProductModelModelFactory. createProductWithPrice(java.lang.String code, java.lang.Double price, java.lang.String currencyIso, java.lang.String currencySymbol, java.lang.Boolean isNet, CatalogVersionModel catalogVersion, java.lang.String variantTypeCode, VariantValueCategoryModel... superCategories) -
Uses of VariantValueCategoryModel in de.hybris.platform.basecommerce.util
Methods in de.hybris.platform.basecommerce.util that return VariantValueCategoryModel Modifier and Type Method Description VariantValueCategoryModelAbstractCommerceServicelayerTransactionalTest. createVariantValueCategory(java.lang.String code, VariantCategoryModel parentCategory, int sequenceNumber, CatalogVersionModel catalogVersion)Methods in de.hybris.platform.basecommerce.util with parameters of type VariantValueCategoryModel Modifier and Type Method Description GenericVariantProductModelAbstractCommerceServicelayerTransactionalTest. createGenericVariantProduct(java.lang.String code, ProductModel baseProduct, CatalogVersionModel catalogVersion, VariantValueCategoryModel... variantSuperCategories) -
Uses of VariantValueCategoryModel in de.hybris.platform.commercefacades.product.converters.populator
Classes in de.hybris.platform.commercefacades.product.converters.populator with type parameters of type VariantValueCategoryModel Modifier and Type Class Description classVariantMatrixElementPopulator<SOURCE extends VariantValueCategoryModel,TARGET extends VariantMatrixElementData>Methods in de.hybris.platform.commercefacades.product.converters.populator that return VariantValueCategoryModel Modifier and Type Method Description static VariantValueCategoryModelVariantMatrixFactoryUtil. mockNewValueCategory(VariantCategoryModel parentCategory, int sequence, java.lang.String valueCategoryName)Methods in de.hybris.platform.commercefacades.product.converters.populator that return types with arguments of type VariantValueCategoryModel Modifier and Type Method Description protected java.util.Comparator<VariantValueCategoryModel>ProductVariantMatrixPopulator. getValueCategoryComparator()protected Populator<VariantValueCategoryModel,VariantMatrixElementData>ProductVariantMatrixPopulator. getVariantMatrixElementPopulator()protected java.util.List<VariantValueCategoryModel>ProductVariantMatrixPopulator. getVariantValuesCategories(ProductModel productModel)Get the list ofVariantValueCategoryModelrelated to a specificGenericVariantProductModel.Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type VariantValueCategoryModel Modifier and Type Method Description protected VariantMatrixElementDataProductVariantMatrixPopulator. createNode(VariantMatrixElementData parent, VariantValueCategoryModel valueCategory)protected VariantMatrixElementDataProductVariantMatrixPopulator. getExistingNode(VariantMatrixElementData parent, VariantValueCategoryModel valueCategory)Finds inside the elements of the parent node if there is a node for this valueCategoryvoidVariantMatrixElementPopulator. populate(VariantValueCategoryModel variantValueCategory, VariantMatrixElementData variantMatrixElementData)Method parameters in de.hybris.platform.commercefacades.product.converters.populator with type arguments of type VariantValueCategoryModel Modifier and Type Method Description voidProductVariantMatrixPopulator. setValueCategoryComparator(java.util.Comparator<VariantValueCategoryModel> valueCategoryComparator)voidProductVariantMatrixPopulator. setVariantMatrixElementPopulator(Populator<VariantValueCategoryModel,VariantMatrixElementData> variantMatrixElementPopulator) -
Uses of VariantValueCategoryModel in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.entity
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.entity that return types with arguments of type VariantValueCategoryModel Modifier and Type Method Description java.util.Comparator<VariantValueCategoryModel>GenericVariantProductModelComparator. getVariantValueCategoryModelPriorityComparator()protected java.util.List<VariantValueCategoryModel>GenericVariantProductModelComparator. getVariantValuesCategories(GenericVariantProductModel productModel)Get the list ofVariantValueCategoryModelrelated to a specificGenericVariantProductModel.Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.entity with parameters of type VariantValueCategoryModel Modifier and Type Method Description intVariantValueCategoryModelPriorityComparator. compare(VariantValueCategoryModel variantValueCategory1, VariantValueCategoryModel variantValueCategory2)intVariantValueCategoryModelSequenceComparator. compare(VariantValueCategoryModel variantValueCategory1, VariantValueCategoryModel variantValueCategory2)protected java.util.LinkedList<CategoryModel>VariantValueCategoryModelPriorityComparator. getPathToRoot(VariantValueCategoryModel variantValueCategory)Method parameters in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.entity with type arguments of type VariantValueCategoryModel Modifier and Type Method Description voidGenericVariantProductModelComparator. setVariantValueCategoryModelPriorityComparator(java.util.Comparator<VariantValueCategoryModel> variantValueCategoryModelPriorityComparator) -
Uses of VariantValueCategoryModel in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl that return types with arguments of type VariantValueCategoryModel Modifier and Type Method Description protected java.util.List<VariantValueCategoryModel>FirstVariantCategoryNameListValueProvider. getVariantList(GenericVariantProductModel variant)Get the list ofVariantValueCategoryModelfor a givenGenericVariantProductModel.java.util.Comparator<VariantValueCategoryModel>FirstVariantCategoryNameListValueProvider. getVariantValueCategoryModelPriorityComparator()java.util.Comparator<VariantValueCategoryModel>FirstVariantCategoryNameListValueProvider. getVariantValueCategoryModelSequenceComparator()Method parameters in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with type arguments of type VariantValueCategoryModel Modifier and Type Method Description protected voidFirstVariantCategoryNameListValueProvider. addCategories(java.util.SortedMap<VariantValueCategoryModel,GenericVariantProductModel> categoryValues, GenericVariantProductModel variant)Add first level category fromvarianttocategoryValues.java.lang.StringSolrFirstVariantCategoryManager. buildSolrPropertyFromCategoryVariantPairs(java.util.SortedMap<VariantValueCategoryModel,GenericVariantProductModel> categoryVariantPairs)Builds a String to be used in first category name list Solr property.protected booleanFirstVariantCategoryNameListValueProvider. isCurrentListPrecedent(java.util.List<VariantValueCategoryModel> currentCategoryValues, java.util.List<VariantValueCategoryModel> oldCategoryValues)Compare two category lists (previously sorted by priority) to check if the categories in the current one are previous to the old one.
e.g.: IfcurrentCategoryValueshas sequences [3,4,5] andoldCategoryValueshas sequences [3,5,4], thencurrentCategoryValuesis previous (on first level, 3 == 3, but on second level 4 < 5).voidFirstVariantCategoryNameListValueProvider. setVariantValueCategoryModelPriorityComparator(java.util.Comparator<VariantValueCategoryModel> variantValueCategoryModelPriorityComparator)voidFirstVariantCategoryNameListValueProvider. setVariantValueCategoryModelSequenceComparator(java.util.Comparator<VariantValueCategoryModel> variantValueCategoryModelSequenceComparator) -
Uses of VariantValueCategoryModel in de.hybris.platform.variants.interceptor
Methods in de.hybris.platform.variants.interceptor with parameters of type VariantValueCategoryModel Modifier and Type Method Description voidVariantValueCategoryValidateInterceptor. onValidate(VariantValueCategoryModel variantValueCategory, InterceptorContext ctx)protected voidVariantValueCategoryValidateInterceptor. validateSequenceWithinSiblings(java.util.List<CategoryModel> siblings, VariantValueCategoryModel currentCategory)protected voidVariantValueCategoryValidateInterceptor. validateVariantValueCategory(VariantValueCategoryModel variantValueCategory)
-