Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.UserNotificationEventLocalService

Packages that use UserNotificationEventLocalService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of UserNotificationEventLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement UserNotificationEventLocalService
 class UserNotificationEventLocalServiceWrapper
          Provides a wrapper for UserNotificationEventLocalService.
 

Methods in com.liferay.portal.service that return UserNotificationEventLocalService
static UserNotificationEventLocalService UserNotificationEventLocalServiceUtil.getService()
           
 UserNotificationEventLocalService UserNotificationEventLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type UserNotificationEventLocalService
 void UserNotificationEventLocalServiceWrapper.setWrappedService(UserNotificationEventLocalService userNotificationEventLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type UserNotificationEventLocalService
UserNotificationEventLocalServiceWrapper(UserNotificationEventLocalService userNotificationEventLocalService)
           
 


Liferay 7.0-ce-b4