Uses of Class
de.hybris.platform.b2ctelcofacades.data.UnitData
-
Packages that use UnitData Package Description de.hybris.platform.b2ctelcofacades.converters.populator de.hybris.platform.commercefacades.product.data -
-
Uses of UnitData in de.hybris.platform.b2ctelcofacades.converters.populator
Classes in de.hybris.platform.b2ctelcofacades.converters.populator with type parameters of type UnitData Modifier and Type Class Description classTmaUnitPopulator<SOURCE extends UnitModel,TARGET extends UnitData>Methods in de.hybris.platform.b2ctelcofacades.converters.populator that return types with arguments of type UnitData Modifier and Type Method Description protected de.hybris.platform.servicelayer.dto.converter.Converter<UnitModel,UnitData>TmaBasicPricePopulator. getTmaUnitConverter()protected de.hybris.platform.servicelayer.dto.converter.Converter<UnitModel,UnitData>TmaSubscriptionPricePlanPopulator. getTmaUnitConverter()Deprecated.Method parameters in de.hybris.platform.b2ctelcofacades.converters.populator with type arguments of type UnitData Modifier and Type Method Description voidTmaSubscriptionPricePlanPopulator. setTmaUnitConverter(de.hybris.platform.servicelayer.dto.converter.Converter<UnitModel,UnitData> tmaUnitConverter)Deprecated.Constructor parameters in de.hybris.platform.b2ctelcofacades.converters.populator with type arguments of type UnitData Constructor Description TmaBasicPricePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<UnitModel,UnitData> tmaUnitConverter, TmaPriceValueFormatter priceValueFormatter) -
Uses of UnitData in de.hybris.platform.commercefacades.product.data
Methods in de.hybris.platform.commercefacades.product.data that return UnitData Modifier and Type Method Description UnitDataPriceData. getUnit()Methods in de.hybris.platform.commercefacades.product.data with parameters of type UnitData Modifier and Type Method Description voidPriceData. setUnit(UnitData unit)
-