Uses of Class
de.hybris.platform.variants.model.GenericVariantProductModel
-
-
Uses of GenericVariantProductModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return GenericVariantProductModel Modifier and Type Method Description GenericVariantProductModelModelFactory. createGenericVariantProduct(java.lang.String code, ProductModel baseProduct, CatalogVersionModel catalogVersion, VariantValueCategoryModel... variantSuperCategories) -
Uses of GenericVariantProductModel in de.hybris.platform.basecommerce.util
Methods in de.hybris.platform.basecommerce.util that return GenericVariantProductModel Modifier and Type Method Description GenericVariantProductModelAbstractCommerceServicelayerTransactionalTest. createGenericVariantProduct(java.lang.String code, ProductModel baseProduct, CatalogVersionModel catalogVersion, VariantValueCategoryModel... variantSuperCategories) -
Uses of GenericVariantProductModel in de.hybris.platform.commercefacades.product.converters.populator
Methods in de.hybris.platform.commercefacades.product.converters.populator that return GenericVariantProductModel Modifier and Type Method Description static GenericVariantProductModelVariantMatrixFactoryUtil. mockNewVariantModel(ProductModel baseProductModel, java.util.List<CategoryModel> valueCategories, int id) -
Uses of GenericVariantProductModel in de.hybris.platform.commercefacades.product.converters.populator.variantoptions
Methods in de.hybris.platform.commercefacades.product.converters.populator.variantoptions that return GenericVariantProductModel Modifier and Type Method Description protected GenericVariantProductModelVariantOptionDataStockPopulatorTest. mockNewVariantModel()protected GenericVariantProductModelVariantOptionDataUrlPopulatorTest. mockNewVariantModel() -
Uses of GenericVariantProductModel in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.entity
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.entity with parameters of type GenericVariantProductModel Modifier and Type Method Description intGenericVariantProductModelComparator. compare(GenericVariantProductModel variant1, GenericVariantProductModel variant2)Considers variant1 greater then other if, for the same variant category level, the value of theVariantValueCategoryModelbelonging to variant1 has a bigger sequence then theVariantValueCategoryModelbelonging to variant2.protected java.util.List<VariantValueCategoryModel>GenericVariantProductModelComparator. getVariantValuesCategories(GenericVariantProductModel productModel)Get the list ofVariantValueCategoryModelrelated to a specificGenericVariantProductModel. -
Uses of GenericVariantProductModel 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 GenericVariantProductModel Modifier and Type Method Description java.util.Comparator<GenericVariantProductModel>FirstGenericVariantProductUrlValueProvider. getGenericVariantProductModelComparator()Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with parameters of type GenericVariantProductModel Modifier and Type Method Description protected voidFirstVariantCategoryNameListValueProvider. addCategories(java.util.SortedMap<VariantValueCategoryModel,GenericVariantProductModel> categoryValues, GenericVariantProductModel variant)Add first level category fromvarianttocategoryValues.protected java.util.List<VariantValueCategoryModel>FirstVariantCategoryNameListValueProvider. getVariantList(GenericVariantProductModel variant)Get the list ofVariantValueCategoryModelfor a givenGenericVariantProductModel.Method parameters in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with type arguments of type GenericVariantProductModel 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.voidFirstGenericVariantProductUrlValueProvider. setGenericVariantProductModelComparator(java.util.Comparator<GenericVariantProductModel> genericVariantProductModelComparator) -
Uses of GenericVariantProductModel in de.hybris.platform.variants.interceptor
Methods in de.hybris.platform.variants.interceptor with parameters of type GenericVariantProductModel Modifier and Type Method Description voidGenericVariantProductValidateInterceptor. onValidate(GenericVariantProductModel genericVariant, InterceptorContext ctx)protected voidGenericVariantProductValidateInterceptor. validateBaseProductSuperCategories(GenericVariantProductModel genericVariant, java.util.Collection<CategoryModel> variantValueCategories)
-