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_ACCESSORMethods 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 UserNotificationDeliveryWrapperUserNotificationDeliveryWrapper.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 UserNotificationDeliveryUserNotificationDeliveryLocalServiceUtil.addUserNotificationDelivery(long userId, String portletId, long classNameId, int notificationType, int deliveryType, boolean deliver) static UserNotificationDeliveryUserNotificationDeliveryLocalServiceUtil.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 UserNotificationDeliveryUserNotificationDeliveryLocalServiceUtil.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 UserNotificationDeliveryUserNotificationDeliveryLocalServiceUtil.deleteUserNotificationDelivery(long userNotificationDeliveryId) Deletes the user notification delivery with the primary key from the database.static UserNotificationDeliveryUserNotificationDeliveryLocalServiceUtil.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 UserNotificationDeliveryUserNotificationDeliveryLocalServiceUtil.fetchUserNotificationDelivery(long userNotificationDeliveryId) static UserNotificationDeliveryUserNotificationDeliveryLocalServiceUtil.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 UserNotificationDeliveryUserNotificationDeliveryLocalServiceUtil.getUserNotificationDelivery(long userNotificationDeliveryId) Returns the user notification delivery with the primary key.static UserNotificationDeliveryUserNotificationDeliveryLocalServiceUtil.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 UserNotificationDeliveryUserNotificationDeliveryLocalServiceUtil.updateUserNotificationDelivery(long userNotificationDeliveryId, boolean deliver) static UserNotificationDeliveryUserNotificationDeliveryLocalServiceUtil.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 UserNotificationDeliveryUserNotificationDeliveryLocalServiceUtil.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 UserNotificationDeliveryUserNotificationDeliveryLocalServiceUtil.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 UserNotificationDeliveryUserNotificationDeliveryLocalServiceUtil.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 UserNotificationDeliveryUserNotificationDeliveryUtil.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 returnsnullif it could not be found.static UserNotificationDeliveryUserNotificationDeliveryUtil.fetchByPrimaryKey(long userNotificationDeliveryId) Returns the user notification delivery with the primary key or returnsnullif 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 returnsnullif 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 returnsnullif it could not be found, optionally using the finder cache.static UserNotificationDeliveryUserNotificationDeliveryUtil.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 returnsnullif it could not be found.static UserNotificationDeliveryUserNotificationDeliveryUtil.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 returnsnullif 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 UserNotificationDeliveryUserNotificationDeliveryUtil.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 UserNotificationDeliveryUserNotificationDeliveryUtil.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 aNoSuchUserNotificationDeliveryExceptionif it could not be found.static UserNotificationDeliveryUserNotificationDeliveryUtil.findByPrimaryKey(long userNotificationDeliveryId) Returns the user notification delivery with the primary key or throws aNoSuchUserNotificationDeliveryExceptionif 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 aNoSuchUserNotificationDeliveryExceptionif it could not be found.static UserNotificationDeliveryUserNotificationDeliveryUtil.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 aNoSuchUserNotificationDeliveryExceptionif 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 UserNotificationDeliveryUserNotificationDeliveryUtil.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 UserNotificationDeliveryUserNotificationDeliveryUtil.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 UserNotificationDeliveryUserNotificationDeliveryUtil.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 UserNotificationDeliveryUserNotificationDeliveryUtil.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 UserNotificationDeliveryUserNotificationDeliveryUtil.update(UserNotificationDelivery userNotificationDelivery) static UserNotificationDeliveryUserNotificationDeliveryUtil.update(UserNotificationDelivery userNotificationDelivery, ServiceContext serviceContext) UserNotificationDeliveryPersistence.updateImpl(UserNotificationDelivery userNotificationDelivery) static UserNotificationDeliveryUserNotificationDeliveryUtil.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 TypeMethodDescriptionvoidUserNotificationDeliveryPersistence.cacheResult(UserNotificationDelivery userNotificationDelivery) Caches the user notification delivery in the entity cache if it is enabled.static voidUserNotificationDeliveryUtil.cacheResult(UserNotificationDelivery userNotificationDelivery) Caches the user notification delivery in the entity cache if it is enabled.static voidUserNotificationDeliveryUtil.clearCache(UserNotificationDelivery userNotificationDelivery) static UserNotificationDeliveryUserNotificationDeliveryUtil.update(UserNotificationDelivery userNotificationDelivery) static UserNotificationDeliveryUserNotificationDeliveryUtil.update(UserNotificationDelivery userNotificationDelivery, ServiceContext serviceContext) UserNotificationDeliveryPersistence.updateImpl(UserNotificationDelivery userNotificationDelivery) static UserNotificationDeliveryUserNotificationDeliveryUtil.updateImpl(UserNotificationDelivery userNotificationDelivery) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type UserNotificationDeliveryModifier and TypeMethodDescriptionvoidUserNotificationDeliveryPersistence.cacheResult(List<UserNotificationDelivery> userNotificationDeliveries) Caches the user notification deliveries in the entity cache if it is enabled.static voidUserNotificationDeliveryUtil.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 UserNotificationDeliveryUserNotificationDeliveryUtil.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 UserNotificationDeliveryUserNotificationDeliveryUtil.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 UserNotificationDeliveryUserNotificationDeliveryUtil.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 UserNotificationDeliveryUserNotificationDeliveryUtil.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)