public class UserNotificationDefinition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
NOTIFICATION_TYPE_ADD_ENTRY |
static int |
NOTIFICATION_TYPE_UPDATE_ENTRY |
Constructor and Description |
---|
UserNotificationDefinition(java.lang.String portletId,
long classNameId,
int notificationType,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
void |
addUserNotificationDeliveryType(UserNotificationDeliveryType userNotificationDeliveryType) |
long |
getClassNameId() |
java.lang.String |
getDescription(java.util.Locale locale) |
int |
getNotificationType() |
java.lang.String |
getPortletId() |
protected java.util.ResourceBundle |
getResourceBundle(java.util.Locale locale) |
UserNotificationDeliveryType |
getUserNotificationDeliveryType(int deliveryType) |
java.util.Map<java.lang.Integer,UserNotificationDeliveryType> |
getUserNotificationDeliveryTypes() |
public static final int NOTIFICATION_TYPE_ADD_ENTRY
public static final int NOTIFICATION_TYPE_UPDATE_ENTRY
public UserNotificationDefinition(java.lang.String portletId, long classNameId, int notificationType, java.lang.String description)
public void addUserNotificationDeliveryType(UserNotificationDeliveryType userNotificationDeliveryType)
public long getClassNameId()
public java.lang.String getDescription(java.util.Locale locale)
public int getNotificationType()
public java.lang.String getPortletId()
public UserNotificationDeliveryType getUserNotificationDeliveryType(int deliveryType)
public java.util.Map<java.lang.Integer,UserNotificationDeliveryType> getUserNotificationDeliveryTypes()
protected java.util.ResourceBundle getResourceBundle(java.util.Locale locale)