Liferay 6.2-ce-ga5

com.liferay.portal.kernel.notifications
Class UserNotificationDefinition

java.lang.Object
  extended by com.liferay.portal.kernel.notifications.UserNotificationDefinition

public class UserNotificationDefinition
extends Object


Constructor Summary
UserNotificationDefinition(String portletId, long classNameId, int notificationType, String description)
           
 
Method Summary
 void addUserNotificationDeliveryType(UserNotificationDeliveryType userNotificationDeliveryType)
           
 long getClassNameId()
           
 String getDescription()
           
 int getNotificationType()
           
 String getPortletId()
           
 UserNotificationDeliveryType getUserNotificationDeliveryType(int deliveryType)
           
 Map<Integer,UserNotificationDeliveryType> getUserNotificationDeliveryTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserNotificationDefinition

public UserNotificationDefinition(String portletId,
                                  long classNameId,
                                  int notificationType,
                                  String description)
Method Detail

addUserNotificationDeliveryType

public void addUserNotificationDeliveryType(UserNotificationDeliveryType userNotificationDeliveryType)

getClassNameId

public long getClassNameId()

getDescription

public String getDescription()

getNotificationType

public int getNotificationType()

getPortletId

public String getPortletId()

getUserNotificationDeliveryType

public UserNotificationDeliveryType getUserNotificationDeliveryType(int deliveryType)

getUserNotificationDeliveryTypes

public Map<Integer,UserNotificationDeliveryType> getUserNotificationDeliveryTypes()

Liferay 6.2-ce-ga5