| Package | Description |
|---|---|
| com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
| com.liferay.portal.kernel.notifications | |
| com.liferay.portal.kernel.portlet |
This package defines the kernel portlet interfaces and classes.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseModelUserNotificationHandler |
class |
BaseUserNotificationHandler |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Map<String,UserNotificationHandler>> |
UserNotificationManagerUtil.getUserNotificationHandlers() |
| Modifier and Type | Method and Description |
|---|---|
static void |
UserNotificationManagerUtil.addUserNotificationHandler(UserNotificationHandler userNotificationHandler) |
static void |
UserNotificationManagerUtil.deleteUserNotificationHandler(UserNotificationHandler userNotificationHandler) |
| Modifier and Type | Method and Description |
|---|---|
List<UserNotificationHandler> |
PortletBag.getUserNotificationHandlerInstances() |