Uses of Class
de.hybris.platform.variants.model.VariantTypeModel
Packages that use VariantTypeModel
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.variants.jalo package.
-
Uses of VariantTypeModel in com.hybris.backoffice.excel
Methods in com.hybris.backoffice.excel that return VariantTypeModelModifier and TypeMethodDescriptionprotected VariantTypeModelExcelIntegrationTest.prepareVariant()Methods in com.hybris.backoffice.excel with parameters of type VariantTypeModelModifier and TypeMethodDescriptionprotected ProductModelExcelIntegrationTest.prepareProductWithVariant(ProductModel productModel, VariantTypeModel variantType) protected VariantProductModelExcelIntegrationTest.prepareVariantProductModel(ProductModel baseProduct, VariantTypeModel variantType) -
Uses of VariantTypeModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return VariantTypeModelMethods in de.hybris.platform.b2b.testframework with parameters of type VariantTypeModelModifier and TypeMethodDescriptionModelFactory.createVariantProduct(String code, ProductModel baseProduct, CatalogVersionModel catalogVersion, VariantTypeModel variantType) -
Uses of VariantTypeModel in de.hybris.platform.basecommerce.util
Methods in de.hybris.platform.basecommerce.util that return VariantTypeModelModifier and TypeMethodDescriptionAbstractCommerceServicelayerTransactionalTest.createVariantType(String variantTypeCode) -
Uses of VariantTypeModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return VariantTypeModelModifier and TypeMethodDescriptionProductModel.getVariantType()Generated method - Getter of theProduct.variantTypeattribute defined at extensioncatalog.Methods in de.hybris.platform.core.model.product with parameters of type VariantTypeModelModifier and TypeMethodDescriptionvoidProductModel.setVariantType(VariantTypeModel value) Generated method - Setter ofProduct.variantTypeattribute defined at extensioncatalog. -
Uses of VariantTypeModel in de.hybris.platform.product
Methods in de.hybris.platform.product that return VariantTypeModelModifier and TypeMethodDescriptionVariantsService.getVariantTypeForCode(String code) Returns aVariantTypeModelinstance for the givencode.Methods in de.hybris.platform.product that return types with arguments of type VariantTypeModelModifier and TypeMethodDescriptionVariantsService.getAllVariantTypes()Searches all existing variant types.Methods in de.hybris.platform.product with parameters of type VariantTypeModelModifier and TypeMethodDescriptionVariantsService.getVariantAttributesForVariantType(VariantTypeModel variantType) Returns the attribute descriptors of the givenVariantType.voidVariantsService.setVariantAttributesForVariantType(VariantTypeModel variantType, List<VariantAttributeDescriptorModel> newAttributes) Tries to assign new variant attribute descriptors for the given variant type. -
Uses of VariantTypeModel in de.hybris.platform.product.daos
Methods in de.hybris.platform.product.daos that return types with arguments of type VariantTypeModelModifier and TypeMethodDescriptionVariantTypeDao.findAllVariantTypes()Finds allVariantTypeModels.Methods in de.hybris.platform.product.daos with parameters of type VariantTypeModelModifier and TypeMethodDescriptionintVariantTypeDao.getBaseProductCount(VariantTypeModel variantType) Returns the amount of products which use the given variant type. -
Uses of VariantTypeModel in de.hybris.platform.product.daos.impl
Methods in de.hybris.platform.product.daos.impl that return types with arguments of type VariantTypeModelModifier and TypeMethodDescriptionDefaultVariantTypeDao.findAllVariantTypes()Finds allVariantTypeModels.Methods in de.hybris.platform.product.daos.impl with parameters of type VariantTypeModelModifier and TypeMethodDescriptionintDefaultVariantTypeDao.getBaseProductCount(VariantTypeModel variantType) Returns the amount of products which use the given variant type. -
Uses of VariantTypeModel in de.hybris.platform.product.impl
Methods in de.hybris.platform.product.impl that return VariantTypeModelModifier and TypeMethodDescriptionDefaultVariantsService.getVariantTypeForCode(String code) Returns aVariantTypeModelinstance for the givencode.Methods in de.hybris.platform.product.impl that return types with arguments of type VariantTypeModelModifier and TypeMethodDescriptionDefaultVariantsService.getAllVariantTypes()Searches all existing variant types.Methods in de.hybris.platform.product.impl with parameters of type VariantTypeModelModifier and TypeMethodDescriptionDefaultVariantsService.getVariantAttributesForVariantType(VariantTypeModel variantType) Returns the attribute descriptors of the givenVariantType.voidDefaultVariantsService.setVariantAttributesForVariantType(VariantTypeModel variantType, List<VariantAttributeDescriptorModel> newAttributes) Tries to assign new variant attribute descriptors for the given variant type. -
Uses of VariantTypeModel in de.hybris.platform.variants.model
Methods in de.hybris.platform.variants.model that return VariantTypeModelModifier and TypeMethodDescriptionVariantAttributeDescriptorModel.getEnclosingType()Generated method - Getter of theAttributeDescriptor.enclosingTypeattribute defined at extensioncoreand redeclared at extensioncatalog.Constructors in de.hybris.platform.variants.model with parameters of type VariantTypeModelModifierConstructorDescriptionVariantAttributeDescriptorModel(TypeModel _attributeType, VariantTypeModel _enclosingType, Boolean _generate, ItemModel _owner, Boolean _partOf, String _qualifier) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVariantAttributeDescriptorModel(TypeModel _attributeType, VariantTypeModel _enclosingType, Boolean _generate, Boolean _partOf, String _qualifier) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters