Uses of Class
com.liferay.portal.kernel.exception.NoSuchUserNotificationDeliveryException
Packages that use NoSuchUserNotificationDeliveryException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchUserNotificationDeliveryException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchUserNotificationDeliveryExceptionModifier and TypeMethodDescriptionUserNotificationDeliveryPersistence.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.