Class TmaUsageProdOfferPriceBasicReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators.TmaUsageProdOfferPriceBasicReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaUsageProdOfferPriceChargeData,TmaUsageProdOfferPriceChargeModel>
public class TmaUsageProdOfferPriceBasicReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaUsageProdOfferPriceChargeData,TmaUsageProdOfferPriceChargeModel>
Populates the attributes of
TmaUsageProdOfferPriceChargeModel from TmaUsageProdOfferPriceChargeData.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaUsageProdOfferPriceBasicReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<UsageUnitData, UsageUnitModel> usageUnitReverseConverter, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductUsageSpecificationData, TmaProductUsageSpecificationModel> productUsageSpecificationReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<UsageUnitData, UsageUnitModel> tmaUsageUnitEntityResourceNormalizer, TmaEntityResourceNormalizer<TmaProductUsageSpecificationData, TmaProductUsageSpecificationModel> tmaProdSpecUsageSpecEntityResourceNormalizer) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductUsageSpecificationData,TmaProductUsageSpecificationModel> Deprecated.since 2205protected TmaGenericItemServiceDeprecated.since 2205protected TmaEntityResourceNormalizer<TmaProductUsageSpecificationData,TmaProductUsageSpecificationModel> protected de.hybris.platform.servicelayer.dto.converter.Converter<UsageUnitData,UsageUnitModel> Deprecated.since 2205void
-
Constructor Details
-
TmaUsageProdOfferPriceBasicReversePopulator
public TmaUsageProdOfferPriceBasicReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<UsageUnitData, UsageUnitModel> usageUnitReverseConverter, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductUsageSpecificationData, TmaProductUsageSpecificationModel> productUsageSpecificationReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<UsageUnitData, UsageUnitModel> tmaUsageUnitEntityResourceNormalizer, TmaEntityResourceNormalizer<TmaProductUsageSpecificationData, TmaProductUsageSpecificationModel> tmaProdSpecUsageSpecEntityResourceNormalizer)
-
-
Method Details
-
populate
public void populate(TmaUsageProdOfferPriceChargeData source, TmaUsageProdOfferPriceChargeModel target) - Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaUsageProdOfferPriceChargeData,TmaUsageProdOfferPriceChargeModel>
-
getTmaUsageUnitEntityResourceNormalizer
protected TmaEntityResourceNormalizer<UsageUnitData,UsageUnitModel> getTmaUsageUnitEntityResourceNormalizer() -
getTmaProdSpecUsageSpecEntityResourceNormalizer
protected TmaEntityResourceNormalizer<TmaProductUsageSpecificationData,TmaProductUsageSpecificationModel> getTmaProdSpecUsageSpecEntityResourceNormalizer() -
getUsageUnitReverseConverter
@Deprecated(since="2205") protected de.hybris.platform.servicelayer.dto.converter.Converter<UsageUnitData,UsageUnitModel> getUsageUnitReverseConverter()Deprecated.since 2205 -
getProductUsageSpecificationReverseConverter
@Deprecated(since="2205") protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductUsageSpecificationData,TmaProductUsageSpecificationModel> getProductUsageSpecificationReverseConverter()Deprecated.since 2205 -
getTmaGenericItemService
Deprecated.since 2205
-