Uses of Interface
org.broadleafcommerce.core.promotionMessage.domain.PromotionMessage
Packages that use PromotionMessage
Package
Description
-
Uses of PromotionMessage in org.broadleafcommerce.core.offer.domain
Methods in org.broadleafcommerce.core.offer.domain that return PromotionMessageModifier and TypeMethodDescriptionAdvancedOfferPromotionMessageXref.getPromotionMessage()Gets the PromotionMessageMethods in org.broadleafcommerce.core.offer.domain that return types with arguments of type PromotionMessageModifier and TypeMethodDescriptionAdvancedOffer.getActivePromotionMessagesByType(PromotionMessageType promotionMessageType) Returns the activePromotionMessages for this offer byPromotionMessageTypeAdvancedOffer.getActivePromotionMessagesByTypeAndPlacement(PromotionMessageType promotionMessageType, PromotionMessagePlacementType placementType) Returns the activePromotionMessages for this offer byPromotionMessageTypeandPromotionMessagePlacementTypeMethods in org.broadleafcommerce.core.offer.domain with parameters of type PromotionMessageModifier and TypeMethodDescriptionvoidAdvancedOfferPromotionMessageXref.setPromotionMessage(PromotionMessage promotionMessage) Sets the PromotionMessage -
Uses of PromotionMessage in org.broadleafcommerce.core.promotionMessage.domain
Classes in org.broadleafcommerce.core.promotionMessage.domain that implement PromotionMessageMethods in org.broadleafcommerce.core.promotionMessage.domain with type parameters of type PromotionMessageModifier and TypeMethodDescription<G extends PromotionMessage>
CreateResponse<G>PromotionMessageImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) -
Uses of PromotionMessage in org.broadleafcommerce.core.promotionMessage.dto
Constructors in org.broadleafcommerce.core.promotionMessage.dto with parameters of type PromotionMessage -
Uses of PromotionMessage in org.broadleafcommerce.core.promotionMessage.dto.service
Method parameters in org.broadleafcommerce.core.promotionMessage.dto.service with type arguments of type PromotionMessageModifier and TypeMethodDescriptionPromotionMessageDTOService.convertPromotionMessagesToDTOs(Set<PromotionMessage> promotionMessages) ConvertsPromotionMessages toPromotionMessageDTOs.PromotionMessageDTOService.convertPromotionMessagesToDTOs(Set<PromotionMessage> promotionMessages, Offer offer) ConvertsPromotionMessages toPromotionMessageDTOs.PromotionMessageDTOServiceImpl.convertPromotionMessagesToDTOs(Set<PromotionMessage> promotionMessages) PromotionMessageDTOServiceImpl.convertPromotionMessagesToDTOs(Set<PromotionMessage> promotionMessages, Offer offer) -
Uses of PromotionMessage in org.broadleafcommerce.core.promotionMessage.util
Method parameters in org.broadleafcommerce.core.promotionMessage.util with type arguments of type PromotionMessageModifier and TypeMethodDescriptionBLCPromotionMessageUtils.gatherMessages(List<PromotionMessage> promotionMessages) Given a list ofPromotionMessages, gather their message properties.