Interface MarketingMessageUtils
-
- All Known Implementing Classes:
DefaultMarketingMessageUtils
public interface MarketingMessageUtilsUtilities to aid in the retrieval ofMarketingMessages- Author:
- Jon Fleschler (jfleschler)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<LineItemDTO>buildLineItems(ProductList productDetails)BuildLineItemDTOs from hydrated product details
-
-
-
Method Detail
-
buildLineItems
List<LineItemDTO> buildLineItems(ProductList productDetails)
BuildLineItemDTOs from hydrated product details- Parameters:
productDetails- the hydrated product details- Returns:
- list of
LineItemDTOs
-
-