Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.notifications | |
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
UserNotificationEventWrapper
This class is a wrapper for
UserNotificationEvent . |
Modifier and Type | Field and Description |
---|---|
static Accessor<UserNotificationEvent,Long> |
UserNotificationEvent.USER_NOTIFICATION_EVENT_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
UserNotificationEvent |
UserNotificationEventWrapper.getWrappedModel() |
UserNotificationEvent |
UserNotificationEventModel.toEscapedModel() |
UserNotificationEvent |
UserNotificationEventWrapper.toEscapedModel() |
UserNotificationEvent |
UserNotificationEventModel.toUnescapedModel() |
UserNotificationEvent |
UserNotificationEventWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<UserNotificationEvent> |
UserNotificationEventModel.toCacheModel() |
CacheModel<UserNotificationEvent> |
UserNotificationEventWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
UserNotificationEventModel.compareTo(UserNotificationEvent userNotificationEvent) |
int |
UserNotificationEventWrapper.compareTo(UserNotificationEvent userNotificationEvent) |
static UserNotificationEventSoap |
UserNotificationEventSoap.toSoapModel(UserNotificationEvent model) |
static UserNotificationEventSoap[] |
UserNotificationEventSoap.toSoapModels(UserNotificationEvent[] models) |
static UserNotificationEventSoap[][] |
UserNotificationEventSoap.toSoapModels(UserNotificationEvent[][] models) |
Modifier and Type | Method and Description |
---|---|
static UserNotificationEventSoap[] |
UserNotificationEventSoap.toSoapModels(List<UserNotificationEvent> models) |
Constructor and Description |
---|
UserNotificationEventWrapper(UserNotificationEvent userNotificationEvent) |
Modifier and Type | Method and Description |
---|---|
protected 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) |
static UserNotificationFeedEntry |
UserNotificationManagerUtil.interpret(String selector,
UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext) |
UserNotificationFeedEntry |
BaseUserNotificationHandler.interpret(UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext) |
UserNotificationFeedEntry |
UserNotificationHandler.interpret(UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext) |
default boolean |
UserNotificationHandler.isApplicable(UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext) |
Modifier and Type | Method and Description |
---|---|
UserNotificationEvent |
UserNotificationEventLocalService.addUserNotificationEvent(long userId,
boolean actionRequired,
NotificationEvent notificationEvent) |
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId,
boolean actionRequired,
NotificationEvent notificationEvent) |
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId,
boolean actionRequired,
NotificationEvent notificationEvent) |
UserNotificationEvent |
UserNotificationEventLocalService.addUserNotificationEvent(long userId,
NotificationEvent notificationEvent) |
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId,
NotificationEvent notificationEvent) |
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId,
NotificationEvent notificationEvent) |
UserNotificationEvent |
UserNotificationEventLocalService.addUserNotificationEvent(long userId,
String type,
long timestamp,
int deliveryType,
long deliverBy,
String payload,
boolean actionRequired,
boolean archived,
ServiceContext serviceContext) |
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId,
String type,
long timestamp,
int deliveryType,
long deliverBy,
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 actionRequired,
boolean archived,
ServiceContext serviceContext) |
UserNotificationEvent |
UserNotificationEventLocalService.addUserNotificationEvent(long userId,
String type,
long timestamp,
int deliveryType,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext) |
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId,
String type,
long timestamp,
int deliveryType,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext) |
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId,
String type,
long timestamp,
int deliveryType,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext) |
UserNotificationEvent |
UserNotificationEventLocalService.addUserNotificationEvent(long userId,
String type,
long timestamp,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext)
Deprecated.
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId,
String type,
long timestamp,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext)
Deprecated.
|
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId,
String type,
long timestamp,
long deliverBy,
String payload,
boolean archived,
ServiceContext serviceContext)
Deprecated.
|
UserNotificationEvent |
UserNotificationEventLocalService.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Adds the user notification event to the database.
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Adds the user notification event to the database.
|
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Adds the user notification event to the database.
|
UserNotificationEvent |
UserNotificationEventLocalService.createUserNotificationEvent(long userNotificationEventId)
Creates a new user notification event with the primary key.
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.createUserNotificationEvent(long userNotificationEventId)
Creates a new user notification event with the primary key.
|
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.createUserNotificationEvent(long userNotificationEventId)
Creates a new user notification event with the primary key.
|
UserNotificationEvent |
UserNotificationEventLocalService.deleteUserNotificationEvent(long userNotificationEventId)
Deletes the user notification event with the primary key from the database.
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvent(long userNotificationEventId)
Deletes the user notification event with the primary key from the database.
|
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.deleteUserNotificationEvent(long userNotificationEventId)
Deletes the user notification event with the primary key from the database.
|
UserNotificationEvent |
UserNotificationEventLocalService.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Deletes the user notification event from the database.
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Deletes the user notification event from the database.
|
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Deletes the user notification event from the database.
|
UserNotificationEvent |
UserNotificationEventLocalService.fetchUserNotificationEvent(long userNotificationEventId) |
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.fetchUserNotificationEvent(long userNotificationEventId) |
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.fetchUserNotificationEvent(long userNotificationEventId) |
UserNotificationEvent |
UserNotificationEventLocalService.fetchUserNotificationEventByUuidAndCompanyId(String uuid,
long companyId)
Returns the user notification event with the matching UUID and company.
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.fetchUserNotificationEventByUuidAndCompanyId(String uuid,
long companyId)
Returns the user notification event with the matching UUID and company.
|
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.fetchUserNotificationEventByUuidAndCompanyId(String uuid,
long companyId)
Returns the user notification event with the matching UUID and company.
|
UserNotificationEvent |
UserNotificationEventLocalService.getUserNotificationEvent(long userNotificationEventId)
Returns the user notification event with the primary key.
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.getUserNotificationEvent(long userNotificationEventId)
Returns the user notification event with the primary key.
|
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.getUserNotificationEvent(long userNotificationEventId)
Returns the user notification event with the primary key.
|
UserNotificationEvent |
UserNotificationEventLocalService.getUserNotificationEventByUuidAndCompanyId(String uuid,
long companyId)
Returns the user notification event with the matching UUID and company.
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.getUserNotificationEventByUuidAndCompanyId(String uuid,
long companyId)
Returns the user notification event with the matching UUID and company.
|
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.getUserNotificationEventByUuidAndCompanyId(String uuid,
long companyId)
Returns the user notification event with the matching UUID and company.
|
UserNotificationEvent |
UserNotificationEventLocalService.sendUserNotificationEvents(long userId,
String portletId,
int deliveryType,
boolean actionRequired,
JSONObject notificationEventJSONObject) |
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.sendUserNotificationEvents(long userId,
String portletId,
int deliveryType,
boolean actionRequired,
JSONObject notificationEventJSONObject) |
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.sendUserNotificationEvents(long userId,
String portletId,
int deliveryType,
boolean actionRequired,
JSONObject notificationEventJSONObject) |
UserNotificationEvent |
UserNotificationEventLocalService.sendUserNotificationEvents(long userId,
String portletId,
int deliveryType,
JSONObject notificationEventJSONObject) |
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.sendUserNotificationEvents(long userId,
String portletId,
int deliveryType,
JSONObject notificationEventJSONObject) |
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.sendUserNotificationEvents(long userId,
String portletId,
int deliveryType,
JSONObject notificationEventJSONObject) |
UserNotificationEvent |
UserNotificationEventLocalService.updateUserNotificationEvent(String uuid,
long companyId,
boolean archive) |
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.updateUserNotificationEvent(String uuid,
long companyId,
boolean archive) |
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.updateUserNotificationEvent(String uuid,
long companyId,
boolean archive) |
UserNotificationEvent |
UserNotificationEventLocalService.updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Updates the user notification event in the database or adds it if it does not yet exist.
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.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.
|
Modifier and Type | Method and Description |
---|---|
List<UserNotificationEvent> |
UserNotificationEventLocalService.addUserNotificationEvents(long userId,
Collection<NotificationEvent> notificationEvents) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvents(long userId,
Collection<NotificationEvent> notificationEvents) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.addUserNotificationEvents(long userId,
Collection<NotificationEvent> notificationEvents) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getArchivedUserNotificationEvents(long userId,
boolean archived) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents(long userId,
boolean archived) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents(long userId,
boolean archived) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getArchivedUserNotificationEvents(long userId,
boolean actionRequired,
boolean archived) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents(long userId,
boolean actionRequired,
boolean archived) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents(long userId,
boolean actionRequired,
boolean archived) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getArchivedUserNotificationEvents(long userId,
boolean actionRequired,
boolean archived,
int start,
int end) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents(long userId,
boolean actionRequired,
boolean archived,
int start,
int end) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents(long userId,
boolean actionRequired,
boolean archived,
int start,
int end) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getArchivedUserNotificationEvents(long userId,
boolean archived,
int start,
int end) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents(long userId,
boolean archived,
int start,
int end) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents(long userId,
boolean archived,
int start,
int end) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean archived) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean archived) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean archived) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean actionRequired,
boolean archived) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean actionRequired,
boolean archived) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean actionRequired,
boolean archived) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.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) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> obc) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> obc) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> obc) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean archived,
int start,
int end) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean archived,
int start,
int end) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean archived,
int start,
int end) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getDeliveredUserNotificationEvents(long userId,
boolean delivered) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents(long userId,
boolean delivered) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents(long userId,
boolean delivered) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getDeliveredUserNotificationEvents(long userId,
boolean delivered,
boolean actionRequired) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents(long userId,
boolean delivered,
boolean actionRequired) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents(long userId,
boolean delivered,
boolean actionRequired) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getDeliveredUserNotificationEvents(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getDeliveredUserNotificationEvents(long userId,
boolean delivered,
int start,
int end) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents(long userId,
boolean delivered,
int start,
int end) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents(long userId,
boolean delivered,
int start,
int end) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.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) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> obc) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> obc) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> obc) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
int start,
int end) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
int start,
int end) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
int start,
int end) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getTypeNotificationEvents(String type) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getTypeNotificationEvents(String type) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getTypeNotificationEvents(String type) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getUserNotificationEvents(int start,
int end)
Returns a range of all the user notification events.
|
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getUserNotificationEvents(int start,
int end)
Returns a range of all the user notification events.
|
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getUserNotificationEvents(int start,
int end)
Returns a range of all the user notification events.
|
List<UserNotificationEvent> |
UserNotificationEventLocalService.getUserNotificationEvents(long userId) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getUserNotificationEvents(long userId) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getUserNotificationEvents(long userId) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getUserNotificationEvents(long userId,
int deliveryType) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getUserNotificationEvents(long userId,
int deliveryType) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getUserNotificationEvents(long userId,
int deliveryType) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getUserNotificationEvents(long userId,
int start,
int end) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getUserNotificationEvents(long userId,
int start,
int end) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getUserNotificationEvents(long userId,
int start,
int end) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getUserNotificationEvents(long userId,
int deliveryType,
int start,
int end) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getUserNotificationEvents(long userId,
int deliveryType,
int start,
int end) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getUserNotificationEvents(long userId,
int deliveryType,
int start,
int end) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.updateUserNotificationEvents(Collection<String> uuids,
long companyId,
boolean archive) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.updateUserNotificationEvents(Collection<String> uuids,
long companyId,
boolean archive) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.updateUserNotificationEvents(Collection<String> uuids,
long companyId,
boolean archive) |
Modifier and Type | Method and Description |
---|---|
UserNotificationEvent |
UserNotificationEventLocalService.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Adds the user notification event to the database.
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Adds the user notification event to the database.
|
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.addUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Adds the user notification event to the database.
|
UserNotificationEvent |
UserNotificationEventLocalService.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Deletes the user notification event from the database.
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Deletes the user notification event from the database.
|
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.deleteUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Deletes the user notification event from the database.
|
UserNotificationEvent |
UserNotificationEventLocalService.updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Updates the user notification event in the database or adds it if it does not yet exist.
|
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Updates the user notification event in the database or adds it if it does not yet exist.
|
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.updateUserNotificationEvent(UserNotificationEvent userNotificationEvent)
Updates the user notification event in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
List<UserNotificationEvent> |
UserNotificationEventLocalService.getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> obc) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> obc) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> obc) |
List<UserNotificationEvent> |
UserNotificationEventLocalService.getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> obc) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> obc) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> obc) |
Modifier and Type | Method and Description |
---|---|
UserNotificationEvent |
UserNotificationEventPersistence.create(long userNotificationEventId)
Creates a new user notification event with the primary key.
|
static UserNotificationEvent |
UserNotificationEventUtil.create(long userNotificationEventId)
Creates a new user notification event with the primary key.
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByPrimaryKey(long userNotificationEventId)
Returns the user notification event with the primary key or returns
null if it could not be found. |
static UserNotificationEvent |
UserNotificationEventUtil.fetchByPrimaryKey(long userNotificationEventId)
Returns the user notification event with the primary key or returns
null if it could not be found. |
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_A_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_A_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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_A_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_A_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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_D_A_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_A_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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_D_A_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_A_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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_DT_A_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_A_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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_DT_A_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_A_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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_DT_D_A_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_A_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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_DT_D_A_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_A_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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.findByPrimaryKey(long userNotificationEventId)
Returns the user notification event with the primary key or throws a
NoSuchUserNotificationEventException if it could not be found. |
static UserNotificationEvent |
UserNotificationEventUtil.findByPrimaryKey(long userNotificationEventId)
Returns the user notification event with the primary key or throws a
NoSuchUserNotificationEventException if it could not be found. |
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_A_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_A_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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_A_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_A_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 = ?.
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByU_A_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_A_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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_D_A_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_A_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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_D_A_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_A_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 = ?.
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByU_D_A_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_A_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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_DT_A_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_A_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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_DT_A_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_A_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 = ?.
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByU_DT_A_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_A_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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_DT_D_A_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_A_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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_DT_D_A_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_A_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 = ?.
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByU_DT_D_A_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_A_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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.remove(long userNotificationEventId)
Removes the user notification event with the primary key from the database.
|
static UserNotificationEvent |
UserNotificationEventUtil.remove(long userNotificationEventId)
Removes the user notification event with the primary key from the database.
|
static UserNotificationEvent |
UserNotificationEventUtil.update(UserNotificationEvent userNotificationEvent) |
static UserNotificationEvent |
UserNotificationEventUtil.update(UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext) |
UserNotificationEvent |
UserNotificationEventPersistence.updateImpl(UserNotificationEvent userNotificationEvent) |
static UserNotificationEvent |
UserNotificationEventUtil.updateImpl(UserNotificationEvent userNotificationEvent) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,UserNotificationEvent> |
UserNotificationEventPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,UserNotificationEvent> |
UserNotificationEventUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<UserNotificationEvent> |
UserNotificationEventPersistence.findAll()
Returns all the user notification events.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findAll()
Returns all the user notification events.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findAll(int start,
int end)
Returns a range of all the user notification events.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findAll(int start,
int end)
Returns a range of all the user notification events.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.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)
Returns an ordered range of all the user notification events.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findAll(int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findAll(int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByType(String type)
Returns all the user notification events where type = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByType(String type)
Returns all the user notification events where type = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.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)
Returns a range of all the user notification events where type = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.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)
Returns an ordered range of all the user notification events where type = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByType(String type,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where type = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_A_A(long userId,
boolean actionRequired,
boolean archived)
Returns all the user notification events where userId = ? and actionRequired = ? and archived = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_A_A(long userId,
boolean actionRequired,
boolean archived)
Returns all the user notification events where userId = ? and actionRequired = ? and archived = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_A_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_A_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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_A_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_A_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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_A_A(long userId,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_A_A(long userId,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_A(long userId,
boolean archived)
Returns all the user notification events where userId = ? and archived = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_A(long userId,
boolean archived)
Returns all the user notification events where userId = ? and archived = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_A(long userId,
boolean archived,
int start,
int end)
Returns a range of all the user notification events where userId = ? and archived = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_A(long userId,
boolean archived,
int start,
int end)
Returns a range of all the user notification events where userId = ? and archived = ?.
|
List<UserNotificationEvent> |
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 = ?.
|
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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_A(long userId,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and archived = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_D_A(long userId,
boolean delivered,
boolean actionRequired)
Returns all the user notification events where userId = ? and delivered = ? and actionRequired = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_D_A(long userId,
boolean delivered,
boolean actionRequired)
Returns all the user notification events where userId = ? and delivered = ? and actionRequired = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_D_A(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_A(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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_D_A(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_A(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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_D_A(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_D_A(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_D(long userId,
boolean delivered)
Returns all the user notification events where userId = ? and delivered = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_D(long userId,
boolean delivered)
Returns all the user notification events where userId = ? and delivered = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_D(long userId,
boolean delivered,
int start,
int end)
Returns a range of all the user notification events where userId = ? and delivered = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_D(long userId,
boolean delivered,
int start,
int end)
Returns a range of all the user notification events where userId = ? and delivered = ?.
|
List<UserNotificationEvent> |
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 = ?.
|
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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_D(long userId,
boolean delivered,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and delivered = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_A_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_A_A(long userId,
int deliveryType,
boolean actionRequired,
boolean archived)
Returns all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_A_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_A_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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_A_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_A_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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_A_A(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_DT_A_A(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.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)
Returns all the user notification events where userId = ? and deliveryType = ? and archived = ?.
|
List<UserNotificationEvent> |
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 = ?.
|
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 = ?.
|
List<UserNotificationEvent> |
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 = ?.
|
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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_A(long userId,
int deliveryType,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_D_A(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_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired)
Returns all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_D_A(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_A(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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_D_A(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_A(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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_D_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.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)
Returns all the user notification events where userId = ? and deliveryType = ? and delivered = ?.
|
List<UserNotificationEvent> |
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 = ?.
|
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 = ?.
|
List<UserNotificationEvent> |
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 = ?.
|
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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_D(long userId,
int deliveryType,
boolean delivered,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.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)
Returns all the user notification events where userId = ? and deliveryType = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.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)
Returns a range of all the user notification events where userId = ? and deliveryType = ?.
|
List<UserNotificationEvent> |
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 = ?.
|
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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT(long userId,
int deliveryType,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.
|
List<UserNotificationEvent> |
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 = ?.
|
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 = ?.
|
List<UserNotificationEvent> |
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 = ?.
|
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 = ?.
|
List<UserNotificationEvent> |
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 = ?.
|
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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_T_DT_D(long userId,
String type,
int deliveryType,
boolean delivered,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUserId(long userId)
Returns all the user notification events where userId = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByUserId(long userId)
Returns all the user notification events where userId = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the user notification events where userId = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the user notification events where userId = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.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)
Returns an ordered range of all the user notification events where userId = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the user notification events where uuid = ? and companyId = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByUuid_C(String uuid,
long companyId)
Returns all the user notification events where uuid = ? and companyId = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the user notification events where uuid = ? and companyId = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the user notification events where uuid = ? and companyId = ?.
|
List<UserNotificationEvent> |
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 = ?.
|
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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUuid(String uuid)
Returns all the user notification events where uuid = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByUuid(String uuid)
Returns all the user notification events where uuid = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the user notification events where uuid = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the user notification events where uuid = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.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)
Returns an ordered range of all the user notification events where uuid = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where uuid = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<UserNotificationEvent> |
UserNotificationEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<UserNotificationEvent> |
UserNotificationEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
UserNotificationEventPersistence.cacheResult(UserNotificationEvent userNotificationEvent)
Caches the user notification event in the entity cache if it is enabled.
|
static void |
UserNotificationEventUtil.cacheResult(UserNotificationEvent userNotificationEvent)
Caches the user notification event in the entity cache if it is enabled.
|
static void |
UserNotificationEventUtil.clearCache(UserNotificationEvent userNotificationEvent) |
static UserNotificationEvent |
UserNotificationEventUtil.update(UserNotificationEvent userNotificationEvent) |
static UserNotificationEvent |
UserNotificationEventUtil.update(UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext) |
UserNotificationEvent |
UserNotificationEventPersistence.updateImpl(UserNotificationEvent userNotificationEvent) |
static UserNotificationEvent |
UserNotificationEventUtil.updateImpl(UserNotificationEvent userNotificationEvent) |
Modifier and Type | Method and Description |
---|---|
void |
UserNotificationEventPersistence.cacheResult(List<UserNotificationEvent> userNotificationEvents)
Caches the user notification events in the entity cache if it is enabled.
|
static void |
UserNotificationEventUtil.cacheResult(List<UserNotificationEvent> userNotificationEvents)
Caches the user notification events in the entity cache if it is enabled.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_A_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_A_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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_A_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_A_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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_D_A_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_A_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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_D_A_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_A_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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_DT_A_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_A_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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_DT_A_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_A_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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_DT_D_A_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_A_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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.fetchByU_DT_D_A_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_A_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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.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)
Returns an ordered range of all the user notification events.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findAll(int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findAll(int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.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)
Returns an ordered range of all the user notification events where type = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByType(String type,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where type = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_A_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_A_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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_A_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_A_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 = ?.
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByU_A_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_A_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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_A_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_A_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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_A_A(long userId,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_A_A(long userId,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
List<UserNotificationEvent> |
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 = ?.
|
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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_A(long userId,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and archived = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_D_A_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_A_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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_D_A_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_A_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 = ?.
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByU_D_A_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_A_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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_D_A(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_A(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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_D_A(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_D_A(long userId,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
List<UserNotificationEvent> |
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 = ?.
|
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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_D(long userId,
boolean delivered,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and delivered = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_DT_A_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_A_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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_DT_A_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_A_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 = ?.
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByU_DT_A_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_A_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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_A_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_A_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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_A_A(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findByU_DT_A_A(long userId,
int deliveryType,
boolean actionRequired,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
List<UserNotificationEvent> |
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 = ?.
|
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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_A(long userId,
int deliveryType,
boolean archived,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_DT_D_A_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_A_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 = ?.
|
UserNotificationEvent |
UserNotificationEventPersistence.findByU_DT_D_A_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_A_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 = ?.
|
UserNotificationEvent[] |
UserNotificationEventPersistence.findByU_DT_D_A_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_A_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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_D_A(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_A(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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_D_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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_A(long userId,
int deliveryType,
boolean delivered,
boolean actionRequired,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
List<UserNotificationEvent> |
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 = ?.
|
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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT_D(long userId,
int deliveryType,
boolean delivered,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
List<UserNotificationEvent> |
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 = ?.
|
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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_DT(long userId,
int deliveryType,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
List<UserNotificationEvent> |
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 = ?.
|
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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByU_T_DT_D(long userId,
String type,
int deliveryType,
boolean delivered,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.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)
Returns an ordered range of all the user notification events where userId = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where userId = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
List<UserNotificationEvent> |
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 = ?.
|
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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent |
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 = ?.
|
UserNotificationEvent[] |
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 = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.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)
Returns an ordered range of all the user notification events where uuid = ?.
|
List<UserNotificationEvent> |
UserNotificationEventPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator,
boolean retrieveFromCache)
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 retrieveFromCache)
Returns an ordered range of all the user notification events where uuid = ?.
|
static List<UserNotificationEvent> |
UserNotificationEventUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<UserNotificationEvent> orderByComparator) |