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. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

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)
           
 

Uses of UserNotificationEventLocalService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement UserNotificationEventLocalService
 class UserNotificationEventLocalServiceBaseImpl
          Provides the base implementation for the user notification event local service.
 

Fields in com.liferay.portal.service.base declared as UserNotificationEventLocalService
protected  UserNotificationEventLocalService UserNotificationEventLocalServiceBaseImpl.userNotificationEventLocalService
           
 

Methods in com.liferay.portal.service.base that return UserNotificationEventLocalService
 UserNotificationEventLocalService UserNotificationEventLocalServiceBaseImpl.getUserNotificationEventLocalService()
          Returns the user notification event local service.
 

Methods in com.liferay.portal.service.base with parameters of type UserNotificationEventLocalService
 void UserNotificationEventLocalServiceBaseImpl.setUserNotificationEventLocalService(UserNotificationEventLocalService userNotificationEventLocalService)
          Sets the user notification event local service.
 

Uses of UserNotificationEventLocalService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement UserNotificationEventLocalService
 class UserNotificationEventLocalServiceImpl
           
 


Liferay 7.0-ce-b4