Liferay 6.2-ce-ga5

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

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

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

Methods in com.liferay.portal.kernel.notifications that return UserNotificationFeedEntry
protected  UserNotificationFeedEntry BaseUserNotificationHandler.doInterpret(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
 UserNotificationFeedEntry UserNotificationManager.interpret(String selector, UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
static UserNotificationFeedEntry UserNotificationManagerUtil.interpret(String selector, UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
 UserNotificationFeedEntry UserNotificationHandler.interpret(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
 UserNotificationFeedEntry BaseUserNotificationHandler.interpret(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
 

Uses of UserNotificationFeedEntry in com.liferay.portal.notifications
 

Methods in com.liferay.portal.notifications that return UserNotificationFeedEntry
 UserNotificationFeedEntry UserNotificationManagerImpl.interpret(String selector, UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
          Creates a human readable user notification feed entry for the user notification using an available compatible user notification handler.
 UserNotificationFeedEntry UserNotificationHandlerImpl.interpret(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
 


Liferay 6.2-ce-ga5