|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserNotificationDelivery | |
|---|---|
| com.liferay.portal.model | This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. |
| com.liferay.portal.service | This package defines the portal service interfaces and classes. |
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| com.liferay.portlet.notifications.test | |
| Uses of UserNotificationDelivery in com.liferay.portal.model |
|---|
| Classes in com.liferay.portal.model that implement UserNotificationDelivery | |
|---|---|
class |
UserNotificationDeliveryWrapper
This class is a wrapper for UserNotificationDelivery. |
| Fields in com.liferay.portal.model with type parameters of type UserNotificationDelivery | |
|---|---|
static Accessor<UserNotificationDelivery,Long> |
UserNotificationDelivery.USER_NOTIFICATION_DELIVERY_ID_ACCESSOR
|
| Methods in com.liferay.portal.model that return UserNotificationDelivery | |
|---|---|
UserNotificationDelivery |
UserNotificationDeliveryWrapper.getWrappedModel()
|
UserNotificationDelivery |
UserNotificationDeliveryWrapper.toEscapedModel()
|
UserNotificationDelivery |
UserNotificationDeliveryModel.toEscapedModel()
|
UserNotificationDelivery |
UserNotificationDeliveryWrapper.toUnescapedModel()
|
UserNotificationDelivery |
UserNotificationDeliveryModel.toUnescapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type UserNotificationDelivery | |
|---|---|
CacheModel<UserNotificationDelivery> |
UserNotificationDeliveryWrapper.toCacheModel()
|
CacheModel<UserNotificationDelivery> |
UserNotificationDeliveryModel.toCacheModel()
|
| Methods in com.liferay.portal.model with parameters of type UserNotificationDelivery | |
|---|---|
int |
UserNotificationDeliveryWrapper.compareTo(UserNotificationDelivery userNotificationDelivery)
|
int |
UserNotificationDeliveryModel.compareTo(UserNotificationDelivery userNotificationDelivery)
|
static UserNotificationDeliverySoap |
UserNotificationDeliverySoap.toSoapModel(UserNotificationDelivery model)
|
static UserNotificationDeliverySoap[] |
UserNotificationDeliverySoap.toSoapModels(UserNotificationDelivery[] models)
|
static UserNotificationDeliverySoap[][] |
UserNotificationDeliverySoap.toSoapModels(UserNotificationDelivery[][] models)
|
| Method parameters in com.liferay.portal.model with type arguments of type UserNotificationDelivery | |
|---|---|
static UserNotificationDeliverySoap[] |
UserNotificationDeliverySoap.toSoapModels(List<UserNotificationDelivery> models)
|
| Constructors in com.liferay.portal.model with parameters of type UserNotificationDelivery | |
|---|---|
UserNotificationDeliveryWrapper(UserNotificationDelivery userNotificationDelivery)
|
|
| Uses of UserNotificationDelivery in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return UserNotificationDelivery | |
|---|---|
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. |
| Methods in com.liferay.portal.service that return types with arguments of type UserNotificationDelivery | |
|---|---|
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. |
| Methods in com.liferay.portal.service with parameters of type UserNotificationDelivery | |
|---|---|
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. |
| Uses of UserNotificationDelivery in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return UserNotificationDelivery | |
|---|---|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.create(long userNotificationDeliveryId)
Creates a new user notification delivery with the primary key. |
UserNotificationDelivery |
UserNotificationDeliveryPersistence.create(long userNotificationDeliveryId)
Creates a new user notification delivery with the primary key. |
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.fetchByPrimaryKey(long userNotificationDeliveryId)
Returns the user notification delivery with the primary key 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)
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,
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.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.fetchByUserId_First(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the first user notification delivery in the ordered set where userId = ?. |
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_Last(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the last 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.findByPrimaryKey(long userNotificationDeliveryId)
Returns the user notification delivery with the primary key or throws a NoSuchUserNotificationDeliveryException if it could not be found. |
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.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.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.findByUserId_First(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the first user notification delivery in the ordered set where userId = ?. |
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_Last(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the last 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_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.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.remove(long userNotificationDeliveryId)
Removes the user notification delivery with the primary key from the database. |
UserNotificationDelivery |
UserNotificationDeliveryPersistence.remove(long userNotificationDeliveryId)
Removes the user notification delivery with the primary key 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. |
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.update(UserNotificationDelivery userNotificationDelivery)
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.update(UserNotificationDelivery userNotificationDelivery,
ServiceContext serviceContext)
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.updateImpl(UserNotificationDelivery userNotificationDelivery)
|
UserNotificationDelivery |
UserNotificationDeliveryPersistence.updateImpl(UserNotificationDelivery userNotificationDelivery)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type UserNotificationDelivery | |
|---|---|
static Map<Serializable,UserNotificationDelivery> |
UserNotificationDeliveryUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
Map<Serializable,UserNotificationDelivery> |
UserNotificationDeliveryPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findAll()
Returns all the user notification deliveries. |
List<UserNotificationDelivery> |
UserNotificationDeliveryPersistence.findAll()
Returns 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)
Returns a 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)
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.findAll(int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification deliveries. |
static List<UserNotificationDelivery> |
UserNotificationDeliveryUtil.findByUserId(long userId)
Returns all the user notification deliveries where userId = ?. |
List<UserNotificationDelivery> |
UserNotificationDeliveryPersistence.findByUserId(long userId)
Returns 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)
Returns a 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)
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 = ?. |
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.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)
|
| Methods in com.liferay.portal.service.persistence with parameters of type UserNotificationDelivery | |
|---|---|
static void |
UserNotificationDeliveryUtil.cacheResult(UserNotificationDelivery userNotificationDelivery)
Caches the user notification delivery in the entity cache if it is enabled. |
void |
UserNotificationDeliveryPersistence.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)
|
static UserNotificationDelivery |
UserNotificationDeliveryUtil.updateImpl(UserNotificationDelivery userNotificationDelivery)
|
UserNotificationDelivery |
UserNotificationDeliveryPersistence.updateImpl(UserNotificationDelivery userNotificationDelivery)
|
| Method parameters in com.liferay.portal.service.persistence with type arguments of type UserNotificationDelivery | |
|---|---|
static void |
UserNotificationDeliveryUtil.cacheResult(List<UserNotificationDelivery> userNotificationDeliveries)
Caches the user notification deliveries in the entity cache if it is enabled. |
void |
UserNotificationDeliveryPersistence.cacheResult(List<UserNotificationDelivery> userNotificationDeliveries)
Caches the user notification deliveries in the entity cache if it is enabled. |
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_First(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the first 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.fetchByUserId_Last(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the last user notification delivery in the ordered set where userId = ?. |
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)
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.findAll(int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user notification deliveries. |
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_First(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the first 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_Last(long userId,
OrderByComparator<UserNotificationDelivery> orderByComparator)
Returns the last 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.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 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)
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 = ?. |
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.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<UserNotificationDelivery> orderByComparator)
|
| Uses of UserNotificationDelivery in com.liferay.portlet.notifications.test |
|---|
| Fields in com.liferay.portlet.notifications.test with type parameters of type UserNotificationDelivery | |
|---|---|
protected List<UserNotificationDelivery> |
BaseUserNotificationTestCase.userNotificationDeliveries
|
| Methods in com.liferay.portlet.notifications.test that return types with arguments of type UserNotificationDelivery | |
|---|---|
protected List<UserNotificationDelivery> |
BaseUserNotificationTestCase.getUserNotificationDeliveries(long userId)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||