Liferay 7.0-ce-b4

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

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

Fields in com.liferay.portal.service.base declared as UserNotificationEventPersistence
protected  UserNotificationEventPersistence UserNotificationEventLocalServiceBaseImpl.userNotificationEventPersistence
           
 

Methods in com.liferay.portal.service.base that return UserNotificationEventPersistence
 UserNotificationEventPersistence UserNotificationEventLocalServiceBaseImpl.getUserNotificationEventPersistence()
          Returns the user notification event persistence.
 

Methods in com.liferay.portal.service.base with parameters of type UserNotificationEventPersistence
 void UserNotificationEventLocalServiceBaseImpl.setUserNotificationEventPersistence(UserNotificationEventPersistence userNotificationEventPersistence)
          Sets the user notification event persistence.
 

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

Methods in com.liferay.portal.service.persistence that return UserNotificationEventPersistence
static UserNotificationEventPersistence UserNotificationEventUtil.getPersistence()
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement UserNotificationEventPersistence
 class UserNotificationEventPersistenceImpl
          The persistence implementation for the user notification event service.
 


Liferay 7.0-ce-b4