Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
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 |
UserNotificationDeliveryWrapper
This class is a wrapper for
UserNotificationDelivery . |
Modifier and Type | Field and Description |
---|---|
static Accessor<UserNotificationDelivery,Long> |
UserNotificationDelivery.USER_NOTIFICATION_DELIVERY_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
UserNotificationDelivery |
UserNotificationDeliveryWrapper.getWrappedModel() |
UserNotificationDelivery |
UserNotificationDeliveryModel.toEscapedModel() |
UserNotificationDelivery |
UserNotificationDeliveryWrapper.toEscapedModel() |
UserNotificationDelivery |
UserNotificationDeliveryModel.toUnescapedModel() |
UserNotificationDelivery |
UserNotificationDeliveryWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<UserNotificationDelivery> |
UserNotificationDeliveryModel.toCacheModel() |
CacheModel<UserNotificationDelivery> |
UserNotificationDeliveryWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
UserNotificationDeliveryModel.compareTo(UserNotificationDelivery userNotificationDelivery) |
int |
UserNotificationDeliveryWrapper.compareTo(UserNotificationDelivery userNotificationDelivery) |
static UserNotificationDeliverySoap |
UserNotificationDeliverySoap.toSoapModel(UserNotificationDelivery model) |
static UserNotificationDeliverySoap[] |
UserNotificationDeliverySoap.toSoapModels(UserNotificationDelivery[] models) |
static UserNotificationDeliverySoap[][] |
UserNotificationDeliverySoap.toSoapModels(UserNotificationDelivery[][] models) |
Modifier and Type | Method and Description |
---|---|
static UserNotificationDeliverySoap[] |
UserNotificationDeliverySoap.toSoapModels(List<UserNotificationDelivery> models) |
Constructor and Description |
---|
UserNotificationDeliveryWrapper(UserNotificationDelivery userNotificationDelivery) |
Modifier and Type | Method and Description |
---|---|
static UserNotificationDelivery |
UserNotificationDeliveryLocalServiceUtil.addUserNotificationDelivery(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType,
boolean deliver) |
UserNotificationDelivery |
UserNotificationDeliveryLocalServiceWrapper.addUserNotificationDelivery(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType,
boolean deliver) |
UserNotificationDelivery |
UserNotificationDeliveryLocalService.addUserNotificationDelivery(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType,
boolean deliver) |
static UserNotificationDelivery |
UserNotificationDeliveryLocalServiceUtil.addUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
Adds the user notification delivery to the database.
|
UserNotificationDelivery |
UserNotificationDeliveryLocalServiceWrapper.addUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
Adds the user notification delivery to the database.
|
UserNotificationDelivery |
UserNotificationDeliveryLocalService.addUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
Adds the user notification delivery to the database.
|
static UserNotificationDelivery |
UserNotificationDeliveryLocalServiceUtil.createUserNotificationDelivery(long userNotificationDeliveryId)
Creates a new user notification delivery with the primary key.
|
UserNotificationDelivery |
UserNotificationDeliveryLocalServiceWrapper.createUserNotificationDelivery(long userNotificationDeliveryId)
Creates a new user notification delivery with the primary key.
|
UserNotificationDelivery |
UserNotificationDeliveryLocalService.createUserNotificationDelivery(long userNotificationDeliveryId)
Creates a new user notification delivery with the primary key.
|
static UserNotificationDelivery |
UserNotificationDeliveryLocalServiceUtil.deleteUserNotificationDelivery(long userNotificationDeliveryId)
Deletes the user notification delivery with the primary key from the database.
|
UserNotificationDelivery |
UserNotificationDeliveryLocalServiceWrapper.deleteUserNotificationDelivery(long userNotificationDeliveryId)
Deletes the user notification delivery with the primary key from the database.
|
UserNotificationDelivery |
UserNotificationDeliveryLocalService.deleteUserNotificationDelivery(long userNotificationDeliveryId)
Deletes the user notification delivery with the primary key from the database.
|
static UserNotificationDelivery |
UserNotificationDeliveryLocalServiceUtil.deleteUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
Deletes the user notification delivery from the database.
|
UserNotificationDelivery |
UserNotificationDeliveryLocalServiceWrapper.deleteUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
Deletes the user notification delivery from the database.
|
UserNotificationDelivery |
UserNotificationDeliveryLocalService.deleteUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
Deletes the user notification delivery from the database.
|
static UserNotificationDelivery |
UserNotificationDeliveryLocalServiceUtil.fetchUserNotificationDelivery(long userNotificationDeliveryId) |
UserNotificationDelivery |
UserNotificationDeliveryLocalServiceWrapper.fetchUserNotificationDelivery(long userNotificationDeliveryId) |
UserNotificationDelivery |
UserNotificationDeliveryLocalService.fetchUserNotificationDelivery(long userNotificationDeliveryId) |
static UserNotificationDelivery |
UserNotificationDeliveryLocalServiceUtil.fetchUserNotificationDelivery(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType) |
UserNotificationDelivery |
UserNotificationDeliveryLocalServiceWrapper.fetchUserNotificationDelivery(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType) |
UserNotificationDelivery |
UserNotificationDeliveryLocalService.fetchUserNotificationDelivery(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType) |
static UserNotificationDelivery |
UserNotificationDeliveryLocalServiceUtil.getUserNotificationDelivery(long userNotificationDeliveryId)
Returns the user notification delivery with the primary key.
|
UserNotificationDelivery |
UserNotificationDeliveryLocalServiceWrapper.getUserNotificationDelivery(long userNotificationDeliveryId)
Returns the user notification delivery with the primary key.
|
UserNotificationDelivery |
UserNotificationDeliveryLocalService.getUserNotificationDelivery(long userNotificationDeliveryId)
Returns the user notification delivery with the primary key.
|
static UserNotificationDelivery |
UserNotificationDeliveryLocalServiceUtil.getUserNotificationDelivery(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType,
boolean deliver) |
UserNotificationDelivery |
UserNotificationDeliveryLocalServiceWrapper.getUserNotificationDelivery(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType,
boolean deliver) |
UserNotificationDelivery |
UserNotificationDeliveryLocalService.getUserNotificationDelivery(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType,
boolean deliver) |
static UserNotificationDelivery |
UserNotificationDeliveryLocalServiceUtil.updateUserNotificationDelivery(long userNotificationDeliveryId,
boolean deliver) |
UserNotificationDelivery |
UserNotificationDeliveryLocalServiceWrapper.updateUserNotificationDelivery(long userNotificationDeliveryId,
boolean deliver) |
UserNotificationDelivery |
UserNotificationDeliveryLocalService.updateUserNotificationDelivery(long userNotificationDeliveryId,
boolean deliver) |
static UserNotificationDelivery |
UserNotificationDeliveryLocalServiceUtil.updateUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
Updates the user notification delivery in the database or adds it if it does not yet exist.
|
UserNotificationDelivery |
UserNotificationDeliveryLocalServiceWrapper.updateUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
Updates the user notification delivery in the database or adds it if it does not yet exist.
|
UserNotificationDelivery |
UserNotificationDeliveryLocalService.updateUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
Updates the user notification delivery in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static List<UserNotificationDelivery> |
UserNotificationDeliveryLocalServiceUtil.getUserNotificationDeliveries(int start,
int end)
Returns a range of all the user notification deliveries.
|
List<UserNotificationDelivery> |
UserNotificationDeliveryLocalServiceWrapper.getUserNotificationDeliveries(int start,
int end)
Returns a range of all the user notification deliveries.
|
List<UserNotificationDelivery> |
UserNotificationDeliveryLocalService.getUserNotificationDeliveries(int start,
int end)
Returns a range of all the user notification deliveries.
|
Modifier and Type | Method and Description |
---|---|
static UserNotificationDelivery |
UserNotificationDeliveryLocalServiceUtil.addUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
Adds the user notification delivery to the database.
|
UserNotificationDelivery |
UserNotificationDeliveryLocalServiceWrapper.addUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
Adds the user notification delivery to the database.
|
UserNotificationDelivery |
UserNotificationDeliveryLocalService.addUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
Adds the user notification delivery to the database.
|
static UserNotificationDelivery |
UserNotificationDeliveryLocalServiceUtil.deleteUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
Deletes the user notification delivery from the database.
|
UserNotificationDelivery |
UserNotificationDeliveryLocalServiceWrapper.deleteUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
Deletes the user notification delivery from the database.
|
UserNotificationDelivery |
UserNotificationDeliveryLocalService.deleteUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
Deletes the user notification delivery from the database.
|
static UserNotificationDelivery |
UserNotificationDeliveryLocalServiceUtil.updateUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
Updates the user notification delivery in the database or adds it if it does not yet exist.
|
UserNotificationDelivery |
UserNotificationDeliveryLocalServiceWrapper.updateUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
Updates the user notification delivery in the database or adds it if it does not yet exist.
|
UserNotificationDelivery |
UserNotificationDeliveryLocalService.updateUserNotificationDelivery(UserNotificationDelivery userNotificationDelivery)
Updates the user notification delivery in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
UserNotificationDelivery |
UserNotificationDeliveryPersistence.create(long userNotificationDeliveryId)
Creates a new user notification delivery with the primary key.
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.create(long userNotificationDeliveryId)
Creates a new user notification delivery with the primary key.
|
UserNotificationDelivery |
UserNotificationDeliveryPersistence.fetchByPrimaryKey(long userNotificationDeliveryId)
Returns the user notification delivery with the primary key or returns
null if it could not be found. |
static UserNotificationDelivery |
UserNotificationDeliveryUtil.fetchByPrimaryKey(long userNotificationDeliveryId)
Returns the user notification delivery with the primary key or returns
null if it could not be found. |
UserNotificationDelivery |
UserNotificationDeliveryPersistence.fetchByU_P_C_N_D(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType)
Returns the user notification delivery where userId = ? and portletId = ? and classNameId = ? and notificationType = ? and deliveryType = ? or returns
null if it could not be found. |
static UserNotificationDelivery |
UserNotificationDeliveryUtil.fetchByU_P_C_N_D(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType)
Returns the user notification delivery where userId = ? and portletId = ? and classNameId = ? and notificationType = ? and deliveryType = ? or returns
null if it could not be found. |
UserNotificationDelivery |
UserNotificationDeliveryPersistence.fetchByU_P_C_N_D(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType,
boolean retrieveFromCache)
Returns the user notification delivery where userId = ? and portletId = ? and classNameId = ? and notificationType = ? and deliveryType = ? or returns
null if it could not be found, optionally using the finder cache. |
static UserNotificationDelivery |
UserNotificationDeliveryUtil.fetchByU_P_C_N_D(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType,
boolean retrieveFromCache)
Returns the user notification delivery where userId = ? and portletId = ? and classNameId = ? and notificationType = ? and deliveryType = ? or returns
null if it could not be found, optionally using the finder cache. |
UserNotificationDelivery |
UserNotificationDeliveryPersistence.fetchByUserId_First(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the first user notification delivery in the ordered set where userId = ?.
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.fetchByUserId_First(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the first user notification delivery in the ordered set where userId = ?.
|
UserNotificationDelivery |
UserNotificationDeliveryPersistence.fetchByUserId_Last(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the last user notification delivery in the ordered set where userId = ?.
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.fetchByUserId_Last(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the last user notification delivery in the ordered set where userId = ?.
|
UserNotificationDelivery |
UserNotificationDeliveryPersistence.findByPrimaryKey(long userNotificationDeliveryId)
Returns the user notification delivery with the primary key or throws a
NoSuchUserNotificationDeliveryException if it could not be found. |
static UserNotificationDelivery |
UserNotificationDeliveryUtil.findByPrimaryKey(long userNotificationDeliveryId)
Returns the user notification delivery with the primary key or throws a
NoSuchUserNotificationDeliveryException if it could not be found. |
UserNotificationDelivery |
UserNotificationDeliveryPersistence.findByU_P_C_N_D(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType)
Returns the user notification delivery where userId = ? and portletId = ? and classNameId = ? and notificationType = ? and deliveryType = ? or throws a
NoSuchUserNotificationDeliveryException if it could not be found. |
static UserNotificationDelivery |
UserNotificationDeliveryUtil.findByU_P_C_N_D(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType)
Returns the user notification delivery where userId = ? and portletId = ? and classNameId = ? and notificationType = ? and deliveryType = ? or throws a
NoSuchUserNotificationDeliveryException if it could not be found. |
UserNotificationDelivery |
UserNotificationDeliveryPersistence.findByUserId_First(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the first user notification delivery in the ordered set where userId = ?.
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.findByUserId_First(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the first user notification delivery in the ordered set where userId = ?.
|
UserNotificationDelivery |
UserNotificationDeliveryPersistence.findByUserId_Last(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the last user notification delivery in the ordered set where userId = ?.
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.findByUserId_Last(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the last user notification delivery in the ordered set where userId = ?.
|
UserNotificationDelivery[] |
UserNotificationDeliveryPersistence.findByUserId_PrevAndNext(long userNotificationDeliveryId,
long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the user notification deliveries before and after the current user notification delivery in the ordered set where userId = ?.
|
static UserNotificationDelivery[] |
UserNotificationDeliveryUtil.findByUserId_PrevAndNext(long userNotificationDeliveryId,
long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the user notification deliveries before and after the current user notification delivery in the ordered set where userId = ?.
|
UserNotificationDelivery |
UserNotificationDeliveryPersistence.remove(long userNotificationDeliveryId)
Removes the user notification delivery with the primary key from the database.
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.remove(long userNotificationDeliveryId)
Removes the user notification delivery with the primary key from the database.
|
UserNotificationDelivery |
UserNotificationDeliveryPersistence.removeByU_P_C_N_D(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType)
Removes the user notification delivery where userId = ? and portletId = ? and classNameId = ? and notificationType = ? and deliveryType = ? from the database.
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.removeByU_P_C_N_D(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType)
Removes the user notification delivery where userId = ? and portletId = ? and classNameId = ? and notificationType = ? and deliveryType = ? from the database.
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.update(UserNotificationDelivery userNotificationDelivery) |
static UserNotificationDelivery |
UserNotificationDeliveryUtil.update(UserNotificationDelivery userNotificationDelivery,
ServiceContext serviceContext) |
UserNotificationDelivery |
UserNotificationDeliveryPersistence.updateImpl(UserNotificationDelivery userNotificationDelivery) |
static UserNotificationDelivery |
UserNotificationDeliveryUtil.updateImpl(UserNotificationDelivery userNotificationDelivery) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,UserNotificationDelivery> |
UserNotificationDeliveryPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,UserNotificationDelivery> |
UserNotificationDeliveryUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<UserNotificationDelivery> |
UserNotificationDeliveryPersistence.findAll()
Returns all the user notification deliveries.
|
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findAll()
Returns all the user notification deliveries.
|
List<UserNotificationDelivery> |
UserNotificationDeliveryPersistence.findAll(int start,
int end)
Returns a range of all the user notification deliveries.
|
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findAll(int start,
int end)
Returns a range of all the user notification deliveries.
|
List<UserNotificationDelivery> |
UserNotificationDeliveryPersistence.findAll(int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns an ordered range of all the user notification deliveries.
|
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findAll(int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns an ordered range of all the user notification deliveries.
|
List<UserNotificationDelivery> |
UserNotificationDeliveryPersistence.findAll(int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification deliveries.
|
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findAll(int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification deliveries.
|
List<UserNotificationDelivery> |
UserNotificationDeliveryPersistence.findByUserId(long userId)
Returns all the user notification deliveries where userId = ?.
|
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findByUserId(long userId)
Returns all the user notification deliveries where userId = ?.
|
List<UserNotificationDelivery> |
UserNotificationDeliveryPersistence.findByUserId(long userId,
int start,
int end)
Returns a range of all the user notification deliveries where userId = ?.
|
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findByUserId(long userId,
int start,
int end)
Returns a range of all the user notification deliveries where userId = ?.
|
List<UserNotificationDelivery> |
UserNotificationDeliveryPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns an ordered range of all the user notification deliveries where userId = ?.
|
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns an ordered range of all the user notification deliveries where userId = ?.
|
List<UserNotificationDelivery> |
UserNotificationDeliveryPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification deliveries where userId = ?.
|
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification deliveries where userId = ?.
|
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
UserNotificationDeliveryPersistence.cacheResult(UserNotificationDelivery userNotificationDelivery)
Caches the user notification delivery in the entity cache if it is enabled.
|
static void |
UserNotificationDeliveryUtil.cacheResult(UserNotificationDelivery userNotificationDelivery)
Caches the user notification delivery in the entity cache if it is enabled.
|
static void |
UserNotificationDeliveryUtil.clearCache(UserNotificationDelivery userNotificationDelivery) |
static UserNotificationDelivery |
UserNotificationDeliveryUtil.update(UserNotificationDelivery userNotificationDelivery) |
static UserNotificationDelivery |
UserNotificationDeliveryUtil.update(UserNotificationDelivery userNotificationDelivery,
ServiceContext serviceContext) |
UserNotificationDelivery |
UserNotificationDeliveryPersistence.updateImpl(UserNotificationDelivery userNotificationDelivery) |
static UserNotificationDelivery |
UserNotificationDeliveryUtil.updateImpl(UserNotificationDelivery userNotificationDelivery) |
Modifier and Type | Method and Description |
---|---|
void |
UserNotificationDeliveryPersistence.cacheResult(List<UserNotificationDelivery> userNotificationDeliveries)
Caches the user notification deliveries in the entity cache if it is enabled.
|
static void |
UserNotificationDeliveryUtil.cacheResult(List<UserNotificationDelivery> userNotificationDeliveries)
Caches the user notification deliveries in the entity cache if it is enabled.
|
UserNotificationDelivery |
UserNotificationDeliveryPersistence.fetchByUserId_First(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the first user notification delivery in the ordered set where userId = ?.
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.fetchByUserId_First(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the first user notification delivery in the ordered set where userId = ?.
|
UserNotificationDelivery |
UserNotificationDeliveryPersistence.fetchByUserId_Last(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the last user notification delivery in the ordered set where userId = ?.
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.fetchByUserId_Last(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the last user notification delivery in the ordered set where userId = ?.
|
List<UserNotificationDelivery> |
UserNotificationDeliveryPersistence.findAll(int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns an ordered range of all the user notification deliveries.
|
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findAll(int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns an ordered range of all the user notification deliveries.
|
List<UserNotificationDelivery> |
UserNotificationDeliveryPersistence.findAll(int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification deliveries.
|
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findAll(int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification deliveries.
|
UserNotificationDelivery |
UserNotificationDeliveryPersistence.findByUserId_First(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the first user notification delivery in the ordered set where userId = ?.
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.findByUserId_First(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the first user notification delivery in the ordered set where userId = ?.
|
UserNotificationDelivery |
UserNotificationDeliveryPersistence.findByUserId_Last(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the last user notification delivery in the ordered set where userId = ?.
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.findByUserId_Last(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the last user notification delivery in the ordered set where userId = ?.
|
UserNotificationDelivery[] |
UserNotificationDeliveryPersistence.findByUserId_PrevAndNext(long userNotificationDeliveryId,
long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the user notification deliveries before and after the current user notification delivery in the ordered set where userId = ?.
|
static UserNotificationDelivery[] |
UserNotificationDeliveryUtil.findByUserId_PrevAndNext(long userNotificationDeliveryId,
long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the user notification deliveries before and after the current user notification delivery in the ordered set where userId = ?.
|
List<UserNotificationDelivery> |
UserNotificationDeliveryPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns an ordered range of all the user notification deliveries where userId = ?.
|
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns an ordered range of all the user notification deliveries where userId = ?.
|
List<UserNotificationDelivery> |
UserNotificationDeliveryPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification deliveries where userId = ?.
|
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification deliveries where userId = ?.
|
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator) |