Uses of Interface
com.liferay.portal.kernel.model.UserNotificationEvent
Packages that use UserNotificationEvent
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of UserNotificationEvent in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement UserNotificationEventFields in com.liferay.portal.kernel.model with type parameters of type UserNotificationEventModifier and TypeFieldDescriptionstatic final Accessor<UserNotificationEvent,
Long> UserNotificationEvent.USER_NOTIFICATION_EVENT_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return UserNotificationEventModifier and TypeMethodDescriptionUserNotificationEventModel.cloneWithOriginalValues()
UserNotificationEventWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model with parameters of type UserNotificationEventModifier and TypeMethodDescriptionprotected UserNotificationEventWrapper
UserNotificationEventWrapper.wrap
(UserNotificationEvent userNotificationEvent) Constructors in com.liferay.portal.kernel.model with parameters of type UserNotificationEventModifierConstructorDescriptionUserNotificationEventWrapper
(UserNotificationEvent userNotificationEvent) -
Uses of UserNotificationEvent in com.liferay.portal.kernel.notifications
Methods in com.liferay.portal.kernel.notifications with parameters of type UserNotificationEventModifier and TypeMethodDescriptionprotected UserNotificationFeedEntry
BaseUserNotificationHandler.doInterpret
(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) protected String
BaseModelUserNotificationHandler.getBody
(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) protected String
BaseUserNotificationHandler.getBody
(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) protected String
BaseModelUserNotificationHandler.getLink
(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) protected String
BaseUserNotificationHandler.getLink
(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) protected String
BaseModelUserNotificationHandler.getTitle
(JSONObject jsonObject, AssetRenderer<?> assetRenderer, UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) protected String
BaseModelUserNotificationHandler.getTitle
(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) protected String
BaseUserNotificationHandler.getTitle
(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) BaseUserNotificationHandler.interpret
(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) UserNotificationHandler.interpret
(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) static UserNotificationFeedEntry
UserNotificationManagerUtil.interpret
(String selector, UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) default boolean
UserNotificationHandler.isApplicable
(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) -
Uses of UserNotificationEvent in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return UserNotificationEventModifier and TypeMethodDescriptionUserNotificationEventLocalService.addUserNotificationEvent
(long userId, boolean delivered, boolean actionRequired, NotificationEvent notificationEvent) UserNotificationEventLocalService.addUserNotificationEvent
(long userId, NotificationEvent notificationEvent) UserNotificationEventLocalService.addUserNotificationEvent
(long userId, String type, long timestamp, int deliveryType, long deliverBy, boolean delivered, String payload, boolean actionRequired, boolean archived, ServiceContext serviceContext) UserNotificationEventLocalService.addUserNotificationEvent
(long userId, String type, long timestamp, int deliveryType, long deliverBy, String payload, boolean archived, ServiceContext serviceContext) UserNotificationEventLocalService.addUserNotificationEvent
(UserNotificationEvent userNotificationEvent) Adds the user notification event to the database.static UserNotificationEvent
UserNotificationEventLocalServiceUtil.addUserNotificationEvent
(long userId, boolean delivered, boolean actionRequired, NotificationEvent notificationEvent) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.addUserNotificationEvent
(long userId, NotificationEvent notificationEvent) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.addUserNotificationEvent
(long userId, String type, long timestamp, int deliveryType, long deliverBy, boolean delivered, String payload, boolean actionRequired, boolean archived, ServiceContext serviceContext) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.addUserNotificationEvent
(long userId, String type, long timestamp, int deliveryType, long deliverBy, String payload, boolean archived, ServiceContext serviceContext) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.addUserNotificationEvent
(UserNotificationEvent userNotificationEvent) Adds the user notification event to the database.UserNotificationEventLocalServiceWrapper.addUserNotificationEvent
(long userId, boolean delivered, boolean actionRequired, NotificationEvent notificationEvent) UserNotificationEventLocalServiceWrapper.addUserNotificationEvent
(long userId, NotificationEvent notificationEvent) UserNotificationEventLocalServiceWrapper.addUserNotificationEvent
(long userId, String type, long timestamp, int deliveryType, long deliverBy, boolean delivered, String payload, boolean actionRequired, boolean archived, ServiceContext serviceContext) UserNotificationEventLocalServiceWrapper.addUserNotificationEvent
(long userId, String type, long timestamp, int deliveryType, long deliverBy, String payload, boolean archived, ServiceContext serviceContext) UserNotificationEventLocalServiceWrapper.addUserNotificationEvent
(UserNotificationEvent userNotificationEvent) Adds the user notification event to the database.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.UserNotificationEventLocalServiceWrapper.createUserNotificationEvent
(long userNotificationEventId) Creates a new user notification event with the primary key.UserNotificationEventLocalService.deleteUserNotificationEvent
(long userNotificationEventId) Deletes the user notification event with the primary key from the database.UserNotificationEventLocalService.deleteUserNotificationEvent
(UserNotificationEvent userNotificationEvent) Deletes the user notification event from the database.static UserNotificationEvent
UserNotificationEventLocalServiceUtil.deleteUserNotificationEvent
(long userNotificationEventId) Deletes the user notification event with the primary key from the database.static UserNotificationEvent
UserNotificationEventLocalServiceUtil.deleteUserNotificationEvent
(UserNotificationEvent userNotificationEvent) Deletes the user notification event from the database.UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvent
(long userNotificationEventId) Deletes the user notification event with the primary key from the database.UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvent
(UserNotificationEvent userNotificationEvent) Deletes the user notification event from the database.UserNotificationEventLocalService.fetchUserNotificationEvent
(long userNotificationEventId) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.fetchUserNotificationEvent
(long userNotificationEventId) UserNotificationEventLocalServiceWrapper.fetchUserNotificationEvent
(long userNotificationEventId) 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.UserNotificationEventLocalServiceWrapper.fetchUserNotificationEventByUuidAndCompanyId
(String uuid, long companyId) Returns the user notification event with the matching UUID and company.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.UserNotificationEventLocalServiceWrapper.getUserNotificationEvent
(long userNotificationEventId) Returns the user notification event with the primary key.UserNotificationEventService.getUserNotificationEvent
(long userNotificationEventId) static UserNotificationEvent
UserNotificationEventServiceUtil.getUserNotificationEvent
(long userNotificationEventId) UserNotificationEventServiceWrapper.getUserNotificationEvent
(long userNotificationEventId) 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.UserNotificationEventLocalServiceWrapper.getUserNotificationEventByUuidAndCompanyId
(String uuid, long companyId) Returns the user notification event with the matching UUID and company.UserNotificationEventLocalService.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, boolean delivered, boolean actionRequired, JSONObject notificationEventJSONObject) UserNotificationEventLocalService.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, boolean actionRequired, JSONObject notificationEventJSONObject) UserNotificationEventLocalService.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, JSONObject notificationEventJSONObject) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, boolean delivered, boolean actionRequired, JSONObject notificationEventJSONObject) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, boolean actionRequired, JSONObject notificationEventJSONObject) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, JSONObject notificationEventJSONObject) UserNotificationEventLocalServiceWrapper.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, boolean delivered, boolean actionRequired, JSONObject notificationEventJSONObject) UserNotificationEventLocalServiceWrapper.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, boolean actionRequired, JSONObject notificationEventJSONObject) UserNotificationEventLocalServiceWrapper.sendUserNotificationEvents
(long userId, String portletId, int deliveryType, JSONObject notificationEventJSONObject) UserNotificationEventLocalService.updateUserNotificationEvent
(UserNotificationEvent userNotificationEvent) Updates the user notification event in the database or adds it if it does not yet exist.UserNotificationEventLocalService.updateUserNotificationEvent
(String uuid, long companyId, boolean archive) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.updateUserNotificationEvent
(UserNotificationEvent userNotificationEvent) Updates the user notification event in the database or adds it if it does not yet exist.static UserNotificationEvent
UserNotificationEventLocalServiceUtil.updateUserNotificationEvent
(String uuid, long companyId, boolean archive) UserNotificationEventLocalServiceWrapper.updateUserNotificationEvent
(UserNotificationEvent userNotificationEvent) Updates the user notification event in the database or adds it if it does not yet exist.UserNotificationEventLocalServiceWrapper.updateUserNotificationEvent
(String uuid, long companyId, boolean archive) UserNotificationEventService.updateUserNotificationEvent
(String uuid, long companyId, boolean archive) static UserNotificationEvent
UserNotificationEventServiceUtil.updateUserNotificationEvent
(String uuid, long companyId, boolean archive) UserNotificationEventServiceWrapper.updateUserNotificationEvent
(String uuid, long companyId, boolean archive) Methods in com.liferay.portal.kernel.service that return types with arguments of type UserNotificationEventModifier and TypeMethodDescriptionUserNotificationEventLocalService.addUserNotificationEvents
(long userId, Collection<NotificationEvent> notificationEvents) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.addUserNotificationEvents
(long userId, Collection<NotificationEvent> notificationEvents) UserNotificationEventLocalServiceWrapper.addUserNotificationEvents
(long userId, Collection<NotificationEvent> notificationEvents) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, boolean archived) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, boolean actionRequired, boolean archived) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, boolean actionRequired, boolean archived, int start, int end) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, boolean archived, int start, int end) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean archived) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired, boolean archived) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean archived, int start, int end) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents
(long userId, boolean archived) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents
(long userId, boolean actionRequired, boolean archived) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents
(long userId, boolean actionRequired, boolean archived, int start, int end) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents
(long userId, boolean archived, int start, int end) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean archived) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired, boolean archived) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean archived, int start, int end) UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents
(long userId, boolean archived) UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents
(long userId, boolean actionRequired, boolean archived) UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents
(long userId, boolean actionRequired, boolean archived, int start, int end) UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents
(long userId, boolean archived, int start, int end) UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean archived) UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired, boolean archived) UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end) UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end) UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean archived, int start, int end) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, boolean delivered) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, boolean delivered, boolean actionRequired) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, boolean delivered, boolean actionRequired, int start, int end) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, boolean delivered, int start, int end) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, int start, int end) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents
(long userId, boolean delivered) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents
(long userId, boolean delivered, boolean actionRequired) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents
(long userId, boolean delivered, boolean actionRequired, int start, int end) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents
(long userId, boolean delivered, int start, int end) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, int start, int end) UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents
(long userId, boolean delivered) UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents
(long userId, boolean delivered, boolean actionRequired) UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents
(long userId, boolean delivered, boolean actionRequired, int start, int end) UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents
(long userId, boolean delivered, int start, int end) UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered) UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired) UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end) UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, int start, int end) UserNotificationEventLocalService.getTypeNotificationEvents
(String type) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getTypeNotificationEvents
(String type) UserNotificationEventLocalServiceWrapper.getTypeNotificationEvents
(String type) UserNotificationEventLocalService.getUserNotificationEvents
(int start, int end) Returns a range of all the user notification events.UserNotificationEventLocalService.getUserNotificationEvents
(long userId) UserNotificationEventLocalService.getUserNotificationEvents
(long userId, int deliveryType) UserNotificationEventLocalService.getUserNotificationEvents
(long userId, int start, int end) UserNotificationEventLocalService.getUserNotificationEvents
(long userId, int deliveryType, int start, int end) UserNotificationEventLocalService.getUserNotificationEvents
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalService.getUserNotificationEvents
(long userId, String type, long timestamp, boolean delivered) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getUserNotificationEvents
(int start, int end) Returns a range of all the user notification events.static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getUserNotificationEvents
(long userId) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getUserNotificationEvents
(long userId, int deliveryType) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getUserNotificationEvents
(long userId, int start, int end) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getUserNotificationEvents
(long userId, int deliveryType, int start, int end) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getUserNotificationEvents
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getUserNotificationEvents
(long userId, String type, long timestamp, boolean delivered) UserNotificationEventLocalServiceWrapper.getUserNotificationEvents
(int start, int end) Returns a range of all the user notification events.UserNotificationEventLocalServiceWrapper.getUserNotificationEvents
(long userId) UserNotificationEventLocalServiceWrapper.getUserNotificationEvents
(long userId, int deliveryType) UserNotificationEventLocalServiceWrapper.getUserNotificationEvents
(long userId, int start, int end) UserNotificationEventLocalServiceWrapper.getUserNotificationEvents
(long userId, int deliveryType, int start, int end) UserNotificationEventLocalServiceWrapper.getUserNotificationEvents
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalServiceWrapper.getUserNotificationEvents
(long userId, String type, long timestamp, boolean delivered) UserNotificationEventLocalService.updateUserNotificationEvents
(Collection<String> uuids, long companyId, boolean archive) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.updateUserNotificationEvents
(Collection<String> uuids, long companyId, boolean archive) UserNotificationEventLocalServiceWrapper.updateUserNotificationEvents
(Collection<String> uuids, long companyId, boolean archive) Methods in com.liferay.portal.kernel.service with parameters of type UserNotificationEventModifier and TypeMethodDescriptionUserNotificationEventLocalService.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.UserNotificationEventLocalServiceWrapper.addUserNotificationEvent
(UserNotificationEvent userNotificationEvent) Adds the user notification event to the database.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.UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvent
(UserNotificationEvent userNotificationEvent) Deletes the user notification event from the database.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.UserNotificationEventLocalServiceWrapper.updateUserNotificationEvent
(UserNotificationEvent userNotificationEvent) Updates the user notification event in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type UserNotificationEventModifier and TypeMethodDescriptionUserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalService.getUserNotificationEvents
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getUserNotificationEvents
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalServiceWrapper.getUserNotificationEvents
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) -
Uses of UserNotificationEvent in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return UserNotificationEventModifier and TypeMethodDescriptionUserNotificationEventPersistence.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.UserNotificationEventPersistence.fetchByPrimaryKey
(long userNotificationEventId) Returns the user notification event with the primary key or returnsnull
if it could not be found.static UserNotificationEvent
UserNotificationEventUtil.fetchByPrimaryKey
(long userNotificationEventId) Returns the user notification event with the primary key or returnsnull
if it could not be found.UserNotificationEventPersistence.fetchByType_First
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where type = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByType_First
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where type = ?.UserNotificationEventPersistence.fetchByType_Last
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where type = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByType_Last
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where type = ?.UserNotificationEventPersistence.fetchByU_A_First
(long userId, boolean archived, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and archived = ?.UserNotificationEventPersistence.fetchByU_A_Last
(long userId, boolean archived, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and archived = ?.UserNotificationEventPersistence.fetchByU_AR_A_First
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_AR_A_First
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_AR_A_Last
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_AR_A_Last
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_D_A_First
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_A_First
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.fetchByU_D_A_Last
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_A_Last
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.fetchByU_D_AR_A_First
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_AR_A_First
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_D_AR_A_Last
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_AR_A_Last
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_D_AR_First
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_AR_First
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.fetchByU_D_AR_Last
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_AR_Last
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.fetchByU_D_First
(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ?.UserNotificationEventPersistence.fetchByU_D_Last
(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ?.UserNotificationEventPersistence.fetchByU_DT_A_First
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_A_First
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_A_Last
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_A_Last
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_AR_A_First
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_AR_A_First
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_AR_A_Last
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_AR_A_Last
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_D_A_First
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_A_First
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_D_A_Last
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_A_Last
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_D_AR_A_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_AR_A_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_D_AR_A_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_AR_A_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_D_AR_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_AR_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.fetchByU_DT_D_AR_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_AR_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.fetchByU_DT_D_First
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_First
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.fetchByU_DT_D_Last
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_Last
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.fetchByU_DT_First
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_First
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.UserNotificationEventPersistence.fetchByU_DT_Last
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_Last
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.UserNotificationEventPersistence.fetchByU_T_DT_D_A_First
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_T_DT_D_A_First
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.fetchByU_T_DT_D_A_Last
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_T_DT_D_A_Last
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.fetchByU_T_DT_D_First
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_T_DT_D_First
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.fetchByU_T_DT_D_Last
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_T_DT_D_Last
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.fetchByU_T_GteT_D_First
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_T_GteT_D_First
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.fetchByU_T_GteT_D_Last
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_T_GteT_D_Last
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.fetchByUserId_First
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByUserId_First
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ?.UserNotificationEventPersistence.fetchByUserId_Last
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByUserId_Last
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ?.UserNotificationEventPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.UserNotificationEventPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.UserNotificationEventPersistence.fetchByUuid_First
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByUuid_First
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ?.UserNotificationEventPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByUuid_Last
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ?.UserNotificationEventPersistence.findByPrimaryKey
(long userNotificationEventId) Returns the user notification event with the primary key or throws aNoSuchUserNotificationEventException
if it could not be found.static UserNotificationEvent
UserNotificationEventUtil.findByPrimaryKey
(long userNotificationEventId) Returns the user notification event with the primary key or throws aNoSuchUserNotificationEventException
if it could not be found.UserNotificationEventPersistence.findByType_First
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where type = ?.static UserNotificationEvent
UserNotificationEventUtil.findByType_First
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where type = ?.UserNotificationEventPersistence.findByType_Last
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where type = ?.static UserNotificationEvent
UserNotificationEventUtil.findByType_Last
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where type = ?.UserNotificationEventPersistence.findByType_PrevAndNext
(long userNotificationEventId, String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where type = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByType_PrevAndNext
(long userNotificationEventId, String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where type = ?.UserNotificationEventPersistence.findByU_A_First
(long userId, boolean archived, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and archived = ?.UserNotificationEventPersistence.findByU_A_Last
(long userId, boolean archived, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and archived = ?.UserNotificationEventPersistence.findByU_A_PrevAndNext
(long userNotificationEventId, long userId, boolean archived, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and archived = ?.UserNotificationEventPersistence.findByU_AR_A_First
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_AR_A_First
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_AR_A_Last
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_AR_A_Last
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_AR_A_PrevAndNext
(long userNotificationEventId, long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_AR_A_PrevAndNext
(long userNotificationEventId, long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D_A_First
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_A_First
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_D_A_Last
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_A_Last
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_D_A_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_D_A_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR_A_First
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_AR_A_First
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR_A_Last
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_AR_A_Last
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR_A_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_D_AR_A_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR_First
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_AR_First
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_D_AR_Last
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_AR_Last
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_D_AR_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_D_AR_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_D_First
(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ?.UserNotificationEventPersistence.findByU_D_Last
(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ?.UserNotificationEventPersistence.findByU_D_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT_A_First
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_A_First
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_A_Last
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_A_Last
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_AR_A_First
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_AR_A_First
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_AR_A_Last
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_AR_A_Last
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_AR_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_AR_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_A_First
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_A_First
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_A_Last
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_A_Last
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_D_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR_A_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_AR_A_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR_A_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_AR_A_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_D_AR_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_AR_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_DT_D_AR_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_AR_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_DT_D_AR_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_D_AR_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_DT_D_First
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_First
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT_D_Last
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_Last
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT_D_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_D_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT_First
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_First
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.UserNotificationEventPersistence.findByU_DT_Last
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_Last
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.UserNotificationEventPersistence.findByU_DT_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ?.UserNotificationEventPersistence.findByU_T_DT_D_A_First
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_T_DT_D_A_First
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_T_DT_D_A_Last
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_T_DT_D_A_Last
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_T_DT_D_A_PrevAndNext
(long userNotificationEventId, long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_T_DT_D_A_PrevAndNext
(long userNotificationEventId, long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_T_DT_D_First
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_T_DT_D_First
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_T_DT_D_Last
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_T_DT_D_Last
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_T_DT_D_PrevAndNext
(long userNotificationEventId, long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_T_DT_D_PrevAndNext
(long userNotificationEventId, long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_T_GteT_D_First
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_T_GteT_D_First
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.findByU_T_GteT_D_Last
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_T_GteT_D_Last
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.findByU_T_GteT_D_PrevAndNext
(long userNotificationEventId, long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_T_GteT_D_PrevAndNext
(long userNotificationEventId, long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.findByUserId_First
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ?.static UserNotificationEvent
UserNotificationEventUtil.findByUserId_First
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ?.UserNotificationEventPersistence.findByUserId_Last
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ?.static UserNotificationEvent
UserNotificationEventUtil.findByUserId_Last
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ?.UserNotificationEventPersistence.findByUserId_PrevAndNext
(long userNotificationEventId, long userId, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ?.UserNotificationEventPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.UserNotificationEventPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.UserNotificationEventPersistence.findByUuid_C_PrevAndNext
(long userNotificationEventId, String uuid, long companyId, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?.UserNotificationEventPersistence.findByUuid_First
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ?.static UserNotificationEvent
UserNotificationEventUtil.findByUuid_First
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ?.UserNotificationEventPersistence.findByUuid_Last
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ?.static UserNotificationEvent
UserNotificationEventUtil.findByUuid_Last
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ?.UserNotificationEventPersistence.findByUuid_PrevAndNext
(long userNotificationEventId, String uuid, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?.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.static UserNotificationEvent
UserNotificationEventUtil.update
(UserNotificationEvent userNotificationEvent) static UserNotificationEvent
UserNotificationEventUtil.update
(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) UserNotificationEventPersistence.updateImpl
(UserNotificationEvent userNotificationEvent) static UserNotificationEvent
UserNotificationEventUtil.updateImpl
(UserNotificationEvent userNotificationEvent) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type UserNotificationEventModifier and TypeMethodDescriptionstatic Map<Serializable,
UserNotificationEvent> UserNotificationEventUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) UserNotificationEventPersistence.findAll()
Returns all the user notification events.UserNotificationEventPersistence.findAll
(int start, int end) Returns a range of all the user notification events.UserNotificationEventPersistence.findAll
(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events.UserNotificationEventPersistence.findAll
(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events.static List<UserNotificationEvent>
UserNotificationEventUtil.findAll()
Returns all the user notification events.static List<UserNotificationEvent>
UserNotificationEventUtil.findAll
(int start, int end) Returns a range of all the user notification events.static List<UserNotificationEvent>
UserNotificationEventUtil.findAll
(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events.static List<UserNotificationEvent>
UserNotificationEventUtil.findAll
(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events.UserNotificationEventPersistence.findByType
(String type) Returns all the user notification events where type = ?.UserNotificationEventPersistence.findByType
(String type, int start, int end) Returns a range of all the user notification events where type = ?.UserNotificationEventPersistence.findByType
(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where type = ?.UserNotificationEventPersistence.findByType
(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where type = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByType
(String type) Returns all the user notification events where type = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByType
(String type, int start, int end) Returns a range of all the user notification events where type = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByType
(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where type = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByType
(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where type = ?.UserNotificationEventPersistence.findByU_A
(long userId, boolean archived) Returns all the user notification events where userId = ? and archived = ?.UserNotificationEventPersistence.findByU_A
(long userId, boolean archived, int start, int end) Returns a range of all the user notification events where userId = ? and archived = ?.UserNotificationEventPersistence.findByU_A
(long userId, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and archived = ?.UserNotificationEventPersistence.findByU_A
(long userId, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of 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 = ?.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 = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_A
(long userId, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and archived = ?.UserNotificationEventPersistence.findByU_AR_A
(long userId, boolean actionRequired, boolean archived) Returns all the user notification events where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_AR_A
(long userId, boolean actionRequired, boolean archived, int start, int end) Returns a range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_AR_A
(long userId, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_AR_A
(long userId, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_AR_A
(long userId, boolean actionRequired, boolean archived) Returns all the user notification events where userId = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_AR_A
(long userId, boolean actionRequired, boolean archived, int start, int end) Returns a range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_AR_A
(long userId, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_AR_A
(long userId, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D
(long userId, boolean delivered) Returns all the user notification events where userId = ? and delivered = ?.UserNotificationEventPersistence.findByU_D
(long userId, boolean delivered, int start, int end) Returns a range of all the user notification events where userId = ? and delivered = ?.UserNotificationEventPersistence.findByU_D
(long userId, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ?.UserNotificationEventPersistence.findByU_D
(long userId, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of 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 = ?.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 = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D
(long userId, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ?.UserNotificationEventPersistence.findByU_D_A
(long userId, boolean delivered, boolean archived) Returns all the user notification events where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_D_A
(long userId, boolean delivered, boolean archived, int start, int end) Returns a range of all the user notification events where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_D_A
(long userId, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_D_A
(long userId, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_A
(long userId, boolean delivered, boolean archived) Returns all the user notification events where userId = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_A
(long userId, boolean delivered, boolean archived, int start, int end) Returns a range of all the user notification events where userId = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_A
(long userId, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_A
(long userId, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR
(long userId, boolean delivered, boolean actionRequired) Returns all the user notification events where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_D_AR
(long userId, boolean delivered, boolean actionRequired, int start, int end) Returns a range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_D_AR
(long userId, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_D_AR
(long userId, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_AR
(long userId, boolean delivered, boolean actionRequired) Returns all the user notification events where userId = ? and delivered = ? and actionRequired = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_AR
(long userId, boolean delivered, boolean actionRequired, int start, int end) Returns a range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_AR
(long userId, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_AR
(long userId, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_D_AR_A
(long userId, boolean delivered, boolean actionRequired, boolean archived) Returns all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR_A
(long userId, boolean delivered, boolean actionRequired, boolean archived, int start, int end) Returns a range of all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR_A
(long userId, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR_A
(long userId, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_AR_A
(long userId, boolean delivered, boolean actionRequired, boolean archived) Returns all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_AR_A
(long userId, boolean delivered, boolean actionRequired, boolean archived, int start, int end) Returns a range of all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_AR_A
(long userId, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_AR_A
(long userId, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT
(long userId, int deliveryType) Returns all the user notification events where userId = ? and deliveryType = ?.UserNotificationEventPersistence.findByU_DT
(long userId, int deliveryType, int start, int end) Returns a range of all the user notification events where userId = ? and deliveryType = ?.UserNotificationEventPersistence.findByU_DT
(long userId, int deliveryType, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.UserNotificationEventPersistence.findByU_DT
(long userId, int deliveryType, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT
(long userId, int deliveryType) Returns all the user notification events where userId = ? and deliveryType = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT
(long userId, int deliveryType, int start, int end) Returns a range of all the user notification events where userId = ? and deliveryType = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT
(long userId, int deliveryType, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT
(long userId, int deliveryType, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.UserNotificationEventPersistence.findByU_DT_A
(long userId, int deliveryType, boolean archived) Returns all the user notification events where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_A
(long userId, int deliveryType, boolean archived, int start, int end) Returns a range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_A
(long userId, int deliveryType, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_A
(long userId, int deliveryType, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_A
(long userId, int deliveryType, boolean archived) Returns all the user notification events where userId = ? and deliveryType = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_A
(long userId, int deliveryType, boolean archived, int start, int end) Returns a range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_A
(long userId, int deliveryType, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_A
(long userId, int deliveryType, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_AR_A
(long userId, int deliveryType, boolean actionRequired, boolean archived) Returns all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_AR_A
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end) Returns a range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_AR_A
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_AR_A
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_AR_A
(long userId, int deliveryType, boolean actionRequired, boolean archived) Returns all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_AR_A
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end) Returns a range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_AR_A
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_AR_A
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D
(long userId, int deliveryType, boolean delivered) Returns all the user notification events where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT_D
(long userId, int deliveryType, boolean delivered, int start, int end) Returns a range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT_D
(long userId, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT_D
(long userId, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D
(long userId, int deliveryType, boolean delivered) Returns all the user notification events where userId = ? and deliveryType = ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D
(long userId, int deliveryType, boolean delivered, int start, int end) Returns a range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D
(long userId, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D
(long userId, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT_D_A
(long userId, int deliveryType, boolean delivered, boolean archived) Returns all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_A
(long userId, int deliveryType, boolean delivered, boolean archived, int start, int end) Returns a range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_A
(long userId, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_A
(long userId, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_A
(long userId, int deliveryType, boolean delivered, boolean archived) Returns all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_A
(long userId, int deliveryType, boolean delivered, boolean archived, int start, int end) Returns a range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_A
(long userId, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_A
(long userId, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR
(long userId, int deliveryType, boolean delivered, boolean actionRequired) Returns all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_DT_D_AR
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end) Returns a range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_DT_D_AR
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_DT_D_AR
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_AR
(long userId, int deliveryType, boolean delivered, boolean actionRequired) Returns all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_AR
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end) Returns a range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_AR
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_AR
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_DT_D_AR_A
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived) Returns all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR_A
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end) Returns a range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR_A
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR_A
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_AR_A
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived) Returns all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_AR_A
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end) Returns a range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_AR_A
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_AR_A
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_T_DT_D
(long userId, String type, int deliveryType, boolean delivered) Returns all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_T_DT_D
(long userId, String type, int deliveryType, boolean delivered, int start, int end) Returns a range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_T_DT_D
(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_T_DT_D
(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_DT_D
(long userId, String type, int deliveryType, boolean delivered) Returns all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_DT_D
(long userId, String type, int deliveryType, boolean delivered, int start, int end) Returns a range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_DT_D
(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_DT_D
(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_T_DT_D_A
(long userId, String type, int deliveryType, boolean delivered, boolean archived) Returns all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_T_DT_D_A
(long userId, String type, int deliveryType, boolean delivered, boolean archived, int start, int end) Returns a range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_T_DT_D_A
(long userId, String type, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_T_DT_D_A
(long userId, String type, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_DT_D_A
(long userId, String type, int deliveryType, boolean delivered, boolean archived) Returns all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_DT_D_A
(long userId, String type, int deliveryType, boolean delivered, boolean archived, int start, int end) Returns a range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_DT_D_A
(long userId, String type, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_DT_D_A
(long userId, String type, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_T_GteT_D
(long userId, String type, long timestamp, boolean delivered) Returns all the user notification events where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.findByU_T_GteT_D
(long userId, String type, long timestamp, boolean delivered, int start, int end) Returns a range of all the user notification events where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.findByU_T_GteT_D
(long userId, String type, long timestamp, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.findByU_T_GteT_D
(long userId, String type, long timestamp, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_GteT_D
(long userId, String type, long timestamp, boolean delivered) Returns all the user notification events where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_GteT_D
(long userId, String type, long timestamp, boolean delivered, int start, int end) Returns a range of all the user notification events where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_GteT_D
(long userId, String type, long timestamp, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_GteT_D
(long userId, String type, long timestamp, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.findByUserId
(long userId) Returns all the user notification events where userId = ?.UserNotificationEventPersistence.findByUserId
(long userId, int start, int end) Returns a range of all the user notification events where userId = ?.UserNotificationEventPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ?.UserNotificationEventPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByUserId
(long userId) Returns 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 = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ?.UserNotificationEventPersistence.findByUuid
(String uuid) Returns all the user notification events where uuid = ?.UserNotificationEventPersistence.findByUuid
(String uuid, int start, int end) Returns a range of all the user notification events where uuid = ?.UserNotificationEventPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where uuid = ?.UserNotificationEventPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where uuid = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByUuid
(String uuid) Returns 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 = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where uuid = ?.UserNotificationEventPersistence.findByUuid_C
(String uuid, long companyId) Returns all the user notification events where uuid = ? and companyId = ?.UserNotificationEventPersistence.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the user notification events where uuid = ? and companyId = ?.UserNotificationEventPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.UserNotificationEventPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of 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 = ?.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 = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.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<UserNotificationEvent> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type UserNotificationEventModifier and TypeMethodDescriptionvoid
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.static void
UserNotificationEventUtil.clearCache
(UserNotificationEvent userNotificationEvent) static UserNotificationEvent
UserNotificationEventUtil.update
(UserNotificationEvent userNotificationEvent) static UserNotificationEvent
UserNotificationEventUtil.update
(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) UserNotificationEventPersistence.updateImpl
(UserNotificationEvent userNotificationEvent) static UserNotificationEvent
UserNotificationEventUtil.updateImpl
(UserNotificationEvent userNotificationEvent) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type UserNotificationEventModifier and TypeMethodDescriptionvoid
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.UserNotificationEventPersistence.fetchByType_First
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where type = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByType_First
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where type = ?.UserNotificationEventPersistence.fetchByType_Last
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where type = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByType_Last
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where type = ?.UserNotificationEventPersistence.fetchByU_A_First
(long userId, boolean archived, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and archived = ?.UserNotificationEventPersistence.fetchByU_A_Last
(long userId, boolean archived, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and archived = ?.UserNotificationEventPersistence.fetchByU_AR_A_First
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_AR_A_First
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_AR_A_Last
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_AR_A_Last
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_D_A_First
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_A_First
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.fetchByU_D_A_Last
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_A_Last
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.fetchByU_D_AR_A_First
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_AR_A_First
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_D_AR_A_Last
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_AR_A_Last
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_D_AR_First
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_AR_First
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.fetchByU_D_AR_Last
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_AR_Last
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.fetchByU_D_First
(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ?.UserNotificationEventPersistence.fetchByU_D_Last
(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ?.UserNotificationEventPersistence.fetchByU_DT_A_First
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_A_First
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_A_Last
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_A_Last
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_AR_A_First
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_AR_A_First
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_AR_A_Last
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_AR_A_Last
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_D_A_First
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_A_First
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_D_A_Last
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_A_Last
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_D_AR_A_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_AR_A_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_D_AR_A_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_AR_A_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_D_AR_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_AR_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.fetchByU_DT_D_AR_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_AR_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.fetchByU_DT_D_First
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_First
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.fetchByU_DT_D_Last
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_Last
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.fetchByU_DT_First
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_First
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.UserNotificationEventPersistence.fetchByU_DT_Last
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_Last
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.UserNotificationEventPersistence.fetchByU_T_DT_D_A_First
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_T_DT_D_A_First
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.fetchByU_T_DT_D_A_Last
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_T_DT_D_A_Last
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.fetchByU_T_DT_D_First
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_T_DT_D_First
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.fetchByU_T_DT_D_Last
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_T_DT_D_Last
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.fetchByU_T_GteT_D_First
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_T_GteT_D_First
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.fetchByU_T_GteT_D_Last
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_T_GteT_D_Last
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.fetchByUserId_First
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByUserId_First
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ?.UserNotificationEventPersistence.fetchByUserId_Last
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByUserId_Last
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ?.UserNotificationEventPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.UserNotificationEventPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.UserNotificationEventPersistence.fetchByUuid_First
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByUuid_First
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ?.UserNotificationEventPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByUuid_Last
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ?.UserNotificationEventPersistence.findAll
(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events.UserNotificationEventPersistence.findAll
(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events.static List<UserNotificationEvent>
UserNotificationEventUtil.findAll
(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events.static List<UserNotificationEvent>
UserNotificationEventUtil.findAll
(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events.UserNotificationEventPersistence.findByType
(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where type = ?.UserNotificationEventPersistence.findByType
(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where type = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByType
(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where type = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByType
(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where type = ?.UserNotificationEventPersistence.findByType_First
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where type = ?.static UserNotificationEvent
UserNotificationEventUtil.findByType_First
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where type = ?.UserNotificationEventPersistence.findByType_Last
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where type = ?.static UserNotificationEvent
UserNotificationEventUtil.findByType_Last
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where type = ?.UserNotificationEventPersistence.findByType_PrevAndNext
(long userNotificationEventId, String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where type = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByType_PrevAndNext
(long userNotificationEventId, String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where type = ?.UserNotificationEventPersistence.findByU_A
(long userId, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and archived = ?.UserNotificationEventPersistence.findByU_A
(long userId, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) 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<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and archived = ?.UserNotificationEventPersistence.findByU_A_First
(long userId, boolean archived, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and archived = ?.UserNotificationEventPersistence.findByU_A_Last
(long userId, boolean archived, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and archived = ?.UserNotificationEventPersistence.findByU_A_PrevAndNext
(long userNotificationEventId, long userId, boolean archived, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and archived = ?.UserNotificationEventPersistence.findByU_AR_A
(long userId, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_AR_A
(long userId, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_AR_A
(long userId, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_AR_A
(long userId, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_AR_A_First
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_AR_A_First
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_AR_A_Last
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_AR_A_Last
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_AR_A_PrevAndNext
(long userNotificationEventId, long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_AR_A_PrevAndNext
(long userNotificationEventId, long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D
(long userId, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ?.UserNotificationEventPersistence.findByU_D
(long userId, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) 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<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ?.UserNotificationEventPersistence.findByU_D_A
(long userId, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_D_A
(long userId, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_A
(long userId, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_A
(long userId, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_D_A_First
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_A_First
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_D_A_Last
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_A_Last
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_D_A_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_D_A_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR
(long userId, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_D_AR
(long userId, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_AR
(long userId, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_AR
(long userId, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_D_AR_A
(long userId, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR_A
(long userId, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_AR_A
(long userId, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_AR_A
(long userId, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR_A_First
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_AR_A_First
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR_A_Last
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_AR_A_Last
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR_A_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_D_AR_A_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR_First
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_AR_First
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_D_AR_Last
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_AR_Last
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_D_AR_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_D_AR_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_D_First
(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ?.UserNotificationEventPersistence.findByU_D_Last
(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ?.UserNotificationEventPersistence.findByU_D_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT
(long userId, int deliveryType, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.UserNotificationEventPersistence.findByU_DT
(long userId, int deliveryType, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT
(long userId, int deliveryType, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT
(long userId, int deliveryType, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.UserNotificationEventPersistence.findByU_DT_A
(long userId, int deliveryType, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_A
(long userId, int deliveryType, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_A
(long userId, int deliveryType, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_A
(long userId, int deliveryType, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_A_First
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_A_First
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_A_Last
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_A_Last
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_AR_A
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_AR_A
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_AR_A
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_AR_A
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_AR_A_First
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_AR_A_First
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_AR_A_Last
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_AR_A_Last
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_AR_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_AR_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D
(long userId, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT_D
(long userId, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D
(long userId, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D
(long userId, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT_D_A
(long userId, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_A
(long userId, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_A
(long userId, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_A
(long userId, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_A_First
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_A_First
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_A_Last
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_A_Last
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_D_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_DT_D_AR
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_AR
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_AR
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_DT_D_AR_A
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR_A
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_AR_A
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_AR_A
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR_A_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_AR_A_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR_A_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_AR_A_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_D_AR_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_AR_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_DT_D_AR_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_AR_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_DT_D_AR_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_D_AR_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_DT_D_First
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_First
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT_D_Last
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_Last
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT_D_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_D_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT_First
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_First
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.UserNotificationEventPersistence.findByU_DT_Last
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_Last
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.UserNotificationEventPersistence.findByU_DT_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ?.UserNotificationEventPersistence.findByU_T_DT_D
(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_T_DT_D
(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_DT_D
(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_DT_D
(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_T_DT_D_A
(long userId, String type, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_T_DT_D_A
(long userId, String type, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_DT_D_A
(long userId, String type, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_DT_D_A
(long userId, String type, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_T_DT_D_A_First
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_T_DT_D_A_First
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_T_DT_D_A_Last
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_T_DT_D_A_Last
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_T_DT_D_A_PrevAndNext
(long userNotificationEventId, long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_T_DT_D_A_PrevAndNext
(long userNotificationEventId, long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_T_DT_D_First
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_T_DT_D_First
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_T_DT_D_Last
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_T_DT_D_Last
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_T_DT_D_PrevAndNext
(long userNotificationEventId, long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_T_DT_D_PrevAndNext
(long userNotificationEventId, long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_T_GteT_D
(long userId, String type, long timestamp, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.findByU_T_GteT_D
(long userId, String type, long timestamp, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_GteT_D
(long userId, String type, long timestamp, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_GteT_D
(long userId, String type, long timestamp, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.findByU_T_GteT_D_First
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_T_GteT_D_First
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.findByU_T_GteT_D_Last
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_T_GteT_D_Last
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.findByU_T_GteT_D_PrevAndNext
(long userNotificationEventId, long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_T_GteT_D_PrevAndNext
(long userNotificationEventId, long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ?.UserNotificationEventPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ?.UserNotificationEventPersistence.findByUserId_First
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ?.static UserNotificationEvent
UserNotificationEventUtil.findByUserId_First
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ?.UserNotificationEventPersistence.findByUserId_Last
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ?.static UserNotificationEvent
UserNotificationEventUtil.findByUserId_Last
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ?.UserNotificationEventPersistence.findByUserId_PrevAndNext
(long userNotificationEventId, long userId, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ?.UserNotificationEventPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where uuid = ?.UserNotificationEventPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where uuid = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where uuid = ?.UserNotificationEventPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.UserNotificationEventPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) 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<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.UserNotificationEventPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.UserNotificationEventPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.UserNotificationEventPersistence.findByUuid_C_PrevAndNext
(long userNotificationEventId, String uuid, long companyId, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?.UserNotificationEventPersistence.findByUuid_First
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ?.static UserNotificationEvent
UserNotificationEventUtil.findByUuid_First
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ?.UserNotificationEventPersistence.findByUuid_Last
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ?.static UserNotificationEvent
UserNotificationEventUtil.findByUuid_Last
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ?.UserNotificationEventPersistence.findByUuid_PrevAndNext
(long userNotificationEventId, String uuid, OrderByComparator<UserNotificationEvent> 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<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator)