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. 
 

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)
           
 


Liferay 7.0-ce-b4