Class TmaPricingLogicAlgorithmBasicReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators.TmaPricingLogicAlgorithmBasicReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaPricingLogicAlgorithmData,TmaPricingLogicAlgorithmModel>
public class TmaPricingLogicAlgorithmBasicReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaPricingLogicAlgorithmData,TmaPricingLogicAlgorithmModel>
Populates
TmaPricingLogicAlgorithmModel from a TmaPricingLogicAlgorithmData entity.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaPricingLogicAlgorithmBasicReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmSpecData, TmaPricingLogicAlgorithmSpecModel> pricingLogicAlgorithmSpecReverseConverter, de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierData, TmaExternalIdentifierModel> externalIdentifierReverseConverter, TmaGenericItemService tmaGenericItemService, Map<String, Class<TmaPricingLogicAlgorithmSpecModel>> pricingLogicAlgorithmToPlaSpecTypeMap, TmaEntityResourceNormalizer<TmaExternalIdentifierData, TmaExternalIdentifierModel> tmaExternalIdentifierEntityResourceNormalizer, Map<String, TmaEntityResourceNormalizer<TmaPricingLogicAlgorithmSpecData, TmaPricingLogicAlgorithmSpecModel>> tmaPricingLogicAlgorithmToPlaSpecEntityNormalizerMap) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierData,TmaExternalIdentifierModel> Deprecated.since 2205protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmSpecData,TmaPricingLogicAlgorithmSpecModel> Deprecated.since 2205protected Map<String,Class<TmaPricingLogicAlgorithmSpecModel>> Deprecated.since 2205protected TmaGenericItemServiceDeprecated.since 2205protected Map<String,TmaEntityResourceNormalizer<TmaPricingLogicAlgorithmSpecData, TmaPricingLogicAlgorithmSpecModel>> voidpopulate(TmaPricingLogicAlgorithmData source, TmaPricingLogicAlgorithmModel target)
-
Constructor Details
-
TmaPricingLogicAlgorithmBasicReversePopulator
public TmaPricingLogicAlgorithmBasicReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmSpecData, TmaPricingLogicAlgorithmSpecModel> pricingLogicAlgorithmSpecReverseConverter, de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierData, TmaExternalIdentifierModel> externalIdentifierReverseConverter, TmaGenericItemService tmaGenericItemService, Map<String, Class<TmaPricingLogicAlgorithmSpecModel>> pricingLogicAlgorithmToPlaSpecTypeMap, TmaEntityResourceNormalizer<TmaExternalIdentifierData, TmaExternalIdentifierModel> tmaExternalIdentifierEntityResourceNormalizer, Map<String, TmaEntityResourceNormalizer<TmaPricingLogicAlgorithmSpecData, TmaPricingLogicAlgorithmSpecModel>> tmaPricingLogicAlgorithmToPlaSpecEntityNormalizerMap)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaPricingLogicAlgorithmData,TmaPricingLogicAlgorithmModel>
-
getTmaExternalIdentifierEntityResourceNormalizer
protected TmaEntityResourceNormalizer<TmaExternalIdentifierData,TmaExternalIdentifierModel> getTmaExternalIdentifierEntityResourceNormalizer() -
getTmaPricingLogicAlgorithmToPlaSpecEntityNormalizerMap
protected Map<String,TmaEntityResourceNormalizer<TmaPricingLogicAlgorithmSpecData, getTmaPricingLogicAlgorithmToPlaSpecEntityNormalizerMap()TmaPricingLogicAlgorithmSpecModel>> -
getPricingLogicAlgorithmSpecReverseConverter
@Deprecated(since="2205") protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmSpecData,TmaPricingLogicAlgorithmSpecModel> getPricingLogicAlgorithmSpecReverseConverter()Deprecated.since 2205 -
getExternalIdentifierReverseConverter
@Deprecated(since="2205") protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierData,TmaExternalIdentifierModel> getExternalIdentifierReverseConverter()Deprecated.since 2205 -
getTmaGenericItemService
Deprecated.since 2205 -
getPricingLogicAlgorithmToPlaSpecTypeMap
@Deprecated(since="2205") protected Map<String,Class<TmaPricingLogicAlgorithmSpecModel>> getPricingLogicAlgorithmToPlaSpecTypeMap()Deprecated.since 2205
-