Uses of Class
com.liferay.announcements.kernel.exception.NoSuchDeliveryException
Packages that use NoSuchDeliveryException
-
Uses of NoSuchDeliveryException in com.liferay.announcements.kernel.service.persistence
Methods in com.liferay.announcements.kernel.service.persistence that throw NoSuchDeliveryExceptionModifier and TypeMethodDescriptionAnnouncementsDeliveryPersistence.findByCompanyId_First(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where companyId = ?.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.findByCompanyId_First(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where companyId = ?.AnnouncementsDeliveryPersistence.findByCompanyId_Last(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where companyId = ?.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.findByCompanyId_Last(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where companyId = ?.AnnouncementsDeliveryPersistence.findByCompanyId_PrevAndNext(long deliveryId, long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the announcements deliveries before and after the current announcements delivery in the ordered set where companyId = ?.static AnnouncementsDelivery[]AnnouncementsDeliveryUtil.findByCompanyId_PrevAndNext(long deliveryId, long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the announcements deliveries before and after the current announcements delivery in the ordered set where companyId = ?.AnnouncementsDeliveryPersistence.findByPrimaryKey(long deliveryId) Returns the announcements delivery with the primary key or throws aNoSuchDeliveryExceptionif it could not be found.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.findByPrimaryKey(long deliveryId) Returns the announcements delivery with the primary key or throws aNoSuchDeliveryExceptionif it could not be found.Returns the announcements delivery where userId = ? and type = ? or throws aNoSuchDeliveryExceptionif it could not be found.static AnnouncementsDeliveryReturns the announcements delivery where userId = ? and type = ? or throws aNoSuchDeliveryExceptionif it could not be found.AnnouncementsDeliveryPersistence.findByUserId_First(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where userId = ?.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.findByUserId_First(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where userId = ?.AnnouncementsDeliveryPersistence.findByUserId_Last(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where userId = ?.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.findByUserId_Last(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where userId = ?.AnnouncementsDeliveryPersistence.findByUserId_PrevAndNext(long deliveryId, long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the announcements deliveries before and after the current announcements delivery in the ordered set where userId = ?.static AnnouncementsDelivery[]AnnouncementsDeliveryUtil.findByUserId_PrevAndNext(long deliveryId, long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the announcements deliveries before and after the current announcements delivery in the ordered set where userId = ?.AnnouncementsDeliveryPersistence.remove(long deliveryId) Removes the announcements delivery with the primary key from the database.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.remove(long deliveryId) Removes the announcements delivery with the primary key from the database.AnnouncementsDeliveryPersistence.removeByU_T(long userId, String type) Removes the announcements delivery where userId = ? and type = ? from the database.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.removeByU_T(long userId, String type) Removes the announcements delivery where userId = ? and type = ? from the database.