com.liferay.portal.kernel.notifications
Class UserNotificationDefinition
java.lang.Object
com.liferay.portal.kernel.notifications.UserNotificationDefinition
public class UserNotificationDefinition
- extends java.lang.Object
- Author:
- Jonathan Lee
|
Constructor Summary |
UserNotificationDefinition(java.lang.String portletId,
long classNameId,
int notificationType,
java.lang.String description)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserNotificationDefinition
public UserNotificationDefinition(java.lang.String portletId,
long classNameId,
int notificationType,
java.lang.String description)
addUserNotificationDeliveryType
public void addUserNotificationDeliveryType(UserNotificationDeliveryType userNotificationDeliveryType)
getClassNameId
public long getClassNameId()
getDescription
public java.lang.String getDescription()
getNotificationType
public int getNotificationType()
getPortletId
public java.lang.String getPortletId()
getUserNotificationDeliveryType
public UserNotificationDeliveryType getUserNotificationDeliveryType(int deliveryType)
getUserNotificationDeliveryTypes
public java.util.Map<java.lang.Integer,UserNotificationDeliveryType> getUserNotificationDeliveryTypes()