Uses of Class
de.hybris.platform.variants.model.VariantProductModel
-
-
Uses of VariantProductModel in com.hybris.backoffice.excel
Methods in com.hybris.backoffice.excel that return VariantProductModel Modifier and Type Method Description protected VariantProductModelExcelIntegrationTest. prepareVariantProductModel(ProductModel baseProduct, VariantTypeModel variantType) -
Uses of VariantProductModel in com.hybris.backoffice.variants
Methods in com.hybris.backoffice.variants with parameters of type VariantProductModel Modifier and Type Method Description java.util.Map<java.util.Locale,java.lang.Object>BackofficeVariantsService. getLocalizedVariantAttributeValue(VariantProductModel variant, java.lang.String qualifier)Gets values for all Locales, for given localized variant attribute.java.util.Map<java.util.Locale,java.lang.Object>DefaultBackofficeVariantsService. getLocalizedVariantAttributeValue(VariantProductModel variant, java.lang.String qualifier)voidBackofficeVariantsService. setLocalizedVariantAttributeValue(VariantProductModel variantProductModel, java.lang.String qualifier, java.util.Map<java.util.Locale,java.lang.Object> localizedValues)Sets values for all Locales, for given localized variant attribute.voidDefaultBackofficeVariantsService. setLocalizedVariantAttributeValue(VariantProductModel variantProductModel, java.lang.String qualifier, java.util.Map<java.util.Locale,java.lang.Object> localizedValues) -
Uses of VariantProductModel in de.hybris.platform.acceleratorfacades.futurestock.impl
Method parameters in de.hybris.platform.acceleratorfacades.futurestock.impl with type arguments of type VariantProductModel Modifier and Type Method Description protected java.util.List<java.lang.String>DefaultFutureStockFacade. getSelectedProductModels(java.util.Set<java.lang.String> skus, java.util.Collection<VariantProductModel> productModels) -
Uses of VariantProductModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return VariantProductModel Modifier and Type Method Description VariantProductModelModelFactory. createVariantProduct(java.lang.String code, ProductModel baseProduct, CatalogVersionModel catalogVersion, VariantTypeModel variantType) -
Uses of VariantProductModel in de.hybris.platform.b2bacceleratorfacades.futurestock.impl
Method parameters in de.hybris.platform.b2bacceleratorfacades.futurestock.impl with type arguments of type VariantProductModel Modifier and Type Method Description protected java.util.List<java.lang.String>DefaultB2BFutureStockFacade. getSelectedProductModels(java.util.Set<java.lang.String> skus, java.util.Collection<VariantProductModel> productModels) -
Uses of VariantProductModel in de.hybris.platform.commercefacades.product.converters.populator
Methods in de.hybris.platform.commercefacades.product.converters.populator that return VariantProductModel Modifier and Type Method Description protected VariantProductModelProductVariantMatrixPopulator. getStarterVariant(ProductModel productModel, java.util.Collection<VariantProductModel> variants)Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type VariantProductModel Modifier and Type Method Description protected voidProductVariantMatrixPopulator. createNodesForVariant(VariantProductModel variant, VariantMatrixElementData currentParentNode)protected java.lang.ObjectVariantOptionDataPopulator. lookupVariantAttributeName(VariantProductModel productModel, java.lang.String attribute)voidBaseOptionDataPopulator. populate(VariantProductModel source, BaseOptionData target)voidVariantOptionDataPopulator. populate(VariantProductModel source, VariantOptionData target)protected voidProductVariantOptionDataPopulator. populateNodes(VariantMatrixElementData parentNode, VariantProductModel variant)protected voidProductVariantOptionDataPopulator. populateNodes(java.util.List<VariantMatrixElementData> parentNodeList, VariantProductModel variant, ProductModel originalVariant) -
Uses of VariantProductModel in de.hybris.platform.commercefacades.product.converters.populator.variantoptions
Classes in de.hybris.platform.commercefacades.product.converters.populator.variantoptions with type parameters of type VariantProductModel Modifier and Type Class Description classVariantOptionDataMediaPopulator<SOURCE extends VariantProductModel,TARGET extends VariantOptionData>classVariantOptionDataPricePopulator<SOURCE extends VariantProductModel,TARGET extends VariantOptionData>classVariantOptionDataStockPopulator<SOURCE extends VariantProductModel,TARGET extends VariantOptionData>classVariantOptionDataUrlPopulator<SOURCE extends VariantProductModel,TARGET extends VariantOptionData>Methods in de.hybris.platform.commercefacades.product.converters.populator.variantoptions with parameters of type VariantProductModel Modifier and Type Method Description voidVariantOptionDataMediaPopulator. populate(VariantProductModel variantProductModel, VariantOptionData variantOptionData)voidVariantOptionDataPricePopulator. populate(VariantProductModel variantProductModel, VariantOptionData variantOptionData)voidVariantOptionDataStockPopulator. populate(VariantProductModel variantProductModel, VariantOptionData variantOptionData)voidVariantOptionDataUrlPopulator. populate(VariantProductModel variantProductModel, VariantOptionData variantOptionData) -
Uses of VariantProductModel in de.hybris.platform.commerceservices.externaltax.impl
Methods in de.hybris.platform.commerceservices.externaltax.impl with parameters of type VariantProductModel Modifier and Type Method Description protected java.util.Collection<java.lang.String>DefaultTaxCodeStrategy. getProductHierarchyCodes(VariantProductModel variantProduct)protected java.lang.StringDefaultTaxCodeStrategy. getTaxCodeForVariantProduct(VariantProductModel variantProduct, java.lang.String taxAreaCode) -
Uses of VariantProductModel in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with parameters of type VariantProductModel Modifier and Type Method Description protected java.lang.ObjectProductAttributesValueResolver. getVariantProductAttributeValue(VariantProductModel variantProduct, java.lang.String attributeName) -
Uses of VariantProductModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type VariantProductModel Modifier and Type Method Description java.util.Collection<VariantProductModel>ProductModel. getVariants()Generated method - Getter of theProduct.variantsattribute defined at extensioncatalog.Method parameters in de.hybris.platform.core.model.product with type arguments of type VariantProductModel Modifier and Type Method Description voidProductModel. setVariants(java.util.Collection<VariantProductModel> value)Generated method - Setter ofProduct.variantsattribute defined at extensioncatalog. -
Uses of VariantProductModel in de.hybris.platform.platformbackoffice.variant
Methods in de.hybris.platform.platformbackoffice.variant with parameters of type VariantProductModel Modifier and Type Method Description protected java.util.HashMap<java.lang.Object,java.lang.Object>VariantAttributesSectionRenderer. prepareNewVariantsModel(java.util.Collection<java.lang.String> attributes, VariantProductModel variantProductModel)protected voidVariantAttributesSectionRenderer. registerDataModelForVariants(VariantProductModel variantProductModel, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, java.util.Collection<java.lang.String> attributes)voidVariantAttributesSectionRenderer. render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractSection configuration, VariantProductModel variantProductModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
Uses of VariantProductModel in de.hybris.platform.product
Methods in de.hybris.platform.product that return types with arguments of type VariantProductModel Modifier and Type Method Description java.util.Collection<VariantProductModel>VariantsService. getVariantProductForAttributeValues(ProductModel baseProduct, java.util.Map<java.lang.String,java.lang.Object> filterValues)Filters a range of variants from a given base product according to the given variant attribute qualifier-value map.Methods in de.hybris.platform.product with parameters of type VariantProductModel Modifier and Type Method Description java.lang.ObjectVariantsService. getVariantAttributeValue(VariantProductModel variant, java.lang.String qualifier)Returns for the givenVariantProductModeland given attributequalifierthe value of this attribute.voidVariantsService. setVariantAttributeValue(VariantProductModel variant, java.lang.String qualifier, java.lang.Object value) -
Uses of VariantProductModel in de.hybris.platform.product.impl
Methods in de.hybris.platform.product.impl that return types with arguments of type VariantProductModel Modifier and Type Method Description java.util.Collection<VariantProductModel>DefaultVariantsService. getVariantProductForAttributeValues(ProductModel baseProduct, java.util.Map<java.lang.String,java.lang.Object> filterValues)Filters a range of variants from a given base product according to the given variant attribute qualifier-value map.Methods in de.hybris.platform.product.impl with parameters of type VariantProductModel Modifier and Type Method Description java.lang.ObjectDefaultVariantsService. getVariantAttributeValue(VariantProductModel variant, java.lang.String qualifier)Returns for the givenVariantProductModeland given attributequalifierthe value of this attribute.voidDefaultVariantsService. setVariantAttributeValue(VariantProductModel variant, java.lang.String qualifier, java.lang.Object value) -
Uses of VariantProductModel in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl that return VariantProductModel Modifier and Type Method Description VariantProductModelProductConfigAddToCartHookImplTest. prepareProductParameter() -
Uses of VariantProductModel in de.hybris.platform.sap.productconfig.services.model
Subclasses of VariantProductModel in de.hybris.platform.sap.productconfig.services.model Modifier and Type Class Description classMockVariantProductModelGenerated model class for type MockVariantProduct first defined at extension sapproductconfigservices. -
Uses of VariantProductModel in de.hybris.platform.servicelayer.internal.converter.impl
Methods in de.hybris.platform.servicelayer.internal.converter.impl with parameters of type VariantProductModel Modifier and Type Method Description protected java.lang.StringVariantProductModelConverter. getTypeFromBaseProduct(VariantProductModel model) -
Uses of VariantProductModel in de.hybris.platform.variants.model
Subclasses of VariantProductModel in de.hybris.platform.variants.model Modifier and Type Class Description classGenericVariantProductModelGenerated model class for type GenericVariantProduct first defined at extension basecommerce. -
Uses of VariantProductModel in de.hybris.platform.yacceleratorcore.model
Subclasses of VariantProductModel in de.hybris.platform.yacceleratorcore.model Modifier and Type Class Description classApparelSizeVariantProductModelGenerated model class for type ApparelSizeVariantProduct first defined at extension yacceleratorcore.classApparelStyleVariantProductModelGenerated model class for type ApparelStyleVariantProduct first defined at extension yacceleratorcore.classElectronicsColorVariantProductModelGenerated model class for type ElectronicsColorVariantProduct first defined at extension yacceleratorcore. -
Uses of VariantProductModel in de.hybris.platform.yacceleratorcore.strategies.impl
Methods in de.hybris.platform.yacceleratorcore.strategies.impl that return VariantProductModel Modifier and Type Method Description protected VariantProductModelApparelSizeProductReferenceTargetStrategy. getVariantWithSameSize(ProductReferenceModel reference, java.lang.String size) -
Uses of VariantProductModel in de.hybris.platform.yacceleratorfacades.populators
Methods in de.hybris.platform.yacceleratorfacades.populators with parameters of type VariantProductModel Modifier and Type Method Description protected MediaContainerModelAcceleratorVariantOptionDataPopulator. getPrimaryImageMediaContainer(VariantProductModel variantProductModel)voidAcceleratorVariantOptionDataPopulator. populate(VariantProductModel source, VariantOptionData target)
-