Class TmaProductOfferingGroupAttributeMapper

java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<ProductData,ProductWsDTO>
de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.productoffering.TmaProductOfferingGroupAttributeMapper

public class TmaProductOfferingGroupAttributeMapper extends TmaAttributeMapper<ProductData,ProductWsDTO>
TmaProductOfferingGroupAttributeMapper populates value of offeringGroups attribute from ProductData to ProductWsDTO
Since:
1907
  • Constructor Details

    • TmaProductOfferingGroupAttributeMapper

      public TmaProductOfferingGroupAttributeMapper(TmaProductOfferFacade productOfferFacade)
  • Method Details

    • populateTargetAttributeFromSource

      public void populateTargetAttributeFromSource(ProductData source, ProductWsDTO 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<ProductData,ProductWsDTO>
      Parameters:
      source - source object
      target - target object
    • getMapperFacade

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

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

      protected TmaProductOfferFacade getProductOfferFacade()