Class TmaPopBundledPopAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaCompositeProdOfferPriceData,ProductOfferingPriceWsDTO>
de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.productofferingprice.TmaPopBundledPopAttributeMapper
public class TmaPopBundledPopAttributeMapper
extends TmaAttributeMapper<TmaCompositeProdOfferPriceData,ProductOfferingPriceWsDTO>
The TmaPriceBundledPOPAttributeMapper class maps data for bundledPOP attribute between
TmaCompositeProdOfferPriceData and ProductOfferingPriceWsDTO- Since:
- 2007
-
Constructor Summary
ConstructorsConstructorDescriptionTmaPopBundledPopAttributeMapper(ma.glasnost.orika.MapperFacade mapperFacade, Map<String, Class<ProductOfferingPriceWsDTO>> priceTypeDtoMap) -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadeprotected Map<String,Class<ProductOfferingPriceWsDTO>> voidpopulateTargetAttributeFromSource(TmaCompositeProdOfferPriceData 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
-
TmaPopBundledPopAttributeMapper
public TmaPopBundledPopAttributeMapper(ma.glasnost.orika.MapperFacade mapperFacade, Map<String, Class<ProductOfferingPriceWsDTO>> priceTypeDtoMap)
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaCompositeProdOfferPriceData 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<TmaCompositeProdOfferPriceData,ProductOfferingPriceWsDTO> - Parameters:
source- source objecttarget- target object
-
getPriceTypeDtoMap
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade()
-