Uses of Class
de.hybris.platform.variants.model.VariantTypeModel
-
Packages that use VariantTypeModel Package Description com.hybris.backoffice.excel de.hybris.platform.b2b.testframework de.hybris.platform.basecommerce.util de.hybris.platform.core.model.product Contains generated models for each type of de.hybris.platform.jalo.product package.de.hybris.platform.product de.hybris.platform.product.daos de.hybris.platform.product.daos.impl de.hybris.platform.product.impl de.hybris.platform.variants.model 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 VariantTypeModel Modifier and Type Method Description protected VariantTypeModelExcelIntegrationTest. prepareVariant()Methods in com.hybris.backoffice.excel with parameters of type VariantTypeModel Modifier and Type Method Description protected 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 VariantTypeModel Modifier and Type Method Description VariantTypeModelModelFactory. createVariantType(java.lang.String variantTypeCode)Methods in de.hybris.platform.b2b.testframework with parameters of type VariantTypeModel Modifier and Type Method Description VariantProductModelModelFactory. createVariantProduct(java.lang.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 VariantTypeModel Modifier and Type Method Description VariantTypeModelAbstractCommerceServicelayerTransactionalTest. createVariantType(java.lang.String variantTypeCode) -
Uses of VariantTypeModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return VariantTypeModel Modifier and Type Method Description VariantTypeModelProductModel. getVariantType()Generated method - Getter of theProduct.variantTypeattribute defined at extensioncatalog.Methods in de.hybris.platform.core.model.product with parameters of type VariantTypeModel Modifier and Type Method Description voidProductModel. 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 VariantTypeModel Modifier and Type Method Description VariantTypeModelVariantsService. getVariantTypeForCode(java.lang.String code)Returns aVariantTypeModelinstance for the givencode.Methods in de.hybris.platform.product that return types with arguments of type VariantTypeModel Modifier and Type Method Description java.util.Collection<VariantTypeModel>VariantsService. getAllVariantTypes()Searches all existing variant types.Methods in de.hybris.platform.product with parameters of type VariantTypeModel Modifier and Type Method Description java.util.List<VariantAttributeDescriptorModel>VariantsService. getVariantAttributesForVariantType(VariantTypeModel variantType)Returns the attribute descriptors of the givenVariantType.voidVariantsService. setVariantAttributesForVariantType(VariantTypeModel variantType, java.util.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 VariantTypeModel Modifier and Type Method Description java.util.List<VariantTypeModel>VariantTypeDao. findAllVariantTypes()Finds allVariantTypeModels.Methods in de.hybris.platform.product.daos with parameters of type VariantTypeModel Modifier and Type Method Description intVariantTypeDao. 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 VariantTypeModel Modifier and Type Method Description java.util.List<VariantTypeModel>DefaultVariantTypeDao. findAllVariantTypes()Finds allVariantTypeModels.Methods in de.hybris.platform.product.daos.impl with parameters of type VariantTypeModel Modifier and Type Method Description intDefaultVariantTypeDao. 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 VariantTypeModel Modifier and Type Method Description VariantTypeModelDefaultVariantsService. getVariantTypeForCode(java.lang.String code)Returns aVariantTypeModelinstance for the givencode.Methods in de.hybris.platform.product.impl that return types with arguments of type VariantTypeModel Modifier and Type Method Description java.util.Collection<VariantTypeModel>DefaultVariantsService. getAllVariantTypes()Searches all existing variant types.Methods in de.hybris.platform.product.impl with parameters of type VariantTypeModel Modifier and Type Method Description java.util.List<VariantAttributeDescriptorModel>DefaultVariantsService. getVariantAttributesForVariantType(VariantTypeModel variantType)Returns the attribute descriptors of the givenVariantType.voidDefaultVariantsService. setVariantAttributesForVariantType(VariantTypeModel variantType, java.util.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 VariantTypeModel Modifier and Type Method Description VariantTypeModelVariantAttributeDescriptorModel. getEnclosingType()Generated method - Getter of theAttributeDescriptor.enclosingTypeattribute defined at extensioncoreand redeclared at extensioncatalog.Constructors in de.hybris.platform.variants.model with parameters of type VariantTypeModel Constructor Description VariantAttributeDescriptorModel(TypeModel _attributeType, VariantTypeModel _enclosingType, java.lang.Boolean _generate, ItemModel _owner, java.lang.Boolean _partOf, java.lang.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, java.lang.Boolean _generate, java.lang.Boolean _partOf, java.lang.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
-