Interface PromotionMessageDTOWrapperService
- All Known Implementing Classes:
PromotionMessageDTOWrapperServiceImpl
public interface PromotionMessageDTOWrapperService
- Author:
- Chris Kittrell (ckittrell)
-
Method Summary
Modifier and TypeMethodDescriptionfindPromotionMessagesForProduct(jakarta.servlet.http.HttpServletRequest request, Long productId) Search forPromotionMessagesbyProduct
-
Method Details
-
findPromotionMessagesForProduct
Map<String,List<PromotionMessageDTOWrapper>> findPromotionMessagesForProduct(jakarta.servlet.http.HttpServletRequest request, Long productId) Search forPromotionMessagesbyProduct- Returns:
- the promotion message for the given product
-