Uses of Interface
com.broadleafcommerce.common.messaging.notification.domain.NotificationState
Packages that use NotificationState
Package
Description
- 
Uses of NotificationState in com.broadleafcommerce.common.messaging.notification
Methods in com.broadleafcommerce.common.messaging.notification that return NotificationStateModifier and TypeMethodDescriptionDefaultNotificationStateService.getOrInitializeNotificationState(NotificationStateAware stateAware, String name) NotificationStateService.getOrInitializeNotificationState(NotificationStateAware stateAware, String name) Search theNotificationStateon theNotificationStateAwareby its name.Methods in com.broadleafcommerce.common.messaging.notification with parameters of type NotificationStateModifier and TypeMethodDescriptionprotected 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.domainMethods in com.broadleafcommerce.common.messaging.notification.domain that return types with arguments of type NotificationStateModifier and TypeMethodDescriptiondefault Optional<NotificationState>NotificationStateAware.findNotificationState(String messageProducerType) Looks up a NotificationState from the states within this collectionNotificationStateAware.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 NotificationStateModifier and TypeMethodDescriptionvoidNotificationStateAware.setNotificationStates(List<NotificationState> notificationStates) Set the message sending status for one or moreNotificationStateinstances.