Class TmaPopPricingLogicAlgorithmAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaComponentProdOfferPriceData,ProductOfferingPriceWsDTO>
de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.productofferingprice.TmaPopPricingLogicAlgorithmAttributeMapper
public class TmaPopPricingLogicAlgorithmAttributeMapper
extends TmaAttributeMapper<TmaComponentProdOfferPriceData,ProductOfferingPriceWsDTO>
This attribute Mapper class maps data for pricing logic algorithm between
TmaComponentProdOfferPriceData and ProductOfferingPriceWsDTO- Since:
- 2102
-
Constructor Summary
ConstructorsConstructorDescriptionTmaPopPricingLogicAlgorithmAttributeMapper(ma.glasnost.orika.MapperFacade mapperFacade) -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadevoidpopulateTargetAttributeFromSource(TmaComponentProdOfferPriceData source, ProductOfferingPriceWsDTO target, ma.glasnost.orika.MappingContext context) Populates the target attribute value by obtained by processing the source object.Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
TmaPopPricingLogicAlgorithmAttributeMapper
public TmaPopPricingLogicAlgorithmAttributeMapper(ma.glasnost.orika.MapperFacade mapperFacade)
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaComponentProdOfferPriceData source, ProductOfferingPriceWsDTO target, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the target attribute value by obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTmaAttributeMapper<TmaComponentProdOfferPriceData,ProductOfferingPriceWsDTO> - Parameters:
source- source objecttarget- target object
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade()
-