Interface PromotionMessageDTOWrapperService

All Known Implementing Classes:
PromotionMessageDTOWrapperServiceImpl

public interface PromotionMessageDTOWrapperService
Author:
Chris Kittrell (ckittrell)
  • Method Details

    • findPromotionMessagesForProduct

      Map<String,List<PromotionMessageDTOWrapper>> findPromotionMessagesForProduct(jakarta.servlet.http.HttpServletRequest request, Long productId)
      Search for PromotionMessages by Product
      Returns:
      the promotion message for the given product