Uses of Interface
com.liferay.announcements.kernel.model.AnnouncementsDelivery
Packages that use AnnouncementsDelivery
Package
Description
-
Uses of AnnouncementsDelivery in com.liferay.announcements.kernel.model
Classes in com.liferay.announcements.kernel.model that implement AnnouncementsDeliveryFields in com.liferay.announcements.kernel.model with type parameters of type AnnouncementsDeliveryModifier and TypeFieldDescriptionstatic final Accessor<AnnouncementsDelivery,Long> AnnouncementsDelivery.DELIVERY_ID_ACCESSORMethods in com.liferay.announcements.kernel.model that return AnnouncementsDeliveryModifier and TypeMethodDescriptionAnnouncementsDeliveryModel.cloneWithOriginalValues()AnnouncementsDeliveryWrapper.cloneWithOriginalValues()Methods in com.liferay.announcements.kernel.model that return types with arguments of type AnnouncementsDeliveryModifier and TypeMethodDescriptionAnnouncementsDeliveryWrapper.getAttributeGetterFunctions()AnnouncementsDeliveryWrapper.getAttributeSetterBiConsumers()Methods in com.liferay.announcements.kernel.model with parameters of type AnnouncementsDeliveryModifier and TypeMethodDescriptionprotected AnnouncementsDeliveryWrapperAnnouncementsDeliveryWrapper.wrap(AnnouncementsDelivery announcementsDelivery) Constructors in com.liferay.announcements.kernel.model with parameters of type AnnouncementsDeliveryModifierConstructorDescriptionAnnouncementsDeliveryWrapper(AnnouncementsDelivery announcementsDelivery) -
Uses of AnnouncementsDelivery in com.liferay.announcements.kernel.service
Methods in com.liferay.announcements.kernel.service that return AnnouncementsDeliveryModifier and TypeMethodDescriptionAnnouncementsDeliveryLocalService.addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) Adds the announcements delivery to the database.static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) Adds the announcements delivery to the database.AnnouncementsDeliveryLocalServiceWrapper.addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) Adds the announcements delivery to the database.AnnouncementsDeliveryLocalService.addUserDelivery(long userId, String type) static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.addUserDelivery(long userId, String type) AnnouncementsDeliveryLocalServiceWrapper.addUserDelivery(long userId, String type) AnnouncementsDeliveryLocalService.createAnnouncementsDelivery(long deliveryId) Creates a new announcements delivery with the primary key.static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.createAnnouncementsDelivery(long deliveryId) Creates a new announcements delivery with the primary key.AnnouncementsDeliveryLocalServiceWrapper.createAnnouncementsDelivery(long deliveryId) Creates a new announcements delivery with the primary key.AnnouncementsDeliveryLocalService.deleteAnnouncementsDelivery(long deliveryId) Deletes the announcements delivery with the primary key from the database.AnnouncementsDeliveryLocalService.deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) Deletes the announcements delivery from the database.static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.deleteAnnouncementsDelivery(long deliveryId) Deletes the announcements delivery with the primary key from the database.static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) Deletes the announcements delivery from the database.AnnouncementsDeliveryLocalServiceWrapper.deleteAnnouncementsDelivery(long deliveryId) Deletes the announcements delivery with the primary key from the database.AnnouncementsDeliveryLocalServiceWrapper.deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) Deletes the announcements delivery from the database.AnnouncementsDeliveryLocalService.fetchAnnouncementsDelivery(long deliveryId) static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.fetchAnnouncementsDelivery(long deliveryId) AnnouncementsDeliveryLocalServiceWrapper.fetchAnnouncementsDelivery(long deliveryId) AnnouncementsDeliveryLocalService.getAnnouncementsDelivery(long deliveryId) Returns the announcements delivery with the primary key.static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.getAnnouncementsDelivery(long deliveryId) Returns the announcements delivery with the primary key.AnnouncementsDeliveryLocalServiceWrapper.getAnnouncementsDelivery(long deliveryId) Returns the announcements delivery with the primary key.AnnouncementsDeliveryLocalService.getDelivery(long deliveryId) static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.getDelivery(long deliveryId) AnnouncementsDeliveryLocalServiceWrapper.getDelivery(long deliveryId) AnnouncementsDeliveryLocalService.getUserDelivery(long userId, String type) static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.getUserDelivery(long userId, String type) AnnouncementsDeliveryLocalServiceWrapper.getUserDelivery(long userId, String type) AnnouncementsDeliveryLocalService.updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) Updates the announcements delivery in the database or adds it if it does not yet exist.static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) Updates the announcements delivery in the database or adds it if it does not yet exist.AnnouncementsDeliveryLocalServiceWrapper.updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) Updates the announcements delivery in the database or adds it if it does not yet exist.AnnouncementsDeliveryLocalService.updateDelivery(long userId, String type, boolean email, boolean sms) static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.updateDelivery(long userId, String type, boolean email, boolean sms) AnnouncementsDeliveryLocalServiceWrapper.updateDelivery(long userId, String type, boolean email, boolean sms) AnnouncementsDeliveryService.updateDelivery(long userId, String type, boolean email, boolean sms) static AnnouncementsDeliveryAnnouncementsDeliveryServiceUtil.updateDelivery(long userId, String type, boolean email, boolean sms) AnnouncementsDeliveryServiceWrapper.updateDelivery(long userId, String type, boolean email, boolean sms) Methods in com.liferay.announcements.kernel.service that return types with arguments of type AnnouncementsDeliveryModifier and TypeMethodDescriptionAnnouncementsDeliveryLocalService.getAnnouncementsDeliveries(int start, int end) Returns a range of all the announcements deliveries.static List<AnnouncementsDelivery>AnnouncementsDeliveryLocalServiceUtil.getAnnouncementsDeliveries(int start, int end) Returns a range of all the announcements deliveries.AnnouncementsDeliveryLocalServiceWrapper.getAnnouncementsDeliveries(int start, int end) Returns a range of all the announcements deliveries.AnnouncementsDeliveryLocalService.getCTPersistence()AnnouncementsDeliveryLocalServiceWrapper.getCTPersistence()AnnouncementsDeliveryLocalService.getModelClass()AnnouncementsDeliveryLocalServiceWrapper.getModelClass()AnnouncementsDeliveryLocalService.getUserDeliveries(long userId) static List<AnnouncementsDelivery>AnnouncementsDeliveryLocalServiceUtil.getUserDeliveries(long userId) AnnouncementsDeliveryLocalServiceWrapper.getUserDeliveries(long userId) Methods in com.liferay.announcements.kernel.service with parameters of type AnnouncementsDeliveryModifier and TypeMethodDescriptionAnnouncementsDeliveryLocalService.addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) Adds the announcements delivery to the database.static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) Adds the announcements delivery to the database.AnnouncementsDeliveryLocalServiceWrapper.addAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) Adds the announcements delivery to the database.AnnouncementsDeliveryLocalService.deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) Deletes the announcements delivery from the database.static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) Deletes the announcements delivery from the database.AnnouncementsDeliveryLocalServiceWrapper.deleteAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) Deletes the announcements delivery from the database.voidAnnouncementsDeliveryLocalService.deleteDelivery(AnnouncementsDelivery delivery) static voidAnnouncementsDeliveryLocalServiceUtil.deleteDelivery(AnnouncementsDelivery delivery) voidAnnouncementsDeliveryLocalServiceWrapper.deleteDelivery(AnnouncementsDelivery delivery) AnnouncementsDeliveryLocalService.updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) Updates the announcements delivery in the database or adds it if it does not yet exist.static AnnouncementsDeliveryAnnouncementsDeliveryLocalServiceUtil.updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) Updates the announcements delivery in the database or adds it if it does not yet exist.AnnouncementsDeliveryLocalServiceWrapper.updateAnnouncementsDelivery(AnnouncementsDelivery announcementsDelivery) Updates the announcements delivery in the database or adds it if it does not yet exist.Method parameters in com.liferay.announcements.kernel.service with type arguments of type AnnouncementsDeliveryModifier and TypeMethodDescription<R,E extends Throwable>
RAnnouncementsDeliveryLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<AnnouncementsDelivery>, R, E> updateUnsafeFunction) <R,E extends Throwable>
RAnnouncementsDeliveryLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<AnnouncementsDelivery>, R, E> updateUnsafeFunction) -
Uses of AnnouncementsDelivery in com.liferay.announcements.kernel.service.persistence
Methods in com.liferay.announcements.kernel.service.persistence that return AnnouncementsDeliveryModifier and TypeMethodDescriptionAnnouncementsDeliveryPersistence.create(long deliveryId) Creates a new announcements delivery with the primary key.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.create(long deliveryId) Creates a new announcements delivery with the primary key.AnnouncementsDeliveryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where companyId = ?.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where companyId = ?.AnnouncementsDeliveryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where companyId = ?.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where companyId = ?.AnnouncementsDeliveryPersistence.fetchByPrimaryKey(long deliveryId) Returns the announcements delivery with the primary key or returnsnullif it could not be found.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.fetchByPrimaryKey(long deliveryId) Returns the announcements delivery with the primary key or returnsnullif it could not be found.AnnouncementsDeliveryPersistence.fetchByU_T(long userId, String type) Returns the announcements delivery where userId = ? and type = ? or returnsnullif it could not be found.AnnouncementsDeliveryPersistence.fetchByU_T(long userId, String type, boolean useFinderCache) Returns the announcements delivery where userId = ? and type = ? or returnsnullif it could not be found, optionally using the finder cache.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.fetchByU_T(long userId, String type) Returns the announcements delivery where userId = ? and type = ? or returnsnullif it could not be found.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.fetchByU_T(long userId, String type, boolean useFinderCache) Returns the announcements delivery where userId = ? and type = ? or returnsnullif it could not be found, optionally using the finder cache.AnnouncementsDeliveryPersistence.fetchByUserId_First(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where userId = ?.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.fetchByUserId_First(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where userId = ?.AnnouncementsDeliveryPersistence.fetchByUserId_Last(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where userId = ?.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.fetchByUserId_Last(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where userId = ?.AnnouncementsDeliveryPersistence.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.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.update(AnnouncementsDelivery announcementsDelivery) static AnnouncementsDeliveryAnnouncementsDeliveryUtil.update(AnnouncementsDelivery announcementsDelivery, ServiceContext serviceContext) AnnouncementsDeliveryPersistence.updateImpl(AnnouncementsDelivery announcementsDelivery) static AnnouncementsDeliveryAnnouncementsDeliveryUtil.updateImpl(AnnouncementsDelivery announcementsDelivery) Methods in com.liferay.announcements.kernel.service.persistence that return types with arguments of type AnnouncementsDeliveryModifier and TypeMethodDescriptionstatic Map<Serializable,AnnouncementsDelivery> AnnouncementsDeliveryUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) AnnouncementsDeliveryPersistence.findAll()Returns all the announcements deliveries.AnnouncementsDeliveryPersistence.findAll(int start, int end) Returns a range of all the announcements deliveries.AnnouncementsDeliveryPersistence.findAll(int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns an ordered range of all the announcements deliveries.AnnouncementsDeliveryPersistence.findAll(int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements deliveries.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findAll()Returns all the announcements deliveries.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findAll(int start, int end) Returns a range of all the announcements deliveries.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findAll(int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns an ordered range of all the announcements deliveries.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findAll(int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements deliveries.AnnouncementsDeliveryPersistence.findByCompanyId(long companyId) Returns all the announcements deliveries where companyId = ?.AnnouncementsDeliveryPersistence.findByCompanyId(long companyId, int start, int end) Returns a range of all the announcements deliveries where companyId = ?.AnnouncementsDeliveryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns an ordered range of all the announcements deliveries where companyId = ?.AnnouncementsDeliveryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements deliveries where companyId = ?.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findByCompanyId(long companyId) Returns all the announcements deliveries where companyId = ?.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findByCompanyId(long companyId, int start, int end) Returns a range of all the announcements deliveries where companyId = ?.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns an ordered range of all the announcements deliveries where companyId = ?.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements deliveries where companyId = ?.AnnouncementsDeliveryPersistence.findByUserId(long userId) Returns all the announcements deliveries where userId = ?.AnnouncementsDeliveryPersistence.findByUserId(long userId, int start, int end) Returns a range of all the announcements deliveries where userId = ?.AnnouncementsDeliveryPersistence.findByUserId(long userId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns an ordered range of all the announcements deliveries where userId = ?.AnnouncementsDeliveryPersistence.findByUserId(long userId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements deliveries where userId = ?.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findByUserId(long userId) Returns all the announcements deliveries where userId = ?.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findByUserId(long userId, int start, int end) Returns a range of all the announcements deliveries where userId = ?.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findByUserId(long userId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns an ordered range of all the announcements deliveries where userId = ?.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findByUserId(long userId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements deliveries where userId = ?.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Methods in com.liferay.announcements.kernel.service.persistence with parameters of type AnnouncementsDeliveryModifier and TypeMethodDescriptionvoidAnnouncementsDeliveryPersistence.cacheResult(AnnouncementsDelivery announcementsDelivery) Caches the announcements delivery in the entity cache if it is enabled.static voidAnnouncementsDeliveryUtil.cacheResult(AnnouncementsDelivery announcementsDelivery) Caches the announcements delivery in the entity cache if it is enabled.static voidAnnouncementsDeliveryUtil.clearCache(AnnouncementsDelivery announcementsDelivery) static AnnouncementsDeliveryAnnouncementsDeliveryUtil.update(AnnouncementsDelivery announcementsDelivery) static AnnouncementsDeliveryAnnouncementsDeliveryUtil.update(AnnouncementsDelivery announcementsDelivery, ServiceContext serviceContext) AnnouncementsDeliveryPersistence.updateImpl(AnnouncementsDelivery announcementsDelivery) static AnnouncementsDeliveryAnnouncementsDeliveryUtil.updateImpl(AnnouncementsDelivery announcementsDelivery) Method parameters in com.liferay.announcements.kernel.service.persistence with type arguments of type AnnouncementsDeliveryModifier and TypeMethodDescriptionvoidAnnouncementsDeliveryPersistence.cacheResult(List<AnnouncementsDelivery> announcementsDeliveries) Caches the announcements deliveries in the entity cache if it is enabled.static voidAnnouncementsDeliveryUtil.cacheResult(List<AnnouncementsDelivery> announcementsDeliveries) Caches the announcements deliveries in the entity cache if it is enabled.AnnouncementsDeliveryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where companyId = ?.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where companyId = ?.AnnouncementsDeliveryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where companyId = ?.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where companyId = ?.AnnouncementsDeliveryPersistence.fetchByUserId_First(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where userId = ?.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.fetchByUserId_First(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where userId = ?.AnnouncementsDeliveryPersistence.fetchByUserId_Last(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where userId = ?.static AnnouncementsDeliveryAnnouncementsDeliveryUtil.fetchByUserId_Last(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where userId = ?.AnnouncementsDeliveryPersistence.findAll(int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns an ordered range of all the announcements deliveries.AnnouncementsDeliveryPersistence.findAll(int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements deliveries.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findAll(int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns an ordered range of all the announcements deliveries.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findAll(int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements deliveries.AnnouncementsDeliveryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns an ordered range of all the announcements deliveries where companyId = ?.AnnouncementsDeliveryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements deliveries where companyId = ?.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns an ordered range of all the announcements deliveries where companyId = ?.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements deliveries where companyId = ?.AnnouncementsDeliveryPersistence.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.findByUserId(long userId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns an ordered range of all the announcements deliveries where userId = ?.AnnouncementsDeliveryPersistence.findByUserId(long userId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements deliveries where userId = ?.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findByUserId(long userId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns an ordered range of all the announcements deliveries where userId = ?.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findByUserId(long userId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements deliveries where userId = ?.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 = ?.static List<AnnouncementsDelivery>AnnouncementsDeliveryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator)