Liferay 6.0-ee-sp2

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

Packages that use UserNotificationEventLocalService
com.liferay.portal.service   
 

Uses of UserNotificationEventLocalService in com.liferay.portal.service
 

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

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

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

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


Liferay 6.0-ee-sp2