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_ACCESSORMethods 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 AnnouncementsEntryWrapperAnnouncementsEntryWrapper.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 AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.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 AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.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 AnnouncementsEntryAnnouncementsEntryServiceUtil.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 AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.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 AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.deleteAnnouncementsEntry(long entryId) Deletes the announcements entry with the primary key from the database.static AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.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 AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.fetchAnnouncementsEntry(long entryId) AnnouncementsEntryLocalServiceWrapper.fetchAnnouncementsEntry(long entryId) AnnouncementsEntryLocalService.fetchAnnouncementsEntryByUuidAndCompanyId(String uuid, long companyId) Returns the announcements entry with the matching UUID and company.static AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.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 AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.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 AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.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 AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.getEntry(long entryId) AnnouncementsEntryLocalServiceWrapper.getEntry(long entryId) AnnouncementsEntryService.getEntry(long entryId) static AnnouncementsEntryAnnouncementsEntryServiceUtil.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 AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.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 AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.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 AnnouncementsEntryAnnouncementsEntryServiceUtil.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 AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.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 AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry) Deletes the announcements entry from the database.AnnouncementsEntryLocalServiceWrapper.deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry) Deletes the announcements entry from the database.voidAnnouncementsEntryLocalService.deleteEntry(AnnouncementsEntry entry) static voidAnnouncementsEntryLocalServiceUtil.deleteEntry(AnnouncementsEntry entry) voidAnnouncementsEntryLocalServiceWrapper.deleteEntry(AnnouncementsEntry entry) AnnouncementsEntryLocalService.updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry) Updates the announcements entry in the database or adds it if it does not yet exist.static AnnouncementsEntryAnnouncementsEntryLocalServiceUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 returnsnullif it could not be found.static AnnouncementsEntryAnnouncementsEntryUtil.fetchByPrimaryKey(long entryId) Returns the announcements entry with the primary key or returnsnullif 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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 aNoSuchEntryExceptionif it could not be found.static AnnouncementsEntryAnnouncementsEntryUtil.findByPrimaryKey(long entryId) Returns the announcements entry with the primary key or throws aNoSuchEntryExceptionif 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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.remove(long entryId) Removes the announcements entry with the primary key from the database.static AnnouncementsEntryAnnouncementsEntryUtil.update(AnnouncementsEntry announcementsEntry) static AnnouncementsEntryAnnouncementsEntryUtil.update(AnnouncementsEntry announcementsEntry, ServiceContext serviceContext) AnnouncementsEntryPersistence.updateImpl(AnnouncementsEntry announcementsEntry) static AnnouncementsEntryAnnouncementsEntryUtil.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 TypeMethodDescriptionvoidAnnouncementsEntryPersistence.cacheResult(AnnouncementsEntry announcementsEntry) Caches the announcements entry in the entity cache if it is enabled.static voidAnnouncementsEntryUtil.cacheResult(AnnouncementsEntry announcementsEntry) Caches the announcements entry in the entity cache if it is enabled.static voidAnnouncementsEntryUtil.clearCache(AnnouncementsEntry announcementsEntry) static AnnouncementsEntryAnnouncementsEntryUtil.update(AnnouncementsEntry announcementsEntry) static AnnouncementsEntryAnnouncementsEntryUtil.update(AnnouncementsEntry announcementsEntry, ServiceContext serviceContext) AnnouncementsEntryPersistence.updateImpl(AnnouncementsEntry announcementsEntry) static AnnouncementsEntryAnnouncementsEntryUtil.updateImpl(AnnouncementsEntry announcementsEntry) Method parameters in com.liferay.announcements.kernel.service.persistence with type arguments of type AnnouncementsEntryModifier and TypeMethodDescriptionvoidAnnouncementsEntryPersistence.cacheResult(List<AnnouncementsEntry> announcementsEntries) Caches the announcements entries in the entity cache if it is enabled.static voidAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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 AnnouncementsEntryAnnouncementsEntryUtil.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)