Uses of Class
de.hybris.platform.variants.model.GenericVariantProductModel
Packages that use GenericVariantProductModel
Package
Description
-
Uses of GenericVariantProductModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return GenericVariantProductModelModifier and TypeMethodDescriptionModelFactory.createGenericVariantProduct(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 GenericVariantProductModelModifier and TypeMethodDescriptionAbstractCommerceServicelayerTransactionalTest.createGenericVariantProduct(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 GenericVariantProductModelModifier and TypeMethodDescriptionstatic GenericVariantProductModelVariantMatrixFactoryUtil.mockNewVariantModel(ProductModel baseProductModel, List<CategoryModel> valueCategories, int id) Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type GenericVariantProductModelModifier and TypeMethodDescriptionprotected List<VariantOptionQualifierData>VariantOptionDataPopulator.convertGenericVariantOptionQualifiers(GenericVariantProductModel genericVariantProduct) -
Uses of GenericVariantProductModel in de.hybris.platform.commercefacades.product.converters.populator.variantoptions
Methods in de.hybris.platform.commercefacades.product.converters.populator.variantoptions that return GenericVariantProductModelModifier and TypeMethodDescriptionprotected 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 GenericVariantProductModelModifier and TypeMethodDescriptionintGenericVariantProductModelComparator.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 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 GenericVariantProductModelModifier and TypeMethodDescriptionFirstGenericVariantProductUrlValueProvider.getGenericVariantProductModelComparator()Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with parameters of type GenericVariantProductModelModifier and TypeMethodDescriptionprotected voidFirstVariantCategoryNameListValueProvider.addCategories(SortedMap<VariantValueCategoryModel, GenericVariantProductModel> categoryValues, GenericVariantProductModel variant) Add first level category fromvarianttocategoryValues.protected 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 GenericVariantProductModelModifier and TypeMethodDescriptionprotected voidFirstVariantCategoryNameListValueProvider.addCategories(SortedMap<VariantValueCategoryModel, GenericVariantProductModel> categoryValues, GenericVariantProductModel variant) Add first level category fromvarianttocategoryValues.SolrFirstVariantCategoryManager.buildSolrPropertyFromCategoryVariantPairs(SortedMap<VariantValueCategoryModel, GenericVariantProductModel> categoryVariantPairs) Builds a String to be used in first category name list Solr property.voidFirstGenericVariantProductUrlValueProvider.setGenericVariantProductModelComparator(Comparator<GenericVariantProductModel> genericVariantProductModelComparator) -
Uses of GenericVariantProductModel in de.hybris.platform.variants.interceptor
Methods in de.hybris.platform.variants.interceptor with parameters of type GenericVariantProductModelModifier and TypeMethodDescriptionvoidGenericVariantProductValidateInterceptor.onValidate(GenericVariantProductModel genericVariant, InterceptorContext ctx) protected voidGenericVariantProductValidateInterceptor.validateBaseProductSuperCategories(GenericVariantProductModel genericVariant, Collection<CategoryModel> variantValueCategories)