Class UserNotificationDefinition
Object
com.liferay.portal.kernel.notifications.UserNotificationDefinition
- Author:
- Jonathan Lee
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionUserNotificationDefinition(String portletId, long classNameId, int notificationType, String description) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddUserNotificationDeliveryType(UserNotificationDeliveryType userNotificationDeliveryType) longgetDescription(Locale locale) intprotected ResourceBundlegetResourceBundle(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
-