| Modifier and Type | Method and Description |
|---|---|
protected void |
CartMessageOrderItemServiceExtensionHandler.addPromotionMessagesForType(List<PromotionMessageDTO> messageDTOs,
List<PromotionMessageDTO> messages) |
protected void |
CartMessageOrderItemServiceExtensionHandler.addPromotionMessagesForType(List<PromotionMessageDTO> messageDTOs,
List<PromotionMessageDTO> messages) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<PromotionMessageDTO>> |
PromotionMessageDTOService.convertPromotionMessagesToDTOs(Set<PromotionMessage> promotionMessages)
Converts
PromotionMessages to PromotionMessageDTOs. |
Map<String,List<PromotionMessageDTO>> |
PromotionMessageDTOServiceImpl.convertPromotionMessagesToDTOs(Set<PromotionMessage> promotionMessages) |
Map<String,List<PromotionMessageDTO>> |
PromotionMessageDTOService.convertPromotionMessagesToDTOs(Set<PromotionMessage> promotionMessages,
Offer offer)
Converts
PromotionMessages to PromotionMessageDTOs. |
Map<String,List<PromotionMessageDTO>> |
PromotionMessageDTOServiceImpl.convertPromotionMessagesToDTOs(Set<PromotionMessage> promotionMessages,
Offer offer) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<PromotionMessageDTO>> |
PromotionMessageGenerator.generatePromotionMessages(Product product) |
| Modifier and Type | Method and Description |
|---|---|
static List<PromotionMessageDTO> |
BLCPromotionMessageUtils.filterPromotionMessageDTOsByTypes(Map<String,List<PromotionMessageDTO>> promotionMessages,
List<String> placementTypes)
Given a map of
PromotionMessagePlacementTypes to PromotionMessageDTOs and a list
of PromotionMessagePlacementTypes, filter the map into a list. |
| Modifier and Type | Method and Description |
|---|---|
static List<PromotionMessageDTO> |
BLCPromotionMessageUtils.filterPromotionMessageDTOsByTypes(Map<String,List<PromotionMessageDTO>> promotionMessages,
List<String> placementTypes)
Given a map of
PromotionMessagePlacementTypes to PromotionMessageDTOs and a list
of PromotionMessagePlacementTypes, filter the map into a list. |
static List<String> |
BLCPromotionMessageUtils.gatherMessagesByPlacementType(Map<String,List<PromotionMessageDTO>> promotionMessageMap,
PromotionMessagePlacementType type)
Given a map of
PromotionMessagePlacementTypes to PromotionMessageDTOs, gather the message properties. |
static List<String> |
BLCPromotionMessageUtils.gatherMessagesFromDTOs(List<PromotionMessageDTO> promotionMessages)
Given a list of
PromotionMessageDTOs, gather their message properties. |
static void |
BLCPromotionMessageUtils.sortMessagesByPriority(List<PromotionMessageDTO> promotionMessages)
Given a list of
PromotionMessageDTOs, sort based on priority |
static void |
BLCPromotionMessageUtils.sortMessagesByPriority(Map<String,List<PromotionMessageDTO>> promotionMessages)
Given a map of
PromotionMessagePlacementTypes to PromotionMessageDTOs, sort based on priority |
Copyright © 2017. All rights reserved.