Uses of Class
de.hybris.platform.variants.jalo.VariantType
-
Packages that use VariantType Package Description de.hybris.platform.catalog.jalo de.hybris.platform.variants.jalo -
-
Uses of VariantType in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that return VariantType Modifier and Type Method Description VariantTypeGeneratedCatalogManager. createVariantType(SessionContext ctx, java.util.Map attributeValues)VariantTypeGeneratedCatalogManager. createVariantType(java.util.Map attributeValues)VariantTypeGeneratedCatalogManager. getVariantType(Product item)Generated method - Getter of theProduct.variantTypeattribute.VariantTypeGeneratedCatalogManager. getVariantType(SessionContext ctx, Product item)Generated method - Getter of theProduct.variantTypeattribute.Methods in de.hybris.platform.catalog.jalo with parameters of type VariantType Modifier and Type Method Description voidGeneratedCatalogManager. setVariantType(Product item, VariantType value)Generated method - Setter of theProduct.variantTypeattribute.voidGeneratedCatalogManager. setVariantType(SessionContext ctx, Product item, VariantType value)Generated method - Setter of theProduct.variantTypeattribute. -
Uses of VariantType in de.hybris.platform.variants.jalo
Methods in de.hybris.platform.variants.jalo that return VariantType Modifier and Type Method Description VariantTypeVariantsManager. createVariantType(SessionContext ctx, java.util.Map attributeValues)Deprecated.VariantTypeVariantsManager. createVariantType(java.lang.String code)Deprecated.since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} insteadVariantTypeVariantsManager. createVariantType(java.util.Map attributeValues)Deprecated.VariantTypeVariantsManager. getVariantType(Product item)Deprecated.VariantTypeVariantsManager. getVariantType(SessionContext ctx, Product item)Deprecated.Methods in de.hybris.platform.variants.jalo that return types with arguments of type VariantType Modifier and Type Method Description java.util.Collection<VariantType>VariantsManager. getVariantTypesByAttributes(java.util.Map<java.lang.String,Type> attributeMap, boolean matchExact)Deprecated.since agesMethods in de.hybris.platform.variants.jalo with parameters of type VariantType Modifier and Type Method Description protected voidVariantProduct. checkBaseProductVariantType(VariantType myType, Product base)java.util.CollectionVariantsManager. getAssignedAttributeValues(SessionContext ctx, VariantType vt, java.lang.String qualifier)Deprecated.since agesjava.lang.ClassVariantsManager. getAttributeValueClass(VariantType vt, java.lang.String qualifier)Deprecated.since agesvoidVariantsManager. setVariantType(Product item, VariantType param)Deprecated.since ages - covered by ProductModelvoidVariantsManager. setVariantType(SessionContext ctx, Product item, VariantType param)Deprecated.since ages - covered by ProductModel
-