Uses of Interface
com.broadleafcommerce.common.messaging.notification.domain.NotificationState
-
Packages that use NotificationState Package Description com.broadleafcommerce.common.messaging.notification com.broadleafcommerce.common.messaging.notification.domain -
-
Uses of NotificationState in com.broadleafcommerce.common.messaging.notification
Methods in com.broadleafcommerce.common.messaging.notification that return NotificationState Modifier and Type Method Description NotificationState
DefaultNotificationStateService. getOrInitializeNotificationState(NotificationStateAware stateAware, String name)
NotificationState
NotificationStateService. getOrInitializeNotificationState(NotificationStateAware stateAware, String name)
Search theNotificationState
on theNotificationStateAware
by its name.Methods in com.broadleafcommerce.common.messaging.notification with parameters of type NotificationState Modifier and Type Method Description protected org.springframework.messaging.Message<?>
DefaultNotificationHandler. createMessageSafely(NotificationStateAware notifiable, NotificationState state)
protected Supplier<org.springframework.messaging.Message<?>>
DefaultNotificationHandler. createMessageSupplier(NotificationStateAware notifiable, NotificationState state)
protected boolean
DefaultNotificationHandler. notify(NotificationStateAware notifiable, NotificationState state, NotificationStateRepository repository)
Validate the state requires notification, and if so, send the notification. -
Uses of NotificationState in com.broadleafcommerce.common.messaging.notification.domain
Subinterfaces of NotificationState in com.broadleafcommerce.common.messaging.notification.domain Modifier and Type Interface Description interface
EntityAwareNotificationState
Methods in com.broadleafcommerce.common.messaging.notification.domain that return types with arguments of type NotificationState Modifier and Type Method Description default Optional<NotificationState>
NotificationStateAware. findNotificationState(String messageProducerType)
Looks up a NotificationState from the states within this collectionList<NotificationState>
NotificationStateAware. getNotificationStates()
Retrieve the message sending status for one or moreNotificationState
instances.default List<NotificationState>
NotificationStateAware. getNotificationStates(boolean fetch)
Retrieve the message sending status for one or moreNotificationState
instances.Method parameters in com.broadleafcommerce.common.messaging.notification.domain with type arguments of type NotificationState Modifier and Type Method Description void
NotificationStateAware. setNotificationStates(List<NotificationState> notificationStates)
Set the message sending status for one or moreNotificationState
instances.
-