Class UserNotificationDefinition
Object
com.liferay.portal.kernel.notifications.UserNotificationDefinition
- Author:
- Jonathan Lee
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionUserNotificationDefinition
(String portletId, long classNameId, int notificationType, String description) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addUserNotificationDeliveryType
(UserNotificationDeliveryType userNotificationDeliveryType) long
getDescription
(Locale locale) int
protected ResourceBundle
getResourceBundle
(Locale locale) getUserNotificationDeliveryType
(int deliveryType)
-
Field Details
-
NOTIFICATION_TYPE_ADD_ENTRY
public static final int NOTIFICATION_TYPE_ADD_ENTRY- See Also:
-
NOTIFICATION_TYPE_EXPIRED_ENTRY
public static final int NOTIFICATION_TYPE_EXPIRED_ENTRY- See Also:
-
NOTIFICATION_TYPE_REVIEW_ENTRY
public static final int NOTIFICATION_TYPE_REVIEW_ENTRY- See Also:
-
NOTIFICATION_TYPE_UPDATE_ENTRY
public static final int NOTIFICATION_TYPE_UPDATE_ENTRY- See Also:
-
-
Constructor Details
-
UserNotificationDefinition
-
-
Method Details
-
addUserNotificationDeliveryType
public void addUserNotificationDeliveryType(UserNotificationDeliveryType userNotificationDeliveryType) -
getClassNameId
public long getClassNameId() -
getDescription
-
getNotificationType
public int getNotificationType() -
getPortletId
-
getUserNotificationDeliveryType
-
getUserNotificationDeliveryTypes
-
getResourceBundle
-