Liferay 7.0-ce-b4

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

Packages that use UserNotificationDefinition
com.liferay.portal.kernel.notifications   
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
 

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

Methods in com.liferay.portal.kernel.notifications that return UserNotificationDefinition
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
static Map<String,List<UserNotificationDefinition>> UserNotificationManagerUtil.getUserNotificationDefinitions()
           
 

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

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

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type UserNotificationDefinition
 List<UserNotificationDefinition> PortletBag.getUserNotificationDefinitionInstances()
           
 


Liferay 7.0-ce-b4