Package | Description |
---|---|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
Modifier and Type | Class and Description |
---|---|
class |
UserNotificationEventServiceWrapper
Provides a wrapper for
UserNotificationEventService . |
Modifier and Type | Method and Description |
---|---|
static UserNotificationEventService |
UserNotificationEventServiceUtil.getService() |
UserNotificationEventService |
UserNotificationEventServiceWrapper.getWrappedService() |
Modifier and Type | Method and Description |
---|---|
static void |
UserNotificationEventServiceUtil.setService(UserNotificationEventService service) |
void |
UserNotificationEventServiceWrapper.setWrappedService(UserNotificationEventService userNotificationEventService) |
Constructor and Description |
---|
UserNotificationEventServiceWrapper(UserNotificationEventService userNotificationEventService) |