Uses of Class
org.broadleafcommerce.core.promotionMessage.domain.type.PromotionMessagePlacementType
Packages that use PromotionMessagePlacementType
Package
Description
-
Uses of PromotionMessagePlacementType in org.broadleafcommerce.core.offer.domain
Methods in org.broadleafcommerce.core.offer.domain with parameters of type PromotionMessagePlacementTypeModifier and TypeMethodDescriptionAdvancedOffer.getActivePromotionMessagesByTypeAndPlacement(PromotionMessageType promotionMessageType, PromotionMessagePlacementType placementType) Returns the activePromotionMessages for this offer byPromotionMessageTypeandPromotionMessagePlacementType -
Uses of PromotionMessagePlacementType in org.broadleafcommerce.core.promotionMessage.domain.type
Fields in org.broadleafcommerce.core.promotionMessage.domain.type declared as PromotionMessagePlacementTypeModifier and TypeFieldDescriptionstatic final PromotionMessagePlacementTypePromotionMessagePlacementType.BROWSEstatic final PromotionMessagePlacementTypePromotionMessagePlacementType.CARTstatic final PromotionMessagePlacementTypePromotionMessagePlacementType.EVERYWHEREstatic final PromotionMessagePlacementTypePromotionMessagePlacementType.PRODUCT_DETAILstatic final PromotionMessagePlacementTypePromotionMessagePlacementType.SEARCH_RESULTSMethods in org.broadleafcommerce.core.promotionMessage.domain.type that return PromotionMessagePlacementTypeMethods in org.broadleafcommerce.core.promotionMessage.domain.type with parameters of type PromotionMessagePlacementTypeModifier and TypeMethodDescriptionintPromotionMessagePlacementType.compareTo(PromotionMessagePlacementType arg0) -
Uses of PromotionMessagePlacementType in org.broadleafcommerce.core.promotionMessage.util
Methods in org.broadleafcommerce.core.promotionMessage.util with parameters of type PromotionMessagePlacementTypeModifier and TypeMethodDescriptionBLCPromotionMessageUtils.gatherMessagesByPlacementType(Map<String, List<PromotionMessageDTO>> promotionMessageMap, PromotionMessagePlacementType type) Given a map ofPromotionMessagePlacementTypes toPromotionMessageDTOs, gather the message properties.