Liferay 6.2.0-ce-b3

Uses of Class
com.liferay.portal.kernel.notifications.UserNotificationDefinition

Packages that use UserNotificationDefinition
com.liferay.portal.kernel.notifications   
 

Uses of UserNotificationDefinition in com.liferay.portal.kernel.notifications
 

Methods in com.liferay.portal.kernel.notifications that return UserNotificationDefinition
 UserNotificationDefinition UserNotificationManager.fetchUserNotificationDefinition(String portletId, long classNameId, int notificationType)
           
static UserNotificationDefinition UserNotificationManagerUtil.fetchUserNotificationDefinition(String portletId, long classNameId, int notificationType)
           
 

Methods in com.liferay.portal.kernel.notifications with parameters of type UserNotificationDefinition
 void UserNotificationManager.addUserNotificationDefinition(String portletIf, UserNotificationDefinition userNotificationDefinition)
           
static void UserNotificationManagerUtil.addUserNotificationDefinition(String portletId, UserNotificationDefinition userNotificationDefinition)
           
 


Liferay 6.2.0-ce-b3