Liferay 6.2-ce-ga5

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 that return types with arguments of type UserNotificationDefinition
 Map<String,List<UserNotificationDefinition>> UserNotificationManager.getUserNotificationDefinitions()
           
static Map<String,List<UserNotificationDefinition>> UserNotificationManagerUtil.getUserNotificationDefinitions()
           
 

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-ce-ga5