Package | Description |
---|---|
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 |
---|---|
static UserNotificationDefinition |
UserNotificationManagerUtil.fetchUserNotificationDefinition(String portletId,
long classNameId,
int notificationType) |
Modifier and Type | Method and Description |
---|---|
static Map<String,List<UserNotificationDefinition>> |
UserNotificationManagerUtil.getActiveUserNotificationDefinitions() |
static Map<String,List<UserNotificationDefinition>> |
UserNotificationManagerUtil.getUserNotificationDefinitions() |
Modifier and Type | Method and Description |
---|---|
static void |
UserNotificationManagerUtil.addUserNotificationDefinition(String portletId,
UserNotificationDefinition userNotificationDefinition) |
Modifier and Type | Method and Description |
---|---|
List<UserNotificationDefinition> |
PortletBag.getUserNotificationDefinitionInstances() |