Uses of Class
de.hybris.platform.variants.model.VariantProductModel
Packages that use VariantProductModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.product package.
Contains generated models for each type of de.hybris.platform.sap.productconfig.services.jalo package.
Contains generated models for each type of de.hybris.platform.variants.jalo package.
Contains generated models for each type of de.hybris.platform.yacceleratorcore.jalo package.
-
Uses of VariantProductModel in com.hybris.backoffice.excel
Methods in com.hybris.backoffice.excel that return VariantProductModelModifier and TypeMethodDescriptionprotected VariantProductModelExcelIntegrationTest.prepareVariantProductModel(ProductModel baseProduct, VariantTypeModel variantType) -
Uses of VariantProductModel in com.hybris.backoffice.variants
Methods in com.hybris.backoffice.variants with parameters of type VariantProductModelModifier and TypeMethodDescriptionBackofficeVariantsService.getLocalizedVariantAttributeValue(VariantProductModel variant, String qualifier) Gets values for all Locales, for given localized variant attribute.DefaultBackofficeVariantsService.getLocalizedVariantAttributeValue(VariantProductModel variant, String qualifier) voidBackofficeVariantsService.setLocalizedVariantAttributeValue(VariantProductModel variantProductModel, String qualifier, Map<Locale, Object> localizedValues) Sets values for all Locales, for given localized variant attribute.voidDefaultBackofficeVariantsService.setLocalizedVariantAttributeValue(VariantProductModel variantProductModel, String qualifier, Map<Locale, Object> localizedValues) -
Uses of VariantProductModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return VariantProductModelModifier and TypeMethodDescriptionModelFactory.createVariantProduct(String code, ProductModel baseProduct, CatalogVersionModel catalogVersion, VariantTypeModel variantType) -
Uses of VariantProductModel in de.hybris.platform.commercefacades.futurestock.impl
Method parameters in de.hybris.platform.commercefacades.futurestock.impl with type arguments of type VariantProductModelModifier and TypeMethodDescriptionDefaultFutureStockFacade.getSelectedProductModels(Set<String> skus, 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 VariantProductModelModifier and TypeMethodDescriptionprotected VariantProductModelProductVariantMatrixPopulator.getStarterVariant(ProductModel productModel, Collection<VariantProductModel> variants) Methods in de.hybris.platform.commercefacades.product.converters.populator that return types with arguments of type VariantProductModelModifier and TypeMethodDescriptionprotected Converter<VariantProductModel,BaseOptionData> VariantFullPopulator.getBaseOptionDataConverter()protected Converter<VariantProductModel,BaseOptionData> VariantSelectedPopulator.getBaseOptionDataConverter()protected Converter<VariantProductModel,VariantOptionData> BaseOptionDataPopulator.getVariantOptionDataConverter()protected Converter<VariantProductModel,VariantOptionData> VariantFullPopulator.getVariantOptionDataConverter()ProductVariantOptionDataPopulator.getVariantOptionDataPopulator()protected Collection<VariantProductModel>ProductVariantMatrixPopulator.getVariants(ProductModel productModel) protected Collection<VariantProductModel>ProductVariantOptionDataPopulator.getVariants(ProductModel productModel) Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type VariantProductModelModifier and TypeMethodDescriptionprotected List<VariantOptionQualifierData>VariantOptionDataPopulator.convertTypedVariantOptionQualifiers(VariantProductModel source) protected voidProductVariantMatrixPopulator.createNodesForVariant(VariantProductModel variant, VariantMatrixElementData currentParentNode) protected ObjectVariantOptionDataPopulator.lookupVariantAttributeName(VariantProductModel productModel, String attribute) voidBaseOptionDataPopulator.populate(VariantProductModel source, BaseOptionData target) voidVariantOptionDataPopulator.populate(VariantProductModel source, VariantOptionData target) protected voidProductVariantOptionDataPopulator.populateNodes(VariantMatrixElementData parentNode, VariantProductModel variant) protected voidProductVariantOptionDataPopulator.populateNodes(List<VariantMatrixElementData> parentNodeList, VariantProductModel variant, ProductModel originalVariant) Method parameters in de.hybris.platform.commercefacades.product.converters.populator with type arguments of type VariantProductModelModifier and TypeMethodDescriptionprotected VariantProductModelProductVariantMatrixPopulator.getStarterVariant(ProductModel productModel, Collection<VariantProductModel> variants) voidVariantFullPopulator.setBaseOptionDataConverter(Converter<VariantProductModel, BaseOptionData> baseOptionDataConverter) voidVariantSelectedPopulator.setBaseOptionDataConverter(Converter<VariantProductModel, BaseOptionData> baseOptionDataConverter) voidBaseOptionDataPopulator.setVariantOptionDataConverter(Converter<VariantProductModel, VariantOptionData> variantOptionDataConverter) voidVariantFullPopulator.setVariantOptionDataConverter(Converter<VariantProductModel, VariantOptionData> variantOptionDataConverter) voidProductVariantOptionDataPopulator.setVariantOptionDataPopulator(ConfigurablePopulator<VariantProductModel, VariantOptionData, ProductVariantOption> variantOptionDataPopulator) -
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 VariantProductModelModifier and TypeClassDescriptionclassVariantOptionDataMediaPopulator<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 VariantProductModelModifier and TypeMethodDescriptionvoidVariantOptionDataMediaPopulator.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 VariantProductModelModifier and TypeMethodDescriptionprotected Collection<String>DefaultTaxCodeStrategy.getProductHierarchyCodes(VariantProductModel variantProduct) protected StringDefaultTaxCodeStrategy.getTaxCodeForVariantProduct(VariantProductModel variantProduct, 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 VariantProductModelModifier and TypeMethodDescriptionprotected ObjectProductAttributesValueResolver.getVariantProductAttributeValue(VariantProductModel variantProduct, 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 VariantProductModelModifier and TypeMethodDescriptionProductModel.getVariants()Generated method - Getter of theProduct.variantsattribute defined at extensioncatalog.Method parameters in de.hybris.platform.core.model.product with type arguments of type VariantProductModelModifier and TypeMethodDescriptionvoidProductModel.setVariants(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 VariantProductModelModifier and TypeMethodDescriptionVariantAttributesSectionRenderer.prepareNewVariantsModel(Collection<String> attributes, VariantProductModel variantProductModel) protected voidVariantAttributesSectionRenderer.registerDataModelForVariants(VariantProductModel variantProductModel, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, Collection<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 VariantProductModelModifier and TypeMethodDescriptionVariantsService.getVariantProductForAttributeValues(ProductModel baseProduct, Map<String, 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 VariantProductModelModifier and TypeMethodDescriptionVariantsService.getVariantAttributeValue(VariantProductModel variant, String qualifier) Returns for the givenVariantProductModeland given attributequalifierthe value of this attribute.voidVariantsService.setVariantAttributeValue(VariantProductModel variant, String qualifier, 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 VariantProductModelModifier and TypeMethodDescriptionDefaultVariantsService.getVariantProductForAttributeValues(ProductModel baseProduct, Map<String, 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 VariantProductModelModifier and TypeMethodDescriptionDefaultVariantsService.getVariantAttributeValue(VariantProductModel variant, String qualifier) Returns for the givenVariantProductModeland given attributequalifierthe value of this attribute.voidDefaultVariantsService.setVariantAttributeValue(VariantProductModel variant, String qualifier, 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 -
Uses of VariantProductModel in de.hybris.platform.sap.productconfig.services.model
Subclasses of VariantProductModel in de.hybris.platform.sap.productconfig.services.modelModifier and TypeClassDescriptionclassGenerated 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 VariantProductModelModifier and TypeMethodDescriptionprotected StringVariantProductModelConverter.getTypeFromBaseProduct(VariantProductModel model) -
Uses of VariantProductModel in de.hybris.platform.variants.model
Subclasses of VariantProductModel in de.hybris.platform.variants.modelModifier and TypeClassDescriptionclassGenerated 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.modelModifier and TypeClassDescriptionclassGenerated model class for type ApparelSizeVariantProduct first defined at extension yacceleratorcore.classGenerated model class for type ApparelStyleVariantProduct first defined at extension yacceleratorcore.classGenerated 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 VariantProductModelModifier and TypeMethodDescriptionprotected VariantProductModelApparelSizeProductReferenceTargetStrategy.getVariantWithSameSize(ProductReferenceModel reference, String size) -
Uses of VariantProductModel in de.hybris.platform.yacceleratorfacades.populators
Methods in de.hybris.platform.yacceleratorfacades.populators with parameters of type VariantProductModelModifier and TypeMethodDescriptionprotected MediaContainerModelAcceleratorVariantOptionDataPopulator.getPrimaryImageMediaContainer(VariantProductModel variantProductModel) voidAcceleratorVariantOptionDataPopulator.populate(VariantProductModel source, VariantOptionData target)