Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.UserNotificationDeliveryPersistence

Packages that use UserNotificationDeliveryPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

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

Fields in com.liferay.portal.service.base declared as UserNotificationDeliveryPersistence
protected  UserNotificationDeliveryPersistence UserNotificationDeliveryLocalServiceBaseImpl.userNotificationDeliveryPersistence
           
 

Methods in com.liferay.portal.service.base that return UserNotificationDeliveryPersistence
 UserNotificationDeliveryPersistence UserNotificationDeliveryLocalServiceBaseImpl.getUserNotificationDeliveryPersistence()
          Returns the user notification delivery persistence.
 

Methods in com.liferay.portal.service.base with parameters of type UserNotificationDeliveryPersistence
 void UserNotificationDeliveryLocalServiceBaseImpl.setUserNotificationDeliveryPersistence(UserNotificationDeliveryPersistence userNotificationDeliveryPersistence)
          Sets the user notification delivery persistence.
 

Uses of UserNotificationDeliveryPersistence in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return UserNotificationDeliveryPersistence
static UserNotificationDeliveryPersistence UserNotificationDeliveryUtil.getPersistence()
           
 

Uses of UserNotificationDeliveryPersistence in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement UserNotificationDeliveryPersistence
 class UserNotificationDeliveryPersistenceImpl
          The persistence implementation for the user notification delivery service.
 


Liferay 7.0-ce-b4