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_ACCESSOR
Methods 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 AnnouncementsDeliveryWrapper
AnnouncementsDeliveryWrapper.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 AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.deleteAnnouncementsDelivery
(long deliveryId) Deletes the announcements delivery with the primary key from the database.static AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.fetchAnnouncementsDelivery
(long deliveryId) AnnouncementsDeliveryLocalServiceWrapper.fetchAnnouncementsDelivery
(long deliveryId) AnnouncementsDeliveryLocalService.getAnnouncementsDelivery
(long deliveryId) Returns the announcements delivery with the primary key.static AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.getDelivery
(long deliveryId) AnnouncementsDeliveryLocalServiceWrapper.getDelivery
(long deliveryId) AnnouncementsDeliveryLocalService.getUserDelivery
(long userId, String type) static AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryServiceUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.deleteAnnouncementsDelivery
(AnnouncementsDelivery announcementsDelivery) Deletes the announcements delivery from the database.AnnouncementsDeliveryLocalServiceWrapper.deleteAnnouncementsDelivery
(AnnouncementsDelivery announcementsDelivery) Deletes the announcements delivery from the database.void
AnnouncementsDeliveryLocalService.deleteDelivery
(AnnouncementsDelivery delivery) static void
AnnouncementsDeliveryLocalServiceUtil.deleteDelivery
(AnnouncementsDelivery delivery) void
AnnouncementsDeliveryLocalServiceWrapper.deleteDelivery
(AnnouncementsDelivery delivery) AnnouncementsDeliveryLocalService.updateAnnouncementsDelivery
(AnnouncementsDelivery announcementsDelivery) Updates the announcements delivery in the database or adds it if it does not yet exist.static AnnouncementsDelivery
AnnouncementsDeliveryLocalServiceUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryUtil.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 returnsnull
if it could not be found.static AnnouncementsDelivery
AnnouncementsDeliveryUtil.fetchByPrimaryKey
(long deliveryId) Returns the announcements delivery with the primary key or returnsnull
if it could not be found.AnnouncementsDeliveryPersistence.fetchByU_T
(long userId, String type) Returns the announcements delivery where userId = ? and type = ? or returnsnull
if it could not be found.AnnouncementsDeliveryPersistence.fetchByU_T
(long userId, String type, boolean useFinderCache) Returns the announcements delivery where userId = ? and type = ? or returnsnull
if it could not be found, optionally using the finder cache.static AnnouncementsDelivery
AnnouncementsDeliveryUtil.fetchByU_T
(long userId, String type) Returns the announcements delivery where userId = ? and type = ? or returnsnull
if it could not be found.static AnnouncementsDelivery
AnnouncementsDeliveryUtil.fetchByU_T
(long userId, String type, boolean useFinderCache) Returns the announcements delivery where userId = ? and type = ? or returnsnull
if 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 AnnouncementsDelivery
AnnouncementsDeliveryUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryUtil.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 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.static AnnouncementsDelivery
AnnouncementsDeliveryUtil.update
(AnnouncementsDelivery announcementsDelivery) static AnnouncementsDelivery
AnnouncementsDeliveryUtil.update
(AnnouncementsDelivery announcementsDelivery, ServiceContext serviceContext) AnnouncementsDeliveryPersistence.updateImpl
(AnnouncementsDelivery announcementsDelivery) static AnnouncementsDelivery
AnnouncementsDeliveryUtil.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 TypeMethodDescriptionvoid
AnnouncementsDeliveryPersistence.cacheResult
(AnnouncementsDelivery announcementsDelivery) Caches the announcements delivery in the entity cache if it is enabled.static void
AnnouncementsDeliveryUtil.cacheResult
(AnnouncementsDelivery announcementsDelivery) Caches the announcements delivery in the entity cache if it is enabled.static void
AnnouncementsDeliveryUtil.clearCache
(AnnouncementsDelivery announcementsDelivery) static AnnouncementsDelivery
AnnouncementsDeliveryUtil.update
(AnnouncementsDelivery announcementsDelivery) static AnnouncementsDelivery
AnnouncementsDeliveryUtil.update
(AnnouncementsDelivery announcementsDelivery, ServiceContext serviceContext) AnnouncementsDeliveryPersistence.updateImpl
(AnnouncementsDelivery announcementsDelivery) static AnnouncementsDelivery
AnnouncementsDeliveryUtil.updateImpl
(AnnouncementsDelivery announcementsDelivery) Method parameters in com.liferay.announcements.kernel.service.persistence with type arguments of type AnnouncementsDeliveryModifier and TypeMethodDescriptionvoid
AnnouncementsDeliveryPersistence.cacheResult
(List<AnnouncementsDelivery> announcementsDeliveries) Caches the announcements deliveries in the entity cache if it is enabled.static void
AnnouncementsDeliveryUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryUtil.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 AnnouncementsDelivery
AnnouncementsDeliveryUtil.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 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.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 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 = ?.static List<AnnouncementsDelivery>
AnnouncementsDeliveryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator)