Liferay 7.0-ce-b4

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

Packages that use UserNotificationDeliveryLocalService
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 UserNotificationDeliveryLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement UserNotificationDeliveryLocalService
 class UserNotificationDeliveryLocalServiceWrapper
          Provides a wrapper for UserNotificationDeliveryLocalService.
 

Methods in com.liferay.portal.service that return UserNotificationDeliveryLocalService
static UserNotificationDeliveryLocalService UserNotificationDeliveryLocalServiceUtil.getService()
           
 UserNotificationDeliveryLocalService UserNotificationDeliveryLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type UserNotificationDeliveryLocalService
 void UserNotificationDeliveryLocalServiceWrapper.setWrappedService(UserNotificationDeliveryLocalService userNotificationDeliveryLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type UserNotificationDeliveryLocalService
UserNotificationDeliveryLocalServiceWrapper(UserNotificationDeliveryLocalService userNotificationDeliveryLocalService)
           
 

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

Classes in com.liferay.portal.service.base that implement UserNotificationDeliveryLocalService
 class UserNotificationDeliveryLocalServiceBaseImpl
          Provides the base implementation for the user notification delivery local service.
 

Fields in com.liferay.portal.service.base declared as UserNotificationDeliveryLocalService
protected  UserNotificationDeliveryLocalService UserNotificationDeliveryLocalServiceBaseImpl.userNotificationDeliveryLocalService
           
 

Methods in com.liferay.portal.service.base that return UserNotificationDeliveryLocalService
 UserNotificationDeliveryLocalService UserNotificationDeliveryLocalServiceBaseImpl.getUserNotificationDeliveryLocalService()
          Returns the user notification delivery local service.
 

Methods in com.liferay.portal.service.base with parameters of type UserNotificationDeliveryLocalService
 void UserNotificationDeliveryLocalServiceBaseImpl.setUserNotificationDeliveryLocalService(UserNotificationDeliveryLocalService userNotificationDeliveryLocalService)
          Sets the user notification delivery local service.
 

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

Classes in com.liferay.portal.service.impl that implement UserNotificationDeliveryLocalService
 class UserNotificationDeliveryLocalServiceImpl
           
 


Liferay 7.0-ce-b4