Uses of Class
de.hybris.platform.b2ctelcoservices.model.TmaProductPriceClassModel
-
Packages that use TmaProductPriceClassModel Package Description de.hybris.platform.b2ctelcofacades.converters.populator de.hybris.platform.b2ctelcofacades.price.converters de.hybris.platform.core.model.product Contains generated models for each type of de.hybris.platform.jalo.product package.de.hybris.platform.europe1.model Contains generated models for each type of de.hybris.platform.europe1.jalo package. -
-
Uses of TmaProductPriceClassModel in de.hybris.platform.b2ctelcofacades.converters.populator
Classes in de.hybris.platform.b2ctelcofacades.converters.populator with type parameters of type TmaProductPriceClassModel Modifier and Type Class Description classTmaRequiredProductClassesPopulator<SOURCE extends TmaProductPriceClassModel,TARGET extends TmaProductPriceClassData>PopulatesTmaProductPriceClassDatawith basic attributes fromTmaProductPriceClassModel.Methods in de.hybris.platform.b2ctelcofacades.converters.populator that return types with arguments of type TmaProductPriceClassModel Modifier and Type Method Description protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductPriceClassModel,TmaProductPriceClassData>TmaSubscriptionPricePlanPopulator. getTmaRequiredProductClassesConverter()Deprecated.Method parameters in de.hybris.platform.b2ctelcofacades.converters.populator with type arguments of type TmaProductPriceClassModel Modifier and Type Method Description voidTmaSubscriptionPricePlanPopulator. setTmaRequiredProductClassesConverter(de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductPriceClassModel,TmaProductPriceClassData> tmaRequiredProductClassesConverter)Deprecated. -
Uses of TmaProductPriceClassModel in de.hybris.platform.b2ctelcofacades.price.converters
Methods in de.hybris.platform.b2ctelcofacades.price.converters that return types with arguments of type TmaProductPriceClassModel Modifier and Type Method Description protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductPriceClassModel,TmaProductPriceClassData>TmaPriceRowContextPopulator. getTmaRequiredProductClassesConverter() -
Uses of TmaProductPriceClassModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return TmaProductPriceClassModel Modifier and Type Method Description TmaProductPriceClassModelProductModel. getProductPriceClass()Generated method - Getter of theProduct.productPriceClassattribute defined at extensionb2ctelcoservices.Methods in de.hybris.platform.core.model.product with parameters of type TmaProductPriceClassModel Modifier and Type Method Description voidProductModel. setProductPriceClass(TmaProductPriceClassModel value)Generated method - Setter ofProduct.productPriceClassattribute defined at extensionb2ctelcoservices. -
Uses of TmaProductPriceClassModel in de.hybris.platform.europe1.model
Methods in de.hybris.platform.europe1.model that return types with arguments of type TmaProductPriceClassModel Modifier and Type Method Description java.util.Set<TmaProductPriceClassModel>PriceRowModel. getRequiredProductClasses()Generated method - Getter of thePriceRow.requiredProductClassesattribute defined at extensionb2ctelcoservices.Method parameters in de.hybris.platform.europe1.model with type arguments of type TmaProductPriceClassModel Modifier and Type Method Description voidPriceRowModel. setRequiredProductClasses(java.util.Set<TmaProductPriceClassModel> value)Generated method - Setter ofPriceRow.requiredProductClassesattribute defined at extensionb2ctelcoservices.
-