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 VariantType
GeneratedCatalogManager. createVariantType(SessionContext ctx, java.util.Map attributeValues)
VariantType
GeneratedCatalogManager. createVariantType(java.util.Map attributeValues)
VariantType
GeneratedCatalogManager. getVariantType(Product item)
Generated method - Getter of theProduct.variantType
attribute.VariantType
GeneratedCatalogManager. getVariantType(SessionContext ctx, Product item)
Generated method - Getter of theProduct.variantType
attribute.Methods in de.hybris.platform.catalog.jalo with parameters of type VariantType Modifier and Type Method Description void
GeneratedCatalogManager. setVariantType(Product item, VariantType value)
Generated method - Setter of theProduct.variantType
attribute.void
GeneratedCatalogManager. setVariantType(SessionContext ctx, Product item, VariantType value)
Generated method - Setter of theProduct.variantType
attribute. -
Uses of VariantType in de.hybris.platform.variants.jalo
Methods in de.hybris.platform.variants.jalo that return VariantType Modifier and Type Method Description VariantType
VariantsManager. createVariantType(SessionContext ctx, java.util.Map attributeValues)
Deprecated.VariantType
VariantsManager. createVariantType(java.lang.String code)
Deprecated.since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} insteadVariantType
VariantsManager. createVariantType(java.util.Map attributeValues)
Deprecated.VariantType
VariantsManager. getVariantType(Product item)
Deprecated.VariantType
VariantsManager. 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 void
VariantProduct. checkBaseProductVariantType(VariantType myType, Product base)
java.util.Collection
VariantsManager. getAssignedAttributeValues(SessionContext ctx, VariantType vt, java.lang.String qualifier)
Deprecated.since agesjava.lang.Class
VariantsManager. getAttributeValueClass(VariantType vt, java.lang.String qualifier)
Deprecated.since agesvoid
VariantsManager. setVariantType(Product item, VariantType param)
Deprecated.since ages - covered by ProductModelvoid
VariantsManager. setVariantType(SessionContext ctx, Product item, VariantType param)
Deprecated.since ages - covered by ProductModel
-