@Component public class NotificationEventType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static NotificationEventType |
ADMIN_FORGOT_PASSWORD |
static NotificationEventType |
ADMIN_FORGOT_USERNAME |
static NotificationEventType |
CONTACT_US |
static NotificationEventType |
FORGOT_PASSWORD |
static NotificationEventType |
FORGOT_USERNAME |
static NotificationEventType |
NOTIFY_ABANDONED_CART |
static NotificationEventType |
ORDER_CONFIRMATION |
static NotificationEventType |
REGISTER_CUSTOMER |
| Constructor and Description |
|---|
NotificationEventType() |
NotificationEventType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static NotificationEventType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final NotificationEventType ADMIN_FORGOT_PASSWORD
public static final NotificationEventType ADMIN_FORGOT_USERNAME
public static final NotificationEventType ORDER_CONFIRMATION
public static final NotificationEventType FORGOT_PASSWORD
public static final NotificationEventType FORGOT_USERNAME
public static final NotificationEventType REGISTER_CUSTOMER
public static final NotificationEventType CONTACT_US
public static final NotificationEventType NOTIFY_ABANDONED_CART
public static NotificationEventType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2021. All rights reserved.