Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.model.UserNotificationEvent

Packages that use UserNotificationEvent
com.liferay.portal.kernel.notifications   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.notifications   
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. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.workflowtasks.notifications   
 

Uses of UserNotificationEvent in com.liferay.portal.kernel.notifications
 

Methods in com.liferay.portal.kernel.notifications with parameters of type UserNotificationEvent
protected  UserNotificationFeedEntry BaseUserNotificationHandler.doInterpret(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
protected  String BaseUserNotificationHandler.getBody(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
protected  String BaseUserNotificationHandler.getLink(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
 UserNotificationFeedEntry UserNotificationManager.interpret(String selector, UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
static UserNotificationFeedEntry UserNotificationManagerUtil.interpret(String selector, UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
 UserNotificationFeedEntry UserNotificationHandler.interpret(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
 UserNotificationFeedEntry BaseUserNotificationHandler.interpret(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
 

Uses of UserNotificationEvent in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement UserNotificationEvent
 class UserNotificationEventWrapper
           This class is a wrapper for UserNotificationEvent.
 

Methods in com.liferay.portal.model that return UserNotificationEvent
 UserNotificationEvent UserNotificationEventWrapper.getWrappedModel()
           
 UserNotificationEvent UserNotificationEventWrapper.getWrappedUserNotificationEvent()
          Deprecated. As of 6.1.0, replaced by UserNotificationEventWrapper.getWrappedModel()
 UserNotificationEvent UserNotificationEventWrapper.toEscapedModel()
           
 UserNotificationEvent UserNotificationEventModel.toEscapedModel()
           
 UserNotificationEvent UserNotificationEventWrapper.toUnescapedModel()
           
 UserNotificationEvent UserNotificationEventModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type UserNotificationEvent
 CacheModel<UserNotificationEvent> UserNotificationEventWrapper.toCacheModel()
           
 CacheModel<UserNotificationEvent> UserNotificationEventModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type UserNotificationEvent
 int UserNotificationEventWrapper.compareTo(UserNotificationEvent userNotificationEvent)
           
 int UserNotificationEventModel.compareTo(UserNotificationEvent userNotificationEvent)
           
static UserNotificationEventSoap UserNotificationEventSoap.toSoapModel(UserNotificationEvent model)
           
static UserNotificationEventSoap[] UserNotificationEventSoap.toSoapModels(UserNotificationEvent[] models)
           
static UserNotificationEventSoap[][] UserNotificationEventSoap.toSoapModels(UserNotificationEvent[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type UserNotificationEvent
static UserNotificationEventSoap[] UserNotificationEventSoap.toSoapModels(List<UserNotificationEvent> models)
           
 

Constructors in com.liferay.portal.model with parameters of type UserNotificationEvent
UserNotificationEventWrapper(UserNotificationEvent userNotificationEvent)
           
 

Uses of UserNotificationEvent in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement UserNotificationEvent
 class UserNotificationEventBaseImpl
          The extended model base implementation for the UserNotificationEvent service.
 class UserNotificationEventImpl
           
 

Methods in com.liferay.portal.model.impl that return UserNotificationEvent
 UserNotificationEvent UserNotificationEventCacheModel.toEntityModel()
           
 UserNotificationEvent UserNotificationEventModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type UserNotificationEvent
 CacheModel<UserNotificationEvent> UserNotificationEventModelImpl.toCacheModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type UserNotificationEvent
 int UserNotificationEventModelImpl.compareTo(UserNotificationEvent userNotificationEvent)
           
 

Uses of UserNotificationEvent in com.liferay.portal.notifications
 

Methods in com.liferay.portal.notifications with parameters of type UserNotificationEvent
 UserNotificationFeedEntry UserNotificationManagerImpl.interpret(String selector, UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
          Creates a human readable user notification feed entry for the user notification using an available compatible user notification handler.
 UserNotificationFeedEntry UserNotificationHandlerImpl.interpret(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
 

Uses of UserNotificationEvent in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return UserNotificationEvent
 UserNotificationEvent UserNotificationEventLocalService.addUserNotificationEvent(long userId, NotificationEvent notificationEvent)
           
static UserNotificationEvent UserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId, NotificationEvent notificationEvent)
           
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId, NotificationEvent notificationEvent)
           
 UserNotificationEvent UserNotificationEventLocalService.addUserNotificationEvent(long userId, String type, long timestamp, long deliverBy, String payload, boolean archived, ServiceContext serviceContext)
           
static UserNotificationEvent UserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId, String type, long timestamp, long deliverBy, String payload, boolean archived, ServiceContext serviceContext)
           
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId, String type, long timestamp, long deliverBy, String payload, boolean archived, ServiceContext serviceContext)
           
 UserNotificationEvent UserNotificationEventLocalService.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Adds the user notification event to the database.
static UserNotificationEvent UserNotificationEventLocalServiceUtil.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Adds the user notification event to the database.
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Adds the user notification event to the database.
 UserNotificationEvent UserNotificationEventLocalService.createUserNotificationEvent(long userNotificationEventId)
          Creates a new user notification event with the primary key.
static UserNotificationEvent UserNotificationEventLocalServiceUtil.createUserNotificationEvent(long userNotificationEventId)
          Creates a new user notification event with the primary key.
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.createUserNotificationEvent(long userNotificationEventId)
          Creates a new user notification event with the primary key.
 UserNotificationEvent UserNotificationEventLocalService.deleteUserNotificationEvent(long userNotificationEventId)
          Deletes the user notification event with the primary key from the database.
static UserNotificationEvent UserNotificationEventLocalServiceUtil.deleteUserNotificationEvent(long userNotificationEventId)
          Deletes the user notification event with the primary key from the database.
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvent(long userNotificationEventId)
          Deletes the user notification event with the primary key from the database.
 UserNotificationEvent UserNotificationEventLocalService.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Deletes the user notification event from the database.
static UserNotificationEvent UserNotificationEventLocalServiceUtil.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Deletes the user notification event from the database.
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Deletes the user notification event from the database.
 UserNotificationEvent UserNotificationEventLocalService.fetchUserNotificationEvent(long userNotificationEventId)
           
static UserNotificationEvent UserNotificationEventLocalServiceUtil.fetchUserNotificationEvent(long userNotificationEventId)
           
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.fetchUserNotificationEvent(long userNotificationEventId)
           
 UserNotificationEvent UserNotificationEventLocalService.fetchUserNotificationEventByUuidAndCompanyId(String uuid, long companyId)
          Returns the user notification event with the matching UUID and company.
static UserNotificationEvent UserNotificationEventLocalServiceUtil.fetchUserNotificationEventByUuidAndCompanyId(String uuid, long companyId)
          Returns the user notification event with the matching UUID and company.
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.fetchUserNotificationEventByUuidAndCompanyId(String uuid, long companyId)
          Returns the user notification event with the matching UUID and company.
 UserNotificationEvent UserNotificationEventLocalService.getUserNotificationEvent(long userNotificationEventId)
          Returns the user notification event with the primary key.
static UserNotificationEvent UserNotificationEventLocalServiceUtil.getUserNotificationEvent(long userNotificationEventId)
          Returns the user notification event with the primary key.
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.getUserNotificationEvent(long userNotificationEventId)
          Returns the user notification event with the primary key.
 UserNotificationEvent UserNotificationEventLocalService.getUserNotificationEventByUuidAndCompanyId(String uuid, long companyId)
          Returns the user notification event with the matching UUID and company.
static UserNotificationEvent UserNotificationEventLocalServiceUtil.getUserNotificationEventByUuidAndCompanyId(String uuid, long companyId)
          Returns the user notification event with the matching UUID and company.
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.getUserNotificationEventByUuidAndCompanyId(String uuid, long companyId)
          Returns the user notification event with the matching UUID and company.
 UserNotificationEvent UserNotificationEventLocalService.updateUserNotificationEvent(String uuid, long companyId, boolean archive)
           
static UserNotificationEvent UserNotificationEventLocalServiceUtil.updateUserNotificationEvent(String uuid, long companyId, boolean archive)
           
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.updateUserNotificationEvent(String uuid, long companyId, boolean archive)
           
 UserNotificationEvent UserNotificationEventLocalService.updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Updates the user notification event in the database or adds it if it does not yet exist.
static UserNotificationEvent UserNotificationEventLocalServiceUtil.updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Updates the user notification event in the database or adds it if it does not yet exist.
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Updates the user notification event in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type UserNotificationEvent
 List<UserNotificationEvent> UserNotificationEventLocalService.addUserNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
static List<UserNotificationEvent> UserNotificationEventLocalServiceUtil.addUserNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
 List<UserNotificationEvent> UserNotificationEventLocalServiceWrapper.addUserNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
 List<UserNotificationEvent> UserNotificationEventLocalService.getArchivedUserNotificationEvents(long userId, boolean archived)
           
static List<UserNotificationEvent> UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents(long userId, boolean archived)
           
 List<UserNotificationEvent> UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents(long userId, boolean archived)
           
 List<UserNotificationEvent> UserNotificationEventLocalService.getArchivedUserNotificationEvents(long userId, boolean archived, int start, int end)
           
static List<UserNotificationEvent> UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents(long userId, boolean archived, int start, int end)
           
 List<UserNotificationEvent> UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents(long userId, boolean archived, int start, int end)
           
 List<UserNotificationEvent> UserNotificationEventLocalService.getDeliveredUserNotificationEvents(long userId, boolean delivered)
           
static List<UserNotificationEvent> UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents(long userId, boolean delivered)
           
 List<UserNotificationEvent> UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents(long userId, boolean delivered)
           
 List<UserNotificationEvent> UserNotificationEventLocalService.getDeliveredUserNotificationEvents(long userId, boolean delivered, int start, int end)
           
static List<UserNotificationEvent> UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents(long userId, boolean delivered, int start, int end)
           
 List<UserNotificationEvent> UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents(long userId, boolean delivered, int start, int end)
           
 List<UserNotificationEvent> UserNotificationEventLocalService.getUserNotificationEvents(int start, int end)
          Returns a range of all the user notification events.
static List<UserNotificationEvent> UserNotificationEventLocalServiceUtil.getUserNotificationEvents(int start, int end)
          Returns a range of all the user notification events.
 List<UserNotificationEvent> UserNotificationEventLocalServiceWrapper.getUserNotificationEvents(int start, int end)
          Returns a range of all the user notification events.
 List<UserNotificationEvent> UserNotificationEventLocalService.getUserNotificationEvents(long userId)
           
static List<UserNotificationEvent> UserNotificationEventLocalServiceUtil.getUserNotificationEvents(long userId)
           
 List<UserNotificationEvent> UserNotificationEventLocalServiceWrapper.getUserNotificationEvents(long userId)
           
 List<UserNotificationEvent> UserNotificationEventLocalService.getUserNotificationEvents(long userId, boolean archived)
          Deprecated. As of 6.2.0 UserNotificationEventLocalService.getArchivedUserNotificationEvents(long, boolean)
static List<UserNotificationEvent> UserNotificationEventLocalServiceUtil.getUserNotificationEvents(long userId, boolean archived)
          Deprecated. As of 6.2.0 UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents(long, boolean)
 List<UserNotificationEvent> UserNotificationEventLocalServiceWrapper.getUserNotificationEvents(long userId, boolean archived)
          Deprecated. As of 6.2.0 UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents(long, boolean)
 List<UserNotificationEvent> UserNotificationEventLocalService.getUserNotificationEvents(long userId, boolean archived, int start, int end)
          Deprecated. As of 6.2.0 UserNotificationEventLocalService.getArchivedUserNotificationEvents(long, boolean, int, int)
static List<UserNotificationEvent> UserNotificationEventLocalServiceUtil.getUserNotificationEvents(long userId, boolean archived, int start, int end)
          Deprecated. As of 6.2.0 UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents(long, boolean, int, int)
 List<UserNotificationEvent> UserNotificationEventLocalServiceWrapper.getUserNotificationEvents(long userId, boolean archived, int start, int end)
          Deprecated. As of 6.2.0 UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents(long, boolean, int, int)
 List<UserNotificationEvent> UserNotificationEventLocalService.getUserNotificationEvents(long userId, int start, int end)
           
static List<UserNotificationEvent> UserNotificationEventLocalServiceUtil.getUserNotificationEvents(long userId, int start, int end)
           
 List<UserNotificationEvent> UserNotificationEventLocalServiceWrapper.getUserNotificationEvents(long userId, int start, int end)
           
 List<UserNotificationEvent> UserNotificationEventLocalService.updateUserNotificationEvents(Collection<String> uuids, long companyId, boolean archive)
           
static List<UserNotificationEvent> UserNotificationEventLocalServiceUtil.updateUserNotificationEvents(Collection<String> uuids, long companyId, boolean archive)
           
 List<UserNotificationEvent> UserNotificationEventLocalServiceWrapper.updateUserNotificationEvents(Collection<String> uuids, long companyId, boolean archive)
           
 

Methods in com.liferay.portal.service with parameters of type UserNotificationEvent
 UserNotificationEvent UserNotificationEventLocalService.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Adds the user notification event to the database.
static UserNotificationEvent UserNotificationEventLocalServiceUtil.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Adds the user notification event to the database.
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Adds the user notification event to the database.
 UserNotificationEvent UserNotificationEventLocalService.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Deletes the user notification event from the database.
static UserNotificationEvent UserNotificationEventLocalServiceUtil.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Deletes the user notification event from the database.
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Deletes the user notification event from the database.
 UserNotificationEvent UserNotificationEventLocalService.updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Updates the user notification event in the database or adds it if it does not yet exist.
static UserNotificationEvent UserNotificationEventLocalServiceUtil.updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Updates the user notification event in the database or adds it if it does not yet exist.
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Updates the user notification event in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.base that return UserNotificationEvent
 UserNotificationEvent UserNotificationEventLocalServiceBaseImpl.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Adds the user notification event to the database.
 UserNotificationEvent UserNotificationEventLocalServiceBaseImpl.createUserNotificationEvent(long userNotificationEventId)
          Creates a new user notification event with the primary key.
 UserNotificationEvent UserNotificationEventLocalServiceBaseImpl.deleteUserNotificationEvent(long userNotificationEventId)
          Deletes the user notification event with the primary key from the database.
 UserNotificationEvent UserNotificationEventLocalServiceBaseImpl.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Deletes the user notification event from the database.
 UserNotificationEvent UserNotificationEventLocalServiceBaseImpl.fetchUserNotificationEvent(long userNotificationEventId)
           
 UserNotificationEvent UserNotificationEventLocalServiceBaseImpl.fetchUserNotificationEventByUuidAndCompanyId(String uuid, long companyId)
          Returns the user notification event with the matching UUID and company.
 UserNotificationEvent UserNotificationEventLocalServiceBaseImpl.getUserNotificationEvent(long userNotificationEventId)
          Returns the user notification event with the primary key.
 UserNotificationEvent UserNotificationEventLocalServiceBaseImpl.getUserNotificationEventByUuidAndCompanyId(String uuid, long companyId)
          Returns the user notification event with the matching UUID and company.
 UserNotificationEvent UserNotificationEventLocalServiceBaseImpl.updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Updates the user notification event in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type UserNotificationEvent
 List<UserNotificationEvent> UserNotificationEventLocalServiceBaseImpl.getUserNotificationEvents(int start, int end)
          Returns a range of all the user notification events.
 

Methods in com.liferay.portal.service.base with parameters of type UserNotificationEvent
 UserNotificationEvent UserNotificationEventLocalServiceBaseImpl.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Adds the user notification event to the database.
 UserNotificationEvent UserNotificationEventLocalServiceBaseImpl.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Deletes the user notification event from the database.
 UserNotificationEvent UserNotificationEventLocalServiceBaseImpl.updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
          Updates the user notification event in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.impl that return UserNotificationEvent
 UserNotificationEvent UserNotificationEventLocalServiceImpl.addUserNotificationEvent(long userId, NotificationEvent notificationEvent)
           
 UserNotificationEvent UserNotificationEventLocalServiceImpl.addUserNotificationEvent(long userId, String type, long timestamp, long deliverBy, String payload, boolean archived, ServiceContext serviceContext)
           
 UserNotificationEvent UserNotificationEventLocalServiceImpl.updateUserNotificationEvent(String uuid, long companyId, boolean archive)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type UserNotificationEvent
 List<UserNotificationEvent> UserNotificationEventLocalServiceImpl.addUserNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
 List<UserNotificationEvent> UserNotificationEventLocalServiceImpl.getArchivedUserNotificationEvents(long userId, boolean archived)
           
 List<UserNotificationEvent> UserNotificationEventLocalServiceImpl.getArchivedUserNotificationEvents(long userId, boolean archived, int start, int end)
           
 List<UserNotificationEvent> UserNotificationEventLocalServiceImpl.getDeliveredUserNotificationEvents(long userId, boolean delivered)
           
 List<UserNotificationEvent> UserNotificationEventLocalServiceImpl.getDeliveredUserNotificationEvents(long userId, boolean delivered, int start, int end)
           
 List<UserNotificationEvent> UserNotificationEventLocalServiceImpl.getUserNotificationEvents(long userId)
           
 List<UserNotificationEvent> UserNotificationEventLocalServiceImpl.getUserNotificationEvents(long userId, boolean archived)
          Deprecated. As of 6.2.0 UserNotificationEventLocalServiceImpl.getArchivedUserNotificationEvents(long, boolean)
 List<UserNotificationEvent> UserNotificationEventLocalServiceImpl.getUserNotificationEvents(long userId, boolean archived, int start, int end)
          Deprecated. As of 6.2.0 UserNotificationEventLocalServiceImpl.getArchivedUserNotificationEvents(long, boolean, int, int)
 List<UserNotificationEvent> UserNotificationEventLocalServiceImpl.getUserNotificationEvents(long userId, int start, int end)
           
 List<UserNotificationEvent> UserNotificationEventLocalServiceImpl.updateUserNotificationEvents(Collection<String> uuids, long companyId, boolean archive)
           
 

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

Methods in com.liferay.portal.service.persistence that return UserNotificationEvent
 UserNotificationEvent UserNotificationEventPersistence.create(long userNotificationEventId)
          Creates a new user notification event with the primary key.
static UserNotificationEvent UserNotificationEventUtil.create(long userNotificationEventId)
          Creates a new user notification event with the primary key.
 UserNotificationEvent UserNotificationEventPersistenceImpl.create(long userNotificationEventId)
          Creates a new user notification event with the primary key.
 UserNotificationEvent UserNotificationEventPersistence.fetchByPrimaryKey(long userNotificationEventId)
          Returns the user notification event with the primary key or returns null if it could not be found.
static UserNotificationEvent UserNotificationEventUtil.fetchByPrimaryKey(long userNotificationEventId)
          Returns the user notification event with the primary key or returns null if it could not be found.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByPrimaryKey(long userNotificationEventId)
          Returns the user notification event with the primary key or returns null if it could not be found.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the user notification event with the primary key or returns null if it could not be found.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_A_First(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_A_First(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByU_A_First(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_A_Last(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_A_Last(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByU_A_Last(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_D_First(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_D_First(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByU_D_First(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByU_D_Last(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByU_D_Last(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByU_D_Last(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
static UserNotificationEvent UserNotificationEventUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByPrimaryKey(long userNotificationEventId)
          Returns the user notification event with the primary key or throws a NoSuchUserNotificationEventException if it could not be found.
static UserNotificationEvent UserNotificationEventUtil.findByPrimaryKey(long userNotificationEventId)
          Returns the user notification event with the primary key or throws a NoSuchUserNotificationEventException if it could not be found.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByPrimaryKey(long userNotificationEventId)
          Returns the user notification event with the primary key or throws a NoSuchUserNotificationEventException if it could not be found.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the user notification event with the primary key or throws a NoSuchModelException if it could not be found.
 UserNotificationEvent UserNotificationEventPersistence.findByU_A_First(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_A_First(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByU_A_First(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_A_Last(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and archived = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_A_Last(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByU_A_Last(long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and archived = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByU_A_PrevAndNext(long userNotificationEventId, long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and archived = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByU_A_PrevAndNext(long userNotificationEventId, long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and archived = ?.
 UserNotificationEvent[] UserNotificationEventPersistenceImpl.findByU_A_PrevAndNext(long userNotificationEventId, long userId, boolean archived, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and archived = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_D_First(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_D_First(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByU_D_First(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByU_D_Last(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent UserNotificationEventUtil.findByU_D_Last(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByU_D_Last(long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ? and delivered = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByU_D_PrevAndNext(long userNotificationEventId, long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByU_D_PrevAndNext(long userNotificationEventId, long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ?.
 UserNotificationEvent[] UserNotificationEventPersistenceImpl.findByU_D_PrevAndNext(long userNotificationEventId, long userId, boolean delivered, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where userId = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByUserId_PrevAndNext(long userNotificationEventId, long userId, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByUserId_PrevAndNext(long userNotificationEventId, long userId, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ?.
 UserNotificationEvent[] UserNotificationEventPersistenceImpl.findByUserId_PrevAndNext(long userNotificationEventId, long userId, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where userId = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByUuid_C_PrevAndNext(long userNotificationEventId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByUuid_C_PrevAndNext(long userNotificationEventId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent[] UserNotificationEventPersistenceImpl.findByUuid_C_PrevAndNext(long userNotificationEventId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first user notification event in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
static UserNotificationEvent UserNotificationEventUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
 UserNotificationEvent UserNotificationEventPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last user notification event in the ordered set where uuid = ?.
 UserNotificationEvent[] UserNotificationEventPersistence.findByUuid_PrevAndNext(long userNotificationEventId, String uuid, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?.
static UserNotificationEvent[] UserNotificationEventUtil.findByUuid_PrevAndNext(long userNotificationEventId, String uuid, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?.
 UserNotificationEvent[] UserNotificationEventPersistenceImpl.findByUuid_PrevAndNext(long userNotificationEventId, String uuid, OrderByComparator orderByComparator)
          Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?.
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByU_A_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, long userId, boolean archived, OrderByComparator orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByU_D_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, long userId, boolean delivered, OrderByComparator orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByUserId_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByUuid_C_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByUuid_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 UserNotificationEvent UserNotificationEventPersistence.remove(long userNotificationEventId)
          Removes the user notification event with the primary key from the database.
static UserNotificationEvent UserNotificationEventUtil.remove(long userNotificationEventId)
          Removes the user notification event with the primary key from the database.
 UserNotificationEvent UserNotificationEventPersistenceImpl.remove(long userNotificationEventId)
          Removes the user notification event with the primary key from the database.
 UserNotificationEvent UserNotificationEventPersistenceImpl.remove(Serializable primaryKey)
          Removes the user notification event with the primary key from the database.
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.removeImpl(UserNotificationEvent userNotificationEvent)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.toUnwrappedModel(UserNotificationEvent userNotificationEvent)
           
static UserNotificationEvent UserNotificationEventUtil.update(UserNotificationEvent userNotificationEvent)
           
static UserNotificationEvent UserNotificationEventUtil.update(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
 UserNotificationEvent UserNotificationEventPersistence.updateImpl(UserNotificationEvent userNotificationEvent)
           
static UserNotificationEvent UserNotificationEventUtil.updateImpl(UserNotificationEvent userNotificationEvent)
           
 UserNotificationEvent UserNotificationEventPersistenceImpl.updateImpl(UserNotificationEvent userNotificationEvent)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type UserNotificationEvent
 List<UserNotificationEvent> UserNotificationEventPersistence.findAll()
          Returns all the user notification events.
static List<UserNotificationEvent> UserNotificationEventUtil.findAll()
          Returns all the user notification events.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findAll()
          Returns all the user notification events.
 List<UserNotificationEvent> UserNotificationEventPersistence.findAll(int start, int end)
          Returns a range of all the user notification events.
static List<UserNotificationEvent> UserNotificationEventUtil.findAll(int start, int end)
          Returns a range of all the user notification events.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findAll(int start, int end)
          Returns a range of all the user notification events.
 List<UserNotificationEvent> UserNotificationEventPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events.
static List<UserNotificationEvent> UserNotificationEventUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_A(long userId, boolean archived)
          Returns all the user notification events where userId = ? and archived = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_A(long userId, boolean archived)
          Returns all the user notification events where userId = ? and archived = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByU_A(long userId, boolean archived)
          Returns all the user notification events where userId = ? and archived = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_A(long userId, boolean archived, int start, int end)
          Returns a range of all the user notification events where userId = ? and archived = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_A(long userId, boolean archived, int start, int end)
          Returns a range of all the user notification events where userId = ? and archived = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByU_A(long userId, boolean archived, int start, int end)
          Returns a range of all the user notification events where userId = ? and archived = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_A(long userId, boolean archived, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and archived = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_A(long userId, boolean archived, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and archived = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByU_A(long userId, boolean archived, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and archived = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_D(long userId, boolean delivered)
          Returns all the user notification events where userId = ? and delivered = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_D(long userId, boolean delivered)
          Returns all the user notification events where userId = ? and delivered = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByU_D(long userId, boolean delivered)
          Returns all the user notification events where userId = ? and delivered = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_D(long userId, boolean delivered, int start, int end)
          Returns a range of all the user notification events where userId = ? and delivered = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_D(long userId, boolean delivered, int start, int end)
          Returns a range of all the user notification events where userId = ? and delivered = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByU_D(long userId, boolean delivered, int start, int end)
          Returns a range of all the user notification events where userId = ? and delivered = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByU_D(long userId, boolean delivered, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and delivered = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByU_D(long userId, boolean delivered, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and delivered = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByU_D(long userId, boolean delivered, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ? and delivered = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByUserId(long userId)
          Returns all the user notification events where userId = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByUserId(long userId)
          Returns all the user notification events where userId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByUserId(long userId)
          Returns all the user notification events where userId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByUserId(long userId, int start, int end)
          Returns a range of all the user notification events where userId = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByUserId(long userId, int start, int end)
          Returns a range of all the user notification events where userId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByUserId(long userId, int start, int end)
          Returns a range of all the user notification events where userId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where userId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the user notification events where uuid = ? and companyId = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByUuid_C(String uuid, long companyId)
          Returns all the user notification events where uuid = ? and companyId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the user notification events where uuid = ? and companyId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the user notification events where uuid = ? and companyId = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the user notification events where uuid = ? and companyId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the user notification events where uuid = ? and companyId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByUuid(String uuid)
          Returns all the user notification events where uuid = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByUuid(String uuid)
          Returns all the user notification events where uuid = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByUuid(String uuid)
          Returns all the user notification events where uuid = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the user notification events where uuid = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the user notification events where uuid = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the user notification events where uuid = ?.
 List<UserNotificationEvent> UserNotificationEventPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ?.
 List<UserNotificationEvent> UserNotificationEventPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user notification events where uuid = ?.
static List<UserNotificationEvent> UserNotificationEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<UserNotificationEvent> UserNotificationEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<UserNotificationEvent> UserNotificationEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type UserNotificationEvent
 void UserNotificationEventPersistence.cacheResult(UserNotificationEvent userNotificationEvent)
          Caches the user notification event in the entity cache if it is enabled.
static void UserNotificationEventUtil.cacheResult(UserNotificationEvent userNotificationEvent)
          Caches the user notification event in the entity cache if it is enabled.
 void UserNotificationEventPersistenceImpl.cacheResult(UserNotificationEvent userNotificationEvent)
          Caches the user notification event in the entity cache if it is enabled.
static void UserNotificationEventUtil.clearCache(UserNotificationEvent userNotificationEvent)
           
 void UserNotificationEventPersistenceImpl.clearCache(UserNotificationEvent userNotificationEvent)
          Clears the cache for the user notification event.
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByU_A_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, long userId, boolean archived, OrderByComparator orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByU_D_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, long userId, boolean delivered, OrderByComparator orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByUserId_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByUuid_C_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.getByUuid_PrevAndNext(Session session, UserNotificationEvent userNotificationEvent, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.removeImpl(UserNotificationEvent userNotificationEvent)
           
protected  UserNotificationEvent UserNotificationEventPersistenceImpl.toUnwrappedModel(UserNotificationEvent userNotificationEvent)
           
static UserNotificationEvent UserNotificationEventUtil.update(UserNotificationEvent userNotificationEvent)
           
static UserNotificationEvent UserNotificationEventUtil.update(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
 UserNotificationEvent UserNotificationEventPersistence.updateImpl(UserNotificationEvent userNotificationEvent)
           
static UserNotificationEvent UserNotificationEventUtil.updateImpl(UserNotificationEvent userNotificationEvent)
           
 UserNotificationEvent UserNotificationEventPersistenceImpl.updateImpl(UserNotificationEvent userNotificationEvent)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type UserNotificationEvent
 void UserNotificationEventPersistence.cacheResult(List<UserNotificationEvent> userNotificationEvents)
          Caches the user notification events in the entity cache if it is enabled.
static void UserNotificationEventUtil.cacheResult(List<UserNotificationEvent> userNotificationEvents)
          Caches the user notification events in the entity cache if it is enabled.
 void UserNotificationEventPersistenceImpl.cacheResult(List<UserNotificationEvent> userNotificationEvents)
          Caches the user notification events in the entity cache if it is enabled.
 void UserNotificationEventPersistenceImpl.clearCache(List<UserNotificationEvent> userNotificationEvents)
           
 

Uses of UserNotificationEvent in com.liferay.portlet.workflowtasks.notifications
 

Methods in com.liferay.portlet.workflowtasks.notifications with parameters of type UserNotificationEvent
protected  String WorkflowTasksUserNotificationHandler.getBody(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
protected  String WorkflowTasksUserNotificationHandler.getLink(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
 


Liferay 6.2-ce-ga5