Uses of Class
org.broadleafcommerce.common.notification.service.type.NotificationEventType
Packages that use NotificationEventType
-
Uses of NotificationEventType in org.broadleafcommerce.common.notification.service.type
Fields in org.broadleafcommerce.common.notification.service.type declared as NotificationEventTypeModifier and TypeFieldDescriptionstatic final NotificationEventTypeNotificationEventType.ADMIN_FORGOT_PASSWORDstatic final NotificationEventTypeNotificationEventType.ADMIN_FORGOT_USERNAMEstatic final NotificationEventTypeNotificationEventType.CONTACT_USstatic final NotificationEventTypeNotificationEventType.FORGOT_PASSWORDstatic final NotificationEventTypeNotificationEventType.FORGOT_USERNAMEstatic final NotificationEventTypeNotificationEventType.NOTIFY_ABANDONED_CARTstatic final NotificationEventTypeNotificationEventType.ORDER_CONFIRMATIONstatic final NotificationEventTypeNotificationEventType.REGISTER_CUSTOMERMethods in org.broadleafcommerce.common.notification.service.type that return NotificationEventTypeModifier and TypeMethodDescriptionstatic NotificationEventTypeNotificationEventType.getInstance(String type) Notification.getType()Methods in org.broadleafcommerce.common.notification.service.type with parameters of type NotificationEventTypeModifier and TypeMethodDescriptionvoidNotification.setType(NotificationEventType notificationEventType) Constructors in org.broadleafcommerce.common.notification.service.type with parameters of type NotificationEventTypeModifierConstructorDescriptionEmailNotification(String emailAddress, NotificationEventType notificationEventType, Map<String, Object> context) EmailNotification(NotificationEventType notificationEventType, Map<String, Object> context) Notification(NotificationEventType notificationEventType, Map<String, Object> context) SMSNotification(String phoneNumber, NotificationEventType notificationEventType, Map<String, Object> context) SMSNotification(NotificationEventType notificationEventType, Map<String, Object> context)