Class CartItemPriceAttributeMapper

java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<OrderEntryData,CartItem>
de.hybris.platform.b2ctelcotmfwebservices.mappers.cartitem.CartItemPriceAttributeMapper

public class CartItemPriceAttributeMapper extends TmaAttributeMapper<OrderEntryData,CartItem>
This attribute Mapper class maps itemPrice attribute for cartItem between OrderEntryData and CartItem
Since:
1907
  • Constructor Details

    • CartItemPriceAttributeMapper

      public CartItemPriceAttributeMapper()
  • Method Details

    • populateTargetAttributeFromSource

      public void populateTargetAttributeFromSource(OrderEntryData source, CartItem target, ma.glasnost.orika.MappingContext context)
      Description copied from class: TmaAttributeMapper
      Populates the target attribute value by obtained by processing the source object.
      Specified by:
      populateTargetAttributeFromSource in class TmaAttributeMapper<OrderEntryData,CartItem>
      Parameters:
      source - source object
      target - target object
    • getMapperFacade

      public ma.glasnost.orika.MapperFacade getMapperFacade()
    • setMapperFacade

      public void setMapperFacade(ma.glasnost.orika.MapperFacade mapperFacade)
    • getPriceTypeDtoMap

      public Map<String,Class<CartPrice>> getPriceTypeDtoMap()
    • setPriceTypeDtoMap

      public void setPriceTypeDtoMap(Map<String,Class<CartPrice>> priceTypeDtoMap)