Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.notifications.UserNotificationHandler

Packages that use UserNotificationHandler
com.liferay.portal.kernel.notifications   
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.notifications   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.workflowtasks.notifications   
 

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

Classes in com.liferay.portal.kernel.notifications that implement UserNotificationHandler
 class BaseUserNotificationHandler
           
 

Methods in com.liferay.portal.kernel.notifications that return types with arguments of type UserNotificationHandler
 Map<String,Map<String,UserNotificationHandler>> UserNotificationManager.getUserNotificationHandlers()
           
static Map<String,Map<String,UserNotificationHandler>> UserNotificationManagerUtil.getUserNotificationHandlers()
           
 

Methods in com.liferay.portal.kernel.notifications with parameters of type UserNotificationHandler
 void UserNotificationManager.addUserNotificationHandler(UserNotificationHandler userNotificationHandler)
           
static void UserNotificationManagerUtil.addUserNotificationHandler(UserNotificationHandler userNotificationHandler)
           
 void UserNotificationManager.deleteUserNotificationHandler(UserNotificationHandler userNotificationHandler)
           
static void UserNotificationManagerUtil.deleteUserNotificationHandler(UserNotificationHandler userNotificationHandler)
           
 

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

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

Uses of UserNotificationHandler in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return types with arguments of type UserNotificationHandler
 List<UserNotificationHandler> PortletWrapper.getUserNotificationHandlerInstances()
          Returns the user notification handler instances of the portlet.
 List<UserNotificationHandler> Portlet.getUserNotificationHandlerInstances()
          Returns the user notification handler instances of the portlet.
 

Uses of UserNotificationHandler in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl that return types with arguments of type UserNotificationHandler
 List<UserNotificationHandler> PortletImpl.getUserNotificationHandlerInstances()
          Returns the user notification handler instances of the portlet.
 

Uses of UserNotificationHandler in com.liferay.portal.notifications
 

Classes in com.liferay.portal.notifications that implement UserNotificationHandler
 class UserNotificationHandlerImpl
           
 

Methods in com.liferay.portal.notifications that return types with arguments of type UserNotificationHandler
 Map<String,Map<String,UserNotificationHandler>> UserNotificationManagerImpl.getUserNotificationHandlers()
           
 

Methods in com.liferay.portal.notifications with parameters of type UserNotificationHandler
 void UserNotificationManagerImpl.addUserNotificationHandler(UserNotificationHandler userNotificationHandler)
          Adds the use notification handler to the list of available handlers.
 void UserNotificationManagerImpl.deleteUserNotificationHandler(UserNotificationHandler userNotificationHandler)
           
 

Constructors in com.liferay.portal.notifications with parameters of type UserNotificationHandler
UserNotificationHandlerImpl(UserNotificationHandler userNotificationHandler)
           
 

Uses of UserNotificationHandler in com.liferay.portlet
 

Methods in com.liferay.portlet that return UserNotificationHandler
protected  UserNotificationHandler PortletBagFactory.newUserNotificationHandlerInstance(String userNotificationHandlerClass)
           
 

Methods in com.liferay.portlet that return types with arguments of type UserNotificationHandler
 List<UserNotificationHandler> PortletBagImpl.getUserNotificationHandlerInstances()
           
protected  List<UserNotificationHandler> PortletBagFactory.newUserNotificationHandlerInstances(Portlet portlet)
           
 

Constructor parameters in com.liferay.portlet with type arguments of type UserNotificationHandler
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ConfigurationAction configurationActionInstance, List<Indexer> indexerInstances, OpenSearch openSearchInstance, FriendlyURLMapper friendlyURLMapperInstance, URLEncoder urlEncoderInstance, PortletDataHandler portletDataHandlerInstance, List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances, TemplateHandler templateHandlerInstance, PortletLayoutListener portletLayoutListenerInstance, PollerProcessor pollerProcessorInstance, MessageListener popMessageListenerInstance, List<SocialActivityInterpreter> socialActivityInterpreterInstances, SocialRequestInterpreter socialRequestInterpreterInstance, List<UserNotificationHandler> userNotificationHandlerInstances, WebDAVStorage webDAVStorageInstance, Method xmlRpcMethodInstance, ControlPanelEntry controlPanelEntryInstance, List<AssetRendererFactory> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, PermissionPropagator permissionPropagatorInstance, List<TrashHandler> trashHandlerInstances, List<WorkflowHandler> workflowHandlerInstances, PreferencesValidator preferencesValidatorInstance, Map<String,ResourceBundle> resourceBundles)
           
 

Uses of UserNotificationHandler in com.liferay.portlet.workflowtasks.notifications
 

Classes in com.liferay.portlet.workflowtasks.notifications that implement UserNotificationHandler
 class WorkflowTasksUserNotificationHandler
           
 


Liferay 6.2-ce-ga5