Uses of Interface
com.liferay.announcements.kernel.model.AnnouncementsEntry
Packages that use AnnouncementsEntry
Package
Description
-
Uses of AnnouncementsEntry in com.liferay.announcements.kernel.model
Classes in com.liferay.announcements.kernel.model that implement AnnouncementsEntryFields in com.liferay.announcements.kernel.model with type parameters of type AnnouncementsEntryModifier and TypeFieldDescriptionstatic final Accessor<AnnouncementsEntry,
Long> AnnouncementsEntry.ENTRY_ID_ACCESSOR
Methods in com.liferay.announcements.kernel.model that return AnnouncementsEntryModifier and TypeMethodDescriptionAnnouncementsEntryModel.cloneWithOriginalValues()
AnnouncementsEntryWrapper.cloneWithOriginalValues()
Methods in com.liferay.announcements.kernel.model that return types with arguments of type AnnouncementsEntryModifier and TypeMethodDescriptionAnnouncementsEntryWrapper.getAttributeGetterFunctions()
AnnouncementsEntryWrapper.getAttributeSetterBiConsumers()
Methods in com.liferay.announcements.kernel.model with parameters of type AnnouncementsEntryModifier and TypeMethodDescriptionprotected AnnouncementsEntryWrapper
AnnouncementsEntryWrapper.wrap
(AnnouncementsEntry announcementsEntry) Constructors in com.liferay.announcements.kernel.model with parameters of type AnnouncementsEntry -
Uses of AnnouncementsEntry in com.liferay.announcements.kernel.service
Methods in com.liferay.announcements.kernel.service that return AnnouncementsEntryModifier and TypeMethodDescriptionAnnouncementsEntryLocalService.addAnnouncementsEntry
(AnnouncementsEntry announcementsEntry) Adds the announcements entry to the database.static AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.addAnnouncementsEntry
(AnnouncementsEntry announcementsEntry) Adds the announcements entry to the database.AnnouncementsEntryLocalServiceWrapper.addAnnouncementsEntry
(AnnouncementsEntry announcementsEntry) Adds the announcements entry to the database.AnnouncementsEntryLocalService.addEntry
(long userId, long classNameId, long classPK, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority, boolean alert) static AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.addEntry
(long userId, long classNameId, long classPK, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority, boolean alert) AnnouncementsEntryLocalServiceWrapper.addEntry
(long userId, long classNameId, long classPK, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority, boolean alert) AnnouncementsEntryService.addEntry
(long classNameId, long classPK, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority, boolean alert) static AnnouncementsEntry
AnnouncementsEntryServiceUtil.addEntry
(long classNameId, long classPK, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority, boolean alert) AnnouncementsEntryServiceWrapper.addEntry
(long classNameId, long classPK, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority, boolean alert) AnnouncementsEntryLocalService.createAnnouncementsEntry
(long entryId) Creates a new announcements entry with the primary key.static AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.createAnnouncementsEntry
(long entryId) Creates a new announcements entry with the primary key.AnnouncementsEntryLocalServiceWrapper.createAnnouncementsEntry
(long entryId) Creates a new announcements entry with the primary key.AnnouncementsEntryLocalService.deleteAnnouncementsEntry
(long entryId) Deletes the announcements entry with the primary key from the database.AnnouncementsEntryLocalService.deleteAnnouncementsEntry
(AnnouncementsEntry announcementsEntry) Deletes the announcements entry from the database.static AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.deleteAnnouncementsEntry
(long entryId) Deletes the announcements entry with the primary key from the database.static AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.deleteAnnouncementsEntry
(AnnouncementsEntry announcementsEntry) Deletes the announcements entry from the database.AnnouncementsEntryLocalServiceWrapper.deleteAnnouncementsEntry
(long entryId) Deletes the announcements entry with the primary key from the database.AnnouncementsEntryLocalServiceWrapper.deleteAnnouncementsEntry
(AnnouncementsEntry announcementsEntry) Deletes the announcements entry from the database.AnnouncementsEntryLocalService.fetchAnnouncementsEntry
(long entryId) static AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.fetchAnnouncementsEntry
(long entryId) AnnouncementsEntryLocalServiceWrapper.fetchAnnouncementsEntry
(long entryId) AnnouncementsEntryLocalService.fetchAnnouncementsEntryByUuidAndCompanyId
(String uuid, long companyId) Returns the announcements entry with the matching UUID and company.static AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.fetchAnnouncementsEntryByUuidAndCompanyId
(String uuid, long companyId) Returns the announcements entry with the matching UUID and company.AnnouncementsEntryLocalServiceWrapper.fetchAnnouncementsEntryByUuidAndCompanyId
(String uuid, long companyId) Returns the announcements entry with the matching UUID and company.AnnouncementsEntryLocalService.getAnnouncementsEntry
(long entryId) Returns the announcements entry with the primary key.static AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.getAnnouncementsEntry
(long entryId) Returns the announcements entry with the primary key.AnnouncementsEntryLocalServiceWrapper.getAnnouncementsEntry
(long entryId) Returns the announcements entry with the primary key.AnnouncementsEntryLocalService.getAnnouncementsEntryByUuidAndCompanyId
(String uuid, long companyId) Returns the announcements entry with the matching UUID and company.static AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.getAnnouncementsEntryByUuidAndCompanyId
(String uuid, long companyId) Returns the announcements entry with the matching UUID and company.AnnouncementsEntryLocalServiceWrapper.getAnnouncementsEntryByUuidAndCompanyId
(String uuid, long companyId) Returns the announcements entry with the matching UUID and company.AnnouncementsEntryLocalService.getEntry
(long entryId) static AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.getEntry
(long entryId) AnnouncementsEntryLocalServiceWrapper.getEntry
(long entryId) AnnouncementsEntryService.getEntry
(long entryId) static AnnouncementsEntry
AnnouncementsEntryServiceUtil.getEntry
(long entryId) AnnouncementsEntryServiceWrapper.getEntry
(long entryId) AnnouncementsEntryLocalService.updateAnnouncementsEntry
(AnnouncementsEntry announcementsEntry) Updates the announcements entry in the database or adds it if it does not yet exist.static AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.updateAnnouncementsEntry
(AnnouncementsEntry announcementsEntry) Updates the announcements entry in the database or adds it if it does not yet exist.AnnouncementsEntryLocalServiceWrapper.updateAnnouncementsEntry
(AnnouncementsEntry announcementsEntry) Updates the announcements entry in the database or adds it if it does not yet exist.AnnouncementsEntryLocalService.updateEntry
(long entryId, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority) static AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.updateEntry
(long entryId, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority) AnnouncementsEntryLocalServiceWrapper.updateEntry
(long entryId, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority) AnnouncementsEntryService.updateEntry
(long entryId, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority) static AnnouncementsEntry
AnnouncementsEntryServiceUtil.updateEntry
(long entryId, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority) AnnouncementsEntryServiceWrapper.updateEntry
(long entryId, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority) Methods in com.liferay.announcements.kernel.service that return types with arguments of type AnnouncementsEntryModifier and TypeMethodDescriptionAnnouncementsEntryLocalService.getAnnouncementsEntries
(int start, int end) Returns a range of all the announcements entries.static List<AnnouncementsEntry>
AnnouncementsEntryLocalServiceUtil.getAnnouncementsEntries
(int start, int end) Returns a range of all the announcements entries.AnnouncementsEntryLocalServiceWrapper.getAnnouncementsEntries
(int start, int end) Returns a range of all the announcements entries.AnnouncementsEntryLocalService.getCTPersistence()
AnnouncementsEntryLocalServiceWrapper.getCTPersistence()
AnnouncementsEntryLocalService.getEntries
(long userId, long classNameId, long[] classPKs, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end) AnnouncementsEntryLocalService.getEntries
(long companyId, long classNameId, long classPK, boolean alert, int start, int end) AnnouncementsEntryLocalService.getEntries
(long userId, LinkedHashMap<Long, long[]> scopes, boolean alert, int flagValue, int start, int end) AnnouncementsEntryLocalService.getEntries
(long userId, LinkedHashMap<Long, long[]> scopes, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end) static List<AnnouncementsEntry>
AnnouncementsEntryLocalServiceUtil.getEntries
(long userId, long classNameId, long[] classPKs, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end) static List<AnnouncementsEntry>
AnnouncementsEntryLocalServiceUtil.getEntries
(long companyId, long classNameId, long classPK, boolean alert, int start, int end) static List<AnnouncementsEntry>
AnnouncementsEntryLocalServiceUtil.getEntries
(long userId, LinkedHashMap<Long, long[]> scopes, boolean alert, int flagValue, int start, int end) static List<AnnouncementsEntry>
AnnouncementsEntryLocalServiceUtil.getEntries
(long userId, LinkedHashMap<Long, long[]> scopes, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end) AnnouncementsEntryLocalServiceWrapper.getEntries
(long userId, long classNameId, long[] classPKs, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end) AnnouncementsEntryLocalServiceWrapper.getEntries
(long companyId, long classNameId, long classPK, boolean alert, int start, int end) AnnouncementsEntryLocalServiceWrapper.getEntries
(long userId, LinkedHashMap<Long, long[]> scopes, boolean alert, int flagValue, int start, int end) AnnouncementsEntryLocalServiceWrapper.getEntries
(long userId, LinkedHashMap<Long, long[]> scopes, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end) AnnouncementsEntryLocalService.getModelClass()
AnnouncementsEntryLocalServiceWrapper.getModelClass()
AnnouncementsEntryLocalService.getUserEntries
(long userId, int start, int end) static List<AnnouncementsEntry>
AnnouncementsEntryLocalServiceUtil.getUserEntries
(long userId, int start, int end) AnnouncementsEntryLocalServiceWrapper.getUserEntries
(long userId, int start, int end) Methods in com.liferay.announcements.kernel.service with parameters of type AnnouncementsEntryModifier and TypeMethodDescriptionAnnouncementsEntryLocalService.addAnnouncementsEntry
(AnnouncementsEntry announcementsEntry) Adds the announcements entry to the database.static AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.addAnnouncementsEntry
(AnnouncementsEntry announcementsEntry) Adds the announcements entry to the database.AnnouncementsEntryLocalServiceWrapper.addAnnouncementsEntry
(AnnouncementsEntry announcementsEntry) Adds the announcements entry to the database.AnnouncementsEntryLocalService.deleteAnnouncementsEntry
(AnnouncementsEntry announcementsEntry) Deletes the announcements entry from the database.static AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.deleteAnnouncementsEntry
(AnnouncementsEntry announcementsEntry) Deletes the announcements entry from the database.AnnouncementsEntryLocalServiceWrapper.deleteAnnouncementsEntry
(AnnouncementsEntry announcementsEntry) Deletes the announcements entry from the database.void
AnnouncementsEntryLocalService.deleteEntry
(AnnouncementsEntry entry) static void
AnnouncementsEntryLocalServiceUtil.deleteEntry
(AnnouncementsEntry entry) void
AnnouncementsEntryLocalServiceWrapper.deleteEntry
(AnnouncementsEntry entry) AnnouncementsEntryLocalService.updateAnnouncementsEntry
(AnnouncementsEntry announcementsEntry) Updates the announcements entry in the database or adds it if it does not yet exist.static AnnouncementsEntry
AnnouncementsEntryLocalServiceUtil.updateAnnouncementsEntry
(AnnouncementsEntry announcementsEntry) Updates the announcements entry in the database or adds it if it does not yet exist.AnnouncementsEntryLocalServiceWrapper.updateAnnouncementsEntry
(AnnouncementsEntry announcementsEntry) Updates the announcements entry 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 AnnouncementsEntryModifier and TypeMethodDescription<R,
E extends Throwable>
RAnnouncementsEntryLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<AnnouncementsEntry>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RAnnouncementsEntryLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<AnnouncementsEntry>, R, E> updateUnsafeFunction) -
Uses of AnnouncementsEntry in com.liferay.announcements.kernel.service.persistence
Methods in com.liferay.announcements.kernel.service.persistence that return AnnouncementsEntryModifier and TypeMethodDescriptionAnnouncementsEntryPersistence.create
(long entryId) Creates a new announcements entry with the primary key.static AnnouncementsEntry
AnnouncementsEntryUtil.create
(long entryId) Creates a new announcements entry with the primary key.AnnouncementsEntryPersistence.fetchByC_C_A_First
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_A_First
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.fetchByC_C_A_Last
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_A_Last
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.fetchByC_C_C_A_First
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_C_A_First
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.fetchByC_C_C_A_Last
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_C_A_Last
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ?.AnnouncementsEntryPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ?.AnnouncementsEntryPersistence.fetchByPrimaryKey
(long entryId) Returns the announcements entry with the primary key or returnsnull
if it could not be found.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByPrimaryKey
(long entryId) Returns the announcements entry with the primary key or returnsnull
if it could not be found.AnnouncementsEntryPersistence.fetchByUserId_First
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where userId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByUserId_First
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where userId = ?.AnnouncementsEntryPersistence.fetchByUserId_Last
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where userId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByUserId_Last
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where userId = ?.AnnouncementsEntryPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.fetchByUuid_First
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByUuid_First
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ?.AnnouncementsEntryPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByUuid_Last
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ?.AnnouncementsEntryPersistence.filterFindByC_C_A_PrevAndNext
(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByC_C_A_PrevAndNext
(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.filterFindByC_C_C_A_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByC_C_C_A_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.filterFindByC_C_C_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByC_C_C_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.filterFindByC_C_PrevAndNext
(long entryId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByC_C_PrevAndNext
(long entryId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.filterFindByCompanyId_PrevAndNext
(long entryId, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where companyId = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByCompanyId_PrevAndNext
(long entryId, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where companyId = ?.AnnouncementsEntryPersistence.filterFindByUserId_PrevAndNext
(long entryId, long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where userId = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByUserId_PrevAndNext
(long entryId, long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where userId = ?.AnnouncementsEntryPersistence.filterFindByUuid_C_PrevAndNext
(long entryId, String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ? and companyId = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByUuid_C_PrevAndNext
(long entryId, String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.filterFindByUuid_PrevAndNext
(long entryId, String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByUuid_PrevAndNext
(long entryId, String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ?.AnnouncementsEntryPersistence.findByC_C_A_First
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_A_First
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_A_Last
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_A_Last
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_A_PrevAndNext
(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByC_C_A_PrevAndNext
(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C_A_First
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_C_A_First
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C_A_Last
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_C_A_Last
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C_A_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByC_C_C_A_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_C_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByC_C_C_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_First
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_First
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_PrevAndNext
(long entryId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByC_C_PrevAndNext
(long entryId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ?.AnnouncementsEntryPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ?.AnnouncementsEntryPersistence.findByCompanyId_PrevAndNext
(long entryId, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByCompanyId_PrevAndNext
(long entryId, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ?.AnnouncementsEntryPersistence.findByPrimaryKey
(long entryId) Returns the announcements entry with the primary key or throws aNoSuchEntryException
if it could not be found.static AnnouncementsEntry
AnnouncementsEntryUtil.findByPrimaryKey
(long entryId) Returns the announcements entry with the primary key or throws aNoSuchEntryException
if it could not be found.AnnouncementsEntryPersistence.findByUserId_First
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where userId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByUserId_First
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where userId = ?.AnnouncementsEntryPersistence.findByUserId_Last
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where userId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByUserId_Last
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where userId = ?.AnnouncementsEntryPersistence.findByUserId_PrevAndNext
(long entryId, long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where userId = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByUserId_PrevAndNext
(long entryId, long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where userId = ?.AnnouncementsEntryPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.findByUuid_C_PrevAndNext
(long entryId, String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ? and companyId = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByUuid_C_PrevAndNext
(long entryId, String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.findByUuid_First
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByUuid_First
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ?.AnnouncementsEntryPersistence.findByUuid_Last
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByUuid_Last
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ?.AnnouncementsEntryPersistence.findByUuid_PrevAndNext
(long entryId, String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByUuid_PrevAndNext
(long entryId, String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ?.AnnouncementsEntryPersistence.remove
(long entryId) Removes the announcements entry with the primary key from the database.static AnnouncementsEntry
AnnouncementsEntryUtil.remove
(long entryId) Removes the announcements entry with the primary key from the database.static AnnouncementsEntry
AnnouncementsEntryUtil.update
(AnnouncementsEntry announcementsEntry) static AnnouncementsEntry
AnnouncementsEntryUtil.update
(AnnouncementsEntry announcementsEntry, ServiceContext serviceContext) AnnouncementsEntryPersistence.updateImpl
(AnnouncementsEntry announcementsEntry) static AnnouncementsEntry
AnnouncementsEntryUtil.updateImpl
(AnnouncementsEntry announcementsEntry) Methods in com.liferay.announcements.kernel.service.persistence that return types with arguments of type AnnouncementsEntryModifier and TypeMethodDescriptionstatic Map<Serializable,
AnnouncementsEntry> AnnouncementsEntryUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) AnnouncementsEntryPersistence.filterFindByC_C
(long classNameId, long classPK) Returns all the announcements entries that the user has permission to view where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.filterFindByC_C
(long classNameId, long classPK, int start, int end) Returns a range of all the announcements entries that the user has permission to view where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.filterFindByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C
(long classNameId, long classPK) Returns all the announcements entries that the user has permission to view where classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C
(long classNameId, long classPK, int start, int end) Returns a range of all the announcements entries that the user has permission to view where classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.filterFindByC_C_A
(long classNameId, long classPK, boolean alert) Returns all the announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.filterFindByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end) Returns a range of all the announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.filterFindByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C_A
(long classNameId, long classPK, boolean alert) Returns all the announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end) Returns a range of all the announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.filterFindByC_C_C
(long companyId, long classNameId, long classPK) Returns all the announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.filterFindByC_C_C
(long companyId, long classNameId, long classPK, int start, int end) Returns a range of all the announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.filterFindByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C_C
(long companyId, long classNameId, long classPK) Returns all the announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C_C
(long companyId, long classNameId, long classPK, int start, int end) Returns a range of all the announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.filterFindByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert) Returns all the announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.filterFindByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end) Returns a range of all the announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.filterFindByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert) Returns all the announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end) Returns a range of all the announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.filterFindByCompanyId
(long companyId) Returns all the announcements entries that the user has permission to view where companyId = ?.AnnouncementsEntryPersistence.filterFindByCompanyId
(long companyId, int start, int end) Returns a range of all the announcements entries that the user has permission to view where companyId = ?.AnnouncementsEntryPersistence.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByCompanyId
(long companyId) Returns all the announcements entries that the user has permission to view where companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByCompanyId
(long companyId, int start, int end) Returns a range of all the announcements entries that the user has permission to view where companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ?.AnnouncementsEntryPersistence.filterFindByUserId
(long userId) Returns all the announcements entries that the user has permission to view where userId = ?.AnnouncementsEntryPersistence.filterFindByUserId
(long userId, int start, int end) Returns a range of all the announcements entries that the user has permission to view where userId = ?.AnnouncementsEntryPersistence.filterFindByUserId
(long userId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where userId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByUserId
(long userId) Returns all the announcements entries that the user has permission to view where userId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByUserId
(long userId, int start, int end) Returns a range of all the announcements entries that the user has permission to view where userId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByUserId
(long userId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where userId = ?.AnnouncementsEntryPersistence.filterFindByUuid
(String uuid) Returns all the announcements entries that the user has permission to view where uuid = ?.AnnouncementsEntryPersistence.filterFindByUuid
(String uuid, int start, int end) Returns a range of all the announcements entries that the user has permission to view where uuid = ?.AnnouncementsEntryPersistence.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByUuid
(String uuid) Returns all the announcements entries that the user has permission to view where uuid = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByUuid
(String uuid, int start, int end) Returns a range of all the announcements entries that the user has permission to view where uuid = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ?.AnnouncementsEntryPersistence.filterFindByUuid_C
(String uuid, long companyId) Returns all the announcements entries that the user has permission to view where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the announcements entries that the user has permission to view where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ? and companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByUuid_C
(String uuid, long companyId) Returns all the announcements entries that the user has permission to view where uuid = ? and companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the announcements entries that the user has permission to view where uuid = ? and companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.findAll()
Returns all the announcements entries.AnnouncementsEntryPersistence.findAll
(int start, int end) Returns a range of all the announcements entries.AnnouncementsEntryPersistence.findAll
(int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries.AnnouncementsEntryPersistence.findAll
(int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findAll()
Returns all the announcements entries.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findAll
(int start, int end) Returns a range of all the announcements entries.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findAll
(int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findAll
(int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries.AnnouncementsEntryPersistence.findByC_C
(long classNameId, long classPK) Returns all the announcements entries where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C
(long classNameId, long classPK, int start, int end) Returns a range of all the announcements entries where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C
(long classNameId, long classPK) Returns all the announcements entries where classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C
(long classNameId, long classPK, int start, int end) Returns a range of all the announcements entries where classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_A
(long classNameId, long classPK, boolean alert) Returns all the announcements entries where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end) Returns a range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_A
(long classNameId, long classPK, boolean alert) Returns all the announcements entries where classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end) Returns a range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C
(long companyId, long classNameId, long classPK) Returns all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end) Returns a range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_C
(long companyId, long classNameId, long classPK) Returns all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end) Returns a range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert) Returns all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end) Returns a range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert) Returns all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end) Returns a range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByCompanyId
(long companyId) Returns all the announcements entries where companyId = ?.AnnouncementsEntryPersistence.findByCompanyId
(long companyId, int start, int end) Returns a range of all the announcements entries where companyId = ?.AnnouncementsEntryPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where companyId = ?.AnnouncementsEntryPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByCompanyId
(long companyId) Returns all the announcements entries where companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByCompanyId
(long companyId, int start, int end) Returns a range of all the announcements entries where companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where companyId = ?.AnnouncementsEntryFinder.findByDisplayDate
(Date displayDateLT, Date displayDateGT) static List<AnnouncementsEntry>
AnnouncementsEntryFinderUtil.findByDisplayDate
(Date displayDateLT, Date displayDateGT) AnnouncementsEntryFinder.findByScope
(long companyId, long userId, long classNameId, long[] classPKs, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end) static List<AnnouncementsEntry>
AnnouncementsEntryFinderUtil.findByScope
(long companyId, long userId, long classNameId, long[] classPKs, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end) AnnouncementsEntryFinder.findByScopes
(long companyId, long userId, LinkedHashMap<Long, long[]> scopes, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end) static List<AnnouncementsEntry>
AnnouncementsEntryFinderUtil.findByScopes
(long companyId, long userId, LinkedHashMap<Long, long[]> scopes, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end) AnnouncementsEntryPersistence.findByUserId
(long userId) Returns all the announcements entries where userId = ?.AnnouncementsEntryPersistence.findByUserId
(long userId, int start, int end) Returns a range of all the announcements entries where userId = ?.AnnouncementsEntryPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where userId = ?.AnnouncementsEntryPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where userId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUserId
(long userId) Returns all the announcements entries where userId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUserId
(long userId, int start, int end) Returns a range of all the announcements entries where userId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUserId
(long userId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where userId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUserId
(long userId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where userId = ?.AnnouncementsEntryPersistence.findByUuid
(String uuid) Returns all the announcements entries where uuid = ?.AnnouncementsEntryPersistence.findByUuid
(String uuid, int start, int end) Returns a range of all the announcements entries where uuid = ?.AnnouncementsEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where uuid = ?.AnnouncementsEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where uuid = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUuid
(String uuid) Returns all the announcements entries where uuid = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUuid
(String uuid, int start, int end) Returns a range of all the announcements entries where uuid = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where uuid = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where uuid = ?.AnnouncementsEntryPersistence.findByUuid_C
(String uuid, long companyId) Returns all the announcements entries where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the announcements entries where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUuid_C
(String uuid, long companyId) Returns all the announcements entries where uuid = ? and companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the announcements entries where uuid = ? and companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Methods in com.liferay.announcements.kernel.service.persistence with parameters of type AnnouncementsEntryModifier and TypeMethodDescriptionvoid
AnnouncementsEntryPersistence.cacheResult
(AnnouncementsEntry announcementsEntry) Caches the announcements entry in the entity cache if it is enabled.static void
AnnouncementsEntryUtil.cacheResult
(AnnouncementsEntry announcementsEntry) Caches the announcements entry in the entity cache if it is enabled.static void
AnnouncementsEntryUtil.clearCache
(AnnouncementsEntry announcementsEntry) static AnnouncementsEntry
AnnouncementsEntryUtil.update
(AnnouncementsEntry announcementsEntry) static AnnouncementsEntry
AnnouncementsEntryUtil.update
(AnnouncementsEntry announcementsEntry, ServiceContext serviceContext) AnnouncementsEntryPersistence.updateImpl
(AnnouncementsEntry announcementsEntry) static AnnouncementsEntry
AnnouncementsEntryUtil.updateImpl
(AnnouncementsEntry announcementsEntry) Method parameters in com.liferay.announcements.kernel.service.persistence with type arguments of type AnnouncementsEntryModifier and TypeMethodDescriptionvoid
AnnouncementsEntryPersistence.cacheResult
(List<AnnouncementsEntry> announcementsEntries) Caches the announcements entries in the entity cache if it is enabled.static void
AnnouncementsEntryUtil.cacheResult
(List<AnnouncementsEntry> announcementsEntries) Caches the announcements entries in the entity cache if it is enabled.AnnouncementsEntryPersistence.fetchByC_C_A_First
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_A_First
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.fetchByC_C_A_Last
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_A_Last
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.fetchByC_C_C_A_First
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_C_A_First
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.fetchByC_C_C_A_Last
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_C_A_Last
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ?.AnnouncementsEntryPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ?.AnnouncementsEntryPersistence.fetchByUserId_First
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where userId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByUserId_First
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where userId = ?.AnnouncementsEntryPersistence.fetchByUserId_Last
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where userId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByUserId_Last
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where userId = ?.AnnouncementsEntryPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.fetchByUuid_First
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByUuid_First
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ?.AnnouncementsEntryPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByUuid_Last
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ?.AnnouncementsEntryPersistence.filterFindByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.filterFindByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.filterFindByC_C_A_PrevAndNext
(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByC_C_A_PrevAndNext
(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.filterFindByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.filterFindByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.filterFindByC_C_C_A_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByC_C_C_A_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.filterFindByC_C_C_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByC_C_C_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.filterFindByC_C_PrevAndNext
(long entryId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByC_C_PrevAndNext
(long entryId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ?.AnnouncementsEntryPersistence.filterFindByCompanyId_PrevAndNext
(long entryId, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where companyId = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByCompanyId_PrevAndNext
(long entryId, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where companyId = ?.AnnouncementsEntryPersistence.filterFindByUserId
(long userId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where userId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByUserId
(long userId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where userId = ?.AnnouncementsEntryPersistence.filterFindByUserId_PrevAndNext
(long entryId, long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where userId = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByUserId_PrevAndNext
(long entryId, long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where userId = ?.AnnouncementsEntryPersistence.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ?.AnnouncementsEntryPersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ? and companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.filterFindByUuid_C_PrevAndNext
(long entryId, String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ? and companyId = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByUuid_C_PrevAndNext
(long entryId, String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.filterFindByUuid_PrevAndNext
(long entryId, String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByUuid_PrevAndNext
(long entryId, String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ?.AnnouncementsEntryPersistence.findAll
(int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries.AnnouncementsEntryPersistence.findAll
(int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findAll
(int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findAll
(int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries.AnnouncementsEntryPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_A_First
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_A_First
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_A_Last
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_A_Last
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_A_PrevAndNext
(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByC_C_A_PrevAndNext
(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C_A_First
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_C_A_First
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C_A_Last
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_C_A_Last
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C_A_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByC_C_C_A_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_C_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByC_C_C_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_First
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_First
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_PrevAndNext
(long entryId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByC_C_PrevAndNext
(long entryId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where companyId = ?.AnnouncementsEntryPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where companyId = ?.AnnouncementsEntryPersistence.findByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ?.AnnouncementsEntryPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ?.AnnouncementsEntryPersistence.findByCompanyId_PrevAndNext
(long entryId, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByCompanyId_PrevAndNext
(long entryId, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ?.AnnouncementsEntryPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where userId = ?.AnnouncementsEntryPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where userId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUserId
(long userId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where userId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUserId
(long userId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where userId = ?.AnnouncementsEntryPersistence.findByUserId_First
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where userId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByUserId_First
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where userId = ?.AnnouncementsEntryPersistence.findByUserId_Last
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where userId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByUserId_Last
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where userId = ?.AnnouncementsEntryPersistence.findByUserId_PrevAndNext
(long entryId, long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where userId = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByUserId_PrevAndNext
(long entryId, long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where userId = ?.AnnouncementsEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where uuid = ?.AnnouncementsEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where uuid = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where uuid = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where uuid = ?.AnnouncementsEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.findByUuid_C_PrevAndNext
(long entryId, String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ? and companyId = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByUuid_C_PrevAndNext
(long entryId, String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.findByUuid_First
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByUuid_First
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ?.AnnouncementsEntryPersistence.findByUuid_Last
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByUuid_Last
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ?.AnnouncementsEntryPersistence.findByUuid_PrevAndNext
(long entryId, String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByUuid_PrevAndNext
(long entryId, String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator)