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 AnnouncementsDelivery
AnnouncementsDeliveryUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryUtil.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 aNoSuchDeliveryException
if it could not be found.static AnnouncementsDelivery
AnnouncementsDeliveryUtil.findByPrimaryKey
(long deliveryId) Returns the announcements delivery with the primary key or throws aNoSuchDeliveryException
if it could not be found.Returns the announcements delivery where userId = ? and type = ? or throws aNoSuchDeliveryException
if it could not be found.static AnnouncementsDelivery
Returns the announcements delivery where userId = ? and type = ? or throws aNoSuchDeliveryException
if 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 AnnouncementsDelivery
AnnouncementsDeliveryUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryUtil.removeByU_T
(long userId, String type) Removes the announcements delivery where userId = ? and type = ? from the database.