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 NotificationStateDefaultNotificationStateService. getOrInitializeNotificationState(NotificationStateAware stateAware, String name)NotificationStateNotificationStateService. getOrInitializeNotificationState(NotificationStateAware stateAware, String name)Search theNotificationStateon theNotificationStateAwareby 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 booleanDefaultNotificationHandler. 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 interfaceEntityAwareNotificationStateMethods 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 moreNotificationStateinstances.default List<NotificationState>NotificationStateAware. getNotificationStates(boolean fetch)Retrieve the message sending status for one or moreNotificationStateinstances.Method parameters in com.broadleafcommerce.common.messaging.notification.domain with type arguments of type NotificationState Modifier and Type Method Description voidNotificationStateAware. setNotificationStates(List<NotificationState> notificationStates)Set the message sending status for one or moreNotificationStateinstances.
-