Uses of Interface
com.liferay.portal.kernel.model.UserNotificationDelivery
Packages that use UserNotificationDelivery
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of UserNotificationDelivery in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement UserNotificationDeliveryFields in com.liferay.portal.kernel.model with type parameters of type UserNotificationDeliveryModifier and TypeFieldDescriptionstatic final Accessor<UserNotificationDelivery,
Long> UserNotificationDelivery.USER_NOTIFICATION_DELIVERY_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return UserNotificationDeliveryModifier and TypeMethodDescriptionUserNotificationDeliveryModel.cloneWithOriginalValues()
UserNotificationDeliveryWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model with parameters of type UserNotificationDeliveryModifier and TypeMethodDescriptionprotected UserNotificationDeliveryWrapper
UserNotificationDeliveryWrapper.wrap
(UserNotificationDelivery userNotificationDelivery) Constructors in com.liferay.portal.kernel.model with parameters of type UserNotificationDeliveryModifierConstructorDescriptionUserNotificationDeliveryWrapper
(UserNotificationDelivery userNotificationDelivery) -
Uses of UserNotificationDelivery in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return UserNotificationDeliveryModifier and TypeMethodDescriptionUserNotificationDeliveryLocalService.addUserNotificationDelivery
(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean deliver) UserNotificationDeliveryLocalService.addUserNotificationDelivery
(UserNotificationDelivery userNotificationDelivery) Adds the user notification delivery to the database.static UserNotificationDelivery
UserNotificationDeliveryLocalServiceUtil.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.UserNotificationDeliveryLocalServiceWrapper.addUserNotificationDelivery
(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean deliver) UserNotificationDeliveryLocalServiceWrapper.addUserNotificationDelivery
(UserNotificationDelivery userNotificationDelivery) Adds the user notification delivery to the database.UserNotificationDeliveryLocalService.createUserNotificationDelivery
(long userNotificationDeliveryId) Creates a new user notification delivery with the primary key.static UserNotificationDelivery
UserNotificationDeliveryLocalServiceUtil.createUserNotificationDelivery
(long userNotificationDeliveryId) Creates a new user notification delivery with the primary key.UserNotificationDeliveryLocalServiceWrapper.createUserNotificationDelivery
(long userNotificationDeliveryId) Creates a new user notification delivery with the primary key.UserNotificationDeliveryLocalService.deleteUserNotificationDelivery
(long userNotificationDeliveryId) Deletes the user notification delivery with the primary key from the database.UserNotificationDeliveryLocalService.deleteUserNotificationDelivery
(UserNotificationDelivery userNotificationDelivery) Deletes the user notification delivery from the database.static UserNotificationDelivery
UserNotificationDeliveryLocalServiceUtil.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.UserNotificationDeliveryLocalServiceWrapper.deleteUserNotificationDelivery
(long userNotificationDeliveryId) Deletes the user notification delivery with the primary key from the database.UserNotificationDeliveryLocalServiceWrapper.deleteUserNotificationDelivery
(UserNotificationDelivery userNotificationDelivery) Deletes the user notification delivery from the database.UserNotificationDeliveryLocalService.fetchUserNotificationDelivery
(long userNotificationDeliveryId) UserNotificationDeliveryLocalService.fetchUserNotificationDelivery
(long userId, String portletId, long classNameId, int notificationType, int deliveryType) static UserNotificationDelivery
UserNotificationDeliveryLocalServiceUtil.fetchUserNotificationDelivery
(long userNotificationDeliveryId) static UserNotificationDelivery
UserNotificationDeliveryLocalServiceUtil.fetchUserNotificationDelivery
(long userId, String portletId, long classNameId, int notificationType, int deliveryType) UserNotificationDeliveryLocalServiceWrapper.fetchUserNotificationDelivery
(long userNotificationDeliveryId) UserNotificationDeliveryLocalServiceWrapper.fetchUserNotificationDelivery
(long userId, String portletId, long classNameId, int notificationType, int deliveryType) UserNotificationDeliveryLocalService.getUserNotificationDelivery
(long userNotificationDeliveryId) Returns the user notification delivery with the primary key.UserNotificationDeliveryLocalService.getUserNotificationDelivery
(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean deliver) static UserNotificationDelivery
UserNotificationDeliveryLocalServiceUtil.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) UserNotificationDeliveryLocalServiceWrapper.getUserNotificationDelivery
(long userNotificationDeliveryId) Returns the user notification delivery with the primary key.UserNotificationDeliveryLocalServiceWrapper.getUserNotificationDelivery
(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean deliver) UserNotificationDeliveryLocalService.updateUserNotificationDelivery
(long userNotificationDeliveryId, boolean deliver) UserNotificationDeliveryLocalService.updateUserNotificationDelivery
(UserNotificationDelivery userNotificationDelivery) Updates the user notification delivery in the database or adds it if it does not yet exist.static UserNotificationDelivery
UserNotificationDeliveryLocalServiceUtil.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.UserNotificationDeliveryLocalServiceWrapper.updateUserNotificationDelivery
(long userNotificationDeliveryId, boolean deliver) UserNotificationDeliveryLocalServiceWrapper.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.kernel.service that return types with arguments of type UserNotificationDeliveryModifier and TypeMethodDescriptionUserNotificationDeliveryLocalService.getUserNotificationDeliveries
(int start, int end) Returns a range of all the user notification deliveries.static List<UserNotificationDelivery>
UserNotificationDeliveryLocalServiceUtil.getUserNotificationDeliveries
(int start, int end) Returns a range of all the user notification deliveries.UserNotificationDeliveryLocalServiceWrapper.getUserNotificationDeliveries
(int start, int end) Returns a range of all the user notification deliveries.Methods in com.liferay.portal.kernel.service with parameters of type UserNotificationDeliveryModifier and TypeMethodDescriptionUserNotificationDeliveryLocalService.addUserNotificationDelivery
(UserNotificationDelivery userNotificationDelivery) Adds the user notification delivery to the database.static UserNotificationDelivery
UserNotificationDeliveryLocalServiceUtil.addUserNotificationDelivery
(UserNotificationDelivery userNotificationDelivery) Adds the user notification delivery to the database.UserNotificationDeliveryLocalServiceWrapper.addUserNotificationDelivery
(UserNotificationDelivery userNotificationDelivery) Adds the user notification delivery to the database.UserNotificationDeliveryLocalService.deleteUserNotificationDelivery
(UserNotificationDelivery userNotificationDelivery) Deletes the user notification delivery from the database.static UserNotificationDelivery
UserNotificationDeliveryLocalServiceUtil.deleteUserNotificationDelivery
(UserNotificationDelivery userNotificationDelivery) Deletes the user notification delivery from the database.UserNotificationDeliveryLocalServiceWrapper.deleteUserNotificationDelivery
(UserNotificationDelivery userNotificationDelivery) Deletes the user notification delivery from the database.UserNotificationDeliveryLocalService.updateUserNotificationDelivery
(UserNotificationDelivery userNotificationDelivery) Updates the user notification delivery in the database or adds it if it does not yet exist.static UserNotificationDelivery
UserNotificationDeliveryLocalServiceUtil.updateUserNotificationDelivery
(UserNotificationDelivery userNotificationDelivery) Updates the user notification delivery in the database or adds it if it does not yet exist.UserNotificationDeliveryLocalServiceWrapper.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.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return UserNotificationDeliveryModifier and TypeMethodDescriptionUserNotificationDeliveryPersistence.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.UserNotificationDeliveryPersistence.fetchByPrimaryKey
(long userNotificationDeliveryId) Returns the user notification delivery with the primary key or returnsnull
if it could not be found.static UserNotificationDelivery
UserNotificationDeliveryUtil.fetchByPrimaryKey
(long userNotificationDeliveryId) Returns the user notification delivery with the primary key or returnsnull
if it could not be found.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 returnsnull
if it could not be found.UserNotificationDeliveryPersistence.fetchByU_P_C_N_D
(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean useFinderCache) Returns the user notification delivery where userId = ? and portletId = ? and classNameId = ? and notificationType = ? and deliveryType = ? or returnsnull
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) Returns the user notification delivery where userId = ? and portletId = ? and classNameId = ? and notificationType = ? and deliveryType = ? or returnsnull
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 useFinderCache) Returns the user notification delivery where userId = ? and portletId = ? and classNameId = ? and notificationType = ? and deliveryType = ? or returnsnull
if it could not be found, optionally using the finder cache.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 = ?.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 = ?.UserNotificationDeliveryPersistence.findByPrimaryKey
(long userNotificationDeliveryId) Returns the user notification delivery with the primary key or throws aNoSuchUserNotificationDeliveryException
if it could not be found.static UserNotificationDelivery
UserNotificationDeliveryUtil.findByPrimaryKey
(long userNotificationDeliveryId) Returns the user notification delivery with the primary key or throws aNoSuchUserNotificationDeliveryException
if it could not be found.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 aNoSuchUserNotificationDeliveryException
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 aNoSuchUserNotificationDeliveryException
if it could not be found.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 = ?.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 = ?.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 = ?.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.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) UserNotificationDeliveryPersistence.updateImpl
(UserNotificationDelivery userNotificationDelivery) static UserNotificationDelivery
UserNotificationDeliveryUtil.updateImpl
(UserNotificationDelivery userNotificationDelivery) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type UserNotificationDeliveryModifier and TypeMethodDescriptionstatic Map<Serializable,
UserNotificationDelivery> UserNotificationDeliveryUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) UserNotificationDeliveryPersistence.findAll()
Returns all the user notification deliveries.UserNotificationDeliveryPersistence.findAll
(int start, int end) Returns a range of all the user notification deliveries.UserNotificationDeliveryPersistence.findAll
(int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator) Returns an ordered range of all the user notification deliveries.UserNotificationDeliveryPersistence.findAll
(int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification deliveries.static List<UserNotificationDelivery>
UserNotificationDeliveryUtil.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.static List<UserNotificationDelivery>
UserNotificationDeliveryUtil.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 useFinderCache) Returns an ordered range of all the user notification deliveries.UserNotificationDeliveryPersistence.findByUserId
(long userId) Returns all the user notification deliveries where userId = ?.UserNotificationDeliveryPersistence.findByUserId
(long userId, int start, int end) Returns a range of all the user notification deliveries where userId = ?.UserNotificationDeliveryPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator) Returns an ordered range of all the user notification deliveries where userId = ?.UserNotificationDeliveryPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification deliveries where userId = ?.static List<UserNotificationDelivery>
UserNotificationDeliveryUtil.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 = ?.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 = ?.static List<UserNotificationDelivery>
UserNotificationDeliveryUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator, boolean useFinderCache) 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.kernel.service.persistence with parameters of type UserNotificationDeliveryModifier and TypeMethodDescriptionvoid
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) UserNotificationDeliveryPersistence.updateImpl
(UserNotificationDelivery userNotificationDelivery) static UserNotificationDelivery
UserNotificationDeliveryUtil.updateImpl
(UserNotificationDelivery userNotificationDelivery) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type UserNotificationDeliveryModifier and TypeMethodDescriptionvoid
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.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 = ?.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 = ?.UserNotificationDeliveryPersistence.findAll
(int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator) Returns an ordered range of all the user notification deliveries.UserNotificationDeliveryPersistence.findAll
(int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator, boolean useFinderCache) 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.static List<UserNotificationDelivery>
UserNotificationDeliveryUtil.findAll
(int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification deliveries.UserNotificationDeliveryPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator) Returns an ordered range of all the user notification deliveries where userId = ?.UserNotificationDeliveryPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator, boolean useFinderCache) 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 = ?.static List<UserNotificationDelivery>
UserNotificationDeliveryUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification deliveries where userId = ?.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 = ?.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 = ?.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 = ?.static List<UserNotificationDelivery>
UserNotificationDeliveryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator)