Uses of Class
com.liferay.portal.kernel.util.OrderByComparator
Packages that use OrderByComparator
Package
Description
This package defines the asset portlet service local and remote interfaces, utilities, and wrappers.
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
This package defines the document library portlet utility interfaces and classes.
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal repository proxy beans.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
This package defines the portal service persistence implementation base classes.
This package defines the kernel utility interfaces and classes.
This package defines the portal comparator classes.
This package defines the social related portlet service local and remote interfaces, utilities, and wrappers.
-
Uses of OrderByComparator in com.liferay.announcements.kernel.service
Methods in com.liferay.announcements.kernel.service with parameters of type OrderByComparatorModifier and TypeMethodDescription<T> List<T>
AnnouncementsDeliveryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
AnnouncementsDeliveryLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
AnnouncementsDeliveryLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
AnnouncementsEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
AnnouncementsEntryLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
AnnouncementsEntryLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
AnnouncementsFlagLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
AnnouncementsFlagLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
AnnouncementsFlagLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows. -
Uses of OrderByComparator in com.liferay.announcements.kernel.service.persistence
Methods in com.liferay.announcements.kernel.service.persistence with parameters of type OrderByComparatorModifier and TypeMethodDescriptionAnnouncementsEntryPersistence.fetchByC_C_A_First
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_A_First
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.fetchByC_C_A_Last
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_A_Last
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.fetchByC_C_C_A_First
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_C_A_First
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.fetchByC_C_C_A_Last
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_C_A_Last
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.AnnouncementsDeliveryPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where companyId = ?.static AnnouncementsDelivery
AnnouncementsDeliveryUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where companyId = ?.AnnouncementsEntryPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ?.AnnouncementsFlagPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the first announcements flag in the ordered set where companyId = ?.static AnnouncementsFlag
AnnouncementsFlagUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the first announcements flag in the ordered set where companyId = ?.AnnouncementsDeliveryPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where companyId = ?.static AnnouncementsDelivery
AnnouncementsDeliveryUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where companyId = ?.AnnouncementsEntryPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ?.AnnouncementsFlagPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the last announcements flag in the ordered set where companyId = ?.static AnnouncementsFlag
AnnouncementsFlagUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the last announcements flag in the ordered set where companyId = ?.AnnouncementsFlagPersistence.fetchByEntryId_First
(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the first announcements flag in the ordered set where entryId = ?.static AnnouncementsFlag
AnnouncementsFlagUtil.fetchByEntryId_First
(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the first announcements flag in the ordered set where entryId = ?.AnnouncementsFlagPersistence.fetchByEntryId_Last
(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the last announcements flag in the ordered set where entryId = ?.static AnnouncementsFlag
AnnouncementsFlagUtil.fetchByEntryId_Last
(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the last announcements flag in the ordered set where entryId = ?.AnnouncementsDeliveryPersistence.fetchByUserId_First
(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where userId = ?.static AnnouncementsDelivery
AnnouncementsDeliveryUtil.fetchByUserId_First
(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where userId = ?.AnnouncementsEntryPersistence.fetchByUserId_First
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where userId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByUserId_First
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where userId = ?.AnnouncementsDeliveryPersistence.fetchByUserId_Last
(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where userId = ?.static AnnouncementsDelivery
AnnouncementsDeliveryUtil.fetchByUserId_Last
(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where userId = ?.AnnouncementsEntryPersistence.fetchByUserId_Last
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where userId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByUserId_Last
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where userId = ?.AnnouncementsEntryPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.fetchByUuid_First
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByUuid_First
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ?.AnnouncementsEntryPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.fetchByUuid_Last
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ?.AnnouncementsEntryPersistence.filterFindByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.filterFindByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.filterFindByC_C_A_PrevAndNext
(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByC_C_A_PrevAndNext
(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.filterFindByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.filterFindByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.filterFindByC_C_C_A_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByC_C_C_A_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.filterFindByC_C_C_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByC_C_C_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.filterFindByC_C_PrevAndNext
(long entryId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByC_C_PrevAndNext
(long entryId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ?.AnnouncementsEntryPersistence.filterFindByCompanyId_PrevAndNext
(long entryId, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where companyId = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByCompanyId_PrevAndNext
(long entryId, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where companyId = ?.AnnouncementsEntryPersistence.filterFindByUserId
(long userId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where userId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByUserId
(long userId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where userId = ?.AnnouncementsEntryPersistence.filterFindByUserId_PrevAndNext
(long entryId, long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where userId = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByUserId_PrevAndNext
(long entryId, long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where userId = ?.AnnouncementsEntryPersistence.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ?.AnnouncementsEntryPersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ? and companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.filterFindByUuid_C_PrevAndNext
(long entryId, String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ? and companyId = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByUuid_C_PrevAndNext
(long entryId, String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.filterFindByUuid_PrevAndNext
(long entryId, String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.filterFindByUuid_PrevAndNext
(long entryId, String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ?.AnnouncementsDeliveryPersistence.findAll
(int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns an ordered range of all the announcements deliveries.AnnouncementsDeliveryPersistence.findAll
(int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements deliveries.static List<AnnouncementsDelivery>
AnnouncementsDeliveryUtil.findAll
(int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns an ordered range of all the announcements deliveries.static List<AnnouncementsDelivery>
AnnouncementsDeliveryUtil.findAll
(int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements deliveries.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.AnnouncementsFlagPersistence.findAll
(int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns an ordered range of all the announcements flags.AnnouncementsFlagPersistence.findAll
(int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements flags.static List<AnnouncementsFlag>
AnnouncementsFlagUtil.findAll
(int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns an ordered range of all the announcements flags.static List<AnnouncementsFlag>
AnnouncementsFlagUtil.findAll
(int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements flags.AnnouncementsEntryPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_A
(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_A_First
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_A_First
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_A_Last
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_A_Last
(long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_A_PrevAndNext
(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByC_C_A_PrevAndNext
(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByC_C_C_A
(long companyId, long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C_A_First
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_C_A_First
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C_A_Last
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_C_A_Last
(long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C_A_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByC_C_C_A_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, boolean alert, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.AnnouncementsEntryPersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_C_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByC_C_C_PrevAndNext
(long entryId, long companyId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_First
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_First
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.AnnouncementsEntryPersistence.findByC_C_PrevAndNext
(long entryId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByC_C_PrevAndNext
(long entryId, long classNameId, long classPK, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?.AnnouncementsDeliveryPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns an ordered range of all the announcements deliveries where companyId = ?.AnnouncementsDeliveryPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements deliveries where companyId = ?.static List<AnnouncementsDelivery>
AnnouncementsDeliveryUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns an ordered range of all the announcements deliveries where companyId = ?.static List<AnnouncementsDelivery>
AnnouncementsDeliveryUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements deliveries where companyId = ?.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 = ?.AnnouncementsFlagPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns an ordered range of all the announcements flags where companyId = ?.AnnouncementsFlagPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements flags where companyId = ?.static List<AnnouncementsFlag>
AnnouncementsFlagUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns an ordered range of all the announcements flags where companyId = ?.static List<AnnouncementsFlag>
AnnouncementsFlagUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements flags where companyId = ?.AnnouncementsDeliveryPersistence.findByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where companyId = ?.static AnnouncementsDelivery
AnnouncementsDeliveryUtil.findByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where companyId = ?.AnnouncementsEntryPersistence.findByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where companyId = ?.AnnouncementsFlagPersistence.findByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the first announcements flag in the ordered set where companyId = ?.static AnnouncementsFlag
AnnouncementsFlagUtil.findByCompanyId_First
(long companyId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the first announcements flag in the ordered set where companyId = ?.AnnouncementsDeliveryPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where companyId = ?.static AnnouncementsDelivery
AnnouncementsDeliveryUtil.findByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where companyId = ?.AnnouncementsEntryPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where companyId = ?.AnnouncementsFlagPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the last announcements flag in the ordered set where companyId = ?.static AnnouncementsFlag
AnnouncementsFlagUtil.findByCompanyId_Last
(long companyId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the last announcements flag in the ordered set where companyId = ?.AnnouncementsDeliveryPersistence.findByCompanyId_PrevAndNext
(long deliveryId, long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the announcements deliveries before and after the current announcements delivery in the ordered set where companyId = ?.static AnnouncementsDelivery[]
AnnouncementsDeliveryUtil.findByCompanyId_PrevAndNext
(long deliveryId, long companyId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the announcements deliveries before and after the current announcements delivery in the ordered set where companyId = ?.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 = ?.AnnouncementsFlagPersistence.findByCompanyId_PrevAndNext
(long flagId, long companyId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the announcements flags before and after the current announcements flag in the ordered set where companyId = ?.static AnnouncementsFlag[]
AnnouncementsFlagUtil.findByCompanyId_PrevAndNext
(long flagId, long companyId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the announcements flags before and after the current announcements flag in the ordered set where companyId = ?.AnnouncementsFlagPersistence.findByEntryId
(long entryId, int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns an ordered range of all the announcements flags where entryId = ?.AnnouncementsFlagPersistence.findByEntryId
(long entryId, int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements flags where entryId = ?.static List<AnnouncementsFlag>
AnnouncementsFlagUtil.findByEntryId
(long entryId, int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns an ordered range of all the announcements flags where entryId = ?.static List<AnnouncementsFlag>
AnnouncementsFlagUtil.findByEntryId
(long entryId, int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements flags where entryId = ?.AnnouncementsFlagPersistence.findByEntryId_First
(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the first announcements flag in the ordered set where entryId = ?.static AnnouncementsFlag
AnnouncementsFlagUtil.findByEntryId_First
(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the first announcements flag in the ordered set where entryId = ?.AnnouncementsFlagPersistence.findByEntryId_Last
(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the last announcements flag in the ordered set where entryId = ?.static AnnouncementsFlag
AnnouncementsFlagUtil.findByEntryId_Last
(long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the last announcements flag in the ordered set where entryId = ?.AnnouncementsFlagPersistence.findByEntryId_PrevAndNext
(long flagId, long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the announcements flags before and after the current announcements flag in the ordered set where entryId = ?.static AnnouncementsFlag[]
AnnouncementsFlagUtil.findByEntryId_PrevAndNext
(long flagId, long entryId, OrderByComparator<AnnouncementsFlag> orderByComparator) Returns the announcements flags before and after the current announcements flag in the ordered set where entryId = ?.AnnouncementsDeliveryPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns an ordered range of all the announcements deliveries where userId = ?.AnnouncementsDeliveryPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements deliveries where userId = ?.static List<AnnouncementsDelivery>
AnnouncementsDeliveryUtil.findByUserId
(long userId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns an ordered range of all the announcements deliveries where userId = ?.static List<AnnouncementsDelivery>
AnnouncementsDeliveryUtil.findByUserId
(long userId, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements deliveries where userId = ?.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 = ?.AnnouncementsDeliveryPersistence.findByUserId_First
(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where userId = ?.static AnnouncementsDelivery
AnnouncementsDeliveryUtil.findByUserId_First
(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the first announcements delivery in the ordered set where userId = ?.AnnouncementsEntryPersistence.findByUserId_First
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where userId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByUserId_First
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where userId = ?.AnnouncementsDeliveryPersistence.findByUserId_Last
(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where userId = ?.static AnnouncementsDelivery
AnnouncementsDeliveryUtil.findByUserId_Last
(long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the last announcements delivery in the ordered set where userId = ?.AnnouncementsEntryPersistence.findByUserId_Last
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where userId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByUserId_Last
(long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where userId = ?.AnnouncementsDeliveryPersistence.findByUserId_PrevAndNext
(long deliveryId, long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the announcements deliveries before and after the current announcements delivery in the ordered set where userId = ?.static AnnouncementsDelivery[]
AnnouncementsDeliveryUtil.findByUserId_PrevAndNext
(long deliveryId, long userId, OrderByComparator<AnnouncementsDelivery> orderByComparator) Returns the announcements deliveries before and after the current announcements delivery in the ordered set where userId = ?.AnnouncementsEntryPersistence.findByUserId_PrevAndNext
(long entryId, long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where userId = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByUserId_PrevAndNext
(long entryId, long userId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where userId = ?.AnnouncementsEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where uuid = ?.AnnouncementsEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where uuid = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where uuid = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where uuid = ?.AnnouncementsEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.findByUuid_C_PrevAndNext
(long entryId, String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ? and companyId = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByUuid_C_PrevAndNext
(long entryId, String uuid, long companyId, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ? and companyId = ?.AnnouncementsEntryPersistence.findByUuid_First
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByUuid_First
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the first announcements entry in the ordered set where uuid = ?.AnnouncementsEntryPersistence.findByUuid_Last
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ?.static AnnouncementsEntry
AnnouncementsEntryUtil.findByUuid_Last
(String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the last announcements entry in the ordered set where uuid = ?.AnnouncementsEntryPersistence.findByUuid_PrevAndNext
(long entryId, String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ?.static AnnouncementsEntry[]
AnnouncementsEntryUtil.findByUuid_PrevAndNext
(long entryId, String uuid, OrderByComparator<AnnouncementsEntry> orderByComparator) Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ?.static List<AnnouncementsDelivery>
AnnouncementsDeliveryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<AnnouncementsDelivery> orderByComparator) static List<AnnouncementsEntry>
AnnouncementsEntryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<AnnouncementsEntry> orderByComparator) static List<AnnouncementsFlag>
AnnouncementsFlagUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<AnnouncementsFlag> orderByComparator) -
Uses of OrderByComparator in com.liferay.asset.kernel.service
Methods in com.liferay.asset.kernel.service with parameters of type OrderByComparatorModifier and TypeMethodDescription<T> List<T>
AssetCategoryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
AssetCategoryLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
AssetCategoryLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
AssetEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
AssetEntryLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
AssetEntryLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
AssetTagLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
AssetTagLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
AssetTagLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
AssetVocabularyLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
AssetVocabularyLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
AssetVocabularyLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.AssetCategoryLocalService.getAssetCategoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns a range of asset categories matching the UUID and company.static List<AssetCategory>
AssetCategoryLocalServiceUtil.getAssetCategoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns a range of asset categories matching the UUID and company.AssetCategoryLocalServiceWrapper.getAssetCategoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns a range of asset categories matching the UUID and company.AssetTagLocalService.getAssetEntryAssetTags
(long entryId, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagLocalServiceUtil.getAssetEntryAssetTags
(long entryId, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagLocalServiceWrapper.getAssetEntryAssetTags
(long entryId, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetEntryLocalService.getAssetTagAssetEntries
(long tagId, int start, int end, OrderByComparator<AssetEntry> orderByComparator) static List<AssetEntry>
AssetEntryLocalServiceUtil.getAssetTagAssetEntries
(long tagId, int start, int end, OrderByComparator<AssetEntry> orderByComparator) AssetEntryLocalServiceWrapper.getAssetTagAssetEntries
(long tagId, int start, int end, OrderByComparator<AssetEntry> orderByComparator) AssetTagLocalService.getAssetTagsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of asset tags matching the UUID and company.AssetTagLocalServiceUtil.getAssetTagsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of asset tags matching the UUID and company.AssetTagLocalServiceWrapper.getAssetTagsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of asset tags matching the UUID and company.AssetVocabularyLocalService.getAssetVocabulariesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns a range of asset vocabularies matching the UUID and company.static List<AssetVocabulary>
AssetVocabularyLocalServiceUtil.getAssetVocabulariesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns a range of asset vocabularies matching the UUID and company.AssetVocabularyLocalServiceWrapper.getAssetVocabulariesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns a range of asset vocabularies matching the UUID and company.AssetCategoryLocalService.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalServiceWrapper.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) eturns a range of child assetCategories.static List<AssetCategory>
AssetCategoryServiceUtil.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) eturns a range of child assetCategories.AssetCategoryServiceWrapper.getChildCategories
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) eturns a range of child assetCategories.AssetTagLocalService.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of all the asset tags in the group.AssetTagLocalServiceUtil.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of all the asset tags in the group.AssetTagLocalServiceWrapper.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns a range of all the asset tags in the group.AssetTagService.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceUtil.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceWrapper.getGroupTags
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetVocabularyService.getGroupVocabularies
(long groupId, boolean createDefaultVocabulary, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyService.getGroupVocabularies
(long groupId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyService.getGroupVocabularies
(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) static List<AssetVocabulary>
AssetVocabularyServiceUtil.getGroupVocabularies
(long groupId, boolean createDefaultVocabulary, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) static List<AssetVocabulary>
AssetVocabularyServiceUtil.getGroupVocabularies
(long groupId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) static List<AssetVocabulary>
AssetVocabularyServiceUtil.getGroupVocabularies
(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyServiceWrapper.getGroupVocabularies
(long groupId, boolean createDefaultVocabulary, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyServiceWrapper.getGroupVocabularies
(long groupId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyServiceWrapper.getGroupVocabularies
(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyService.getGroupVocabulariesDisplay
(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyService.getGroupVocabulariesDisplay
(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) static AssetVocabularyDisplay
AssetVocabularyServiceUtil.getGroupVocabulariesDisplay
(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> orderByComparator) static AssetVocabularyDisplay
AssetVocabularyServiceUtil.getGroupVocabulariesDisplay
(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyServiceWrapper.getGroupVocabulariesDisplay
(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> orderByComparator) AssetVocabularyServiceWrapper.getGroupVocabulariesDisplay
(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) AssetTagService.getTags
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagService.getTags
(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagService.getTags
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceUtil.getTags
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceUtil.getTags
(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceUtil.getTags
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceWrapper.getTags
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceWrapper.getTags
(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagServiceWrapper.getTags
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetCategoryLocalService.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalService.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalServiceWrapper.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalServiceWrapper.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategories
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategories
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryServiceUtil.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryServiceUtil.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryServiceUtil.getVocabularyCategories
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryServiceUtil.getVocabularyCategories
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategories
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategories
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategories
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategoriesDisplay
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyCategoriesDisplay
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static AssetCategoryDisplay
AssetCategoryServiceUtil.getVocabularyCategoriesDisplay
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static AssetCategoryDisplay
AssetCategoryServiceUtil.getVocabularyCategoriesDisplay
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalService.getVocabularyRootCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryLocalServiceUtil.getVocabularyRootCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryLocalServiceWrapper.getVocabularyRootCategories
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.getVocabularyRootCategories
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryServiceUtil.getVocabularyRootCategories
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.getVocabularyRootCategories
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryService.search
(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetCategory>
AssetCategoryServiceUtil.search
(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) AssetCategoryServiceWrapper.search
(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) -
Uses of OrderByComparator in com.liferay.asset.kernel.service.persistence
Methods in com.liferay.asset.kernel.service.persistence with parameters of type OrderByComparatorModifier and TypeMethodDescriptionAssetEntryPersistence.fetchByC_CN_First
(long companyId, long classNameId, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where companyId = ? and classNameId = ?.static AssetEntry
AssetEntryUtil.fetchByC_CN_First
(long companyId, long classNameId, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where companyId = ? and classNameId = ?.AssetEntryPersistence.fetchByC_CN_Last
(long companyId, long classNameId, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where companyId = ? and classNameId = ?.static AssetEntry
AssetEntryUtil.fetchByC_CN_Last
(long companyId, long classNameId, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where companyId = ? and classNameId = ?.AssetEntryPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where companyId = ?.static AssetEntry
AssetEntryUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where companyId = ?.AssetVocabularyPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where companyId = ?.static AssetVocabulary
AssetVocabularyUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where companyId = ?.AssetEntryPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where companyId = ?.static AssetEntry
AssetEntryUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where companyId = ?.AssetVocabularyPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where companyId = ?.static AssetVocabulary
AssetVocabularyUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where companyId = ?.AssetEntryPersistence.fetchByExpirationDate_First
(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where expirationDate = ?.static AssetEntry
AssetEntryUtil.fetchByExpirationDate_First
(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where expirationDate = ?.AssetEntryPersistence.fetchByExpirationDate_Last
(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where expirationDate = ?.static AssetEntry
AssetEntryUtil.fetchByExpirationDate_Last
(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where expirationDate = ?.AssetEntryPersistence.fetchByG_C_P_E_First
(long groupId, long classNameId, Date publishDate, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.static AssetEntry
AssetEntryUtil.fetchByG_C_P_E_First
(long groupId, long classNameId, Date publishDate, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.AssetEntryPersistence.fetchByG_C_P_E_Last
(long groupId, long classNameId, Date publishDate, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.static AssetEntry
AssetEntryUtil.fetchByG_C_P_E_Last
(long groupId, long classNameId, Date publishDate, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.AssetEntryPersistence.fetchByG_C_V_First
(long groupId, long classNameId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where groupId = ? and classNameId = ? and visible = ?.static AssetEntry
AssetEntryUtil.fetchByG_C_V_First
(long groupId, long classNameId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where groupId = ? and classNameId = ? and visible = ?.AssetEntryPersistence.fetchByG_C_V_Last
(long groupId, long classNameId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where groupId = ? and classNameId = ? and visible = ?.static AssetEntry
AssetEntryUtil.fetchByG_C_V_Last
(long groupId, long classNameId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where groupId = ? and classNameId = ? and visible = ?.AssetTagPersistence.fetchByG_LikeN_First
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.static AssetTag
AssetTagUtil.fetchByG_LikeN_First
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.AssetVocabularyPersistence.fetchByG_LikeN_First
(long groupId, String name, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.static AssetVocabulary
AssetVocabularyUtil.fetchByG_LikeN_First
(long groupId, String name, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.AssetTagPersistence.fetchByG_LikeN_Last
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.static AssetTag
AssetTagUtil.fetchByG_LikeN_Last
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.AssetVocabularyPersistence.fetchByG_LikeN_Last
(long groupId, String name, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.static AssetVocabulary
AssetVocabularyUtil.fetchByG_LikeN_Last
(long groupId, String name, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.AssetCategoryPersistence.fetchByG_LikeN_V_First
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_LikeN_V_First
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_LikeN_V_Last
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_LikeN_V_Last
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_LikeT_V_First
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_LikeT_V_First
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_LikeT_V_Last
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_LikeT_V_Last
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_P_First
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_P_First
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.fetchByG_P_Last
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_P_Last
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.fetchByG_P_V_First
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_P_V_First
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_P_V_Last
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_P_V_Last
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByG_V_First
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_V_First
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.AssetVocabularyPersistence.fetchByG_V_First
(long groupId, int visibilityType, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.static AssetVocabulary
AssetVocabularyUtil.fetchByG_V_First
(long groupId, int visibilityType, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.AssetCategoryPersistence.fetchByG_V_Last
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByG_V_Last
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.AssetVocabularyPersistence.fetchByG_V_Last
(long groupId, int visibilityType, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.static AssetVocabulary
AssetVocabularyUtil.fetchByG_V_Last
(long groupId, int visibilityType, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.AssetCategoryPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ?.static AssetCategory
AssetCategoryUtil.fetchByGroupId_First
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ?.AssetEntryPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where groupId = ?.static AssetEntry
AssetEntryUtil.fetchByGroupId_First
(long groupId, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where groupId = ?.AssetTagPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ?.static AssetTag
AssetTagUtil.fetchByGroupId_First
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ?.AssetVocabularyPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ?.static AssetVocabulary
AssetVocabularyUtil.fetchByGroupId_First
(long groupId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ?.AssetCategoryPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ?.static AssetCategory
AssetCategoryUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ?.AssetEntryPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where groupId = ?.static AssetEntry
AssetEntryUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where groupId = ?.AssetTagPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ?.static AssetTag
AssetTagUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ?.AssetVocabularyPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ?.static AssetVocabulary
AssetVocabularyUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ?.AssetEntryPersistence.fetchByLayoutUuid_First
(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where layoutUuid = ?.static AssetEntry
AssetEntryUtil.fetchByLayoutUuid_First
(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where layoutUuid = ?.AssetEntryPersistence.fetchByLayoutUuid_Last
(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where layoutUuid = ?.static AssetEntry
AssetEntryUtil.fetchByLayoutUuid_Last
(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where layoutUuid = ?.AssetCategoryPersistence.fetchByN_V_First
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where name = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByN_V_First
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where name = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByN_V_Last
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByN_V_Last
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.AssetTagPersistence.fetchByName_First
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where name = ?.static AssetTag
AssetTagUtil.fetchByName_First
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where name = ?.AssetTagPersistence.fetchByName_Last
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where name = ?.static AssetTag
AssetTagUtil.fetchByName_Last
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where name = ?.AssetCategoryPersistence.fetchByP_N_First
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?.static AssetCategory
AssetCategoryUtil.fetchByP_N_First
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?.AssetCategoryPersistence.fetchByP_N_Last
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.static AssetCategory
AssetCategoryUtil.fetchByP_N_Last
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.AssetCategoryPersistence.fetchByP_V_First
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByP_V_First
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByP_V_Last
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByP_V_Last
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.fetchByParentCategoryId_First
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.fetchByParentCategoryId_First
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ?.AssetCategoryPersistence.fetchByParentCategoryId_Last
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.fetchByParentCategoryId_Last
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ?.AssetEntryPersistence.fetchByPublishDate_First
(Date publishDate, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where publishDate = ?.static AssetEntry
AssetEntryUtil.fetchByPublishDate_First
(Date publishDate, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where publishDate = ?.AssetEntryPersistence.fetchByPublishDate_Last
(Date publishDate, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where publishDate = ?.static AssetEntry
AssetEntryUtil.fetchByPublishDate_Last
(Date publishDate, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where publishDate = ?.AssetCategoryPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ? and companyId = ?.static AssetCategory
AssetCategoryUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ? and companyId = ?.AssetTagPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.static AssetTag
AssetTagUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.AssetVocabularyPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.static AssetVocabulary
AssetVocabularyUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.AssetCategoryPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ? and companyId = ?.static AssetCategory
AssetCategoryUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ? and companyId = ?.AssetTagPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.static AssetTag
AssetTagUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.AssetVocabularyPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.static AssetVocabulary
AssetVocabularyUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.AssetCategoryPersistence.fetchByUuid_First
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ?.static AssetCategory
AssetCategoryUtil.fetchByUuid_First
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ?.AssetTagPersistence.fetchByUuid_First
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ?.static AssetTag
AssetTagUtil.fetchByUuid_First
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ?.AssetVocabularyPersistence.fetchByUuid_First
(String uuid, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where uuid = ?.static AssetVocabulary
AssetVocabularyUtil.fetchByUuid_First
(String uuid, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where uuid = ?.AssetCategoryPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ?.static AssetCategory
AssetCategoryUtil.fetchByUuid_Last
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ?.AssetTagPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ?.static AssetTag
AssetTagUtil.fetchByUuid_Last
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ?.AssetVocabularyPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where uuid = ?.static AssetVocabulary
AssetVocabularyUtil.fetchByUuid_Last
(String uuid, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where uuid = ?.AssetEntryPersistence.fetchByVisible_First
(boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where visible = ?.static AssetEntry
AssetEntryUtil.fetchByVisible_First
(boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where visible = ?.AssetEntryPersistence.fetchByVisible_Last
(boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where visible = ?.static AssetEntry
AssetEntryUtil.fetchByVisible_Last
(boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where visible = ?.AssetCategoryPersistence.fetchByVocabularyId_First
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByVocabularyId_First
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where vocabularyId = ?.AssetCategoryPersistence.fetchByVocabularyId_Last
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where vocabularyId = ?.static AssetCategory
AssetCategoryUtil.fetchByVocabularyId_Last
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where vocabularyId = ?.AssetVocabularyPersistence.filterFindByG_LikeN
(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ? and name LIKE ?.static List<AssetVocabulary>
AssetVocabularyUtil.filterFindByG_LikeN
(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ? and name LIKE ?.AssetVocabularyPersistence.filterFindByG_LikeN_PrevAndNext
(long vocabularyId, long groupId, String name, OrderByComparator<AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.static AssetVocabulary[]
AssetVocabularyUtil.filterFindByG_LikeN_PrevAndNext
(long vocabularyId, long groupId, String name, OrderByComparator<AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.AssetCategoryPersistence.filterFindByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permission to view where groupId = any ? and name LIKE ? and vocabularyId = any ?.AssetCategoryPersistence.filterFindByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and name LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permission to view where groupId = any ? and name LIKE ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_LikeN_V_PrevAndNext
(long categoryId, long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.filterFindByG_LikeN_V_PrevAndNext
(long categoryId, long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and treePath LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_LikeT_V_PrevAndNext
(long categoryId, long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and treePath LIKE ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.filterFindByG_LikeT_V_PrevAndNext
(long categoryId, long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_P
(long groupId, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_P
(long groupId, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.filterFindByG_P_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ?.static AssetCategory[]
AssetCategoryUtil.filterFindByG_P_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.filterFindByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_P_V_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.filterFindByG_P_V_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.filterFindByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permission to view where groupId = any ? and vocabularyId = any ?.AssetCategoryPersistence.filterFindByG_V
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permission to view where groupId = any ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByG_V
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ? and vocabularyId = ?.AssetVocabularyPersistence.filterFindByG_V
(long[] groupIds, int[] visibilityTypes, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permission to view where groupId = any ? and visibilityType = any ?.AssetVocabularyPersistence.filterFindByG_V
(long groupId, int visibilityType, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ? and visibilityType = ?.static List<AssetVocabulary>
AssetVocabularyUtil.filterFindByG_V
(long[] groupIds, int[] visibilityTypes, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permission to view where groupId = any ? and visibilityType = any ?.static List<AssetVocabulary>
AssetVocabularyUtil.filterFindByG_V
(long groupId, int visibilityType, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ? and visibilityType = ?.AssetCategoryPersistence.filterFindByG_V_PrevAndNext
(long categoryId, long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.filterFindByG_V_PrevAndNext
(long categoryId, long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ? and vocabularyId = ?.AssetVocabularyPersistence.filterFindByG_V_PrevAndNext
(long vocabularyId, long groupId, int visibilityType, OrderByComparator<AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ? and visibilityType = ?.static AssetVocabulary[]
AssetVocabularyUtil.filterFindByG_V_PrevAndNext
(long vocabularyId, long groupId, int visibilityType, OrderByComparator<AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ? and visibilityType = ?.AssetCategoryPersistence.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ?.static List<AssetCategory>
AssetCategoryUtil.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories that the user has permissions to view where groupId = ?.AssetVocabularyPersistence.filterFindByGroupId
(long[] groupIds, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permission to view where groupId = any ?.AssetVocabularyPersistence.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ?.static List<AssetVocabulary>
AssetVocabularyUtil.filterFindByGroupId
(long[] groupIds, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permission to view where groupId = any ?.static List<AssetVocabulary>
AssetVocabularyUtil.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ?.AssetCategoryPersistence.filterFindByGroupId_PrevAndNext
(long categoryId, long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ?.static AssetCategory[]
AssetCategoryUtil.filterFindByGroupId_PrevAndNext
(long categoryId, long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set of asset categories that the user has permission to view where groupId = ?.AssetVocabularyPersistence.filterFindByGroupId_PrevAndNext
(long vocabularyId, long groupId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ?.static AssetVocabulary[]
AssetVocabularyUtil.filterFindByGroupId_PrevAndNext
(long vocabularyId, long groupId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ?.AssetCategoryPersistence.findAll
(int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories.AssetCategoryPersistence.findAll
(int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories.static List<AssetCategory>
AssetCategoryUtil.findAll
(int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories.static List<AssetCategory>
AssetCategoryUtil.findAll
(int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories.AssetEntryPersistence.findAll
(int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries.AssetEntryPersistence.findAll
(int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries.static List<AssetEntry>
AssetEntryUtil.findAll
(int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries.static List<AssetEntry>
AssetEntryUtil.findAll
(int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries.AssetTagPersistence.findAll
(int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags.AssetTagPersistence.findAll
(int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags.AssetTagUtil.findAll
(int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags.AssetTagUtil.findAll
(int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags.AssetVocabularyPersistence.findAll
(int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies.AssetVocabularyPersistence.findAll
(int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies.static List<AssetVocabulary>
AssetVocabularyUtil.findAll
(int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies.static List<AssetVocabulary>
AssetVocabularyUtil.findAll
(int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies.AssetEntryPersistence.findByC_CN
(long companyId, long classNameId, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries where companyId = ? and classNameId = ?.AssetEntryPersistence.findByC_CN
(long companyId, long classNameId, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries where companyId = ? and classNameId = ?.static List<AssetEntry>
AssetEntryUtil.findByC_CN
(long companyId, long classNameId, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries where companyId = ? and classNameId = ?.static List<AssetEntry>
AssetEntryUtil.findByC_CN
(long companyId, long classNameId, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries where companyId = ? and classNameId = ?.AssetEntryPersistence.findByC_CN_First
(long companyId, long classNameId, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where companyId = ? and classNameId = ?.static AssetEntry
AssetEntryUtil.findByC_CN_First
(long companyId, long classNameId, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where companyId = ? and classNameId = ?.AssetEntryPersistence.findByC_CN_Last
(long companyId, long classNameId, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where companyId = ? and classNameId = ?.static AssetEntry
AssetEntryUtil.findByC_CN_Last
(long companyId, long classNameId, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where companyId = ? and classNameId = ?.AssetEntryPersistence.findByC_CN_PrevAndNext
(long entryId, long companyId, long classNameId, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where companyId = ? and classNameId = ?.static AssetEntry[]
AssetEntryUtil.findByC_CN_PrevAndNext
(long entryId, long companyId, long classNameId, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where companyId = ? and classNameId = ?.AssetEntryPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries where companyId = ?.AssetEntryPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries where companyId = ?.static List<AssetEntry>
AssetEntryUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries where companyId = ?.static List<AssetEntry>
AssetEntryUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries where companyId = ?.AssetVocabularyPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where companyId = ?.AssetVocabularyPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where companyId = ?.static List<AssetVocabulary>
AssetVocabularyUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where companyId = ?.static List<AssetVocabulary>
AssetVocabularyUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where companyId = ?.AssetEntryPersistence.findByCompanyId_First
(long companyId, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where companyId = ?.static AssetEntry
AssetEntryUtil.findByCompanyId_First
(long companyId, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where companyId = ?.AssetVocabularyPersistence.findByCompanyId_First
(long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where companyId = ?.static AssetVocabulary
AssetVocabularyUtil.findByCompanyId_First
(long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where companyId = ?.AssetEntryPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where companyId = ?.static AssetEntry
AssetEntryUtil.findByCompanyId_Last
(long companyId, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where companyId = ?.AssetVocabularyPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where companyId = ?.static AssetVocabulary
AssetVocabularyUtil.findByCompanyId_Last
(long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where companyId = ?.AssetEntryPersistence.findByCompanyId_PrevAndNext
(long entryId, long companyId, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where companyId = ?.static AssetEntry[]
AssetEntryUtil.findByCompanyId_PrevAndNext
(long entryId, long companyId, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where companyId = ?.AssetVocabularyPersistence.findByCompanyId_PrevAndNext
(long vocabularyId, long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?.static AssetVocabulary[]
AssetVocabularyUtil.findByCompanyId_PrevAndNext
(long vocabularyId, long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?.AssetEntryPersistence.findByExpirationDate
(Date expirationDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries where expirationDate = ?.AssetEntryPersistence.findByExpirationDate
(Date expirationDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries where expirationDate = ?.static List<AssetEntry>
AssetEntryUtil.findByExpirationDate
(Date expirationDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries where expirationDate = ?.static List<AssetEntry>
AssetEntryUtil.findByExpirationDate
(Date expirationDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries where expirationDate = ?.AssetEntryPersistence.findByExpirationDate_First
(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where expirationDate = ?.static AssetEntry
AssetEntryUtil.findByExpirationDate_First
(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where expirationDate = ?.AssetEntryPersistence.findByExpirationDate_Last
(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where expirationDate = ?.static AssetEntry
AssetEntryUtil.findByExpirationDate_Last
(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where expirationDate = ?.AssetEntryPersistence.findByExpirationDate_PrevAndNext
(long entryId, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where expirationDate = ?.static AssetEntry[]
AssetEntryUtil.findByExpirationDate_PrevAndNext
(long entryId, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where expirationDate = ?.AssetTagFinder.findByG_C_N
(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetTagFinderUtil.findByG_C_N
(long groupId, long classNameId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) AssetEntryPersistence.findByG_C_P_E
(long groupId, long classNameId, Date publishDate, Date expirationDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.AssetEntryPersistence.findByG_C_P_E
(long groupId, long classNameId, Date publishDate, Date expirationDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.static List<AssetEntry>
AssetEntryUtil.findByG_C_P_E
(long groupId, long classNameId, Date publishDate, Date expirationDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.static List<AssetEntry>
AssetEntryUtil.findByG_C_P_E
(long groupId, long classNameId, Date publishDate, Date expirationDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.AssetEntryPersistence.findByG_C_P_E_First
(long groupId, long classNameId, Date publishDate, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.static AssetEntry
AssetEntryUtil.findByG_C_P_E_First
(long groupId, long classNameId, Date publishDate, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.AssetEntryPersistence.findByG_C_P_E_Last
(long groupId, long classNameId, Date publishDate, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.static AssetEntry
AssetEntryUtil.findByG_C_P_E_Last
(long groupId, long classNameId, Date publishDate, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.AssetEntryPersistence.findByG_C_P_E_PrevAndNext
(long entryId, long groupId, long classNameId, Date publishDate, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.static AssetEntry[]
AssetEntryUtil.findByG_C_P_E_PrevAndNext
(long entryId, long groupId, long classNameId, Date publishDate, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.AssetEntryPersistence.findByG_C_V
(long groupId, long classNameId, boolean visible, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries where groupId = ? and classNameId = ? and visible = ?.AssetEntryPersistence.findByG_C_V
(long groupId, long classNameId, boolean visible, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries where groupId = ? and classNameId = ? and visible = ?.static List<AssetEntry>
AssetEntryUtil.findByG_C_V
(long groupId, long classNameId, boolean visible, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries where groupId = ? and classNameId = ? and visible = ?.static List<AssetEntry>
AssetEntryUtil.findByG_C_V
(long groupId, long classNameId, boolean visible, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries where groupId = ? and classNameId = ? and visible = ?.AssetEntryPersistence.findByG_C_V_First
(long groupId, long classNameId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where groupId = ? and classNameId = ? and visible = ?.static AssetEntry
AssetEntryUtil.findByG_C_V_First
(long groupId, long classNameId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where groupId = ? and classNameId = ? and visible = ?.AssetEntryPersistence.findByG_C_V_Last
(long groupId, long classNameId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where groupId = ? and classNameId = ? and visible = ?.static AssetEntry
AssetEntryUtil.findByG_C_V_Last
(long groupId, long classNameId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where groupId = ? and classNameId = ? and visible = ?.AssetEntryPersistence.findByG_C_V_PrevAndNext
(long entryId, long groupId, long classNameId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where groupId = ? and classNameId = ? and visible = ?.static AssetEntry[]
AssetEntryUtil.findByG_C_V_PrevAndNext
(long entryId, long groupId, long classNameId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where groupId = ? and classNameId = ? and visible = ?.AssetTagPersistence.findByG_LikeN
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = any ? and name LIKE ?.AssetTagPersistence.findByG_LikeN
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?, optionally using the finder cache.AssetTagPersistence.findByG_LikeN
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?.AssetTagPersistence.findByG_LikeN
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?.AssetTagUtil.findByG_LikeN
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = any ? and name LIKE ?.AssetTagUtil.findByG_LikeN
(long[] groupIds, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?, optionally using the finder cache.AssetTagUtil.findByG_LikeN
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?.AssetTagUtil.findByG_LikeN
(long groupId, String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ? and name LIKE ?.AssetVocabularyPersistence.findByG_LikeN
(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = ? and name LIKE ?.AssetVocabularyPersistence.findByG_LikeN
(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ? and name LIKE ?.static List<AssetVocabulary>
AssetVocabularyUtil.findByG_LikeN
(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = ? and name LIKE ?.static List<AssetVocabulary>
AssetVocabularyUtil.findByG_LikeN
(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ? and name LIKE ?.AssetTagPersistence.findByG_LikeN_First
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.static AssetTag
AssetTagUtil.findByG_LikeN_First
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ? and name LIKE ?.AssetVocabularyPersistence.findByG_LikeN_First
(long groupId, String name, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.static AssetVocabulary
AssetVocabularyUtil.findByG_LikeN_First
(long groupId, String name, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.AssetTagPersistence.findByG_LikeN_Last
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.static AssetTag
AssetTagUtil.findByG_LikeN_Last
(long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ? and name LIKE ?.AssetVocabularyPersistence.findByG_LikeN_Last
(long groupId, String name, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.static AssetVocabulary
AssetVocabularyUtil.findByG_LikeN_Last
(long groupId, String name, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.AssetTag[]
AssetTagPersistence.findByG_LikeN_PrevAndNext
(long tagId, long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where groupId = ? and name LIKE ?.static AssetTag[]
AssetTagUtil.findByG_LikeN_PrevAndNext
(long tagId, long groupId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where groupId = ? and name LIKE ?.AssetVocabularyPersistence.findByG_LikeN_PrevAndNext
(long vocabularyId, long groupId, String name, OrderByComparator<AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ? and name LIKE ?.static AssetVocabulary[]
AssetVocabularyUtil.findByG_LikeN_PrevAndNext
(long vocabularyId, long groupId, String name, OrderByComparator<AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ? and name LIKE ?.AssetCategoryPersistence.findByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = any ? and name LIKE ? and vocabularyId = any ?.AssetCategoryPersistence.findByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?, optionally using the finder cache.AssetCategoryPersistence.findByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = any ? and name LIKE ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeN_V
(long[] groupIds, String name, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?, optionally using the finder cache.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeN_V
(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeN_V_First
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_LikeN_V_First
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeN_V_Last
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_LikeN_V_Last
(long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeN_V_PrevAndNext
(long categoryId, long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByG_LikeN_V_PrevAndNext
(long categoryId, long groupId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and name LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and treePath LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and treePath LIKE ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_LikeT_V
(long groupId, String treePath, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeT_V_First
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_LikeT_V_First
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeT_V_Last
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_LikeT_V_Last
(long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_LikeT_V_PrevAndNext
(long categoryId, long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByG_LikeT_V_PrevAndNext
(long categoryId, long groupId, String treePath, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and treePath LIKE ? and vocabularyId = ?.AssetCategoryPersistence.findByG_P
(long groupId, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.findByG_P
(long groupId, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_P
(long groupId, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_P
(long groupId, long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.findByG_P_First
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.findByG_P_First
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.findByG_P_Last
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.findByG_P_Last
(long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.findByG_P_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ?.static AssetCategory[]
AssetCategoryUtil.findByG_P_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ?.AssetCategoryPersistence.findByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_P_V
(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_P_V_First
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_P_V_First
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_P_V_Last
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_P_V_Last
(long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_P_V_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByG_P_V_PrevAndNext
(long categoryId, long groupId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = any ? and vocabularyId = any ?.AssetCategoryPersistence.findByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?, optionally using the finder cache.AssetCategoryPersistence.findByG_V
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?.AssetCategoryPersistence.findByG_V
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = any ? and vocabularyId = any ?.static List<AssetCategory>
AssetCategoryUtil.findByG_V
(long[] groupIds, long[] vocabularyIds, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?, optionally using the finder cache.static List<AssetCategory>
AssetCategoryUtil.findByG_V
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByG_V
(long groupId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = ?.AssetVocabularyPersistence.findByG_V
(long[] groupIds, int[] visibilityTypes, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = any ? and visibilityType = any ?.AssetVocabularyPersistence.findByG_V
(long[] groupIds, int[] visibilityTypes, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ? and visibilityType = ?, optionally using the finder cache.AssetVocabularyPersistence.findByG_V
(long groupId, int visibilityType, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = ? and visibilityType = ?.AssetVocabularyPersistence.findByG_V
(long groupId, int visibilityType, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ? and visibilityType = ?.static List<AssetVocabulary>
AssetVocabularyUtil.findByG_V
(long[] groupIds, int[] visibilityTypes, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = any ? and visibilityType = any ?.static List<AssetVocabulary>
AssetVocabularyUtil.findByG_V
(long[] groupIds, int[] visibilityTypes, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ? and visibilityType = ?, optionally using the finder cache.static List<AssetVocabulary>
AssetVocabularyUtil.findByG_V
(long groupId, int visibilityType, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = ? and visibilityType = ?.static List<AssetVocabulary>
AssetVocabularyUtil.findByG_V
(long groupId, int visibilityType, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ? and visibilityType = ?.AssetCategoryPersistence.findByG_V_First
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_V_First
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.AssetVocabularyPersistence.findByG_V_First
(long groupId, int visibilityType, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.static AssetVocabulary
AssetVocabularyUtil.findByG_V_First
(long groupId, int visibilityType, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.AssetCategoryPersistence.findByG_V_Last
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByG_V_Last
(long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.AssetVocabularyPersistence.findByG_V_Last
(long groupId, int visibilityType, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.static AssetVocabulary
AssetVocabularyUtil.findByG_V_Last
(long groupId, int visibilityType, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.AssetCategoryPersistence.findByG_V_PrevAndNext
(long categoryId, long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByG_V_PrevAndNext
(long categoryId, long groupId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ? and vocabularyId = ?.AssetVocabularyPersistence.findByG_V_PrevAndNext
(long vocabularyId, long groupId, int visibilityType, OrderByComparator<AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.static AssetVocabulary[]
AssetVocabularyUtil.findByG_V_PrevAndNext
(long vocabularyId, long groupId, int visibilityType, OrderByComparator<AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ? and visibilityType = ?.AssetCategoryPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ?.AssetCategoryPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ?.static List<AssetCategory>
AssetCategoryUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where groupId = ?.static List<AssetCategory>
AssetCategoryUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where groupId = ?.AssetEntryPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries where groupId = ?.AssetEntryPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries where groupId = ?.static List<AssetEntry>
AssetEntryUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries where groupId = ?.static List<AssetEntry>
AssetEntryUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries where groupId = ?.AssetTagPersistence.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = any ?.AssetTagPersistence.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ?, optionally using the finder cache.AssetTagPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = ?.AssetTagPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ?.AssetTagUtil.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = any ?.AssetTagUtil.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ?, optionally using the finder cache.AssetTagUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where groupId = ?.AssetTagUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where groupId = ?.AssetVocabularyPersistence.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = any ?.AssetVocabularyPersistence.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ?, optionally using the finder cache.AssetVocabularyPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = ?.AssetVocabularyPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ?.static List<AssetVocabulary>
AssetVocabularyUtil.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = any ?.static List<AssetVocabulary>
AssetVocabularyUtil.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ?, optionally using the finder cache.static List<AssetVocabulary>
AssetVocabularyUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where groupId = ?.static List<AssetVocabulary>
AssetVocabularyUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where groupId = ?.AssetCategoryPersistence.findByGroupId_First
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ?.static AssetCategory
AssetCategoryUtil.findByGroupId_First
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where groupId = ?.AssetEntryPersistence.findByGroupId_First
(long groupId, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where groupId = ?.static AssetEntry
AssetEntryUtil.findByGroupId_First
(long groupId, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where groupId = ?.AssetTagPersistence.findByGroupId_First
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ?.static AssetTag
AssetTagUtil.findByGroupId_First
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where groupId = ?.AssetVocabularyPersistence.findByGroupId_First
(long groupId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ?.static AssetVocabulary
AssetVocabularyUtil.findByGroupId_First
(long groupId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where groupId = ?.AssetCategoryPersistence.findByGroupId_Last
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ?.static AssetCategory
AssetCategoryUtil.findByGroupId_Last
(long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where groupId = ?.AssetEntryPersistence.findByGroupId_Last
(long groupId, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where groupId = ?.static AssetEntry
AssetEntryUtil.findByGroupId_Last
(long groupId, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where groupId = ?.AssetTagPersistence.findByGroupId_Last
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ?.static AssetTag
AssetTagUtil.findByGroupId_Last
(long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where groupId = ?.AssetVocabularyPersistence.findByGroupId_Last
(long groupId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ?.static AssetVocabulary
AssetVocabularyUtil.findByGroupId_Last
(long groupId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where groupId = ?.AssetCategoryPersistence.findByGroupId_PrevAndNext
(long categoryId, long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ?.static AssetCategory[]
AssetCategoryUtil.findByGroupId_PrevAndNext
(long categoryId, long groupId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where groupId = ?.AssetEntryPersistence.findByGroupId_PrevAndNext
(long entryId, long groupId, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where groupId = ?.static AssetEntry[]
AssetEntryUtil.findByGroupId_PrevAndNext
(long entryId, long groupId, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where groupId = ?.AssetTag[]
AssetTagPersistence.findByGroupId_PrevAndNext
(long tagId, long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?.static AssetTag[]
AssetTagUtil.findByGroupId_PrevAndNext
(long tagId, long groupId, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?.AssetVocabularyPersistence.findByGroupId_PrevAndNext
(long vocabularyId, long groupId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?.static AssetVocabulary[]
AssetVocabularyUtil.findByGroupId_PrevAndNext
(long vocabularyId, long groupId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?.AssetEntryPersistence.findByLayoutUuid
(String layoutUuid, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries where layoutUuid = ?.AssetEntryPersistence.findByLayoutUuid
(String layoutUuid, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries where layoutUuid = ?.static List<AssetEntry>
AssetEntryUtil.findByLayoutUuid
(String layoutUuid, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries where layoutUuid = ?.static List<AssetEntry>
AssetEntryUtil.findByLayoutUuid
(String layoutUuid, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries where layoutUuid = ?.AssetEntryPersistence.findByLayoutUuid_First
(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where layoutUuid = ?.static AssetEntry
AssetEntryUtil.findByLayoutUuid_First
(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where layoutUuid = ?.AssetEntryPersistence.findByLayoutUuid_Last
(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where layoutUuid = ?.static AssetEntry
AssetEntryUtil.findByLayoutUuid_Last
(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where layoutUuid = ?.AssetEntryPersistence.findByLayoutUuid_PrevAndNext
(long entryId, String layoutUuid, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where layoutUuid = ?.static AssetEntry[]
AssetEntryUtil.findByLayoutUuid_PrevAndNext
(long entryId, String layoutUuid, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where layoutUuid = ?.AssetCategoryPersistence.findByN_V
(String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?.AssetCategoryPersistence.findByN_V
(String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByN_V
(String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByN_V
(String name, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where name = ? and vocabularyId = ?.AssetCategoryPersistence.findByN_V_First
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where name = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByN_V_First
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where name = ? and vocabularyId = ?.AssetCategoryPersistence.findByN_V_Last
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByN_V_Last
(String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.AssetCategoryPersistence.findByN_V_PrevAndNext
(long categoryId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByN_V_PrevAndNext
(long categoryId, String name, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?.AssetTagPersistence.findByName
(String[] names, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where name = any ?.AssetTagPersistence.findByName
(String[] names, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where name = ?, optionally using the finder cache.AssetTagPersistence.findByName
(String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where name = ?.AssetTagPersistence.findByName
(String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where name = ?.AssetTagUtil.findByName
(String[] names, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where name = any ?.AssetTagUtil.findByName
(String[] names, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where name = ?, optionally using the finder cache.AssetTagUtil.findByName
(String name, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where name = ?.AssetTagUtil.findByName
(String name, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where name = ?.AssetTagPersistence.findByName_First
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where name = ?.static AssetTag
AssetTagUtil.findByName_First
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where name = ?.AssetTagPersistence.findByName_Last
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where name = ?.static AssetTag
AssetTagUtil.findByName_Last
(String name, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where name = ?.AssetTag[]
AssetTagPersistence.findByName_PrevAndNext
(long tagId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where name = ?.static AssetTag[]
AssetTagUtil.findByName_PrevAndNext
(long tagId, String name, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where name = ?.AssetCategoryPersistence.findByP_N
(long parentCategoryId, String name, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?.AssetCategoryPersistence.findByP_N
(long parentCategoryId, String name, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?.static List<AssetCategory>
AssetCategoryUtil.findByP_N
(long parentCategoryId, String name, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?.static List<AssetCategory>
AssetCategoryUtil.findByP_N
(long parentCategoryId, String name, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where parentCategoryId = ? and name = ?.AssetCategoryPersistence.findByP_N_First
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?.static AssetCategory
AssetCategoryUtil.findByP_N_First
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and name = ?.AssetCategoryPersistence.findByP_N_Last
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.static AssetCategory
AssetCategoryUtil.findByP_N_Last
(long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.AssetCategoryPersistence.findByP_N_PrevAndNext
(long categoryId, long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?.static AssetCategory[]
AssetCategoryUtil.findByP_N_PrevAndNext
(long categoryId, long parentCategoryId, String name, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?.AssetCategoryPersistence.findByP_V
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByP_V
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByP_V
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByP_V
(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByP_V_First
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByP_V_First
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByP_V_Last
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByP_V_Last
(long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByP_V_PrevAndNext
(long categoryId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByP_V_PrevAndNext
(long categoryId, long parentCategoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.AssetCategoryPersistence.findByParentCategoryId
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where parentCategoryId = ?.AssetCategoryPersistence.findByParentCategoryId
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.findByParentCategoryId
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where parentCategoryId = ?.static List<AssetCategory>
AssetCategoryUtil.findByParentCategoryId
(long parentCategoryId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where parentCategoryId = ?.AssetCategoryPersistence.findByParentCategoryId_First
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.findByParentCategoryId_First
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where parentCategoryId = ?.AssetCategoryPersistence.findByParentCategoryId_Last
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ?.static AssetCategory
AssetCategoryUtil.findByParentCategoryId_Last
(long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where parentCategoryId = ?.AssetCategoryPersistence.findByParentCategoryId_PrevAndNext
(long categoryId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?.static AssetCategory[]
AssetCategoryUtil.findByParentCategoryId_PrevAndNext
(long categoryId, long parentCategoryId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?.AssetEntryPersistence.findByPublishDate
(Date publishDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries where publishDate = ?.AssetEntryPersistence.findByPublishDate
(Date publishDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries where publishDate = ?.static List<AssetEntry>
AssetEntryUtil.findByPublishDate
(Date publishDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries where publishDate = ?.static List<AssetEntry>
AssetEntryUtil.findByPublishDate
(Date publishDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries where publishDate = ?.AssetEntryPersistence.findByPublishDate_First
(Date publishDate, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where publishDate = ?.static AssetEntry
AssetEntryUtil.findByPublishDate_First
(Date publishDate, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where publishDate = ?.AssetEntryPersistence.findByPublishDate_Last
(Date publishDate, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where publishDate = ?.static AssetEntry
AssetEntryUtil.findByPublishDate_Last
(Date publishDate, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where publishDate = ?.AssetEntryPersistence.findByPublishDate_PrevAndNext
(long entryId, Date publishDate, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where publishDate = ?.static AssetEntry[]
AssetEntryUtil.findByPublishDate_PrevAndNext
(long entryId, Date publishDate, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where publishDate = ?.AssetCategoryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where uuid = ?.AssetCategoryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where uuid = ?.static List<AssetCategory>
AssetCategoryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where uuid = ?.static List<AssetCategory>
AssetCategoryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where uuid = ?.AssetTagPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where uuid = ?.AssetTagPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where uuid = ?.AssetTagUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where uuid = ?.AssetTagUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where uuid = ?.AssetVocabularyPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where uuid = ?.AssetVocabularyPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where uuid = ?.static List<AssetVocabulary>
AssetVocabularyUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where uuid = ?.static List<AssetVocabulary>
AssetVocabularyUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where uuid = ?.AssetCategoryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where uuid = ? and companyId = ?.AssetCategoryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where uuid = ? and companyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where uuid = ? and companyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where uuid = ? and companyId = ?.AssetTagPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where uuid = ? and companyId = ?.AssetTagPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where uuid = ? and companyId = ?.AssetTagUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags where uuid = ? and companyId = ?.AssetTagUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tags where uuid = ? and companyId = ?.AssetVocabularyPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where uuid = ? and companyId = ?.AssetVocabularyPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where uuid = ? and companyId = ?.static List<AssetVocabulary>
AssetVocabularyUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) Returns an ordered range of all the asset vocabularies where uuid = ? and companyId = ?.static List<AssetVocabulary>
AssetVocabularyUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset vocabularies where uuid = ? and companyId = ?.AssetCategoryPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ? and companyId = ?.static AssetCategory
AssetCategoryUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ? and companyId = ?.AssetTagPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.static AssetTag
AssetTagUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ? and companyId = ?.AssetVocabularyPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.static AssetVocabulary
AssetVocabularyUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.AssetCategoryPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ? and companyId = ?.static AssetCategory
AssetCategoryUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ? and companyId = ?.AssetTagPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.static AssetTag
AssetTagUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ? and companyId = ?.AssetVocabularyPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.static AssetVocabulary
AssetVocabularyUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.AssetCategoryPersistence.findByUuid_C_PrevAndNext
(long categoryId, String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where uuid = ? and companyId = ?.static AssetCategory[]
AssetCategoryUtil.findByUuid_C_PrevAndNext
(long categoryId, String uuid, long companyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where uuid = ? and companyId = ?.AssetTag[]
AssetTagPersistence.findByUuid_C_PrevAndNext
(long tagId, String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where uuid = ? and companyId = ?.static AssetTag[]
AssetTagUtil.findByUuid_C_PrevAndNext
(long tagId, String uuid, long companyId, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where uuid = ? and companyId = ?.AssetVocabularyPersistence.findByUuid_C_PrevAndNext
(long vocabularyId, String uuid, long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ? and companyId = ?.static AssetVocabulary[]
AssetVocabularyUtil.findByUuid_C_PrevAndNext
(long vocabularyId, String uuid, long companyId, OrderByComparator<AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ? and companyId = ?.AssetCategoryPersistence.findByUuid_First
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ?.static AssetCategory
AssetCategoryUtil.findByUuid_First
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where uuid = ?.AssetTagPersistence.findByUuid_First
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ?.static AssetTag
AssetTagUtil.findByUuid_First
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the first asset tag in the ordered set where uuid = ?.AssetVocabularyPersistence.findByUuid_First
(String uuid, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where uuid = ?.static AssetVocabulary
AssetVocabularyUtil.findByUuid_First
(String uuid, OrderByComparator<AssetVocabulary> orderByComparator) Returns the first asset vocabulary in the ordered set where uuid = ?.AssetCategoryPersistence.findByUuid_Last
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ?.static AssetCategory
AssetCategoryUtil.findByUuid_Last
(String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where uuid = ?.AssetTagPersistence.findByUuid_Last
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ?.static AssetTag
AssetTagUtil.findByUuid_Last
(String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the last asset tag in the ordered set where uuid = ?.AssetVocabularyPersistence.findByUuid_Last
(String uuid, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where uuid = ?.static AssetVocabulary
AssetVocabularyUtil.findByUuid_Last
(String uuid, OrderByComparator<AssetVocabulary> orderByComparator) Returns the last asset vocabulary in the ordered set where uuid = ?.AssetCategoryPersistence.findByUuid_PrevAndNext
(long categoryId, String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where uuid = ?.static AssetCategory[]
AssetCategoryUtil.findByUuid_PrevAndNext
(long categoryId, String uuid, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where uuid = ?.AssetTag[]
AssetTagPersistence.findByUuid_PrevAndNext
(long tagId, String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where uuid = ?.static AssetTag[]
AssetTagUtil.findByUuid_PrevAndNext
(long tagId, String uuid, OrderByComparator<AssetTag> orderByComparator) Returns the asset tags before and after the current asset tag in the ordered set where uuid = ?.AssetVocabularyPersistence.findByUuid_PrevAndNext
(long vocabularyId, String uuid, OrderByComparator<AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?.static AssetVocabulary[]
AssetVocabularyUtil.findByUuid_PrevAndNext
(long vocabularyId, String uuid, OrderByComparator<AssetVocabulary> orderByComparator) Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?.AssetEntryPersistence.findByVisible
(boolean visible, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries where visible = ?.AssetEntryPersistence.findByVisible
(boolean visible, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries where visible = ?.static List<AssetEntry>
AssetEntryUtil.findByVisible
(boolean visible, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries where visible = ?.static List<AssetEntry>
AssetEntryUtil.findByVisible
(boolean visible, int start, int end, OrderByComparator<AssetEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset entries where visible = ?.AssetEntryPersistence.findByVisible_First
(boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where visible = ?.static AssetEntry
AssetEntryUtil.findByVisible_First
(boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where visible = ?.AssetEntryPersistence.findByVisible_Last
(boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where visible = ?.static AssetEntry
AssetEntryUtil.findByVisible_Last
(boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where visible = ?.AssetEntryPersistence.findByVisible_PrevAndNext
(long entryId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where visible = ?.static AssetEntry[]
AssetEntryUtil.findByVisible_PrevAndNext
(long entryId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where visible = ?.AssetCategoryPersistence.findByVocabularyId
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where vocabularyId = ?.AssetCategoryPersistence.findByVocabularyId
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByVocabularyId
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator) Returns an ordered range of all the asset categories where vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findByVocabularyId
(long vocabularyId, int start, int end, OrderByComparator<AssetCategory> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset categories where vocabularyId = ?.AssetCategoryPersistence.findByVocabularyId_First
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByVocabularyId_First
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the first asset category in the ordered set where vocabularyId = ?.AssetCategoryPersistence.findByVocabularyId_Last
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where vocabularyId = ?.static AssetCategory
AssetCategoryUtil.findByVocabularyId_Last
(long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the last asset category in the ordered set where vocabularyId = ?.AssetCategoryPersistence.findByVocabularyId_PrevAndNext
(long categoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where vocabularyId = ?.static AssetCategory[]
AssetCategoryUtil.findByVocabularyId_PrevAndNext
(long categoryId, long vocabularyId, OrderByComparator<AssetCategory> orderByComparator) Returns the asset categories before and after the current asset category in the ordered set where vocabularyId = ?.static List<AssetCategory>
AssetCategoryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<AssetCategory> orderByComparator) static List<AssetEntry>
AssetEntryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<AssetEntry> orderByComparator) AssetTagUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<AssetTag> orderByComparator) static List<AssetVocabulary>
AssetVocabularyUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) AssetTagPersistence.getAssetEntries
(long pk, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries associated with the asset tag.static List<AssetEntry>
AssetTagUtil.getAssetEntries
(long pk, int start, int end, OrderByComparator<AssetEntry> orderByComparator) Returns an ordered range of all the asset entries associated with the asset tag.AssetEntryPersistence.getAssetTags
(long pk, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags associated with the asset entry.AssetEntryUtil.getAssetTags
(long pk, int start, int end, OrderByComparator<AssetTag> orderByComparator) Returns an ordered range of all the asset tags associated with the asset entry. -
Uses of OrderByComparator in com.liferay.document.library.kernel.service
Methods in com.liferay.document.library.kernel.service with parameters of type OrderByComparatorModifier and TypeMethodDescription<T> List<T>
DLFileEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
DLFileEntryLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
DLFileEntryLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
DLFileEntryMetadataLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
DLFileEntryMetadataLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
DLFileEntryMetadataLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
DLFileEntryTypeLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
DLFileEntryTypeLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
DLFileEntryTypeLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
DLFileShortcutLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
DLFileShortcutLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
DLFileShortcutLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
DLFileVersionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
DLFileVersionLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
DLFileVersionLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
DLFolderLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
DLFolderLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
DLFolderLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.DLFileEntryLocalService.getDLFileEntriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns a range of document library file entries matching the UUID and company.static List<DLFileEntry>
DLFileEntryLocalServiceUtil.getDLFileEntriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns a range of document library file entries matching the UUID and company.DLFileEntryLocalServiceWrapper.getDLFileEntriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns a range of document library file entries matching the UUID and company.DLFolderLocalService.getDLFileEntryTypeDLFolders
(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders
(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders
(long fileEntryTypeId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFileEntryTypeLocalService.getDLFileEntryTypesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns a range of document library file entry types matching the UUID and company.static List<DLFileEntryType>
DLFileEntryTypeLocalServiceUtil.getDLFileEntryTypesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns a range of document library file entry types matching the UUID and company.DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns a range of document library file entry types matching the UUID and company.DLFileShortcutLocalService.getDLFileShortcutsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns a range of document library file shortcuts matching the UUID and company.static List<DLFileShortcut>
DLFileShortcutLocalServiceUtil.getDLFileShortcutsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns a range of document library file shortcuts matching the UUID and company.DLFileShortcutLocalServiceWrapper.getDLFileShortcutsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns a range of document library file shortcuts matching the UUID and company.DLFileVersionLocalService.getDLFileVersionsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns a range of document library file versions matching the UUID and company.static List<DLFileVersion>
DLFileVersionLocalServiceUtil.getDLFileVersionsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns a range of document library file versions matching the UUID and company.DLFileVersionLocalServiceWrapper.getDLFileVersionsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns a range of document library file versions matching the UUID and company.DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes
(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>
DLFileEntryTypeLocalServiceUtil.getDLFolderDLFileEntryTypes
(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeLocalServiceWrapper.getDLFolderDLFileEntryTypes
(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFolderLocalService.getDLFoldersByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns a range of document library folders matching the UUID and company.DLFolderLocalServiceUtil.getDLFoldersByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns a range of document library folders matching the UUID and company.DLFolderLocalServiceWrapper.getDLFoldersByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns a range of document library folders matching the UUID and company.DLAppService.getFileEntries
(long repositoryId, long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the folder.DLAppService.getFileEntries
(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries with the file entry type in the folder.DLAppService.getFileEntries
(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppServiceUtil.getFileEntries
(long repositoryId, long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the folder.DLAppServiceUtil.getFileEntries
(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries with the file entry type in the folder.DLAppServiceUtil.getFileEntries
(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppServiceWrapper.getFileEntries
(long repositoryId, long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the folder.DLAppServiceWrapper.getFileEntries
(long repositoryId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries with the file entry type in the folder.DLAppServiceWrapper.getFileEntries
(long repositoryId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLFileEntryLocalService.getFileEntries
(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryLocalService.getFileEntries
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>
DLFileEntryLocalServiceUtil.getFileEntries
(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>
DLFileEntryLocalServiceUtil.getFileEntries
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryLocalServiceWrapper.getFileEntries
(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryLocalServiceWrapper.getFileEntries
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getFileEntries
(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getFileEntries
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getFileEntries
(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getFileEntries
(long groupId, long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getFileEntries
(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>
DLFileEntryServiceUtil.getFileEntries
(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>
DLFileEntryServiceUtil.getFileEntries
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>
DLFileEntryServiceUtil.getFileEntries
(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>
DLFileEntryServiceUtil.getFileEntries
(long groupId, long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>
DLFileEntryServiceUtil.getFileEntries
(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryServiceWrapper.getFileEntries
(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryServiceWrapper.getFileEntries
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryServiceWrapper.getFileEntries
(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryServiceWrapper.getFileEntries
(long groupId, long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryServiceWrapper.getFileEntries
(long groupId, long folderId, String[] mimeTypes, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLAppService.getFolders
(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLAppService.getFolders
(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLAppService.getFolders
(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLAppServiceUtil.getFolders
(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLAppServiceUtil.getFolders
(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLAppServiceUtil.getFolders
(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLAppServiceWrapper.getFolders
(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLAppServiceWrapper.getFolders
(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLAppServiceWrapper.getFolders
(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder.DLFolderLocalService.getFolders
(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalService.getFolders
(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalService.getFolders
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceUtil.getFolders
(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceUtil.getFolders
(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceUtil.getFolders
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceWrapper.getFolders
(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceWrapper.getFolders
(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceWrapper.getFolders
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderService.getFolders
(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderService.getFolders
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceUtil.getFolders
(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceUtil.getFolders
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceWrapper.getFolders
(long groupId, long parentFolderId, boolean includeMountfolders, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceWrapper.getFolders
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLAppService.getFoldersAndFileEntriesAndFileShortcuts
(long repositoryId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.DLAppService.getFoldersAndFileEntriesAndFileShortcuts
(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, boolean includeOwner, int start, int end, OrderByComparator<?> orderByComparator) DLAppService.getFoldersAndFileEntriesAndFileShortcuts
(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcuts
(long repositoryId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcuts
(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, boolean includeOwner, int start, int end, OrderByComparator<?> orderByComparator) DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcuts
(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts
(long repositoryId, long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts
(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, boolean includeOwner, int start, int end, OrderByComparator<?> orderByComparator) DLAppServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts
(long repositoryId, long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) DLFolderService.getFoldersAndFileEntriesAndFileShortcuts
(long groupId, long folderId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLFolderService.getFoldersAndFileEntriesAndFileShortcuts
(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLFolderService.getFoldersAndFileEntriesAndFileShortcuts
(long groupId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts
(long groupId, long folderId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts
(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLFolderServiceUtil.getFoldersAndFileEntriesAndFileShortcuts
(long groupId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts
(long groupId, long folderId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts
(long groupId, long folderId, String[] mimeTypes, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLFolderServiceWrapper.getFoldersAndFileEntriesAndFileShortcuts
(long groupId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) DLAppService.getGroupFileEntries
(long groupId, long userId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.DLAppService.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppService.getGroupFileEntries
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppServiceUtil.getGroupFileEntries
(long groupId, long userId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.DLAppServiceUtil.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppServiceUtil.getGroupFileEntries
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLAppServiceWrapper.getGroupFileEntries
(long groupId, long userId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group that are stored within the Liferay repository.DLAppServiceWrapper.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository.DLAppServiceWrapper.getGroupFileEntries
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DLFileEntryLocalService.getGroupFileEntries
(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryLocalService.getGroupFileEntries
(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryLocalService.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryLocalService.getGroupFileEntries
(long groupId, long userId, long repositoryId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>
DLFileEntryLocalServiceUtil.getGroupFileEntries
(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>
DLFileEntryLocalServiceUtil.getGroupFileEntries
(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>
DLFileEntryLocalServiceUtil.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>
DLFileEntryLocalServiceUtil.getGroupFileEntries
(long groupId, long userId, long repositoryId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryLocalServiceWrapper.getGroupFileEntries
(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryLocalServiceWrapper.getGroupFileEntries
(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryLocalServiceWrapper.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryLocalServiceWrapper.getGroupFileEntries
(long groupId, long userId, long repositoryId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getGroupFileEntries
(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryService.getGroupFileEntries
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>
DLFileEntryServiceUtil.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>
DLFileEntryServiceUtil.getGroupFileEntries
(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileEntry>
DLFileEntryServiceUtil.getGroupFileEntries
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryServiceWrapper.getGroupFileEntries
(long groupId, long userId, long rootFolderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryServiceWrapper.getGroupFileEntries
(long groupId, long userId, long repositoryId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLFileEntryServiceWrapper.getGroupFileEntries
(long groupId, long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) DLAppService.getMountFolders
(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.DLAppServiceUtil.getMountFolders
(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.DLAppServiceWrapper.getMountFolders
(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.DLFolderLocalService.getMountFolders
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceUtil.getMountFolders
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderLocalServiceWrapper.getMountFolders
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderService.getMountFolders
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceUtil.getMountFolders
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderServiceWrapper.getMountFolders
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFileEntryTypeLocalService.search
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>
DLFileEntryTypeLocalServiceUtil.search
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeLocalServiceWrapper.search
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeService.search
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int scope, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeService.search
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>
DLFileEntryTypeServiceUtil.search
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int scope, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>
DLFileEntryTypeServiceUtil.search
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeServiceWrapper.search
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int scope, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryTypeServiceWrapper.search
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) -
Uses of OrderByComparator in com.liferay.document.library.kernel.service.persistence
Methods in com.liferay.document.library.kernel.service.persistence with parameters of type OrderByComparatorModifier and TypeMethodDescriptionDLFileVersionPersistence.fetchByC_E_S_First
(long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.static DLFileVersion
DLFileVersionUtil.fetchByC_E_S_First
(long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.DLFileVersionPersistence.fetchByC_E_S_Last
(long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.static DLFileVersion
DLFileVersionUtil.fetchByC_E_S_Last
(long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.DLFileShortcutPersistence.fetchByC_NotS_First
(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.static DLFileShortcut
DLFileShortcutUtil.fetchByC_NotS_First
(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.DLFileVersionPersistence.fetchByC_NotS_First
(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?.static DLFileVersion
DLFileVersionUtil.fetchByC_NotS_First
(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?.DLFolderPersistence.fetchByC_NotS_First
(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolder
DLFolderUtil.fetchByC_NotS_First
(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.DLFileShortcutPersistence.fetchByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.static DLFileShortcut
DLFileShortcutUtil.fetchByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.DLFileVersionPersistence.fetchByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?.static DLFileVersion
DLFileVersionUtil.fetchByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?.DLFolderPersistence.fetchByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolder
DLFolderUtil.fetchByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.DLFileVersionPersistence.fetchByC_SU_First
(long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and storeUUID = ?.static DLFileVersion
DLFileVersionUtil.fetchByC_SU_First
(long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and storeUUID = ?.DLFileVersionPersistence.fetchByC_SU_Last
(long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and storeUUID = ?.static DLFileVersion
DLFileVersionUtil.fetchByC_SU_Last
(long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and storeUUID = ?.DLFileEntryPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where companyId = ?.DLFileEntryTypePersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where companyId = ?.static DLFileEntryType
DLFileEntryTypeUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where companyId = ?.static DLFileEntry
DLFileEntryUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where companyId = ?.DLFileShortcutPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ?.static DLFileShortcut
DLFileShortcutUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ?.DLFileVersionPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ?.static DLFileVersion
DLFileVersionUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ?.DLFolderPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ?.static DLFolder
DLFolderUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ?.DLFileEntryPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where companyId = ?.DLFileEntryTypePersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where companyId = ?.static DLFileEntryType
DLFileEntryTypeUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where companyId = ?.static DLFileEntry
DLFileEntryUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where companyId = ?.DLFileShortcutPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ?.static DLFileShortcut
DLFileShortcutUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ?.DLFileVersionPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ?.static DLFileVersion
DLFileVersionUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ?.DLFolderPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ?.static DLFolder
DLFolderUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ?.DLFileEntryPersistence.fetchByCustom1ImageId_First
(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where custom1ImageId = ?.static DLFileEntry
DLFileEntryUtil.fetchByCustom1ImageId_First
(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where custom1ImageId = ?.DLFileEntryPersistence.fetchByCustom1ImageId_Last
(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where custom1ImageId = ?.static DLFileEntry
DLFileEntryUtil.fetchByCustom1ImageId_Last
(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where custom1ImageId = ?.DLFileEntryPersistence.fetchByCustom2ImageId_First
(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where custom2ImageId = ?.static DLFileEntry
DLFileEntryUtil.fetchByCustom2ImageId_First
(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where custom2ImageId = ?.DLFileEntryPersistence.fetchByCustom2ImageId_Last
(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where custom2ImageId = ?.static DLFileEntry
DLFileEntryUtil.fetchByCustom2ImageId_Last
(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where custom2ImageId = ?.DLFileEntryPersistence.fetchByF_N_First
(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where folderId = ? and name = ?.static DLFileEntry
DLFileEntryUtil.fetchByF_N_First
(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where folderId = ? and name = ?.DLFileEntryPersistence.fetchByF_N_Last
(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where folderId = ? and name = ?.static DLFileEntry
DLFileEntryUtil.fetchByF_N_Last
(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where folderId = ? and name = ?.DLFileVersionPersistence.fetchByF_S_First
(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.static DLFileVersion
DLFileVersionUtil.fetchByF_S_First
(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.DLFileVersionPersistence.fetchByF_S_Last
(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.static DLFileVersion
DLFileVersionUtil.fetchByF_S_Last
(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.DLFileEntryMetadataPersistence.fetchByFileEntryId_First
(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the first document library file entry metadata in the ordered set where fileEntryId = ?.static DLFileEntryMetadata
DLFileEntryMetadataUtil.fetchByFileEntryId_First
(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the first document library file entry metadata in the ordered set where fileEntryId = ?.DLFileVersionPersistence.fetchByFileEntryId_First
(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ?.static DLFileVersion
DLFileVersionUtil.fetchByFileEntryId_First
(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ?.DLFileEntryMetadataPersistence.fetchByFileEntryId_Last
(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the last document library file entry metadata in the ordered set where fileEntryId = ?.static DLFileEntryMetadata
DLFileEntryMetadataUtil.fetchByFileEntryId_Last
(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the last document library file entry metadata in the ordered set where fileEntryId = ?.DLFileVersionPersistence.fetchByFileEntryId_Last
(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ?.static DLFileVersion
DLFileVersionUtil.fetchByFileEntryId_Last
(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ?.DLFileEntryPersistence.fetchByFileEntryTypeId_First
(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.static DLFileEntry
DLFileEntryUtil.fetchByFileEntryTypeId_First
(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.DLFileEntryPersistence.fetchByFileEntryTypeId_Last
(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.static DLFileEntry
DLFileEntryUtil.fetchByFileEntryTypeId_Last
(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.DLFileEntryMetadataPersistence.fetchByFileVersionId_First
(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the first document library file entry metadata in the ordered set where fileVersionId = ?.static DLFileEntryMetadata
DLFileEntryMetadataUtil.fetchByFileVersionId_First
(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the first document library file entry metadata in the ordered set where fileVersionId = ?.DLFileEntryMetadataPersistence.fetchByFileVersionId_Last
(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the last document library file entry metadata in the ordered set where fileVersionId = ?.static DLFileEntryMetadata
DLFileEntryMetadataUtil.fetchByFileVersionId_Last
(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the last document library file entry metadata in the ordered set where fileVersionId = ?.DLFileShortcutPersistence.fetchByG_F_A_First
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.static DLFileShortcut
DLFileShortcutUtil.fetchByG_F_A_First
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.fetchByG_F_A_Last
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.static DLFileShortcut
DLFileShortcutUtil.fetchByG_F_A_Last
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.fetchByG_F_A_S_First
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcut
DLFileShortcutUtil.fetchByG_F_A_S_First
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.fetchByG_F_A_S_Last
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcut
DLFileShortcutUtil.fetchByG_F_A_S_Last
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.DLFileEntryPersistence.fetchByG_F_F_First
(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.static DLFileEntry
DLFileEntryUtil.fetchByG_F_F_First
(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.DLFileEntryPersistence.fetchByG_F_F_Last
(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.static DLFileEntry
DLFileEntryUtil.fetchByG_F_F_Last
(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.DLFileEntryPersistence.fetchByG_F_First
(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.static DLFileEntry
DLFileEntryUtil.fetchByG_F_First
(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.DLFileShortcutPersistence.fetchByG_F_First
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.static DLFileShortcut
DLFileShortcutUtil.fetchByG_F_First
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.DLFileEntryPersistence.fetchByG_F_Last
(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.static DLFileEntry
DLFileEntryUtil.fetchByG_F_Last
(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.DLFileShortcutPersistence.fetchByG_F_Last
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.static DLFileShortcut
DLFileShortcutUtil.fetchByG_F_Last
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.DLFileVersionPersistence.fetchByG_F_S_First
(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.static DLFileVersion
DLFileVersionUtil.fetchByG_F_S_First
(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.DLFileVersionPersistence.fetchByG_F_S_Last
(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.static DLFileVersion
DLFileVersionUtil.fetchByG_F_S_Last
(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.DLFileVersionPersistence.fetchByG_F_T_V_First
(long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.static DLFileVersion
DLFileVersionUtil.fetchByG_F_T_V_First
(long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.DLFileVersionPersistence.fetchByG_F_T_V_Last
(long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.static DLFileVersion
DLFileVersionUtil.fetchByG_F_T_V_Last
(long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.DLFolderPersistence.fetchByG_M_LikeT_H_First
(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolder
DLFolderUtil.fetchByG_M_LikeT_H_First
(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.fetchByG_M_LikeT_H_Last
(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolder
DLFolderUtil.fetchByG_M_LikeT_H_Last
(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.fetchByG_M_LikeT_H_NotS_First
(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolder
DLFolderUtil.fetchByG_M_LikeT_H_NotS_First
(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.fetchByG_M_LikeT_H_NotS_Last
(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolder
DLFolderUtil.fetchByG_M_LikeT_H_NotS_Last
(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.fetchByG_M_P_First
(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolder
DLFolderUtil.fetchByG_M_P_First
(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.fetchByG_M_P_H_First
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolder
DLFolderUtil.fetchByG_M_P_H_First
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.fetchByG_M_P_H_Last
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolder
DLFolderUtil.fetchByG_M_P_H_Last
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.fetchByG_M_P_H_S_First
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder
DLFolderUtil.fetchByG_M_P_H_S_First
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.fetchByG_M_P_H_S_Last
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder
DLFolderUtil.fetchByG_M_P_H_S_Last
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.fetchByG_M_P_Last
(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolder
DLFolderUtil.fetchByG_M_P_Last
(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.fetchByG_P_First
(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.static DLFolder
DLFolderUtil.fetchByG_P_First
(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.DLFolderPersistence.fetchByG_P_H_S_First
(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder
DLFolderUtil.fetchByG_P_H_S_First
(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.fetchByG_P_H_S_Last
(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder
DLFolderUtil.fetchByG_P_H_S_Last
(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.fetchByG_P_Last
(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.static DLFolder
DLFolderUtil.fetchByG_P_Last
(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.DLFileEntryPersistence.fetchByG_U_F_First
(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.static DLFileEntry
DLFileEntryUtil.fetchByG_U_F_First
(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.DLFileEntryPersistence.fetchByG_U_F_Last
(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.static DLFileEntry
DLFileEntryUtil.fetchByG_U_F_Last
(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.DLFileEntryPersistence.fetchByG_U_First
(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.static DLFileEntry
DLFileEntryUtil.fetchByG_U_First
(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.DLFileEntryPersistence.fetchByG_U_Last
(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.static DLFileEntry
DLFileEntryUtil.fetchByG_U_Last
(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.DLFileEntryPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ?.DLFileEntryTypePersistence.fetchByGroupId_First
(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where groupId = ?.static DLFileEntryType
DLFileEntryTypeUtil.fetchByGroupId_First
(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where groupId = ?.static DLFileEntry
DLFileEntryUtil.fetchByGroupId_First
(long groupId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ?.DLFileShortcutPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ?.static DLFileShortcut
DLFileShortcutUtil.fetchByGroupId_First
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ?.DLFolderPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ?.static DLFolder
DLFolderUtil.fetchByGroupId_First
(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ?.DLFileEntryPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ?.DLFileEntryTypePersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where groupId = ?.static DLFileEntryType
DLFileEntryTypeUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where groupId = ?.static DLFileEntry
DLFileEntryUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ?.DLFileShortcutPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ?.static DLFileShortcut
DLFileShortcutUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ?.DLFolderPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ?.static DLFolder
DLFolderUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ?.DLFolderPersistence.fetchByGtF_C_P_First
(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.static DLFolder
DLFolderUtil.fetchByGtF_C_P_First
(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.fetchByGtF_C_P_Last
(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.static DLFolder
DLFolderUtil.fetchByGtF_C_P_Last
(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.fetchByGtF_C_P_NotS_First
(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.static DLFolder
DLFolderUtil.fetchByGtF_C_P_NotS_First
(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderPersistence.fetchByGtF_C_P_NotS_Last
(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.static DLFolder
DLFolderUtil.fetchByGtF_C_P_NotS_Last
(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFileEntryPersistence.fetchByLargeImageId_First
(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where largeImageId = ?.static DLFileEntry
DLFileEntryUtil.fetchByLargeImageId_First
(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where largeImageId = ?.DLFileEntryPersistence.fetchByLargeImageId_Last
(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where largeImageId = ?.static DLFileEntry
DLFileEntryUtil.fetchByLargeImageId_Last
(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where largeImageId = ?.DLFileVersionPersistence.fetchByLtD_S_First
(Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where displayDate < ? and status = ?.static DLFileVersion
DLFileVersionUtil.fetchByLtD_S_First
(Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where displayDate < ? and status = ?.DLFileVersionPersistence.fetchByLtD_S_Last
(Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where displayDate < ? and status = ?.static DLFileVersion
DLFileVersionUtil.fetchByLtD_S_Last
(Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where displayDate < ? and status = ?.DLFileEntryPersistence.fetchByMimeType_First
(String mimeType, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where mimeType = ?.static DLFileEntry
DLFileEntryUtil.fetchByMimeType_First
(String mimeType, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where mimeType = ?.DLFileVersionPersistence.fetchByMimeType_First
(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where mimeType = ?.static DLFileVersion
DLFileVersionUtil.fetchByMimeType_First
(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where mimeType = ?.DLFileEntryPersistence.fetchByMimeType_Last
(String mimeType, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where mimeType = ?.static DLFileEntry
DLFileEntryUtil.fetchByMimeType_Last
(String mimeType, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where mimeType = ?.DLFileVersionPersistence.fetchByMimeType_Last
(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where mimeType = ?.static DLFileVersion
DLFileVersionUtil.fetchByMimeType_Last
(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where mimeType = ?.DLFolderPersistence.fetchByP_N_First
(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolder
DLFolderUtil.fetchByP_N_First
(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.DLFolderPersistence.fetchByP_N_Last
(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolder
DLFolderUtil.fetchByP_N_Last
(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.DLFileEntryPersistence.fetchByR_F_First
(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.static DLFileEntry
DLFileEntryUtil.fetchByR_F_First
(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.DLFileEntryPersistence.fetchByR_F_Last
(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.static DLFileEntry
DLFileEntryUtil.fetchByR_F_Last
(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.DLFolderPersistence.fetchByR_P_First
(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolder
DLFolderUtil.fetchByR_P_First
(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.DLFolderPersistence.fetchByR_P_Last
(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolder
DLFolderUtil.fetchByR_P_Last
(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.DLFileEntryPersistence.fetchByRepositoryId_First
(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where repositoryId = ?.static DLFileEntry
DLFileEntryUtil.fetchByRepositoryId_First
(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where repositoryId = ?.DLFolderPersistence.fetchByRepositoryId_First
(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ?.static DLFolder
DLFolderUtil.fetchByRepositoryId_First
(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ?.DLFileEntryPersistence.fetchByRepositoryId_Last
(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where repositoryId = ?.static DLFileEntry
DLFileEntryUtil.fetchByRepositoryId_Last
(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where repositoryId = ?.DLFolderPersistence.fetchByRepositoryId_Last
(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ?.static DLFolder
DLFolderUtil.fetchByRepositoryId_Last
(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ?.DLFileEntryPersistence.fetchByS_L_C1_C2_First
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.static DLFileEntry
DLFileEntryUtil.fetchByS_L_C1_C2_First
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.DLFileEntryPersistence.fetchByS_L_C1_C2_Last
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.static DLFileEntry
DLFileEntryUtil.fetchByS_L_C1_C2_Last
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.DLFileEntryPersistence.fetchBySmallImageId_First
(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where smallImageId = ?.static DLFileEntry
DLFileEntryUtil.fetchBySmallImageId_First
(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where smallImageId = ?.DLFileEntryPersistence.fetchBySmallImageId_Last
(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where smallImageId = ?.static DLFileEntry
DLFileEntryUtil.fetchBySmallImageId_Last
(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where smallImageId = ?.DLFileShortcutPersistence.fetchByToFileEntryId_First
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.static DLFileShortcut
DLFileShortcutUtil.fetchByToFileEntryId_First
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.DLFileShortcutPersistence.fetchByToFileEntryId_Last
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.static DLFileShortcut
DLFileShortcutUtil.fetchByToFileEntryId_Last
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.DLFileEntryMetadataPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the first document library file entry metadata in the ordered set where uuid = ? and companyId = ?.static DLFileEntryMetadata
DLFileEntryMetadataUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the first document library file entry metadata in the ordered set where uuid = ? and companyId = ?.DLFileEntryPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.DLFileEntryTypePersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntryType
DLFileEntryTypeUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntry
DLFileEntryUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.DLFileShortcutPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.static DLFileShortcut
DLFileShortcutUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.DLFileVersionPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where uuid = ? and companyId = ?.static DLFileVersion
DLFileVersionUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where uuid = ? and companyId = ?.DLFolderPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolder
DLFolderUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.DLFileEntryMetadataPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the last document library file entry metadata in the ordered set where uuid = ? and companyId = ?.static DLFileEntryMetadata
DLFileEntryMetadataUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the last document library file entry metadata in the ordered set where uuid = ? and companyId = ?.DLFileEntryPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.DLFileEntryTypePersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntryType
DLFileEntryTypeUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntry
DLFileEntryUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.DLFileShortcutPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.static DLFileShortcut
DLFileShortcutUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.DLFileVersionPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where uuid = ? and companyId = ?.static DLFileVersion
DLFileVersionUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where uuid = ? and companyId = ?.DLFolderPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolder
DLFolderUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.DLFileEntryMetadataPersistence.fetchByUuid_First
(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the first document library file entry metadata in the ordered set where uuid = ?.static DLFileEntryMetadata
DLFileEntryMetadataUtil.fetchByUuid_First
(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the first document library file entry metadata in the ordered set where uuid = ?.DLFileEntryPersistence.fetchByUuid_First
(String uuid, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where uuid = ?.DLFileEntryTypePersistence.fetchByUuid_First
(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ?.static DLFileEntryType
DLFileEntryTypeUtil.fetchByUuid_First
(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ?.static DLFileEntry
DLFileEntryUtil.fetchByUuid_First
(String uuid, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where uuid = ?.DLFileShortcutPersistence.fetchByUuid_First
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ?.static DLFileShortcut
DLFileShortcutUtil.fetchByUuid_First
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ?.DLFileVersionPersistence.fetchByUuid_First
(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where uuid = ?.static DLFileVersion
DLFileVersionUtil.fetchByUuid_First
(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where uuid = ?.DLFolderPersistence.fetchByUuid_First
(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ?.static DLFolder
DLFolderUtil.fetchByUuid_First
(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ?.DLFileEntryMetadataPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the last document library file entry metadata in the ordered set where uuid = ?.static DLFileEntryMetadata
DLFileEntryMetadataUtil.fetchByUuid_Last
(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the last document library file entry metadata in the ordered set where uuid = ?.DLFileEntryPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where uuid = ?.DLFileEntryTypePersistence.fetchByUuid_Last
(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ?.static DLFileEntryType
DLFileEntryTypeUtil.fetchByUuid_Last
(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ?.static DLFileEntry
DLFileEntryUtil.fetchByUuid_Last
(String uuid, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where uuid = ?.DLFileShortcutPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ?.static DLFileShortcut
DLFileShortcutUtil.fetchByUuid_Last
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ?.DLFileVersionPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where uuid = ?.static DLFileVersion
DLFileVersionUtil.fetchByUuid_Last
(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where uuid = ?.DLFolderPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ?.static DLFolder
DLFolderUtil.fetchByUuid_Last
(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ?.DLFileEntryPersistence.filterFindByG_F
(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.DLFileEntryPersistence.filterFindByG_F
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?.static List<DLFileEntry>
DLFileEntryUtil.filterFindByG_F
(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.static List<DLFileEntry>
DLFileEntryUtil.filterFindByG_F
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?.DLFileShortcutPersistence.filterFindByG_F
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?.static List<DLFileShortcut>
DLFileShortcutUtil.filterFindByG_F
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?.DLFileShortcutPersistence.filterFindByG_F_A
(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?.static List<DLFileShortcut>
DLFileShortcutUtil.filterFindByG_F_A
(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.filterFindByG_F_A_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.static DLFileShortcut[]
DLFileShortcutUtil.filterFindByG_F_A_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.filterFindByG_F_A_S
(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?.static List<DLFileShortcut>
DLFileShortcutUtil.filterFindByG_F_A_S
(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.filterFindByG_F_A_S_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcut[]
DLFileShortcutUtil.filterFindByG_F_A_S_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.DLFileEntryPersistence.filterFindByG_F_F
(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.DLFileEntryPersistence.filterFindByG_F_F
(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.static List<DLFileEntry>
DLFileEntryUtil.filterFindByG_F_F
(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.static List<DLFileEntry>
DLFileEntryUtil.filterFindByG_F_F
(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.DLFileEntryPersistence.filterFindByG_F_F_PrevAndNext
(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.static DLFileEntry[]
DLFileEntryUtil.filterFindByG_F_F_PrevAndNext
(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.DLFileEntryPersistence.filterFindByG_F_PrevAndNext
(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ?.static DLFileEntry[]
DLFileEntryUtil.filterFindByG_F_PrevAndNext
(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ?.DLFileShortcutPersistence.filterFindByG_F_PrevAndNext
(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.static DLFileShortcut[]
DLFileShortcutUtil.filterFindByG_F_PrevAndNext
(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.DLFolderPersistence.filterFindByG_M_LikeT_H
(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderUtil.filterFindByG_M_LikeT_H
(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.filterFindByG_M_LikeT_H_NotS
(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderUtil.filterFindByG_M_LikeT_H_NotS
(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolder[]
DLFolderPersistence.filterFindByG_M_LikeT_H_NotS_PrevAndNext
(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolder[]
DLFolderUtil.filterFindByG_M_LikeT_H_NotS_PrevAndNext
(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolder[]
DLFolderPersistence.filterFindByG_M_LikeT_H_PrevAndNext
(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolder[]
DLFolderUtil.filterFindByG_M_LikeT_H_PrevAndNext
(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.filterFindByG_M_P
(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderUtil.filterFindByG_M_P
(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.filterFindByG_M_P_H
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderUtil.filterFindByG_M_P_H
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolder[]
DLFolderPersistence.filterFindByG_M_P_H_PrevAndNext
(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolder[]
DLFolderUtil.filterFindByG_M_P_H_PrevAndNext
(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.filterFindByG_M_P_H_S
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.filterFindByG_M_P_H_S
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]
DLFolderPersistence.filterFindByG_M_P_H_S_PrevAndNext
(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder[]
DLFolderUtil.filterFindByG_M_P_H_S_PrevAndNext
(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]
DLFolderPersistence.filterFindByG_M_P_PrevAndNext
(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolder[]
DLFolderUtil.filterFindByG_M_P_PrevAndNext
(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.filterFindByG_P
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.DLFolderUtil.filterFindByG_P
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.DLFolderPersistence.filterFindByG_P_H_S
(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.filterFindByG_P_H_S
(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]
DLFolderPersistence.filterFindByG_P_H_S_PrevAndNext
(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder[]
DLFolderUtil.filterFindByG_P_H_S_PrevAndNext
(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]
DLFolderPersistence.filterFindByG_P_PrevAndNext
(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.static DLFolder[]
DLFolderUtil.filterFindByG_P_PrevAndNext
(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.DLFileEntryPersistence.filterFindByG_U
(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?.static List<DLFileEntry>
DLFileEntryUtil.filterFindByG_U
(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?.DLFileEntryPersistence.filterFindByG_U_F
(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.DLFileEntryPersistence.filterFindByG_U_F
(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ?.static List<DLFileEntry>
DLFileEntryUtil.filterFindByG_U_F
(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.static List<DLFileEntry>
DLFileEntryUtil.filterFindByG_U_F
(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ?.DLFileEntryPersistence.filterFindByG_U_F_PrevAndNext
(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.static DLFileEntry[]
DLFileEntryUtil.filterFindByG_U_F_PrevAndNext
(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.DLFileEntryPersistence.filterFindByG_U_PrevAndNext
(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ?.static DLFileEntry[]
DLFileEntryUtil.filterFindByG_U_PrevAndNext
(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ?.DLFileEntryPersistence.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?.DLFileEntryTypePersistence.filterFindByGroupId
(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?.DLFileEntryTypePersistence.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.static List<DLFileEntryType>
DLFileEntryTypeUtil.filterFindByGroupId
(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?.static List<DLFileEntryType>
DLFileEntryTypeUtil.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.static List<DLFileEntry>
DLFileEntryUtil.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?.DLFileShortcutPersistence.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ?.static List<DLFileShortcut>
DLFileShortcutUtil.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ?.DLFolderPersistence.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?.DLFolderUtil.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?.DLFileEntryPersistence.filterFindByGroupId_PrevAndNext
(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ?.DLFileEntryTypePersistence.filterFindByGroupId_PrevAndNext
(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?.static DLFileEntryType[]
DLFileEntryTypeUtil.filterFindByGroupId_PrevAndNext
(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?.static DLFileEntry[]
DLFileEntryUtil.filterFindByGroupId_PrevAndNext
(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ?.DLFileShortcutPersistence.filterFindByGroupId_PrevAndNext
(long fileShortcutId, long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ?.static DLFileShortcut[]
DLFileShortcutUtil.filterFindByGroupId_PrevAndNext
(long fileShortcutId, long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ?.DLFolder[]
DLFolderPersistence.filterFindByGroupId_PrevAndNext
(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.static DLFolder[]
DLFolderUtil.filterFindByGroupId_PrevAndNext
(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.DLFileEntryTypeFinder.filterFindByKeywords
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>
DLFileEntryTypeFinderUtil.filterFindByKeywords
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryMetadataPersistence.findAll
(int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns an ordered range of all the document library file entry metadatas.DLFileEntryMetadataPersistence.findAll
(int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry metadatas.static List<DLFileEntryMetadata>
DLFileEntryMetadataUtil.findAll
(int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns an ordered range of all the document library file entry metadatas.static List<DLFileEntryMetadata>
DLFileEntryMetadataUtil.findAll
(int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry metadatas.DLFileEntryPersistence.findAll
(int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries.DLFileEntryPersistence.findAll
(int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries.DLFileEntryTypePersistence.findAll
(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types.DLFileEntryTypePersistence.findAll
(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types.static List<DLFileEntryType>
DLFileEntryTypeUtil.findAll
(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types.static List<DLFileEntryType>
DLFileEntryTypeUtil.findAll
(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types.static List<DLFileEntry>
DLFileEntryUtil.findAll
(int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries.static List<DLFileEntry>
DLFileEntryUtil.findAll
(int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries.DLFileShortcutPersistence.findAll
(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts.DLFileShortcutPersistence.findAll
(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts.static List<DLFileShortcut>
DLFileShortcutUtil.findAll
(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts.static List<DLFileShortcut>
DLFileShortcutUtil.findAll
(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts.DLFileVersionPersistence.findAll
(int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions.DLFileVersionPersistence.findAll
(int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions.static List<DLFileVersion>
DLFileVersionUtil.findAll
(int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions.static List<DLFileVersion>
DLFileVersionUtil.findAll
(int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions.DLFolderPersistence.findAll
(int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders.DLFolderPersistence.findAll
(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders.DLFolderUtil.findAll
(int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders.DLFolderUtil.findAll
(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders.DLFileVersionPersistence.findByC_E_S
(long companyId, Date expirationDate, int[] statuses, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ? and expirationDate = ? and status = any ?.DLFileVersionPersistence.findByC_E_S
(long companyId, Date expirationDate, int[] statuses, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ? and expirationDate = ? and status = ?, optionally using the finder cache.DLFileVersionPersistence.findByC_E_S
(long companyId, Date expirationDate, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ? and expirationDate = ? and status = ?.DLFileVersionPersistence.findByC_E_S
(long companyId, Date expirationDate, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ? and expirationDate = ? and status = ?.static List<DLFileVersion>
DLFileVersionUtil.findByC_E_S
(long companyId, Date expirationDate, int[] statuses, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ? and expirationDate = ? and status = any ?.static List<DLFileVersion>
DLFileVersionUtil.findByC_E_S
(long companyId, Date expirationDate, int[] statuses, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ? and expirationDate = ? and status = ?, optionally using the finder cache.static List<DLFileVersion>
DLFileVersionUtil.findByC_E_S
(long companyId, Date expirationDate, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ? and expirationDate = ? and status = ?.static List<DLFileVersion>
DLFileVersionUtil.findByC_E_S
(long companyId, Date expirationDate, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ? and expirationDate = ? and status = ?.DLFileVersionPersistence.findByC_E_S_First
(long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.static DLFileVersion
DLFileVersionUtil.findByC_E_S_First
(long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.DLFileVersionPersistence.findByC_E_S_Last
(long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.static DLFileVersion
DLFileVersionUtil.findByC_E_S_Last
(long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.DLFileVersionPersistence.findByC_E_S_PrevAndNext
(long fileVersionId, long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.static DLFileVersion[]
DLFileVersionUtil.findByC_E_S_PrevAndNext
(long fileVersionId, long companyId, Date expirationDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and expirationDate = ? and status = ?.DLFileShortcutPersistence.findByC_NotS
(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.DLFileShortcutPersistence.findByC_NotS
(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.static List<DLFileShortcut>
DLFileShortcutUtil.findByC_NotS
(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.static List<DLFileShortcut>
DLFileShortcutUtil.findByC_NotS
(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.DLFileVersionPersistence.findByC_NotS
(long companyId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ? and status ≠ ?.DLFileVersionPersistence.findByC_NotS
(long companyId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ? and status ≠ ?.static List<DLFileVersion>
DLFileVersionUtil.findByC_NotS
(long companyId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ? and status ≠ ?.static List<DLFileVersion>
DLFileVersionUtil.findByC_NotS
(long companyId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ? and status ≠ ?.DLFolderPersistence.findByC_NotS
(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.DLFolderPersistence.findByC_NotS
(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.DLFolderUtil.findByC_NotS
(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.DLFolderUtil.findByC_NotS
(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.DLFileShortcutPersistence.findByC_NotS_First
(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.static DLFileShortcut
DLFileShortcutUtil.findByC_NotS_First
(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.DLFileVersionPersistence.findByC_NotS_First
(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?.static DLFileVersion
DLFileVersionUtil.findByC_NotS_First
(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?.DLFolderPersistence.findByC_NotS_First
(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolder
DLFolderUtil.findByC_NotS_First
(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.DLFileShortcutPersistence.findByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.static DLFileShortcut
DLFileShortcutUtil.findByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.DLFileVersionPersistence.findByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?.static DLFileVersion
DLFileVersionUtil.findByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?.DLFolderPersistence.findByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolder
DLFolderUtil.findByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.DLFileShortcutPersistence.findByC_NotS_PrevAndNext
(long fileShortcutId, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.static DLFileShortcut[]
DLFileShortcutUtil.findByC_NotS_PrevAndNext
(long fileShortcutId, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.DLFileVersionPersistence.findByC_NotS_PrevAndNext
(long fileVersionId, long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and status ≠ ?.static DLFileVersion[]
DLFileVersionUtil.findByC_NotS_PrevAndNext
(long fileVersionId, long companyId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and status ≠ ?.DLFolder[]
DLFolderPersistence.findByC_NotS_PrevAndNext
(long folderId, long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.static DLFolder[]
DLFolderUtil.findByC_NotS_PrevAndNext
(long folderId, long companyId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.DLFileVersionPersistence.findByC_SU
(long companyId, String storeUUID, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ? and storeUUID = ?.DLFileVersionPersistence.findByC_SU
(long companyId, String storeUUID, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ? and storeUUID = ?.static List<DLFileVersion>
DLFileVersionUtil.findByC_SU
(long companyId, String storeUUID, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ? and storeUUID = ?.static List<DLFileVersion>
DLFileVersionUtil.findByC_SU
(long companyId, String storeUUID, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ? and storeUUID = ?.DLFileVersionPersistence.findByC_SU_First
(long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and storeUUID = ?.static DLFileVersion
DLFileVersionUtil.findByC_SU_First
(long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ? and storeUUID = ?.DLFileVersionPersistence.findByC_SU_Last
(long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and storeUUID = ?.static DLFileVersion
DLFileVersionUtil.findByC_SU_Last
(long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ? and storeUUID = ?.DLFileVersionPersistence.findByC_SU_PrevAndNext
(long fileVersionId, long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and storeUUID = ?.static DLFileVersion[]
DLFileVersionUtil.findByC_SU_PrevAndNext
(long fileVersionId, long companyId, String storeUUID, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and storeUUID = ?.DLFileEntryPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where companyId = ?.DLFileEntryPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where companyId = ?.DLFileEntryTypePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where companyId = ?.DLFileEntryTypePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where companyId = ?.static List<DLFileEntryType>
DLFileEntryTypeUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where companyId = ?.static List<DLFileEntryType>
DLFileEntryTypeUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where companyId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where companyId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where companyId = ?.DLFileShortcutPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where companyId = ?.DLFileShortcutPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where companyId = ?.static List<DLFileShortcut>
DLFileShortcutUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where companyId = ?.static List<DLFileShortcut>
DLFileShortcutUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where companyId = ?.DLFileVersionPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ?.DLFileVersionPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ?.static List<DLFileVersion>
DLFileVersionUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where companyId = ?.static List<DLFileVersion>
DLFileVersionUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where companyId = ?.DLFolderPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where companyId = ?.DLFolderPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where companyId = ?.DLFolderUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where companyId = ?.DLFolderUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where companyId = ?.DLFileEntryPersistence.findByCompanyId_First
(long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where companyId = ?.DLFileEntryTypePersistence.findByCompanyId_First
(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where companyId = ?.static DLFileEntryType
DLFileEntryTypeUtil.findByCompanyId_First
(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where companyId = ?.static DLFileEntry
DLFileEntryUtil.findByCompanyId_First
(long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where companyId = ?.DLFileShortcutPersistence.findByCompanyId_First
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ?.static DLFileShortcut
DLFileShortcutUtil.findByCompanyId_First
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ?.DLFileVersionPersistence.findByCompanyId_First
(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ?.static DLFileVersion
DLFileVersionUtil.findByCompanyId_First
(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where companyId = ?.DLFolderPersistence.findByCompanyId_First
(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ?.static DLFolder
DLFolderUtil.findByCompanyId_First
(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where companyId = ?.DLFileEntryPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where companyId = ?.DLFileEntryTypePersistence.findByCompanyId_Last
(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where companyId = ?.static DLFileEntryType
DLFileEntryTypeUtil.findByCompanyId_Last
(long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where companyId = ?.static DLFileEntry
DLFileEntryUtil.findByCompanyId_Last
(long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where companyId = ?.DLFileShortcutPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ?.static DLFileShortcut
DLFileShortcutUtil.findByCompanyId_Last
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ?.DLFileVersionPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ?.static DLFileVersion
DLFileVersionUtil.findByCompanyId_Last
(long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where companyId = ?.DLFolderPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ?.static DLFolder
DLFolderUtil.findByCompanyId_Last
(long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where companyId = ?.DLFileEntryPersistence.findByCompanyId_PrevAndNext
(long fileEntryId, long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?.DLFileEntryTypePersistence.findByCompanyId_PrevAndNext
(long fileEntryTypeId, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where companyId = ?.static DLFileEntryType[]
DLFileEntryTypeUtil.findByCompanyId_PrevAndNext
(long fileEntryTypeId, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where companyId = ?.static DLFileEntry[]
DLFileEntryUtil.findByCompanyId_PrevAndNext
(long fileEntryId, long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?.DLFileShortcutPersistence.findByCompanyId_PrevAndNext
(long fileShortcutId, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByCompanyId_PrevAndNext
(long fileShortcutId, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.DLFileVersionPersistence.findByCompanyId_PrevAndNext
(long fileVersionId, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ?.static DLFileVersion[]
DLFileVersionUtil.findByCompanyId_PrevAndNext
(long fileVersionId, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ?.DLFolder[]
DLFolderPersistence.findByCompanyId_PrevAndNext
(long folderId, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.static DLFolder[]
DLFolderUtil.findByCompanyId_PrevAndNext
(long folderId, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.DLFileEntryPersistence.findByCustom1ImageId
(long custom1ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where custom1ImageId = ?.DLFileEntryPersistence.findByCustom1ImageId
(long custom1ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where custom1ImageId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByCustom1ImageId
(long custom1ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where custom1ImageId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByCustom1ImageId
(long custom1ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where custom1ImageId = ?.DLFileEntryPersistence.findByCustom1ImageId_First
(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where custom1ImageId = ?.static DLFileEntry
DLFileEntryUtil.findByCustom1ImageId_First
(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where custom1ImageId = ?.DLFileEntryPersistence.findByCustom1ImageId_Last
(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where custom1ImageId = ?.static DLFileEntry
DLFileEntryUtil.findByCustom1ImageId_Last
(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where custom1ImageId = ?.DLFileEntryPersistence.findByCustom1ImageId_PrevAndNext
(long fileEntryId, long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where custom1ImageId = ?.static DLFileEntry[]
DLFileEntryUtil.findByCustom1ImageId_PrevAndNext
(long fileEntryId, long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where custom1ImageId = ?.DLFileEntryPersistence.findByCustom2ImageId
(long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where custom2ImageId = ?.DLFileEntryPersistence.findByCustom2ImageId
(long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where custom2ImageId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByCustom2ImageId
(long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where custom2ImageId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByCustom2ImageId
(long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where custom2ImageId = ?.DLFileEntryPersistence.findByCustom2ImageId_First
(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where custom2ImageId = ?.static DLFileEntry
DLFileEntryUtil.findByCustom2ImageId_First
(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where custom2ImageId = ?.DLFileEntryPersistence.findByCustom2ImageId_Last
(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where custom2ImageId = ?.static DLFileEntry
DLFileEntryUtil.findByCustom2ImageId_Last
(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where custom2ImageId = ?.DLFileEntryPersistence.findByCustom2ImageId_PrevAndNext
(long fileEntryId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where custom2ImageId = ?.static DLFileEntry[]
DLFileEntryUtil.findByCustom2ImageId_PrevAndNext
(long fileEntryId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where custom2ImageId = ?.DLFileEntryPersistence.findByF_N
(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where folderId = ? and name = ?.DLFileEntryPersistence.findByF_N
(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where folderId = ? and name = ?.static List<DLFileEntry>
DLFileEntryUtil.findByF_N
(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where folderId = ? and name = ?.static List<DLFileEntry>
DLFileEntryUtil.findByF_N
(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where folderId = ? and name = ?.DLFileEntryPersistence.findByF_N_First
(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where folderId = ? and name = ?.static DLFileEntry
DLFileEntryUtil.findByF_N_First
(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where folderId = ? and name = ?.DLFileEntryPersistence.findByF_N_Last
(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where folderId = ? and name = ?.static DLFileEntry
DLFileEntryUtil.findByF_N_Last
(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where folderId = ? and name = ?.DLFileEntryPersistence.findByF_N_PrevAndNext
(long fileEntryId, long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where folderId = ? and name = ?.static DLFileEntry[]
DLFileEntryUtil.findByF_N_PrevAndNext
(long fileEntryId, long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where folderId = ? and name = ?.DLFileVersionPersistence.findByF_S
(long fileEntryId, int[] statuses, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where fileEntryId = ? and status = any ?.DLFileVersionPersistence.findByF_S
(long fileEntryId, int[] statuses, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?, optionally using the finder cache.DLFileVersionPersistence.findByF_S
(long fileEntryId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?.DLFileVersionPersistence.findByF_S
(long fileEntryId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?.static List<DLFileVersion>
DLFileVersionUtil.findByF_S
(long fileEntryId, int[] statuses, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where fileEntryId = ? and status = any ?.static List<DLFileVersion>
DLFileVersionUtil.findByF_S
(long fileEntryId, int[] statuses, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?, optionally using the finder cache.static List<DLFileVersion>
DLFileVersionUtil.findByF_S
(long fileEntryId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?.static List<DLFileVersion>
DLFileVersionUtil.findByF_S
(long fileEntryId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where fileEntryId = ? and status = ?.DLFileVersionPersistence.findByF_S_First
(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.static DLFileVersion
DLFileVersionUtil.findByF_S_First
(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.DLFileVersionPersistence.findByF_S_Last
(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.static DLFileVersion
DLFileVersionUtil.findByF_S_Last
(long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.DLFileVersionPersistence.findByF_S_PrevAndNext
(long fileVersionId, long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ? and status = ?.static DLFileVersion[]
DLFileVersionUtil.findByF_S_PrevAndNext
(long fileVersionId, long fileEntryId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ? and status = ?.DLFileEntryMetadataPersistence.findByFileEntryId
(long fileEntryId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns an ordered range of all the document library file entry metadatas where fileEntryId = ?.DLFileEntryMetadataPersistence.findByFileEntryId
(long fileEntryId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry metadatas where fileEntryId = ?.static List<DLFileEntryMetadata>
DLFileEntryMetadataUtil.findByFileEntryId
(long fileEntryId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns an ordered range of all the document library file entry metadatas where fileEntryId = ?.static List<DLFileEntryMetadata>
DLFileEntryMetadataUtil.findByFileEntryId
(long fileEntryId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry metadatas where fileEntryId = ?.DLFileVersionPersistence.findByFileEntryId
(long fileEntryId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where fileEntryId = ?.DLFileVersionPersistence.findByFileEntryId
(long fileEntryId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where fileEntryId = ?.static List<DLFileVersion>
DLFileVersionUtil.findByFileEntryId
(long fileEntryId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where fileEntryId = ?.static List<DLFileVersion>
DLFileVersionUtil.findByFileEntryId
(long fileEntryId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where fileEntryId = ?.DLFileEntryMetadataPersistence.findByFileEntryId_First
(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the first document library file entry metadata in the ordered set where fileEntryId = ?.static DLFileEntryMetadata
DLFileEntryMetadataUtil.findByFileEntryId_First
(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the first document library file entry metadata in the ordered set where fileEntryId = ?.DLFileVersionPersistence.findByFileEntryId_First
(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ?.static DLFileVersion
DLFileVersionUtil.findByFileEntryId_First
(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where fileEntryId = ?.DLFileEntryMetadataPersistence.findByFileEntryId_Last
(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the last document library file entry metadata in the ordered set where fileEntryId = ?.static DLFileEntryMetadata
DLFileEntryMetadataUtil.findByFileEntryId_Last
(long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the last document library file entry metadata in the ordered set where fileEntryId = ?.DLFileVersionPersistence.findByFileEntryId_Last
(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ?.static DLFileVersion
DLFileVersionUtil.findByFileEntryId_Last
(long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where fileEntryId = ?.DLFileEntryMetadataPersistence.findByFileEntryId_PrevAndNext
(long fileEntryMetadataId, long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileEntryId = ?.static DLFileEntryMetadata[]
DLFileEntryMetadataUtil.findByFileEntryId_PrevAndNext
(long fileEntryMetadataId, long fileEntryId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileEntryId = ?.DLFileVersionPersistence.findByFileEntryId_PrevAndNext
(long fileVersionId, long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ?.static DLFileVersion[]
DLFileVersionUtil.findByFileEntryId_PrevAndNext
(long fileVersionId, long fileEntryId, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ?.DLFileEntryPersistence.findByFileEntryTypeId
(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.DLFileEntryPersistence.findByFileEntryTypeId
(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByFileEntryTypeId
(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByFileEntryTypeId
(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.DLFileEntryPersistence.findByFileEntryTypeId_First
(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.static DLFileEntry
DLFileEntryUtil.findByFileEntryTypeId_First
(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.DLFileEntryPersistence.findByFileEntryTypeId_Last
(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.static DLFileEntry
DLFileEntryUtil.findByFileEntryTypeId_Last
(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.DLFileEntryPersistence.findByFileEntryTypeId_PrevAndNext
(long fileEntryId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where fileEntryTypeId = ?.static DLFileEntry[]
DLFileEntryUtil.findByFileEntryTypeId_PrevAndNext
(long fileEntryId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where fileEntryTypeId = ?.DLFileEntryMetadataPersistence.findByFileVersionId
(long fileVersionId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns an ordered range of all the document library file entry metadatas where fileVersionId = ?.DLFileEntryMetadataPersistence.findByFileVersionId
(long fileVersionId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry metadatas where fileVersionId = ?.static List<DLFileEntryMetadata>
DLFileEntryMetadataUtil.findByFileVersionId
(long fileVersionId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns an ordered range of all the document library file entry metadatas where fileVersionId = ?.static List<DLFileEntryMetadata>
DLFileEntryMetadataUtil.findByFileVersionId
(long fileVersionId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry metadatas where fileVersionId = ?.DLFileEntryMetadataPersistence.findByFileVersionId_First
(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the first document library file entry metadata in the ordered set where fileVersionId = ?.static DLFileEntryMetadata
DLFileEntryMetadataUtil.findByFileVersionId_First
(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the first document library file entry metadata in the ordered set where fileVersionId = ?.DLFileEntryMetadataPersistence.findByFileVersionId_Last
(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the last document library file entry metadata in the ordered set where fileVersionId = ?.static DLFileEntryMetadata
DLFileEntryMetadataUtil.findByFileVersionId_Last
(long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the last document library file entry metadata in the ordered set where fileVersionId = ?.DLFileEntryMetadataPersistence.findByFileVersionId_PrevAndNext
(long fileEntryMetadataId, long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileVersionId = ?.static DLFileEntryMetadata[]
DLFileEntryMetadataUtil.findByFileVersionId_PrevAndNext
(long fileEntryMetadataId, long fileVersionId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileVersionId = ?.DLFileEntryPersistence.findByG_F
(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?.DLFileEntryPersistence.findByG_F
(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?, optionally using the finder cache.DLFileEntryPersistence.findByG_F
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.DLFileEntryPersistence.findByG_F
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByG_F
(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?.static List<DLFileEntry>
DLFileEntryUtil.findByG_F
(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?, optionally using the finder cache.static List<DLFileEntry>
DLFileEntryUtil.findByG_F
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByG_F
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByG_F
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByG_F
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.static List<DLFileShortcut>
DLFileShortcutUtil.findByG_F
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.static List<DLFileShortcut>
DLFileShortcutUtil.findByG_F
(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByG_F_A
(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.findByG_F_A
(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.static List<DLFileShortcut>
DLFileShortcutUtil.findByG_F_A
(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.static List<DLFileShortcut>
DLFileShortcutUtil.findByG_F_A
(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.findByG_F_A_First
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_A_First
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.findByG_F_A_Last
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_A_Last
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.findByG_F_A_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByG_F_A_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.findByG_F_A_S
(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.findByG_F_A_S
(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.static List<DLFileShortcut>
DLFileShortcutUtil.findByG_F_A_S
(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.static List<DLFileShortcut>
DLFileShortcutUtil.findByG_F_A_S
(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.findByG_F_A_S_First
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_A_S_First
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.findByG_F_A_S_Last
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_A_S_Last
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.findByG_F_A_S_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByG_F_A_S_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.DLFileEntryPersistence.findByG_F_F
(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.DLFileEntryPersistence.findByG_F_F
(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?, optionally using the finder cache.DLFileEntryPersistence.findByG_F_F
(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.DLFileEntryPersistence.findByG_F_F
(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByG_F_F
(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByG_F_F
(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?, optionally using the finder cache.static List<DLFileEntry>
DLFileEntryUtil.findByG_F_F
(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByG_F_F
(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.DLFileEntryPersistence.findByG_F_F_First
(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.static DLFileEntry
DLFileEntryUtil.findByG_F_F_First
(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.DLFileEntryPersistence.findByG_F_F_Last
(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.static DLFileEntry
DLFileEntryUtil.findByG_F_F_Last
(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.DLFileEntryPersistence.findByG_F_F_PrevAndNext
(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.static DLFileEntry[]
DLFileEntryUtil.findByG_F_F_PrevAndNext
(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.DLFileEntryPersistence.findByG_F_First
(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.static DLFileEntry
DLFileEntryUtil.findByG_F_First
(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByG_F_First
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_First
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.DLFileEntryPersistence.findByG_F_Last
(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.static DLFileEntry
DLFileEntryUtil.findByG_F_Last
(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByG_F_Last
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_Last
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.DLFileEntryPersistence.findByG_F_PrevAndNext
(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?.static DLFileEntry[]
DLFileEntryUtil.findByG_F_PrevAndNext
(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByG_F_PrevAndNext
(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByG_F_PrevAndNext
(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.DLFileVersionPersistence.findByG_F_S
(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?.DLFileVersionPersistence.findByG_F_S
(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?.static List<DLFileVersion>
DLFileVersionUtil.findByG_F_S
(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?.static List<DLFileVersion>
DLFileVersionUtil.findByG_F_S
(long groupId, long folderId, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and status = ?.DLFileVersionPersistence.findByG_F_S_First
(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.static DLFileVersion
DLFileVersionUtil.findByG_F_S_First
(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.DLFileVersionPersistence.findByG_F_S_Last
(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.static DLFileVersion
DLFileVersionUtil.findByG_F_S_Last
(long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.DLFileVersionPersistence.findByG_F_S_PrevAndNext
(long fileVersionId, long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.static DLFileVersion[]
DLFileVersionUtil.findByG_F_S_PrevAndNext
(long fileVersionId, long groupId, long folderId, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.DLFileVersionPersistence.findByG_F_T_V
(long groupId, long folderId, String title, String version, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.DLFileVersionPersistence.findByG_F_T_V
(long groupId, long folderId, String title, String version, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.static List<DLFileVersion>
DLFileVersionUtil.findByG_F_T_V
(long groupId, long folderId, String title, String version, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.static List<DLFileVersion>
DLFileVersionUtil.findByG_F_T_V
(long groupId, long folderId, String title, String version, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where groupId = ? and folderId = ? and title = ? and version = ?.DLFileVersionPersistence.findByG_F_T_V_First
(long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.static DLFileVersion
DLFileVersionUtil.findByG_F_T_V_First
(long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.DLFileVersionPersistence.findByG_F_T_V_Last
(long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.static DLFileVersion
DLFileVersionUtil.findByG_F_T_V_Last
(long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.DLFileVersionPersistence.findByG_F_T_V_PrevAndNext
(long fileVersionId, long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.static DLFileVersion[]
DLFileVersionUtil.findByG_F_T_V_PrevAndNext
(long fileVersionId, long groupId, long folderId, String title, String version, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?.DLFolderPersistence.findByG_M_LikeT_H
(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.findByG_M_LikeT_H
(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderUtil.findByG_M_LikeT_H
(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderUtil.findByG_M_LikeT_H
(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.findByG_M_LikeT_H_First
(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolder
DLFolderUtil.findByG_M_LikeT_H_First
(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.findByG_M_LikeT_H_Last
(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolder
DLFolderUtil.findByG_M_LikeT_H_Last
(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.findByG_M_LikeT_H_NotS
(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.findByG_M_LikeT_H_NotS
(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderUtil.findByG_M_LikeT_H_NotS
(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderUtil.findByG_M_LikeT_H_NotS
(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.findByG_M_LikeT_H_NotS_First
(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolder
DLFolderUtil.findByG_M_LikeT_H_NotS_First
(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolderPersistence.findByG_M_LikeT_H_NotS_Last
(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolder
DLFolderUtil.findByG_M_LikeT_H_NotS_Last
(long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolder[]
DLFolderPersistence.findByG_M_LikeT_H_NotS_PrevAndNext
(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.static DLFolder[]
DLFolderUtil.findByG_M_LikeT_H_NotS_PrevAndNext
(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? and status ≠ ?.DLFolder[]
DLFolderPersistence.findByG_M_LikeT_H_PrevAndNext
(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.static DLFolder[]
DLFolderUtil.findByG_M_LikeT_H_PrevAndNext
(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.DLFolderPersistence.findByG_M_P
(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.findByG_M_P
(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderUtil.findByG_M_P
(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderUtil.findByG_M_P
(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.findByG_M_P_First
(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolder
DLFolderUtil.findByG_M_P_First
(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.findByG_M_P_H
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.findByG_M_P_H
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderUtil.findByG_M_P_H
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderUtil.findByG_M_P_H
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.findByG_M_P_H_First
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolder
DLFolderUtil.findByG_M_P_H_First
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.findByG_M_P_H_Last
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolder
DLFolderUtil.findByG_M_P_H_Last
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolder[]
DLFolderPersistence.findByG_M_P_H_PrevAndNext
(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.static DLFolder[]
DLFolderUtil.findByG_M_P_H_PrevAndNext
(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.DLFolderPersistence.findByG_M_P_H_S
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_M_P_H_S
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.findByG_M_P_H_S
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.findByG_M_P_H_S
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_M_P_H_S_First
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder
DLFolderUtil.findByG_M_P_H_S_First
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_M_P_H_S_Last
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder
DLFolderUtil.findByG_M_P_H_S_Last
(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]
DLFolderPersistence.findByG_M_P_H_S_PrevAndNext
(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder[]
DLFolderUtil.findByG_M_P_H_S_PrevAndNext
(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_M_P_Last
(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolder
DLFolderUtil.findByG_M_P_Last
(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolder[]
DLFolderPersistence.findByG_M_P_PrevAndNext
(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.static DLFolder[]
DLFolderUtil.findByG_M_P_PrevAndNext
(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.DLFolderPersistence.findByG_P
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.DLFolderPersistence.findByG_P
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.DLFolderUtil.findByG_P
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.DLFolderUtil.findByG_P
(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.DLFolderPersistence.findByG_P_First
(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.static DLFolder
DLFolderUtil.findByG_P_First
(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.DLFolderPersistence.findByG_P_H_S
(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_P_H_S
(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.findByG_P_H_S
(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderUtil.findByG_P_H_S
(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_P_H_S_First
(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder
DLFolderUtil.findByG_P_H_S_First
(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_P_H_S_Last
(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder
DLFolderUtil.findByG_P_H_S_Last
(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolder[]
DLFolderPersistence.findByG_P_H_S_PrevAndNext
(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.static DLFolder[]
DLFolderUtil.findByG_P_H_S_PrevAndNext
(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.DLFolderPersistence.findByG_P_Last
(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.static DLFolder
DLFolderUtil.findByG_P_Last
(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.DLFolder[]
DLFolderPersistence.findByG_P_PrevAndNext
(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.static DLFolder[]
DLFolderUtil.findByG_P_PrevAndNext
(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.DLFileEntryPersistence.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.DLFileEntryPersistence.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.DLFileEntryPersistence.findByG_U_F
(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.DLFileEntryPersistence.findByG_U_F
(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?, optionally using the finder cache.DLFileEntryPersistence.findByG_U_F
(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.DLFileEntryPersistence.findByG_U_F
(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByG_U_F
(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.static List<DLFileEntry>
DLFileEntryUtil.findByG_U_F
(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?, optionally using the finder cache.static List<DLFileEntry>
DLFileEntryUtil.findByG_U_F
(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByG_U_F
(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.DLFileEntryPersistence.findByG_U_F_First
(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.static DLFileEntry
DLFileEntryUtil.findByG_U_F_First
(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.DLFileEntryPersistence.findByG_U_F_Last
(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.static DLFileEntry
DLFileEntryUtil.findByG_U_F_Last
(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.DLFileEntryPersistence.findByG_U_F_PrevAndNext
(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.static DLFileEntry[]
DLFileEntryUtil.findByG_U_F_PrevAndNext
(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.DLFileEntryPersistence.findByG_U_First
(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.static DLFileEntry
DLFileEntryUtil.findByG_U_First
(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.DLFileEntryPersistence.findByG_U_Last
(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.static DLFileEntry
DLFileEntryUtil.findByG_U_Last
(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.DLFileEntryPersistence.findByG_U_PrevAndNext
(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?.static DLFileEntry[]
DLFileEntryUtil.findByG_U_PrevAndNext
(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?.DLFileEntryPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where groupId = ?.DLFileEntryPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ?.DLFileEntryTypePersistence.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where groupId = any ?.DLFileEntryTypePersistence.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where groupId = ?, optionally using the finder cache.DLFileEntryTypePersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where groupId = ?.DLFileEntryTypePersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where groupId = ?.static List<DLFileEntryType>
DLFileEntryTypeUtil.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where groupId = any ?.static List<DLFileEntryType>
DLFileEntryTypeUtil.findByGroupId
(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where groupId = ?, optionally using the finder cache.static List<DLFileEntryType>
DLFileEntryTypeUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where groupId = ?.static List<DLFileEntryType>
DLFileEntryTypeUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where groupId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where groupId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where groupId = ?.DLFileShortcutPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ?.DLFileShortcutPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ?.static List<DLFileShortcut>
DLFileShortcutUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ?.static List<DLFileShortcut>
DLFileShortcutUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ?.DLFolderPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ?.DLFolderPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ?.DLFolderUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where groupId = ?.DLFolderUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where groupId = ?.DLFileEntryPersistence.findByGroupId_First
(long groupId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ?.DLFileEntryTypePersistence.findByGroupId_First
(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where groupId = ?.static DLFileEntryType
DLFileEntryTypeUtil.findByGroupId_First
(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where groupId = ?.static DLFileEntry
DLFileEntryUtil.findByGroupId_First
(long groupId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where groupId = ?.DLFileShortcutPersistence.findByGroupId_First
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ?.static DLFileShortcut
DLFileShortcutUtil.findByGroupId_First
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ?.DLFolderPersistence.findByGroupId_First
(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ?.static DLFolder
DLFolderUtil.findByGroupId_First
(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where groupId = ?.DLFileEntryPersistence.findByGroupId_Last
(long groupId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ?.DLFileEntryTypePersistence.findByGroupId_Last
(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where groupId = ?.static DLFileEntryType
DLFileEntryTypeUtil.findByGroupId_Last
(long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where groupId = ?.static DLFileEntry
DLFileEntryUtil.findByGroupId_Last
(long groupId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where groupId = ?.DLFileShortcutPersistence.findByGroupId_Last
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ?.static DLFileShortcut
DLFileShortcutUtil.findByGroupId_Last
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ?.DLFolderPersistence.findByGroupId_Last
(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ?.static DLFolder
DLFolderUtil.findByGroupId_Last
(long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where groupId = ?.DLFileEntryPersistence.findByGroupId_PrevAndNext
(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?.DLFileEntryTypePersistence.findByGroupId_PrevAndNext
(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?.static DLFileEntryType[]
DLFileEntryTypeUtil.findByGroupId_PrevAndNext
(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?.static DLFileEntry[]
DLFileEntryUtil.findByGroupId_PrevAndNext
(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?.DLFileShortcutPersistence.findByGroupId_PrevAndNext
(long fileShortcutId, long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByGroupId_PrevAndNext
(long fileShortcutId, long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ?.DLFolder[]
DLFolderPersistence.findByGroupId_PrevAndNext
(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.static DLFolder[]
DLFolderUtil.findByGroupId_PrevAndNext
(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.DLFolderPersistence.findByGtF_C_P
(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.findByGtF_C_P
(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderUtil.findByGtF_C_P
(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderUtil.findByGtF_C_P
(long folderId, long companyId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.findByGtF_C_P_First
(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.static DLFolder
DLFolderUtil.findByGtF_C_P_First
(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.findByGtF_C_P_Last
(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.static DLFolder
DLFolderUtil.findByGtF_C_P_Last
(long folderId, long companyId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ?.DLFolderPersistence.findByGtF_C_P_NotS
(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderPersistence.findByGtF_C_P_NotS
(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderUtil.findByGtF_C_P_NotS
(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderUtil.findByGtF_C_P_NotS
(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderPersistence.findByGtF_C_P_NotS_First
(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.static DLFolder
DLFolderUtil.findByGtF_C_P_NotS_First
(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFolderPersistence.findByGtF_C_P_NotS_Last
(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.static DLFolder
DLFolderUtil.findByGtF_C_P_NotS_Last
(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.DLFileEntryTypeFinder.findByKeywords
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntryType>
DLFileEntryTypeFinderUtil.findByKeywords
(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) DLFileEntryPersistence.findByLargeImageId
(long largeImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where largeImageId = ?.DLFileEntryPersistence.findByLargeImageId
(long largeImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where largeImageId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByLargeImageId
(long largeImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where largeImageId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByLargeImageId
(long largeImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where largeImageId = ?.DLFileEntryPersistence.findByLargeImageId_First
(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where largeImageId = ?.static DLFileEntry
DLFileEntryUtil.findByLargeImageId_First
(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where largeImageId = ?.DLFileEntryPersistence.findByLargeImageId_Last
(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where largeImageId = ?.static DLFileEntry
DLFileEntryUtil.findByLargeImageId_Last
(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where largeImageId = ?.DLFileEntryPersistence.findByLargeImageId_PrevAndNext
(long fileEntryId, long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where largeImageId = ?.static DLFileEntry[]
DLFileEntryUtil.findByLargeImageId_PrevAndNext
(long fileEntryId, long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where largeImageId = ?.DLFileVersionPersistence.findByLtD_S
(Date displayDate, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where displayDate < ? and status = ?.DLFileVersionPersistence.findByLtD_S
(Date displayDate, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where displayDate < ? and status = ?.static List<DLFileVersion>
DLFileVersionUtil.findByLtD_S
(Date displayDate, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where displayDate < ? and status = ?.static List<DLFileVersion>
DLFileVersionUtil.findByLtD_S
(Date displayDate, int status, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where displayDate < ? and status = ?.DLFileVersionPersistence.findByLtD_S_First
(Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where displayDate < ? and status = ?.static DLFileVersion
DLFileVersionUtil.findByLtD_S_First
(Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where displayDate < ? and status = ?.DLFileVersionPersistence.findByLtD_S_Last
(Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where displayDate < ? and status = ?.static DLFileVersion
DLFileVersionUtil.findByLtD_S_Last
(Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where displayDate < ? and status = ?.DLFileVersionPersistence.findByLtD_S_PrevAndNext
(long fileVersionId, Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where displayDate < ? and status = ?.static DLFileVersion[]
DLFileVersionUtil.findByLtD_S_PrevAndNext
(long fileVersionId, Date displayDate, int status, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where displayDate < ? and status = ?.DLFileEntryPersistence.findByMimeType
(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where mimeType = ?.DLFileEntryPersistence.findByMimeType
(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where mimeType = ?.static List<DLFileEntry>
DLFileEntryUtil.findByMimeType
(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where mimeType = ?.static List<DLFileEntry>
DLFileEntryUtil.findByMimeType
(String mimeType, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where mimeType = ?.DLFileVersionPersistence.findByMimeType
(String mimeType, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where mimeType = ?.DLFileVersionPersistence.findByMimeType
(String mimeType, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where mimeType = ?.static List<DLFileVersion>
DLFileVersionUtil.findByMimeType
(String mimeType, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where mimeType = ?.static List<DLFileVersion>
DLFileVersionUtil.findByMimeType
(String mimeType, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where mimeType = ?.DLFileEntryPersistence.findByMimeType_First
(String mimeType, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where mimeType = ?.static DLFileEntry
DLFileEntryUtil.findByMimeType_First
(String mimeType, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where mimeType = ?.DLFileVersionPersistence.findByMimeType_First
(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where mimeType = ?.static DLFileVersion
DLFileVersionUtil.findByMimeType_First
(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where mimeType = ?.DLFileEntryPersistence.findByMimeType_Last
(String mimeType, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where mimeType = ?.static DLFileEntry
DLFileEntryUtil.findByMimeType_Last
(String mimeType, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where mimeType = ?.DLFileVersionPersistence.findByMimeType_Last
(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where mimeType = ?.static DLFileVersion
DLFileVersionUtil.findByMimeType_Last
(String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where mimeType = ?.DLFileEntryPersistence.findByMimeType_PrevAndNext
(long fileEntryId, String mimeType, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?.static DLFileEntry[]
DLFileEntryUtil.findByMimeType_PrevAndNext
(long fileEntryId, String mimeType, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?.DLFileVersionPersistence.findByMimeType_PrevAndNext
(long fileVersionId, String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where mimeType = ?.static DLFileVersion[]
DLFileVersionUtil.findByMimeType_PrevAndNext
(long fileVersionId, String mimeType, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where mimeType = ?.DLFolderPersistence.findByP_N
(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.DLFolderPersistence.findByP_N
(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.DLFolderUtil.findByP_N
(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.DLFolderUtil.findByP_N
(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.DLFolderPersistence.findByP_N_First
(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolder
DLFolderUtil.findByP_N_First
(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.DLFolderPersistence.findByP_N_Last
(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolder
DLFolderUtil.findByP_N_Last
(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.DLFolder[]
DLFolderPersistence.findByP_N_PrevAndNext
(long folderId, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.static DLFolder[]
DLFolderUtil.findByP_N_PrevAndNext
(long folderId, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.DLFileEntryPersistence.findByR_F
(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.DLFileEntryPersistence.findByR_F
(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByR_F
(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByR_F
(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.DLFileEntryPersistence.findByR_F_First
(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.static DLFileEntry
DLFileEntryUtil.findByR_F_First
(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.DLFileEntryPersistence.findByR_F_Last
(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.static DLFileEntry
DLFileEntryUtil.findByR_F_Last
(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.DLFileEntryPersistence.findByR_F_PrevAndNext
(long fileEntryId, long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ? and folderId = ?.static DLFileEntry[]
DLFileEntryUtil.findByR_F_PrevAndNext
(long fileEntryId, long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ? and folderId = ?.DLFolderPersistence.findByR_P
(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.DLFolderPersistence.findByR_P
(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.DLFolderUtil.findByR_P
(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.DLFolderUtil.findByR_P
(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.DLFolderPersistence.findByR_P_First
(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolder
DLFolderUtil.findByR_P_First
(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.DLFolderPersistence.findByR_P_Last
(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolder
DLFolderUtil.findByR_P_Last
(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.DLFolder[]
DLFolderPersistence.findByR_P_PrevAndNext
(long folderId, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.static DLFolder[]
DLFolderUtil.findByR_P_PrevAndNext
(long folderId, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.DLFileEntryPersistence.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where repositoryId = ?.DLFileEntryPersistence.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where repositoryId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where repositoryId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where repositoryId = ?.DLFolderPersistence.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where repositoryId = ?.DLFolderPersistence.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where repositoryId = ?.DLFolderUtil.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where repositoryId = ?.DLFolderUtil.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where repositoryId = ?.DLFileEntryPersistence.findByRepositoryId_First
(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where repositoryId = ?.static DLFileEntry
DLFileEntryUtil.findByRepositoryId_First
(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where repositoryId = ?.DLFolderPersistence.findByRepositoryId_First
(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ?.static DLFolder
DLFolderUtil.findByRepositoryId_First
(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where repositoryId = ?.DLFileEntryPersistence.findByRepositoryId_Last
(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where repositoryId = ?.static DLFileEntry
DLFileEntryUtil.findByRepositoryId_Last
(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where repositoryId = ?.DLFolderPersistence.findByRepositoryId_Last
(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ?.static DLFolder
DLFolderUtil.findByRepositoryId_Last
(long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where repositoryId = ?.DLFileEntryPersistence.findByRepositoryId_PrevAndNext
(long fileEntryId, long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ?.static DLFileEntry[]
DLFileEntryUtil.findByRepositoryId_PrevAndNext
(long fileEntryId, long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ?.DLFolder[]
DLFolderPersistence.findByRepositoryId_PrevAndNext
(long folderId, long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.static DLFolder[]
DLFolderUtil.findByRepositoryId_PrevAndNext
(long folderId, long repositoryId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.DLFileEntryPersistence.findByS_L_C1_C2
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.DLFileEntryPersistence.findByS_L_C1_C2
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByS_L_C1_C2
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByS_L_C1_C2
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.DLFileEntryPersistence.findByS_L_C1_C2_First
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.static DLFileEntry
DLFileEntryUtil.findByS_L_C1_C2_First
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.DLFileEntryPersistence.findByS_L_C1_C2_Last
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.static DLFileEntry
DLFileEntryUtil.findByS_L_C1_C2_Last
(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.DLFileEntryPersistence.findByS_L_C1_C2_PrevAndNext
(long fileEntryId, long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.static DLFileEntry[]
DLFileEntryUtil.findByS_L_C1_C2_PrevAndNext
(long fileEntryId, long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.DLFileEntryPersistence.findBySmallImageId
(long smallImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where smallImageId = ?.DLFileEntryPersistence.findBySmallImageId
(long smallImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where smallImageId = ?.static List<DLFileEntry>
DLFileEntryUtil.findBySmallImageId
(long smallImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where smallImageId = ?.static List<DLFileEntry>
DLFileEntryUtil.findBySmallImageId
(long smallImageId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where smallImageId = ?.DLFileEntryPersistence.findBySmallImageId_First
(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where smallImageId = ?.static DLFileEntry
DLFileEntryUtil.findBySmallImageId_First
(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where smallImageId = ?.DLFileEntryPersistence.findBySmallImageId_Last
(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where smallImageId = ?.static DLFileEntry
DLFileEntryUtil.findBySmallImageId_Last
(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where smallImageId = ?.DLFileEntryPersistence.findBySmallImageId_PrevAndNext
(long fileEntryId, long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where smallImageId = ?.static DLFileEntry[]
DLFileEntryUtil.findBySmallImageId_PrevAndNext
(long fileEntryId, long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where smallImageId = ?.DLFileShortcutPersistence.findByToFileEntryId
(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.DLFileShortcutPersistence.findByToFileEntryId
(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.static List<DLFileShortcut>
DLFileShortcutUtil.findByToFileEntryId
(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.static List<DLFileShortcut>
DLFileShortcutUtil.findByToFileEntryId
(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.DLFileShortcutPersistence.findByToFileEntryId_First
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.static DLFileShortcut
DLFileShortcutUtil.findByToFileEntryId_First
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.DLFileShortcutPersistence.findByToFileEntryId_Last
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.static DLFileShortcut
DLFileShortcutUtil.findByToFileEntryId_Last
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.DLFileShortcutPersistence.findByToFileEntryId_PrevAndNext
(long fileShortcutId, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByToFileEntryId_PrevAndNext
(long fileShortcutId, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.DLFileEntryMetadataPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns an ordered range of all the document library file entry metadatas where uuid = ?.DLFileEntryMetadataPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry metadatas where uuid = ?.static List<DLFileEntryMetadata>
DLFileEntryMetadataUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns an ordered range of all the document library file entry metadatas where uuid = ?.static List<DLFileEntryMetadata>
DLFileEntryMetadataUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry metadatas where uuid = ?.DLFileEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where uuid = ?.DLFileEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where uuid = ?.DLFileEntryTypePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where uuid = ?.DLFileEntryTypePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where uuid = ?.static List<DLFileEntryType>
DLFileEntryTypeUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where uuid = ?.static List<DLFileEntryType>
DLFileEntryTypeUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where uuid = ?.static List<DLFileEntry>
DLFileEntryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where uuid = ?.static List<DLFileEntry>
DLFileEntryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where uuid = ?.DLFileShortcutPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where uuid = ?.DLFileShortcutPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where uuid = ?.static List<DLFileShortcut>
DLFileShortcutUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where uuid = ?.static List<DLFileShortcut>
DLFileShortcutUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where uuid = ?.DLFileVersionPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where uuid = ?.DLFileVersionPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where uuid = ?.static List<DLFileVersion>
DLFileVersionUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where uuid = ?.static List<DLFileVersion>
DLFileVersionUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where uuid = ?.DLFolderPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where uuid = ?.DLFolderPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where uuid = ?.DLFolderUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where uuid = ?.DLFolderUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where uuid = ?.DLFileEntryMetadataPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns an ordered range of all the document library file entry metadatas where uuid = ? and companyId = ?.DLFileEntryMetadataPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry metadatas where uuid = ? and companyId = ?.static List<DLFileEntryMetadata>
DLFileEntryMetadataUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns an ordered range of all the document library file entry metadatas where uuid = ? and companyId = ?.static List<DLFileEntryMetadata>
DLFileEntryMetadataUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry metadatas where uuid = ? and companyId = ?.DLFileEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.DLFileEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.DLFileEntryTypePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.DLFileEntryTypePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.static List<DLFileEntryType>
DLFileEntryTypeUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.static List<DLFileEntryType>
DLFileEntryTypeUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.static List<DLFileEntry>
DLFileEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.DLFileShortcutPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.DLFileShortcutPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.static List<DLFileShortcut>
DLFileShortcutUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.static List<DLFileShortcut>
DLFileShortcutUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.DLFileVersionPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where uuid = ? and companyId = ?.DLFileVersionPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where uuid = ? and companyId = ?.static List<DLFileVersion>
DLFileVersionUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) Returns an ordered range of all the document library file versions where uuid = ? and companyId = ?.static List<DLFileVersion>
DLFileVersionUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFileVersion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file versions where uuid = ? and companyId = ?.DLFolderPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.DLFolderPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.DLFolderUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.DLFolderUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.DLFileEntryMetadataPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the first document library file entry metadata in the ordered set where uuid = ? and companyId = ?.static DLFileEntryMetadata
DLFileEntryMetadataUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the first document library file entry metadata in the ordered set where uuid = ? and companyId = ?.DLFileEntryPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.DLFileEntryTypePersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntryType
DLFileEntryTypeUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntry
DLFileEntryUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.DLFileShortcutPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.static DLFileShortcut
DLFileShortcutUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.DLFileVersionPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where uuid = ? and companyId = ?.static DLFileVersion
DLFileVersionUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where uuid = ? and companyId = ?.DLFolderPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolder
DLFolderUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.DLFileEntryMetadataPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the last document library file entry metadata in the ordered set where uuid = ? and companyId = ?.static DLFileEntryMetadata
DLFileEntryMetadataUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the last document library file entry metadata in the ordered set where uuid = ? and companyId = ?.DLFileEntryPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.DLFileEntryTypePersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntryType
DLFileEntryTypeUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntry
DLFileEntryUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.DLFileShortcutPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.static DLFileShortcut
DLFileShortcutUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.DLFileVersionPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where uuid = ? and companyId = ?.static DLFileVersion
DLFileVersionUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where uuid = ? and companyId = ?.DLFolderPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolder
DLFolderUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.DLFileEntryMetadataPersistence.findByUuid_C_PrevAndNext
(long fileEntryMetadataId, String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where uuid = ? and companyId = ?.static DLFileEntryMetadata[]
DLFileEntryMetadataUtil.findByUuid_C_PrevAndNext
(long fileEntryMetadataId, String uuid, long companyId, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where uuid = ? and companyId = ?.DLFileEntryPersistence.findByUuid_C_PrevAndNext
(long fileEntryId, String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?.DLFileEntryTypePersistence.findByUuid_C_PrevAndNext
(long fileEntryTypeId, String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntryType[]
DLFileEntryTypeUtil.findByUuid_C_PrevAndNext
(long fileEntryTypeId, String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?.static DLFileEntry[]
DLFileEntryUtil.findByUuid_C_PrevAndNext
(long fileEntryId, String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?.DLFileShortcutPersistence.findByUuid_C_PrevAndNext
(long fileShortcutId, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByUuid_C_PrevAndNext
(long fileShortcutId, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.DLFileVersionPersistence.findByUuid_C_PrevAndNext
(long fileVersionId, String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ? and companyId = ?.static DLFileVersion[]
DLFileVersionUtil.findByUuid_C_PrevAndNext
(long fileVersionId, String uuid, long companyId, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ? and companyId = ?.DLFolder[]
DLFolderPersistence.findByUuid_C_PrevAndNext
(long folderId, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.static DLFolder[]
DLFolderUtil.findByUuid_C_PrevAndNext
(long folderId, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.DLFileEntryMetadataPersistence.findByUuid_First
(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the first document library file entry metadata in the ordered set where uuid = ?.static DLFileEntryMetadata
DLFileEntryMetadataUtil.findByUuid_First
(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the first document library file entry metadata in the ordered set where uuid = ?.DLFileEntryPersistence.findByUuid_First
(String uuid, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where uuid = ?.DLFileEntryTypePersistence.findByUuid_First
(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ?.static DLFileEntryType
DLFileEntryTypeUtil.findByUuid_First
(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the first document library file entry type in the ordered set where uuid = ?.static DLFileEntry
DLFileEntryUtil.findByUuid_First
(String uuid, OrderByComparator<DLFileEntry> orderByComparator) Returns the first document library file entry in the ordered set where uuid = ?.DLFileShortcutPersistence.findByUuid_First
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ?.static DLFileShortcut
DLFileShortcutUtil.findByUuid_First
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ?.DLFileVersionPersistence.findByUuid_First
(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where uuid = ?.static DLFileVersion
DLFileVersionUtil.findByUuid_First
(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the first document library file version in the ordered set where uuid = ?.DLFolderPersistence.findByUuid_First
(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ?.static DLFolder
DLFolderUtil.findByUuid_First
(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the first document library folder in the ordered set where uuid = ?.DLFileEntryMetadataPersistence.findByUuid_Last
(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the last document library file entry metadata in the ordered set where uuid = ?.static DLFileEntryMetadata
DLFileEntryMetadataUtil.findByUuid_Last
(String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the last document library file entry metadata in the ordered set where uuid = ?.DLFileEntryPersistence.findByUuid_Last
(String uuid, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where uuid = ?.DLFileEntryTypePersistence.findByUuid_Last
(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ?.static DLFileEntryType
DLFileEntryTypeUtil.findByUuid_Last
(String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the last document library file entry type in the ordered set where uuid = ?.static DLFileEntry
DLFileEntryUtil.findByUuid_Last
(String uuid, OrderByComparator<DLFileEntry> orderByComparator) Returns the last document library file entry in the ordered set where uuid = ?.DLFileShortcutPersistence.findByUuid_Last
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ?.static DLFileShortcut
DLFileShortcutUtil.findByUuid_Last
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ?.DLFileVersionPersistence.findByUuid_Last
(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where uuid = ?.static DLFileVersion
DLFileVersionUtil.findByUuid_Last
(String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the last document library file version in the ordered set where uuid = ?.DLFolderPersistence.findByUuid_Last
(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ?.static DLFolder
DLFolderUtil.findByUuid_Last
(String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the last document library folder in the ordered set where uuid = ?.DLFileEntryMetadataPersistence.findByUuid_PrevAndNext
(long fileEntryMetadataId, String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where uuid = ?.static DLFileEntryMetadata[]
DLFileEntryMetadataUtil.findByUuid_PrevAndNext
(long fileEntryMetadataId, String uuid, OrderByComparator<DLFileEntryMetadata> orderByComparator) Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where uuid = ?.DLFileEntryPersistence.findByUuid_PrevAndNext
(long fileEntryId, String uuid, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?.DLFileEntryTypePersistence.findByUuid_PrevAndNext
(long fileEntryTypeId, String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?.static DLFileEntryType[]
DLFileEntryTypeUtil.findByUuid_PrevAndNext
(long fileEntryTypeId, String uuid, OrderByComparator<DLFileEntryType> orderByComparator) Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?.static DLFileEntry[]
DLFileEntryUtil.findByUuid_PrevAndNext
(long fileEntryId, String uuid, OrderByComparator<DLFileEntry> orderByComparator) Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?.DLFileShortcutPersistence.findByUuid_PrevAndNext
(long fileShortcutId, String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByUuid_PrevAndNext
(long fileShortcutId, String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.DLFileVersionPersistence.findByUuid_PrevAndNext
(long fileVersionId, String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ?.static DLFileVersion[]
DLFileVersionUtil.findByUuid_PrevAndNext
(long fileVersionId, String uuid, OrderByComparator<DLFileVersion> orderByComparator) Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ?.DLFolder[]
DLFolderPersistence.findByUuid_PrevAndNext
(long folderId, String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.static DLFolder[]
DLFolderUtil.findByUuid_PrevAndNext
(long folderId, String uuid, OrderByComparator<DLFolder> orderByComparator) Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.static List<DLFileEntryMetadata>
DLFileEntryMetadataUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileEntryMetadata> orderByComparator) static List<DLFileEntryType>
DLFileEntryTypeUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) static List<DLFileEntry>
DLFileEntryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileEntry> orderByComparator) static List<DLFileShortcut>
DLFileShortcutUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) static List<DLFileVersion>
DLFileVersionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileVersion> orderByComparator) DLFolderUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFolder> orderByComparator) DLFolderPersistence.getDLFileEntryTypes
(long pk, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types associated with the document library folder.static List<DLFileEntryType>
DLFolderUtil.getDLFileEntryTypes
(long pk, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator) Returns an ordered range of all the document library file entry types associated with the document library folder.DLFileEntryTypePersistence.getDLFolders
(long pk, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders associated with the document library file entry type.DLFileEntryTypeUtil.getDLFolders
(long pk, int start, int end, OrderByComparator<DLFolder> orderByComparator) Returns an ordered range of all the document library folders associated with the document library file entry type. -
Uses of OrderByComparator in com.liferay.document.library.kernel.util
Methods in com.liferay.document.library.kernel.util that return OrderByComparatorModifier and TypeMethodDescription<T> OrderByComparator<T>
DL.getRepositoryModelOrderByComparator
(String orderByCol, String orderByType) <T> OrderByComparator<T>
DL.getRepositoryModelOrderByComparator
(String orderByCol, String orderByType, boolean orderByModel) static <T> OrderByComparator<T>
DLUtil.getRepositoryModelOrderByComparator
(String orderByCol, String orderByType) static <T> OrderByComparator<T>
DLUtil.getRepositoryModelOrderByComparator
(String orderByCol, String orderByType, boolean orderByModel) -
Uses of OrderByComparator in com.liferay.document.library.kernel.util.comparator
Subclasses of OrderByComparator in com.liferay.document.library.kernel.util.comparatorModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of OrderByComparator in com.liferay.expando.kernel.service
Methods in com.liferay.expando.kernel.service with parameters of type OrderByComparatorModifier and TypeMethodDescription<T> List<T>
ExpandoColumnLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
ExpandoColumnLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ExpandoColumnLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ExpandoRowLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
ExpandoRowLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ExpandoRowLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ExpandoTableLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
ExpandoTableLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ExpandoTableLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ExpandoValueLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
ExpandoValueLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ExpandoValueLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows. -
Uses of OrderByComparator in com.liferay.expando.kernel.service.persistence
Methods in com.liferay.expando.kernel.service.persistence with parameters of type OrderByComparatorModifier and TypeMethodDescriptionExpandoTablePersistence.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.static ExpandoTable
ExpandoTableUtil.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.ExpandoValuePersistence.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.static ExpandoValue
ExpandoValueUtil.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.ExpandoTablePersistence.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.static ExpandoTable
ExpandoTableUtil.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.ExpandoValuePersistence.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.static ExpandoValue
ExpandoValueUtil.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.ExpandoRowPersistence.fetchByClassPK_First
(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where classPK = ?.static ExpandoRow
ExpandoRowUtil.fetchByClassPK_First
(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where classPK = ?.ExpandoRowPersistence.fetchByClassPK_Last
(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where classPK = ?.static ExpandoRow
ExpandoRowUtil.fetchByClassPK_Last
(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where classPK = ?.ExpandoValuePersistence.fetchByColumnId_First
(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where columnId = ?.static ExpandoValue
ExpandoValueUtil.fetchByColumnId_First
(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where columnId = ?.ExpandoValuePersistence.fetchByColumnId_Last
(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where columnId = ?.static ExpandoValue
ExpandoValueUtil.fetchByColumnId_Last
(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where columnId = ?.ExpandoValuePersistence.fetchByRowId_First
(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where rowId = ?.static ExpandoValue
ExpandoValueUtil.fetchByRowId_First
(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where rowId = ?.ExpandoValuePersistence.fetchByRowId_Last
(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where rowId = ?.static ExpandoValue
ExpandoValueUtil.fetchByRowId_Last
(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where rowId = ?.ExpandoValuePersistence.fetchByT_C_D_First
(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.static ExpandoValue
ExpandoValueUtil.fetchByT_C_D_First
(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.fetchByT_C_D_Last
(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.static ExpandoValue
ExpandoValueUtil.fetchByT_C_D_Last
(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.fetchByT_C_First
(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ?.static ExpandoValue
ExpandoValueUtil.fetchByT_C_First
(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ?.ExpandoValuePersistence.fetchByT_C_Last
(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ?.static ExpandoValue
ExpandoValueUtil.fetchByT_C_Last
(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ?.ExpandoValuePersistence.fetchByT_CPK_First
(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and classPK = ?.static ExpandoValue
ExpandoValueUtil.fetchByT_CPK_First
(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and classPK = ?.ExpandoValuePersistence.fetchByT_CPK_Last
(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and classPK = ?.static ExpandoValue
ExpandoValueUtil.fetchByT_CPK_Last
(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and classPK = ?.ExpandoValuePersistence.fetchByT_R_First
(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and rowId = ?.static ExpandoValue
ExpandoValueUtil.fetchByT_R_First
(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and rowId = ?.ExpandoValuePersistence.fetchByT_R_Last
(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and rowId = ?.static ExpandoValue
ExpandoValueUtil.fetchByT_R_Last
(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and rowId = ?.ExpandoColumnPersistence.fetchByTableId_First
(long tableId, OrderByComparator<ExpandoColumn> orderByComparator) Returns the first expando column in the ordered set where tableId = ?.static ExpandoColumn
ExpandoColumnUtil.fetchByTableId_First
(long tableId, OrderByComparator<ExpandoColumn> orderByComparator) Returns the first expando column in the ordered set where tableId = ?.ExpandoRowPersistence.fetchByTableId_First
(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where tableId = ?.static ExpandoRow
ExpandoRowUtil.fetchByTableId_First
(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where tableId = ?.ExpandoValuePersistence.fetchByTableId_First
(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ?.static ExpandoValue
ExpandoValueUtil.fetchByTableId_First
(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ?.ExpandoColumnPersistence.fetchByTableId_Last
(long tableId, OrderByComparator<ExpandoColumn> orderByComparator) Returns the last expando column in the ordered set where tableId = ?.static ExpandoColumn
ExpandoColumnUtil.fetchByTableId_Last
(long tableId, OrderByComparator<ExpandoColumn> orderByComparator) Returns the last expando column in the ordered set where tableId = ?.ExpandoRowPersistence.fetchByTableId_Last
(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where tableId = ?.static ExpandoRow
ExpandoRowUtil.fetchByTableId_Last
(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where tableId = ?.ExpandoValuePersistence.fetchByTableId_Last
(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ?.static ExpandoValue
ExpandoValueUtil.fetchByTableId_Last
(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ?.ExpandoColumnPersistence.filterFindByTableId
(long tableId, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator) Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ?.static List<ExpandoColumn>
ExpandoColumnUtil.filterFindByTableId
(long tableId, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator) Returns an ordered range of all the expando columns that the user has permissions to view where tableId = ?.ExpandoColumnPersistence.filterFindByTableId_PrevAndNext
(long columnId, long tableId, OrderByComparator<ExpandoColumn> orderByComparator) Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ?.static ExpandoColumn[]
ExpandoColumnUtil.filterFindByTableId_PrevAndNext
(long columnId, long tableId, OrderByComparator<ExpandoColumn> orderByComparator) Returns the expando columns before and after the current expando column in the ordered set of expando columns that the user has permission to view where tableId = ?.ExpandoColumnPersistence.findAll
(int start, int end, OrderByComparator<ExpandoColumn> orderByComparator) Returns an ordered range of all the expando columns.ExpandoColumnPersistence.findAll
(int start, int end, OrderByComparator<ExpandoColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando columns.static List<ExpandoColumn>
ExpandoColumnUtil.findAll
(int start, int end, OrderByComparator<ExpandoColumn> orderByComparator) Returns an ordered range of all the expando columns.static List<ExpandoColumn>
ExpandoColumnUtil.findAll
(int start, int end, OrderByComparator<ExpandoColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando columns.ExpandoRowPersistence.findAll
(int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Returns an ordered range of all the expando rows.ExpandoRowPersistence.findAll
(int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando rows.static List<ExpandoRow>
ExpandoRowUtil.findAll
(int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Returns an ordered range of all the expando rows.static List<ExpandoRow>
ExpandoRowUtil.findAll
(int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando rows.ExpandoTablePersistence.findAll
(int start, int end, OrderByComparator<ExpandoTable> orderByComparator) Returns an ordered range of all the expando tables.ExpandoTablePersistence.findAll
(int start, int end, OrderByComparator<ExpandoTable> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando tables.static List<ExpandoTable>
ExpandoTableUtil.findAll
(int start, int end, OrderByComparator<ExpandoTable> orderByComparator) Returns an ordered range of all the expando tables.static List<ExpandoTable>
ExpandoTableUtil.findAll
(int start, int end, OrderByComparator<ExpandoTable> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando tables.ExpandoValuePersistence.findAll
(int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values.ExpandoValuePersistence.findAll
(int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values.static List<ExpandoValue>
ExpandoValueUtil.findAll
(int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values.static List<ExpandoValue>
ExpandoValueUtil.findAll
(int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values.ExpandoTablePersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<ExpandoTable> orderByComparator) Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.ExpandoTablePersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<ExpandoTable> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.static List<ExpandoTable>
ExpandoTableUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<ExpandoTable> orderByComparator) Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.static List<ExpandoTable>
ExpandoTableUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<ExpandoTable> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando tables where companyId = ? and classNameId = ?.ExpandoValuePersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where classNameId = ? and classPK = ?.ExpandoValuePersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where classNameId = ? and classPK = ?.static List<ExpandoValue>
ExpandoValueUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where classNameId = ? and classPK = ?.static List<ExpandoValue>
ExpandoValueUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where classNameId = ? and classPK = ?.ExpandoTablePersistence.findByC_C_First
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.static ExpandoTable
ExpandoTableUtil.findByC_C_First
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the first expando table in the ordered set where companyId = ? and classNameId = ?.ExpandoValuePersistence.findByC_C_First
(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.static ExpandoValue
ExpandoValueUtil.findByC_C_First
(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where classNameId = ? and classPK = ?.ExpandoTablePersistence.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.static ExpandoTable
ExpandoTableUtil.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the last expando table in the ordered set where companyId = ? and classNameId = ?.ExpandoValuePersistence.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.static ExpandoValue
ExpandoValueUtil.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where classNameId = ? and classPK = ?.ExpandoTablePersistence.findByC_C_PrevAndNext
(long tableId, long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?.static ExpandoTable[]
ExpandoTableUtil.findByC_C_PrevAndNext
(long tableId, long companyId, long classNameId, OrderByComparator<ExpandoTable> orderByComparator) Returns the expando tables before and after the current expando table in the ordered set where companyId = ? and classNameId = ?.ExpandoValuePersistence.findByC_C_PrevAndNext
(long valueId, long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where classNameId = ? and classPK = ?.static ExpandoValue[]
ExpandoValueUtil.findByC_C_PrevAndNext
(long valueId, long classNameId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where classNameId = ? and classPK = ?.ExpandoRowPersistence.findByClassPK
(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Returns an ordered range of all the expando rows where classPK = ?.ExpandoRowPersistence.findByClassPK
(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando rows where classPK = ?.static List<ExpandoRow>
ExpandoRowUtil.findByClassPK
(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Returns an ordered range of all the expando rows where classPK = ?.static List<ExpandoRow>
ExpandoRowUtil.findByClassPK
(long classPK, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando rows where classPK = ?.ExpandoRowPersistence.findByClassPK_First
(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where classPK = ?.static ExpandoRow
ExpandoRowUtil.findByClassPK_First
(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where classPK = ?.ExpandoRowPersistence.findByClassPK_Last
(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where classPK = ?.static ExpandoRow
ExpandoRowUtil.findByClassPK_Last
(long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where classPK = ?.ExpandoRowPersistence.findByClassPK_PrevAndNext
(long rowId, long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the expando rows before and after the current expando row in the ordered set where classPK = ?.static ExpandoRow[]
ExpandoRowUtil.findByClassPK_PrevAndNext
(long rowId, long classPK, OrderByComparator<ExpandoRow> orderByComparator) Returns the expando rows before and after the current expando row in the ordered set where classPK = ?.ExpandoValuePersistence.findByColumnId
(long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where columnId = ?.ExpandoValuePersistence.findByColumnId
(long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where columnId = ?.static List<ExpandoValue>
ExpandoValueUtil.findByColumnId
(long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where columnId = ?.static List<ExpandoValue>
ExpandoValueUtil.findByColumnId
(long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where columnId = ?.ExpandoValuePersistence.findByColumnId_First
(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where columnId = ?.static ExpandoValue
ExpandoValueUtil.findByColumnId_First
(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where columnId = ?.ExpandoValuePersistence.findByColumnId_Last
(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where columnId = ?.static ExpandoValue
ExpandoValueUtil.findByColumnId_Last
(long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where columnId = ?.ExpandoValuePersistence.findByColumnId_PrevAndNext
(long valueId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where columnId = ?.static ExpandoValue[]
ExpandoValueUtil.findByColumnId_PrevAndNext
(long valueId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where columnId = ?.ExpandoValuePersistence.findByRowId
(long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where rowId = ?.ExpandoValuePersistence.findByRowId
(long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where rowId = ?.static List<ExpandoValue>
ExpandoValueUtil.findByRowId
(long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where rowId = ?.static List<ExpandoValue>
ExpandoValueUtil.findByRowId
(long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where rowId = ?.ExpandoValuePersistence.findByRowId_First
(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where rowId = ?.static ExpandoValue
ExpandoValueUtil.findByRowId_First
(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where rowId = ?.ExpandoValuePersistence.findByRowId_Last
(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where rowId = ?.static ExpandoValue
ExpandoValueUtil.findByRowId_Last
(long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where rowId = ?.ExpandoValuePersistence.findByRowId_PrevAndNext
(long valueId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where rowId = ?.static ExpandoValue[]
ExpandoValueUtil.findByRowId_PrevAndNext
(long valueId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where rowId = ?.ExpandoValuePersistence.findByT_C
(long tableId, long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ? and columnId = ?.ExpandoValuePersistence.findByT_C
(long tableId, long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and columnId = ?.static List<ExpandoValue>
ExpandoValueUtil.findByT_C
(long tableId, long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ? and columnId = ?.static List<ExpandoValue>
ExpandoValueUtil.findByT_C
(long tableId, long columnId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and columnId = ?.ExpandoValuePersistence.findByT_C_D
(long tableId, long columnId, String data, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.findByT_C_D
(long tableId, long columnId, String data, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?.static List<ExpandoValue>
ExpandoValueUtil.findByT_C_D
(long tableId, long columnId, String data, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?.static List<ExpandoValue>
ExpandoValueUtil.findByT_C_D
(long tableId, long columnId, String data, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.findByT_C_D_First
(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.static ExpandoValue
ExpandoValueUtil.findByT_C_D_First
(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.findByT_C_D_Last
(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.static ExpandoValue
ExpandoValueUtil.findByT_C_D_Last
(long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.findByT_C_D_PrevAndNext
(long valueId, long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ? and data = ?.static ExpandoValue[]
ExpandoValueUtil.findByT_C_D_PrevAndNext
(long valueId, long tableId, long columnId, String data, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ? and data = ?.ExpandoValuePersistence.findByT_C_First
(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ?.static ExpandoValue
ExpandoValueUtil.findByT_C_First
(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and columnId = ?.ExpandoValuePersistence.findByT_C_Last
(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ?.static ExpandoValue
ExpandoValueUtil.findByT_C_Last
(long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and columnId = ?.ExpandoValuePersistence.findByT_C_PrevAndNext
(long valueId, long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ?.static ExpandoValue[]
ExpandoValueUtil.findByT_C_PrevAndNext
(long valueId, long tableId, long columnId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and columnId = ?.ExpandoValuePersistence.findByT_CPK
(long tableId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ? and classPK = ?.ExpandoValuePersistence.findByT_CPK
(long tableId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and classPK = ?.static List<ExpandoValue>
ExpandoValueUtil.findByT_CPK
(long tableId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ? and classPK = ?.static List<ExpandoValue>
ExpandoValueUtil.findByT_CPK
(long tableId, long classPK, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and classPK = ?.ExpandoValuePersistence.findByT_CPK_First
(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and classPK = ?.static ExpandoValue
ExpandoValueUtil.findByT_CPK_First
(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and classPK = ?.ExpandoValuePersistence.findByT_CPK_Last
(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and classPK = ?.static ExpandoValue
ExpandoValueUtil.findByT_CPK_Last
(long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and classPK = ?.ExpandoValuePersistence.findByT_CPK_PrevAndNext
(long valueId, long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and classPK = ?.static ExpandoValue[]
ExpandoValueUtil.findByT_CPK_PrevAndNext
(long valueId, long tableId, long classPK, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and classPK = ?.ExpandoColumnPersistence.findByT_N
(long tableId, String[] names, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator) Returns an ordered range of all the expando columns where tableId = ? and name = any ?.ExpandoColumnPersistence.findByT_N
(long tableId, String[] names, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando columns where tableId = ? and name = ?, optionally using the finder cache.static List<ExpandoColumn>
ExpandoColumnUtil.findByT_N
(long tableId, String[] names, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator) Returns an ordered range of all the expando columns where tableId = ? and name = any ?.static List<ExpandoColumn>
ExpandoColumnUtil.findByT_N
(long tableId, String[] names, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando columns where tableId = ? and name = ?, optionally using the finder cache.ExpandoValuePersistence.findByT_R
(long tableId, long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ? and rowId = ?.ExpandoValuePersistence.findByT_R
(long tableId, long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and rowId = ?.static List<ExpandoValue>
ExpandoValueUtil.findByT_R
(long tableId, long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ? and rowId = ?.static List<ExpandoValue>
ExpandoValueUtil.findByT_R
(long tableId, long rowId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ? and rowId = ?.ExpandoValuePersistence.findByT_R_First
(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and rowId = ?.static ExpandoValue
ExpandoValueUtil.findByT_R_First
(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ? and rowId = ?.ExpandoValuePersistence.findByT_R_Last
(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and rowId = ?.static ExpandoValue
ExpandoValueUtil.findByT_R_Last
(long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ? and rowId = ?.ExpandoValuePersistence.findByT_R_PrevAndNext
(long valueId, long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and rowId = ?.static ExpandoValue[]
ExpandoValueUtil.findByT_R_PrevAndNext
(long valueId, long tableId, long rowId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ? and rowId = ?.ExpandoColumnPersistence.findByTableId
(long tableId, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator) Returns an ordered range of all the expando columns where tableId = ?.ExpandoColumnPersistence.findByTableId
(long tableId, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando columns where tableId = ?.static List<ExpandoColumn>
ExpandoColumnUtil.findByTableId
(long tableId, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator) Returns an ordered range of all the expando columns where tableId = ?.static List<ExpandoColumn>
ExpandoColumnUtil.findByTableId
(long tableId, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando columns where tableId = ?.ExpandoRowPersistence.findByTableId
(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Returns an ordered range of all the expando rows where tableId = ?.ExpandoRowPersistence.findByTableId
(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando rows where tableId = ?.static List<ExpandoRow>
ExpandoRowUtil.findByTableId
(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator) Returns an ordered range of all the expando rows where tableId = ?.static List<ExpandoRow>
ExpandoRowUtil.findByTableId
(long tableId, int start, int end, OrderByComparator<ExpandoRow> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando rows where tableId = ?.ExpandoValuePersistence.findByTableId
(long tableId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ?.ExpandoValuePersistence.findByTableId
(long tableId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ?.static List<ExpandoValue>
ExpandoValueUtil.findByTableId
(long tableId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) Returns an ordered range of all the expando values where tableId = ?.static List<ExpandoValue>
ExpandoValueUtil.findByTableId
(long tableId, int start, int end, OrderByComparator<ExpandoValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the expando values where tableId = ?.ExpandoColumnPersistence.findByTableId_First
(long tableId, OrderByComparator<ExpandoColumn> orderByComparator) Returns the first expando column in the ordered set where tableId = ?.static ExpandoColumn
ExpandoColumnUtil.findByTableId_First
(long tableId, OrderByComparator<ExpandoColumn> orderByComparator) Returns the first expando column in the ordered set where tableId = ?.ExpandoRowPersistence.findByTableId_First
(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where tableId = ?.static ExpandoRow
ExpandoRowUtil.findByTableId_First
(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the first expando row in the ordered set where tableId = ?.ExpandoValuePersistence.findByTableId_First
(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ?.static ExpandoValue
ExpandoValueUtil.findByTableId_First
(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the first expando value in the ordered set where tableId = ?.ExpandoColumnPersistence.findByTableId_Last
(long tableId, OrderByComparator<ExpandoColumn> orderByComparator) Returns the last expando column in the ordered set where tableId = ?.static ExpandoColumn
ExpandoColumnUtil.findByTableId_Last
(long tableId, OrderByComparator<ExpandoColumn> orderByComparator) Returns the last expando column in the ordered set where tableId = ?.ExpandoRowPersistence.findByTableId_Last
(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where tableId = ?.static ExpandoRow
ExpandoRowUtil.findByTableId_Last
(long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the last expando row in the ordered set where tableId = ?.ExpandoValuePersistence.findByTableId_Last
(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ?.static ExpandoValue
ExpandoValueUtil.findByTableId_Last
(long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the last expando value in the ordered set where tableId = ?.ExpandoColumnPersistence.findByTableId_PrevAndNext
(long columnId, long tableId, OrderByComparator<ExpandoColumn> orderByComparator) Returns the expando columns before and after the current expando column in the ordered set where tableId = ?.static ExpandoColumn[]
ExpandoColumnUtil.findByTableId_PrevAndNext
(long columnId, long tableId, OrderByComparator<ExpandoColumn> orderByComparator) Returns the expando columns before and after the current expando column in the ordered set where tableId = ?.ExpandoRowPersistence.findByTableId_PrevAndNext
(long rowId, long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the expando rows before and after the current expando row in the ordered set where tableId = ?.static ExpandoRow[]
ExpandoRowUtil.findByTableId_PrevAndNext
(long rowId, long tableId, OrderByComparator<ExpandoRow> orderByComparator) Returns the expando rows before and after the current expando row in the ordered set where tableId = ?.ExpandoValuePersistence.findByTableId_PrevAndNext
(long valueId, long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ?.static ExpandoValue[]
ExpandoValueUtil.findByTableId_PrevAndNext
(long valueId, long tableId, OrderByComparator<ExpandoValue> orderByComparator) Returns the expando values before and after the current expando value in the ordered set where tableId = ?.static List<ExpandoColumn>
ExpandoColumnUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExpandoColumn> orderByComparator) static List<ExpandoRow>
ExpandoRowUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExpandoRow> orderByComparator) static List<ExpandoTable>
ExpandoTableUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExpandoTable> orderByComparator) static List<ExpandoValue>
ExpandoValueUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExpandoValue> orderByComparator) -
Uses of OrderByComparator in com.liferay.exportimport.kernel.lar
Subclasses of OrderByComparator in com.liferay.exportimport.kernel.lar -
Uses of OrderByComparator in com.liferay.exportimport.kernel.service
Methods in com.liferay.exportimport.kernel.service with parameters of type OrderByComparatorModifier and TypeMethodDescription<T> List<T>
ExportImportConfigurationLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
ExportImportConfigurationLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ExportImportConfigurationLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.ExportImportConfigurationLocalService.getExportImportConfigurations
(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalService.getExportImportConfigurations
(long companyId, long groupId, String keywords, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalService.getExportImportConfigurations
(long companyId, long groupId, String name, String description, int type, boolean andSearch, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>
ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations
(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>
ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations
(long companyId, long groupId, String keywords, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>
ExportImportConfigurationLocalServiceUtil.getExportImportConfigurations
(long companyId, long groupId, String name, String description, int type, boolean andSearch, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations
(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations
(long companyId, long groupId, String keywords, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationLocalServiceWrapper.getExportImportConfigurations
(long companyId, long groupId, String name, String description, int type, boolean andSearch, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) -
Uses of OrderByComparator in com.liferay.exportimport.kernel.service.persistence
Methods in com.liferay.exportimport.kernel.service.persistence with parameters of type OrderByComparatorModifier and TypeMethodDescriptionExportImportConfigurationPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where companyId = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where companyId = ?.ExportImportConfigurationPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where companyId = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where companyId = ?.ExportImportConfigurationPersistence.fetchByG_S_First
(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and status = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.fetchByG_S_First
(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and status = ?.ExportImportConfigurationPersistence.fetchByG_S_Last
(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and status = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.fetchByG_S_Last
(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and status = ?.ExportImportConfigurationPersistence.fetchByG_T_First
(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.fetchByG_T_First
(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ?.ExportImportConfigurationPersistence.fetchByG_T_Last
(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.fetchByG_T_Last
(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ?.ExportImportConfigurationPersistence.fetchByG_T_S_First
(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.fetchByG_T_S_First
(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.fetchByG_T_S_Last
(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.fetchByG_T_S_Last
(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.fetchByGroupId_First
(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ?.ExportImportConfigurationPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ?.ExportImportConfigurationFinder.filterFindByC_G_N_D_T
(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationFinder.filterFindByC_G_N_D_T
(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>
ExportImportConfigurationFinderUtil.filterFindByC_G_N_D_T
(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>
ExportImportConfigurationFinderUtil.filterFindByC_G_N_D_T
(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationFinder.filterFindByKeywords
(long companyId, long groupId, String keywords, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>
ExportImportConfigurationFinderUtil.filterFindByKeywords
(long companyId, long groupId, String keywords, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationPersistence.findAll
(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations.ExportImportConfigurationPersistence.findAll
(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations.static List<ExportImportConfiguration>
ExportImportConfigurationUtil.findAll
(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations.static List<ExportImportConfiguration>
ExportImportConfigurationUtil.findAll
(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations.ExportImportConfigurationFinder.findByC_G_N_D_T
(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationFinder.findByC_G_N_D_T
(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>
ExportImportConfigurationFinderUtil.findByC_G_N_D_T
(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>
ExportImportConfigurationFinderUtil.findByC_G_N_D_T
(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) ExportImportConfigurationPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where companyId = ?.ExportImportConfigurationPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where companyId = ?.static List<ExportImportConfiguration>
ExportImportConfigurationUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where companyId = ?.static List<ExportImportConfiguration>
ExportImportConfigurationUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where companyId = ?.ExportImportConfigurationPersistence.findByCompanyId_First
(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where companyId = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.findByCompanyId_First
(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where companyId = ?.ExportImportConfigurationPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where companyId = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.findByCompanyId_Last
(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where companyId = ?.ExportImportConfigurationPersistence.findByCompanyId_PrevAndNext
(long exportImportConfigurationId, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where companyId = ?.static ExportImportConfiguration[]
ExportImportConfigurationUtil.findByCompanyId_PrevAndNext
(long exportImportConfigurationId, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where companyId = ?.ExportImportConfigurationPersistence.findByG_S
(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ? and status = ?.ExportImportConfigurationPersistence.findByG_S
(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and status = ?.static List<ExportImportConfiguration>
ExportImportConfigurationUtil.findByG_S
(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ? and status = ?.static List<ExportImportConfiguration>
ExportImportConfigurationUtil.findByG_S
(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and status = ?.ExportImportConfigurationPersistence.findByG_S_First
(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and status = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.findByG_S_First
(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and status = ?.ExportImportConfigurationPersistence.findByG_S_Last
(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and status = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.findByG_S_Last
(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and status = ?.ExportImportConfigurationPersistence.findByG_S_PrevAndNext
(long exportImportConfigurationId, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and status = ?.static ExportImportConfiguration[]
ExportImportConfigurationUtil.findByG_S_PrevAndNext
(long exportImportConfigurationId, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and status = ?.ExportImportConfigurationPersistence.findByG_T
(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ? and type = ?.ExportImportConfigurationPersistence.findByG_T
(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and type = ?.static List<ExportImportConfiguration>
ExportImportConfigurationUtil.findByG_T
(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ? and type = ?.static List<ExportImportConfiguration>
ExportImportConfigurationUtil.findByG_T
(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and type = ?.ExportImportConfigurationPersistence.findByG_T_First
(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.findByG_T_First
(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ?.ExportImportConfigurationPersistence.findByG_T_Last
(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.findByG_T_Last
(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ?.ExportImportConfigurationPersistence.findByG_T_PrevAndNext
(long exportImportConfigurationId, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ?.static ExportImportConfiguration[]
ExportImportConfigurationUtil.findByG_T_PrevAndNext
(long exportImportConfigurationId, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ?.ExportImportConfigurationPersistence.findByG_T_S
(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.findByG_T_S
(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.static List<ExportImportConfiguration>
ExportImportConfigurationUtil.findByG_T_S
(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.static List<ExportImportConfiguration>
ExportImportConfigurationUtil.findByG_T_S
(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.findByG_T_S_First
(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.findByG_T_S_First
(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.findByG_T_S_Last
(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.findByG_T_S_Last
(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.findByG_T_S_PrevAndNext
(long exportImportConfigurationId, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ? and status = ?.static ExportImportConfiguration[]
ExportImportConfigurationUtil.findByG_T_S_PrevAndNext
(long exportImportConfigurationId, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ? and status = ?.ExportImportConfigurationPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ?.ExportImportConfigurationPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ?.static List<ExportImportConfiguration>
ExportImportConfigurationUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns an ordered range of all the export import configurations where groupId = ?.static List<ExportImportConfiguration>
ExportImportConfigurationUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache) Returns an ordered range of all the export import configurations where groupId = ?.ExportImportConfigurationPersistence.findByGroupId_First
(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.findByGroupId_First
(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the first export import configuration in the ordered set where groupId = ?.ExportImportConfigurationPersistence.findByGroupId_Last
(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ?.static ExportImportConfiguration
ExportImportConfigurationUtil.findByGroupId_Last
(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the last export import configuration in the ordered set where groupId = ?.ExportImportConfigurationPersistence.findByGroupId_PrevAndNext
(long exportImportConfigurationId, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ?.static ExportImportConfiguration[]
ExportImportConfigurationUtil.findByGroupId_PrevAndNext
(long exportImportConfigurationId, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ?.ExportImportConfigurationFinder.findByKeywords
(long companyId, long groupId, String keywords, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>
ExportImportConfigurationFinderUtil.findByKeywords
(long companyId, long groupId, String keywords, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) static List<ExportImportConfiguration>
ExportImportConfigurationUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) -
Uses of OrderByComparator in com.liferay.portal.kernel.backgroundtask
Methods in com.liferay.portal.kernel.backgroundtask with parameters of type OrderByComparatorModifier and TypeMethodDescriptionBackgroundTaskManager.fetchFirstBackgroundTask
(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.fetchFirstBackgroundTask
(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator) static BackgroundTask
BackgroundTaskManagerUtil.fetchFirstBackgroundTask
(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator) static BackgroundTask
BackgroundTaskManagerUtil.fetchFirstBackgroundTask
(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks
(long[] groupIds, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks
(long[] groupIds, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks
(long[] groupIds, String name, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks
(long[] groupIds, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks
(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks
(long groupId, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks
(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks
(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks
(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) BackgroundTaskManager.getBackgroundTasks
(String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>
BackgroundTaskManagerUtil.getBackgroundTasks
(long[] groupIds, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>
BackgroundTaskManagerUtil.getBackgroundTasks
(long[] groupIds, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>
BackgroundTaskManagerUtil.getBackgroundTasks
(long[] groupIds, String name, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>
BackgroundTaskManagerUtil.getBackgroundTasks
(long[] groupIds, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>
BackgroundTaskManagerUtil.getBackgroundTasks
(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>
BackgroundTaskManagerUtil.getBackgroundTasks
(long groupId, String taskExecutorClassName, boolean completed, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>
BackgroundTaskManagerUtil.getBackgroundTasks
(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>
BackgroundTaskManagerUtil.getBackgroundTasks
(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>
BackgroundTaskManagerUtil.getBackgroundTasks
(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) static List<BackgroundTask>
BackgroundTaskManagerUtil.getBackgroundTasks
(String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator) -
Uses of OrderByComparator in com.liferay.portal.kernel.dao.orm
Methods in com.liferay.portal.kernel.dao.orm that return OrderByComparatorModifier and TypeMethodDescriptionQueryDefinition.getOrderByComparator()
QueryDefinition.getOrderByComparator
(String tableName) Methods in com.liferay.portal.kernel.dao.orm with parameters of type OrderByComparatorModifier and TypeMethodDescriptionstatic void
OrderFactoryUtil.addOrderByComparator
(DynamicQuery dynamicQuery, OrderByComparator<?> orderByComparator) void
QueryDefinition.setOrderByComparator
(OrderByComparator<T> orderByComparator) Constructors in com.liferay.portal.kernel.dao.orm with parameters of type OrderByComparatorModifierConstructorDescriptionQueryDefinition
(int status, boolean excludeStatus, int start, int end, OrderByComparator<T> orderByComparator) QueryDefinition
(int status, boolean excludeStatus, long ownerUserId, boolean includeOwner, int start, int end, OrderByComparator<T> orderByComparator) QueryDefinition
(int status, int start, int end, OrderByComparator<T> orderByComparator) QueryDefinition
(int status, long ownerUserId, boolean includeOwner, int start, int end, OrderByComparator<T> orderByComparator) -
Uses of OrderByComparator in com.liferay.portal.kernel.dao.search
Methods in com.liferay.portal.kernel.dao.search that return OrderByComparatorMethods in com.liferay.portal.kernel.dao.search with parameters of type OrderByComparatorModifier and TypeMethodDescriptionvoid
SearchContainer.setOrderByComparator
(OrderByComparator<R> orderByComparator) -
Uses of OrderByComparator in com.liferay.portal.kernel.internal.service.persistence
Methods in com.liferay.portal.kernel.internal.service.persistence with parameters of type OrderByComparatorModifier and TypeMethodDescriptionTableMapperImpl.getBaseModels
(PortalCache<Long, long[]> portalCache, MappingSqlQuery<Long> mappingSqlQuery, long masterPrimaryKey, BasePersistence<T> slaveBasePersistence, int start, int end, OrderByComparator<T> orderByComparator) ReverseTableMapper.getLeftBaseModels
(long rightPrimaryKey, int start, int end, OrderByComparator<L> orderByComparator) TableMapperImpl.getLeftBaseModels
(long rightPrimaryKey, int start, int end, OrderByComparator<L> orderByComparator) ReverseTableMapper.getRightBaseModels
(long leftPrimaryKey, int start, int end, OrderByComparator<R> orderByComparator) TableMapperImpl.getRightBaseModels
(long leftPrimaryKey, int start, int end, OrderByComparator<R> orderByComparator) -
Uses of OrderByComparator in com.liferay.portal.kernel.internal.service.persistence.change.tracking
Methods in com.liferay.portal.kernel.internal.service.persistence.change.tracking with parameters of type OrderByComparatorModifier and TypeMethodDescriptionCTTableMapper.getLeftBaseModels
(long rightPrimaryKey, int start, int end, OrderByComparator<L> orderByComparator) CTTableMapper.getRightBaseModels
(long leftPrimaryKey, int start, int end, OrderByComparator<R> orderByComparator) -
Uses of OrderByComparator in com.liferay.portal.kernel.model
Methods in com.liferay.portal.kernel.model with parameters of type OrderByComparatorModifier and TypeMethodDescriptionGroup.getChildrenWithLayouts
(boolean site, int start, int end, OrderByComparator<Group> orderByComparator) GroupWrapper.getChildrenWithLayouts
(boolean site, int start, int end, OrderByComparator<Group> orderByComparator) -
Uses of OrderByComparator in com.liferay.portal.kernel.portletfilerepository
Methods in com.liferay.portal.kernel.portletfilerepository with parameters of type OrderByComparatorModifier and TypeMethodDescriptionPortletFileRepository.getPortletFileEntries
(long groupId, long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) PortletFileRepository.getPortletFileEntries
(long groupId, long folderId, OrderByComparator<FileEntry> orderByComparator) PortletFileRepository.getPortletFileEntries
(long groupId, long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) PortletFileRepositoryUtil.getPortletFileEntries
(long groupId, long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) PortletFileRepositoryUtil.getPortletFileEntries
(long groupId, long folderId, OrderByComparator<FileEntry> orderByComparator) PortletFileRepositoryUtil.getPortletFileEntries
(long groupId, long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) -
Uses of OrderByComparator in com.liferay.portal.kernel.repository
Methods in com.liferay.portal.kernel.repository with parameters of type OrderByComparatorModifier and TypeMethodDescriptionDefaultLocalRepositoryImpl.getFileEntries
(long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DefaultLocalRepositoryImpl.getFileEntries
(long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) DefaultLocalRepositoryImpl.getFileEntries
(long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DocumentRepository.getFileEntries
(long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DocumentRepository.getFileEntries
(long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) DocumentRepository.getFileEntries
(long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) Repository.getFileEntries
(long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Repository.getFileEntries
(long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryImpl.getFolders
(long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> orderByComparator) DefaultLocalRepositoryImpl.getFolders
(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) DefaultLocalRepositoryImpl.getFolders
(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) DocumentRepository.getFolders
(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) DocumentRepository.getFolders
(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) BaseRepositoryImpl.getFoldersAndFileEntries
(long folderId, int start, int end, OrderByComparator<?> orderByComparator) BaseRepositoryImpl.getFoldersAndFileEntries
(long folderId, String[] mimeTypes, int start, int end, OrderByComparator<?> orderByComparator) BaseRepositoryImpl.getFoldersAndFileEntriesAndFileShortcuts
(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) BaseRepositoryImpl.getFoldersAndFileEntriesAndFileShortcuts
(long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) DefaultLocalRepositoryImpl.getFoldersAndFileEntriesAndFileShortcuts
(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) DocumentRepository.getFoldersAndFileEntriesAndFileShortcuts
(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) default List<RepositoryEntry>
Repository.getFoldersAndFileEntriesAndFileShortcuts
(long folderId, int status, String[] mimeTypes, boolean includeMountFolders, boolean includeOwner, int start, int end, OrderByComparator<?> orderByComparator) Repository.getFoldersAndFileEntriesAndFileShortcuts
(long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) Repository.getMountFolders
(long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) BaseRepositoryImpl.getRepositoryFileEntries
(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryImpl.getRepositoryFileEntries
(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) DefaultLocalRepositoryImpl.getRepositoryFileEntries
(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) DocumentRepository.getRepositoryFileEntries
(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) Repository.getRepositoryFileEntries
(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) -
Uses of OrderByComparator in com.liferay.portal.kernel.repository.capabilities
Methods in com.liferay.portal.kernel.repository.capabilities with parameters of type OrderByComparatorModifier and TypeMethodDescriptionFileEntryTypeCapability.getFoldersAndFileEntriesAndFileShortcuts
(long repositoryId, long folderId, String[] mimeTypes, long fileEntryTypeId, boolean includeMountFolders, int status, int start, int end, OrderByComparator<?> orderByComparator) -
Uses of OrderByComparator in com.liferay.portal.kernel.repository.proxy
Methods in com.liferay.portal.kernel.repository.proxy with parameters of type OrderByComparatorModifier and TypeMethodDescriptionBaseRepositoryProxyBean.getFileEntries
(long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getFileEntries
(long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getFileEntries
(long folderId, long documentTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getFileEntries
(long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getFileEntries
(long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) LocalRepositoryProxyBean.getFileEntries
(long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) LocalRepositoryProxyBean.getFileEntries
(long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getFolders
(long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> orderByComparator) BaseRepositoryProxyBean.getFolders
(long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> orderByComparator) LocalRepositoryProxyBean.getFolders
(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) LocalRepositoryProxyBean.getFolders
(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> orderByComparator) BaseRepositoryProxyBean.getFoldersAndFileEntriesAndFileShortcuts
(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) BaseRepositoryProxyBean.getFoldersAndFileEntriesAndFileShortcuts
(long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) LocalRepositoryProxyBean.getFoldersAndFileEntriesAndFileShortcuts
(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) BaseRepositoryProxyBean.getMountFolders
(long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) BaseRepositoryProxyBean.getRepositoryFileEntries
(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) BaseRepositoryProxyBean.getRepositoryFileEntries
(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) LocalRepositoryProxyBean.getRepositoryFileEntries
(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) -
Uses of OrderByComparator in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service with parameters of type OrderByComparatorModifier and TypeMethodDescription<T> List<T>
AddressLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
AddressLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
AddressLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
BrowserTrackerLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
BrowserTrackerLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
BrowserTrackerLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ClassNameLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
ClassNameLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ClassNameLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
CompanyInfoLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
CompanyInfoLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
CompanyInfoLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
CompanyLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
CompanyLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
CompanyLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ContactLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
ContactLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ContactLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
CountryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
CountryLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
CountryLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
EmailAddressLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
EmailAddressLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
EmailAddressLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
GroupLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
GroupLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
GroupLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ImageLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
ImageLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ImageLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
LayoutBranchLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
LayoutBranchLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
LayoutBranchLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
LayoutFriendlyURLLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
LayoutFriendlyURLLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
LayoutFriendlyURLLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
LayoutLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
LayoutLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
LayoutLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
LayoutPrototypeLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
LayoutPrototypeLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
LayoutPrototypeLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
LayoutRevisionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
LayoutRevisionLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
LayoutRevisionLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
LayoutSetBranchLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
LayoutSetBranchLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
LayoutSetBranchLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
LayoutSetLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
LayoutSetLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
LayoutSetLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
LayoutSetPrototypeLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
LayoutSetPrototypeLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
LayoutSetPrototypeLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ListTypeLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
ListTypeLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ListTypeLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
MembershipRequestLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
MembershipRequestLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
MembershipRequestLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
OrganizationLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
OrganizationLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
OrganizationLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
OrgLaborLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
OrgLaborLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
OrgLaborLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PasswordPolicyLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
PasswordPolicyLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PasswordPolicyLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PasswordPolicyRelLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
PasswordPolicyRelLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PasswordPolicyRelLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PasswordTrackerLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
PasswordTrackerLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PasswordTrackerLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PhoneLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
PhoneLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PhoneLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PluginSettingLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
PluginSettingLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PluginSettingLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PortalPreferencesLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
PortalPreferencesLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PortalPreferencesLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PortalPreferenceValueLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
PortalPreferenceValueLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PortalPreferenceValueLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PortletItemLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
PortletItemLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PortletItemLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PortletLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
PortletLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PortletLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PortletPreferencesLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
PortletPreferencesLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PortletPreferencesLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PortletPreferenceValueLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
PortletPreferenceValueLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
PortletPreferenceValueLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RecentLayoutBranchLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
RecentLayoutBranchLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RecentLayoutBranchLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RecentLayoutRevisionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
RecentLayoutRevisionLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RecentLayoutRevisionLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RecentLayoutSetBranchLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
RecentLayoutSetBranchLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RecentLayoutSetBranchLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RegionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
RegionLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RegionLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ReleaseLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
ReleaseLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ReleaseLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RememberMeTokenLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
RememberMeTokenLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RememberMeTokenLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RepositoryEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
RepositoryEntryLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RepositoryEntryLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RepositoryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
RepositoryLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RepositoryLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ResourceActionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
ResourceActionLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ResourceActionLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ResourcePermissionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
ResourcePermissionLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ResourcePermissionLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RoleLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
RoleLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RoleLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ServiceComponentLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
ServiceComponentLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
ServiceComponentLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SubscriptionLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Deprecated.Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
SubscriptionLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Deprecated.Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SubscriptionLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Deprecated.Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SystemEventLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
SystemEventLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SystemEventLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
TeamLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
TeamLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
TeamLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
TicketLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
TicketLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
TicketLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
UserGroupGroupRoleLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
UserGroupGroupRoleLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
UserGroupGroupRoleLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
UserGroupLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
UserGroupLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
UserGroupLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
UserGroupRoleLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
UserGroupRoleLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
UserGroupRoleLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
UserIdMapperLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
UserIdMapperLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
UserIdMapperLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
UserLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
UserLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
UserLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
UserNotificationDeliveryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
UserNotificationDeliveryLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
UserNotificationDeliveryLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
UserNotificationEventLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
UserNotificationEventLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
UserNotificationEventLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
UserTrackerLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
UserTrackerLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
UserTrackerLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
UserTrackerPathLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
UserTrackerPathLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
UserTrackerPathLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
VirtualHostLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
VirtualHostLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
VirtualHostLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
WebDAVPropsLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
WebDAVPropsLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
WebDAVPropsLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
WebsiteLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
WebsiteLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
WebsiteLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
WorkflowDefinitionLinkLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
WorkflowDefinitionLinkLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
WorkflowDefinitionLinkLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
WorkflowInstanceLinkLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
WorkflowInstanceLinkLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
WorkflowInstanceLinkLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.GroupLocalService.getActiveGroups
(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company and, optionally, the main site.GroupLocalService.getActiveGroups
(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company.GroupLocalServiceUtil.getActiveGroups
(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company and, optionally, the main site.GroupLocalServiceUtil.getActiveGroups
(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company.GroupLocalServiceWrapper.getActiveGroups
(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company and, optionally, the main site.GroupLocalServiceWrapper.getActiveGroups
(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns the active or inactive groups associated with the company.AddressLocalService.getAddresses
(long companyId, String className, long classPK, int start, int end, OrderByComparator<Address> orderByComparator) AddressLocalServiceUtil.getAddresses
(long companyId, String className, long classPK, int start, int end, OrderByComparator<Address> orderByComparator) AddressLocalServiceWrapper.getAddresses
(long companyId, String className, long classPK, int start, int end, OrderByComparator<Address> orderByComparator) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalService.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalServiceWrapper.getArchivedUserNotificationEvents
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) LayoutRevisionLocalService.getChildLayoutRevisions
(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getChildLayoutRevisions
(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) LayoutRevisionLocalServiceWrapper.getChildLayoutRevisions
(long layoutSetBranchId, long parentLayoutRevision, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) CountryLocalService.getCompanyCountries
(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalService.getCompanyCountries
(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalServiceUtil.getCompanyCountries
(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalServiceUtil.getCompanyCountries
(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalServiceWrapper.getCompanyCountries
(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalServiceWrapper.getCompanyCountries
(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) CountryService.getCompanyCountries
(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryService.getCompanyCountries
(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) CountryServiceUtil.getCompanyCountries
(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryServiceUtil.getCompanyCountries
(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) CountryServiceWrapper.getCompanyCountries
(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) CountryServiceWrapper.getCompanyCountries
(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) ContactLocalService.getContacts
(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) ContactLocalServiceUtil.getContacts
(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) ContactLocalServiceWrapper.getContacts
(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) ContactService.getContacts
(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) ContactServiceUtil.getContacts
(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) ContactServiceWrapper.getContacts
(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) UserNotificationEventLocalService.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalServiceWrapper.getDeliveredUserNotificationEvents
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) OrganizationLocalService.getGroupOrganizations
(long groupId, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationLocalServiceUtil.getGroupOrganizations
(long groupId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalServiceWrapper.getGroupOrganizations
(long groupId, int start, int end, OrderByComparator<Organization> orderByComparator) RoleLocalService.getGroupRoles
(long groupId, int start, int end, OrderByComparator<Role> orderByComparator) RoleLocalServiceUtil.getGroupRoles
(long groupId, int start, int end, OrderByComparator<Role> orderByComparator) RoleLocalServiceWrapper.getGroupRoles
(long groupId, int start, int end, OrderByComparator<Role> orderByComparator) UserGroupLocalService.getGroupUserGroups
(long groupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceUtil.getGroupUserGroups
(long groupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceWrapper.getGroupUserGroups
(long groupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserLocalService.getGroupUsers
(long groupId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserLocalService.getGroupUsers
(long groupId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalService.getGroupUsers
(long groupId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserLocalServiceUtil.getGroupUsers
(long groupId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserLocalServiceUtil.getGroupUsers
(long groupId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceUtil.getGroupUsers
(long groupId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserLocalServiceWrapper.getGroupUsers
(long groupId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserLocalServiceWrapper.getGroupUsers
(long groupId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceWrapper.getGroupUsers
(long groupId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserService.getGroupUsers
(long groupId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserService.getGroupUsers
(long groupId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserServiceUtil.getGroupUsers
(long groupId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserServiceUtil.getGroupUsers
(long groupId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserServiceWrapper.getGroupUsers
(long groupId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserServiceWrapper.getGroupUsers
(long groupId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to a group.UserLocalService.getInheritedRoleUsers
(long roleId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceUtil.getInheritedRoleUsers
(long roleId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceWrapper.getInheritedRoleUsers
(long roleId, int start, int end, OrderByComparator<User> orderByComparator) LayoutBranchLocalService.getLayoutBranches
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) static List<LayoutBranch>
LayoutBranchLocalServiceUtil.getLayoutBranches
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) LayoutBranchLocalServiceWrapper.getLayoutBranches
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) LayoutFriendlyURLLocalService.getLayoutFriendlyURLsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns a range of layout friendly urls matching the UUID and company.static List<LayoutFriendlyURL>
LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURLsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns a range of layout friendly urls matching the UUID and company.LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURLsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns a range of layout friendly urls matching the UUID and company.LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) LayoutRevisionLocalService.getLayoutRevisions
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getLayoutRevisions
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) static List<LayoutRevision>
LayoutRevisionLocalServiceUtil.getLayoutRevisions
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) LayoutRevisionLocalServiceWrapper.getLayoutRevisions
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) LayoutRevisionLocalServiceWrapper.getLayoutRevisions
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) LayoutLocalService.getLayouts
(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalService.getLayouts
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalService.getLayouts
(long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group that are children of the parent layout.LayoutLocalService.getLayouts
(long groupId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalService.getLayouts
(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalService.getLayouts
(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalService.getLayouts
(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalService.getLayouts
(long groupId, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalService.getLayouts
(long groupId, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceUtil.getLayouts
(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceUtil.getLayouts
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceUtil.getLayouts
(long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group that are children of the parent layout.LayoutLocalServiceUtil.getLayouts
(long groupId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceUtil.getLayouts
(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceUtil.getLayouts
(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalServiceUtil.getLayouts
(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceUtil.getLayouts
(long groupId, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceUtil.getLayouts
(long groupId, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceWrapper.getLayouts
(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceWrapper.getLayouts
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceWrapper.getLayouts
(long groupId, boolean privateLayout, long parentLayoutId, boolean incomplete, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group that are children of the parent layout.LayoutLocalServiceWrapper.getLayouts
(long groupId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceWrapper.getLayouts
(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceWrapper.getLayouts
(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalServiceWrapper.getLayouts
(long groupId, long userId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceWrapper.getLayouts
(long groupId, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutLocalServiceWrapper.getLayouts
(long groupId, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of all the layouts belonging to the group.LayoutService.getLayouts
(long groupId, boolean privateLayout, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutService.getLayouts
(long groupId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutServiceUtil.getLayouts
(long groupId, boolean privateLayout, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutServiceUtil.getLayouts
(long groupId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutServiceWrapper.getLayouts
(long groupId, boolean privateLayout, String keywords, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutServiceWrapper.getLayouts
(long groupId, boolean privateLayout, String keywords, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalService.getLayoutsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of layouts matching the UUID and company.LayoutLocalServiceUtil.getLayoutsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of layouts matching the UUID and company.LayoutLocalServiceWrapper.getLayoutsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns a range of layouts matching the UUID and company.GroupLocalService.getLayoutsGroups
(long companyId, long parentGroupId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.GroupLocalService.getLayoutsGroups
(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.GroupLocalServiceUtil.getLayoutsGroups
(long companyId, long parentGroupId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.GroupLocalServiceUtil.getLayoutsGroups
(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.GroupLocalServiceWrapper.getLayoutsGroups
(long companyId, long parentGroupId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.GroupLocalServiceWrapper.getLayoutsGroups
(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns a range of all groups that are children of the parent group and that have at least one layout.AddressLocalService.getListTypeAddresses
(long companyId, String className, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator) AddressLocalServiceUtil.getListTypeAddresses
(long companyId, String className, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator) AddressLocalServiceWrapper.getListTypeAddresses
(long companyId, String className, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator) GroupLocalService.getOrganizationGroups
(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceUtil.getOrganizationGroups
(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceWrapper.getOrganizationGroups
(long organizationId, int start, int end, OrderByComparator<Group> orderByComparator) OrganizationLocalService.getOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalService.getOrganizations
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationLocalServiceUtil.getOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationLocalServiceUtil.getOrganizations
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalServiceWrapper.getOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalServiceWrapper.getOrganizations
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationService.getOrganizations
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationService.getOrganizations
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationServiceUtil.getOrganizations
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationServiceUtil.getOrganizations
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationServiceWrapper.getOrganizations
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationServiceWrapper.getOrganizations
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalService.getOrganizationsAndUsers
(long companyId, long parentOrganizationId, int status, int start, int end, OrderByComparator<?> orderByComparator) Returns all the organizations and users belonging to the parent organization.OrganizationLocalServiceUtil.getOrganizationsAndUsers
(long companyId, long parentOrganizationId, int status, int start, int end, OrderByComparator<?> orderByComparator) Returns all the organizations and users belonging to the parent organization.OrganizationLocalServiceWrapper.getOrganizationsAndUsers
(long companyId, long parentOrganizationId, int status, int start, int end, OrderByComparator<?> orderByComparator) Returns all the organizations and users belonging to the parent organization.UserLocalService.getOrganizationUsers
(long organizationId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserLocalService.getOrganizationUsers
(long organizationId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalService.getOrganizationUsers
(long organizationId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserLocalServiceUtil.getOrganizationUsers
(long organizationId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserLocalServiceUtil.getOrganizationUsers
(long organizationId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceUtil.getOrganizationUsers
(long organizationId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserLocalServiceWrapper.getOrganizationUsers
(long organizationId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserLocalServiceWrapper.getOrganizationUsers
(long organizationId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceWrapper.getOrganizationUsers
(long organizationId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserService.getOrganizationUsers
(long organizationId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserService.getOrganizationUsers
(long organizationId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserServiceUtil.getOrganizationUsers
(long organizationId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserServiceUtil.getOrganizationUsers
(long organizationId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserServiceWrapper.getOrganizationUsers
(long organizationId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.UserServiceWrapper.getOrganizationUsers
(long organizationId, int status, OrderByComparator<User> orderByComparator) Returns the users belonging to the organization with the status.LayoutLocalService.getPublishedLayouts
(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalServiceUtil.getPublishedLayouts
(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalServiceWrapper.getPublishedLayouts
(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator) RegionLocalService.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalService.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalServiceUtil.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalServiceUtil.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalServiceWrapper.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalServiceWrapper.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionService.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionService.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionServiceUtil.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionServiceUtil.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RegionServiceWrapper.getRegions
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) RegionServiceWrapper.getRegions
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) RepositoryLocalService.getRepositoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns a range of repositories matching the UUID and company.static List<Repository>
RepositoryLocalServiceUtil.getRepositoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns a range of repositories matching the UUID and company.RepositoryLocalServiceWrapper.getRepositoriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns a range of repositories matching the UUID and company.RepositoryEntryLocalService.getRepositoryEntriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns a range of repository entries matching the UUID and company.static List<RepositoryEntry>
RepositoryEntryLocalServiceUtil.getRepositoryEntriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns a range of repository entries matching the UUID and company.RepositoryEntryLocalServiceWrapper.getRepositoryEntriesByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns a range of repository entries matching the UUID and company.GroupLocalService.getRoleGroups
(long roleId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceUtil.getRoleGroups
(long roleId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceWrapper.getRoleGroups
(long roleId, int start, int end, OrderByComparator<Group> orderByComparator) UserLocalService.getRoleUsers
(long roleId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceUtil.getRoleUsers
(long roleId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceWrapper.getRoleUsers
(long roleId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalService.getSocialUsers
(long userId, int socialRelationType, String socialRelationTypeComparator, int start, int end, OrderByComparator<User> orderByComparator) UserLocalService.getSocialUsers
(long userId1, long userId2, int socialRelationType, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users with a mutual social relation of the type with both of the given users.UserLocalService.getSocialUsers
(long userId1, long userId2, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users with a mutual social relation with both of the given users.UserLocalServiceUtil.getSocialUsers
(long userId, int socialRelationType, String socialRelationTypeComparator, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceUtil.getSocialUsers
(long userId1, long userId2, int socialRelationType, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users with a mutual social relation of the type with both of the given users.UserLocalServiceUtil.getSocialUsers
(long userId1, long userId2, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users with a mutual social relation with both of the given users.UserLocalServiceWrapper.getSocialUsers
(long userId, int socialRelationType, String socialRelationTypeComparator, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceWrapper.getSocialUsers
(long userId1, long userId2, int socialRelationType, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users with a mutual social relation of the type with both of the given users.UserLocalServiceWrapper.getSocialUsers
(long userId1, long userId2, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users with a mutual social relation with both of the given users.TeamLocalService.getTeamsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns a range of teams matching the UUID and company.TeamLocalServiceUtil.getTeamsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns a range of teams matching the UUID and company.TeamLocalServiceWrapper.getTeamsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns a range of teams matching the UUID and company.UserGroupLocalService.getTeamUserGroups
(long teamId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceUtil.getTeamUserGroups
(long teamId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceWrapper.getTeamUserGroups
(long teamId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserLocalService.getTeamUsers
(long teamId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceUtil.getTeamUsers
(long teamId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceWrapper.getTeamUsers
(long teamId, int start, int end, OrderByComparator<User> orderByComparator) GroupLocalService.getUserGroupGroups
(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceUtil.getUserGroupGroups
(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceWrapper.getUserGroupGroups
(long userGroupId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalService.getUserGroups
(long userId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceUtil.getUserGroups
(long userId, int start, int end, OrderByComparator<Group> orderByComparator) GroupLocalServiceWrapper.getUserGroups
(long userId, int start, int end, OrderByComparator<Group> orderByComparator) UserGroupLocalService.getUserGroups
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceUtil.getUserGroups
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceWrapper.getUserGroups
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) TeamLocalService.getUserGroupTeams
(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalServiceUtil.getUserGroupTeams
(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalServiceWrapper.getUserGroupTeams
(long userGroupId, int start, int end, OrderByComparator<Team> orderByComparator) UserLocalService.getUserGroupUsers
(long userGroupId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceUtil.getUserGroupUsers
(long userGroupId, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceWrapper.getUserGroupUsers
(long userGroupId, int start, int end, OrderByComparator<User> orderByComparator) UserNotificationEventLocalService.getUserNotificationEvents
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.getUserNotificationEvents
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) UserNotificationEventLocalServiceWrapper.getUserNotificationEvents
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) OrganizationLocalService.getUserOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationLocalServiceUtil.getUserOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationLocalServiceWrapper.getUserOrganizations
(long userId, int start, int end, OrderByComparator<Organization> orderByComparator) RoleLocalService.getUserRoles
(long userId, int start, int end, OrderByComparator<Role> orderByComparator) RoleLocalServiceUtil.getUserRoles
(long userId, int start, int end, OrderByComparator<Role> orderByComparator) RoleLocalServiceWrapper.getUserRoles
(long userId, int start, int end, OrderByComparator<Role> orderByComparator) UserLocalService.getUsers
(long companyId, int status, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceUtil.getUsers
(long companyId, int status, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceWrapper.getUsers
(long companyId, int status, int start, int end, OrderByComparator<User> orderByComparator) SubscriptionLocalService.getUserSubscriptions
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions of the user.static List<Subscription>
SubscriptionLocalServiceUtil.getUserSubscriptions
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions of the user.SubscriptionLocalServiceWrapper.getUserSubscriptions
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions of the user.TeamLocalService.getUserTeams
(long userId, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalServiceUtil.getUserTeams
(long userId, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalServiceWrapper.getUserTeams
(long userId, int start, int end, OrderByComparator<Team> orderByComparator) UserGroupLocalService.getUserUserGroups
(long userId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceUtil.getUserUserGroups
(long userId, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupLocalServiceWrapper.getUserUserGroups
(long userId, int start, int end, OrderByComparator<UserGroup> orderByComparator) WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinksByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns a range of workflow definition links matching the UUID and company.static List<WorkflowDefinitionLink>
WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLinksByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns a range of workflow definition links matching the UUID and company.WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLinksByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns a range of workflow definition links matching the UUID and company.GroupLocalService.search
(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.GroupLocalService.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.GroupLocalServiceUtil.search
(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.GroupLocalServiceUtil.search
(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.GroupLocalServiceUtil.search
(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.GroupLocalServiceUtil.search
(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.GroupLocalServiceUtil.search
(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.GroupLocalServiceUtil.search
(long companyId, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.GroupLocalServiceUtil.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.GroupLocalServiceUtil.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.GroupLocalServiceWrapper.search
(long companyId, long[] classNameIds, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups belonging to the parent group that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.GroupLocalServiceWrapper.search
(long companyId, long[] classNameIds, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups belonging to the parent group that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.GroupLocalServiceWrapper.search
(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups.GroupLocalServiceWrapper.search
(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups that match the class name IDs and keywords, optionally including the user's inherited organization groups and user groups.GroupLocalServiceWrapper.search
(long companyId, long parentGroupId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the site groups belonging to the parent group and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.GroupLocalServiceWrapper.search
(long companyId, long parentGroupId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups belonging to the parent group that match the keywords, optionally including the user's inherited organization groups and user groups.GroupLocalServiceWrapper.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups.GroupLocalServiceWrapper.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups that match the keywords, optionally including the user's inherited organization groups and user groups.GroupService.search
(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) GroupService.search
(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) GroupServiceUtil.search
(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) GroupServiceUtil.search
(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) GroupServiceWrapper.search
(long companyId, long[] classNameIds, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) GroupServiceWrapper.search
(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) LayoutLocalService.search
(long groupId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalService.search
(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalService.search
(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalServiceUtil.search
(long groupId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalServiceUtil.search
(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalServiceUtil.search
(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalServiceWrapper.search
(long groupId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalServiceWrapper.search
(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutLocalServiceWrapper.search
(long groupId, long userId, boolean privateLayout, String keywords, boolean searchOnlyByTitle, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) LayoutPrototypeLocalService.search
(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) static List<LayoutPrototype>
LayoutPrototypeLocalServiceUtil.search
(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) LayoutPrototypeLocalServiceWrapper.search
(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) LayoutPrototypeService.search
(long companyId, Boolean active, OrderByComparator<LayoutPrototype> orderByComparator) static List<LayoutPrototype>
LayoutPrototypeServiceUtil.search
(long companyId, Boolean active, OrderByComparator<LayoutPrototype> orderByComparator) LayoutPrototypeServiceWrapper.search
(long companyId, Boolean active, OrderByComparator<LayoutPrototype> orderByComparator) LayoutSetPrototypeLocalService.search
(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) static List<LayoutSetPrototype>
LayoutSetPrototypeLocalServiceUtil.search
(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) LayoutSetPrototypeLocalServiceWrapper.search
(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) LayoutSetPrototypeService.search
(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) static List<LayoutSetPrototype>
LayoutSetPrototypeServiceUtil.search
(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) LayoutSetPrototypeServiceWrapper.search
(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) MembershipRequestLocalService.search
(long groupId, int status, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) static List<MembershipRequest>
MembershipRequestLocalServiceUtil.search
(long groupId, int status, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) MembershipRequestLocalServiceWrapper.search
(long groupId, int status, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) OrganizationLocalService.search
(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.OrganizationLocalService.search
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.static List<Organization>
OrganizationLocalServiceUtil.search
(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.static List<Organization>
OrganizationLocalServiceUtil.search
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.OrganizationLocalServiceWrapper.search
(long companyId, long parentOrganizationId, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer.OrganizationLocalServiceWrapper.search
(long companyId, long parentOrganizationId, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer.PasswordPolicyLocalService.search
(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) static List<PasswordPolicy>
PasswordPolicyLocalServiceUtil.search
(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) PasswordPolicyLocalServiceWrapper.search
(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) PasswordPolicyService.search
(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) static List<PasswordPolicy>
PasswordPolicyServiceUtil.search
(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) PasswordPolicyServiceWrapper.search
(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) RoleLocalService.search
(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords and types.RoleLocalService.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords, types, and params.RoleLocalService.search
(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, and types.RoleLocalService.search
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, types, and params.RoleLocalServiceUtil.search
(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords and types.RoleLocalServiceUtil.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords, types, and params.RoleLocalServiceUtil.search
(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, and types.RoleLocalServiceUtil.search
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, types, and params.RoleLocalServiceWrapper.search
(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords and types.RoleLocalServiceWrapper.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the keywords, types, and params.RoleLocalServiceWrapper.search
(long companyId, String name, String description, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, and types.RoleLocalServiceWrapper.search
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that match the name, description, types, and params.RoleService.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) RoleServiceUtil.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) RoleServiceWrapper.search
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) TeamLocalService.search
(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalServiceUtil.search
(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamLocalServiceWrapper.search
(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamService.search
(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamServiceUtil.search
(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamServiceWrapper.search
(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) UserGroupLocalService.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupLocalService.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserGroupLocalServiceUtil.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupLocalServiceUtil.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserGroupLocalServiceWrapper.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupLocalServiceWrapper.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserGroupService.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupService.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserGroupServiceUtil.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupServiceUtil.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserGroupServiceWrapper.search
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the name and description.UserGroupServiceWrapper.search
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that match the keywords.UserLocalService.search
(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users who match the keywords and status, without using the indexer.UserLocalService.search
(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, without using the indexer.UserLocalServiceUtil.search
(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users who match the keywords and status, without using the indexer.UserLocalServiceUtil.search
(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, without using the indexer.UserLocalServiceWrapper.search
(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users who match the keywords and status, without using the indexer.UserLocalServiceWrapper.search
(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String, Object> params, boolean andSearch, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, without using the indexer.UserLocalService.searchBySocial
(long companyId, long[] groupIds, long[] userGroupIds, String keywords, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceUtil.searchBySocial
(long companyId, long[] groupIds, long[] userGroupIds, String keywords, int start, int end, OrderByComparator<User> orderByComparator) UserLocalServiceWrapper.searchBySocial
(long companyId, long[] groupIds, long[] userGroupIds, String keywords, int start, int end, OrderByComparator<User> orderByComparator) CountryLocalService.searchCountries
(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) static BaseModelSearchResult<Country>
CountryLocalServiceUtil.searchCountries
(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) CountryLocalServiceWrapper.searchCountries
(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) CountryService.searchCountries
(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) static BaseModelSearchResult<Country>
CountryServiceUtil.searchCountries
(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) CountryServiceWrapper.searchCountries
(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) RegionLocalService.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) static BaseModelSearchResult<Region>
RegionLocalServiceUtil.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) RegionLocalServiceWrapper.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) RegionService.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) static BaseModelSearchResult<Region>
RegionServiceUtil.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) RegionServiceWrapper.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) -
Uses of OrderByComparator in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence with parameters of type OrderByComparatorModifier and TypeMethodDescriptionCountryPersistence.fetchByActive_First
(boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where active = ?.static Country
CountryUtil.fetchByActive_First
(boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where active = ?.RegionPersistence.fetchByActive_First
(boolean active, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where active = ?.static Region
RegionUtil.fetchByActive_First
(boolean active, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where active = ?.CountryPersistence.fetchByActive_Last
(boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where active = ?.static Country
CountryUtil.fetchByActive_Last
(boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where active = ?.RegionPersistence.fetchByActive_Last
(boolean active, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where active = ?.static Region
RegionUtil.fetchByActive_Last
(boolean active, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where active = ?.ServiceComponentPersistence.fetchByBuildNamespace_First
(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the first service component in the ordered set where buildNamespace = ?.static ServiceComponent
ServiceComponentUtil.fetchByBuildNamespace_First
(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the first service component in the ordered set where buildNamespace = ?.ServiceComponentPersistence.fetchByBuildNamespace_Last
(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the last service component in the ordered set where buildNamespace = ?.static ServiceComponent
ServiceComponentUtil.fetchByBuildNamespace_Last
(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the last service component in the ordered set where buildNamespace = ?.CountryPersistence.fetchByC_A_B_First
(long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.static Country
CountryUtil.fetchByC_A_B_First
(long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.CountryPersistence.fetchByC_A_B_Last
(long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.static Country
CountryUtil.fetchByC_A_B_Last
(long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.GroupPersistence.fetchByC_A_First
(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and active = ?.static Group
GroupUtil.fetchByC_A_First
(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and active = ?.LayoutPrototypePersistence.fetchByC_A_First
(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ? and active = ?.static LayoutPrototype
LayoutPrototypeUtil.fetchByC_A_First
(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ? and active = ?.LayoutSetPrototypePersistence.fetchByC_A_First
(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.fetchByC_A_First
(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.RegionPersistence.fetchByC_A_First
(long countryId, boolean active, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where countryId = ? and active = ?.static Region
RegionUtil.fetchByC_A_First
(long countryId, boolean active, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where countryId = ? and active = ?.GroupPersistence.fetchByC_A_Last
(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and active = ?.static Group
GroupUtil.fetchByC_A_Last
(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and active = ?.LayoutPrototypePersistence.fetchByC_A_Last
(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ? and active = ?.static LayoutPrototype
LayoutPrototypeUtil.fetchByC_A_Last
(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ? and active = ?.LayoutSetPrototypePersistence.fetchByC_A_Last
(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.fetchByC_A_Last
(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.RegionPersistence.fetchByC_A_Last
(long countryId, boolean active, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where countryId = ? and active = ?.static Region
RegionUtil.fetchByC_A_Last
(long countryId, boolean active, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where countryId = ? and active = ?.CountryPersistence.fetchByC_A_S_First
(long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.static Country
CountryUtil.fetchByC_A_S_First
(long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.CountryPersistence.fetchByC_A_S_Last
(long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.static Country
CountryUtil.fetchByC_A_S_Last
(long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.CountryPersistence.fetchByC_Active_First
(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ?.static Country
CountryUtil.fetchByC_Active_First
(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ?.CountryPersistence.fetchByC_Active_Last
(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ?.static Country
CountryUtil.fetchByC_Active_Last
(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ?.AddressPersistence.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Address
AddressUtil.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static EmailAddress
EmailAddressUtil.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.PhonePersistence.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Phone
PhoneUtil.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Subscription
SubscriptionUtil.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Ticket
TicketUtil.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Website
WebsiteUtil.fetchByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.fetchByC_C_C_L_First
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.static Address
AddressUtil.fetchByC_C_C_L_First
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.fetchByC_C_C_L_Last
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.static Address
AddressUtil.fetchByC_C_C_L_Last
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Address
AddressUtil.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static EmailAddress
EmailAddressUtil.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.PhonePersistence.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Phone
PhoneUtil.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Subscription
SubscriptionUtil.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Ticket
TicketUtil.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Website
WebsiteUtil.fetchByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.fetchByC_C_C_M_First
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.static Address
AddressUtil.fetchByC_C_C_M_First
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.fetchByC_C_C_M_Last
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.static Address
AddressUtil.fetchByC_C_C_M_Last
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.fetchByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Address
AddressUtil.fetchByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.fetchByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static EmailAddress
EmailAddressUtil.fetchByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.PhonePersistence.fetchByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Phone
PhoneUtil.fetchByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.fetchByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Website
WebsiteUtil.fetchByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressPersistence.fetchByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Address
AddressUtil.fetchByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.fetchByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static EmailAddress
EmailAddressUtil.fetchByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.PhonePersistence.fetchByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Phone
PhoneUtil.fetchByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.fetchByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Website
WebsiteUtil.fetchByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.TicketPersistence.fetchByC_C_C_T_First
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.static Ticket
TicketUtil.fetchByC_C_C_T_First
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketPersistence.fetchByC_C_C_T_Last
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.static Ticket
TicketUtil.fetchByC_C_C_T_Last
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.AddressPersistence.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ?.static Address
AddressUtil.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ?.ContactPersistence.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where classNameId = ? and classPK = ?.static Contact
ContactUtil.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where classNameId = ? and classPK = ?.EmailAddressPersistence.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ?.static EmailAddress
EmailAddressUtil.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ?.GroupPersistence.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ?.static Group
GroupUtil.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ?.PhonePersistence.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ?.static Phone
PhoneUtil.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ?.WebsitePersistence.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ?.static Website
WebsiteUtil.fetchByC_C_First
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ?.AddressPersistence.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ?.static Address
AddressUtil.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ?.ContactPersistence.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where classNameId = ? and classPK = ?.static Contact
ContactUtil.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where classNameId = ? and classPK = ?.EmailAddressPersistence.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ?.static EmailAddress
EmailAddressUtil.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ?.GroupPersistence.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ?.static Group
GroupUtil.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ?.PhonePersistence.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ?.static Phone
PhoneUtil.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ?.WebsitePersistence.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ?.static Website
WebsiteUtil.fetchByC_C_Last
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ?.GroupPersistence.fetchByC_C_P_First
(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.static Group
GroupUtil.fetchByC_C_P_First
(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.fetchByC_C_P_Last
(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.static Group
GroupUtil.fetchByC_C_P_Last
(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.fetchByC_C_S_First
(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and site = ?.static Group
GroupUtil.fetchByC_C_S_First
(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and site = ?.GroupPersistence.fetchByC_C_S_Last
(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and site = ?.static Group
GroupUtil.fetchByC_C_S_Last
(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and site = ?.TicketPersistence.fetchByC_C_T_First
(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.static Ticket
TicketUtil.fetchByC_C_T_First
(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.TicketPersistence.fetchByC_C_T_Last
(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.static Ticket
TicketUtil.fetchByC_C_T_Last
(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.UserPersistence.fetchByC_CD_First
(long companyId, Date createDate, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and createDate = ?.static User
UserUtil.fetchByC_CD_First
(long companyId, Date createDate, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and createDate = ?.UserPersistence.fetchByC_CD_Last
(long companyId, Date createDate, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and createDate = ?.static User
UserUtil.fetchByC_CD_Last
(long companyId, Date createDate, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and createDate = ?.UserPersistence.fetchByC_CD_MD_First
(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.static User
UserUtil.fetchByC_CD_MD_First
(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.UserPersistence.fetchByC_CD_MD_Last
(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.static User
UserUtil.fetchByC_CD_MD_Last
(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.GroupPersistence.fetchByC_CPK_First
(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where classNameId = ? and classPK = ?.static Group
GroupUtil.fetchByC_CPK_First
(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where classNameId = ? and classPK = ?.GroupPersistence.fetchByC_CPK_Last
(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where classNameId = ? and classPK = ?.static Group
GroupUtil.fetchByC_CPK_Last
(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where classNameId = ? and classPK = ?.LayoutFriendlyURLPersistence.fetchByC_F_First
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByC_F_First
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.fetchByC_F_Last
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByC_F_Last
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.LayoutPersistence.fetchByC_L_First
(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.LayoutSetPersistence.fetchByC_L_First
(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static LayoutSet
LayoutSetUtil.fetchByC_L_First
(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static Layout
LayoutUtil.fetchByC_L_First
(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.VirtualHostPersistence.fetchByC_L_First
(long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where companyId = ? and layoutSetId = ?.static VirtualHost
VirtualHostUtil.fetchByC_L_First
(long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where companyId = ? and layoutSetId = ?.LayoutPersistence.fetchByC_L_Last
(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.LayoutSetPersistence.fetchByC_L_Last
(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static LayoutSet
LayoutSetUtil.fetchByC_L_Last
(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static Layout
LayoutUtil.fetchByC_L_Last
(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.VirtualHostPersistence.fetchByC_L_Last
(long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where companyId = ? and layoutSetId = ?.static VirtualHost
VirtualHostUtil.fetchByC_L_Last
(long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where companyId = ? and layoutSetId = ?.OrganizationPersistence.fetchByC_LikeN_First
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and name LIKE ?.static Organization
OrganizationUtil.fetchByC_LikeN_First
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and name LIKE ?.UserGroupPersistence.fetchByC_LikeN_First
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and name LIKE ?.static UserGroup
UserGroupUtil.fetchByC_LikeN_First
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and name LIKE ?.OrganizationPersistence.fetchByC_LikeN_Last
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and name LIKE ?.static Organization
OrganizationUtil.fetchByC_LikeN_Last
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and name LIKE ?.UserGroupPersistence.fetchByC_LikeN_Last
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and name LIKE ?.static UserGroup
UserGroupUtil.fetchByC_LikeN_Last
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and name LIKE ?.GroupPersistence.fetchByC_LikeN_S_First
(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and name LIKE ? and site = ?.static Group
GroupUtil.fetchByC_LikeN_S_First
(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and name LIKE ? and site = ?.GroupPersistence.fetchByC_LikeN_S_Last
(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and name LIKE ? and site = ?.static Group
GroupUtil.fetchByC_LikeN_S_Last
(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and name LIKE ? and site = ?.ResourcePermissionPersistence.fetchByC_LikeP_First
(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.static ResourcePermission
ResourcePermissionUtil.fetchByC_LikeP_First
(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.ResourcePermissionPersistence.fetchByC_LikeP_Last
(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.static ResourcePermission
ResourcePermissionUtil.fetchByC_LikeP_Last
(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.OrganizationPersistence.fetchByC_LikeT_First
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.static Organization
OrganizationUtil.fetchByC_LikeT_First
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.OrganizationPersistence.fetchByC_LikeT_Last
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.static Organization
OrganizationUtil.fetchByC_LikeT_Last
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.GroupPersistence.fetchByC_LikeT_S_First
(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.static Group
GroupUtil.fetchByC_LikeT_S_First
(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.GroupPersistence.fetchByC_LikeT_S_Last
(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.static Group
GroupUtil.fetchByC_LikeT_S_Last
(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.UserPersistence.fetchByC_MD_First
(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.static User
UserUtil.fetchByC_MD_First
(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.UserPersistence.fetchByC_MD_Last
(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.static User
UserUtil.fetchByC_MD_Last
(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.ResourcePermissionPersistence.fetchByC_N_S_First
(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.static ResourcePermission
ResourcePermissionUtil.fetchByC_N_S_First
(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.ResourcePermissionPersistence.fetchByC_N_S_Last
(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.static ResourcePermission
ResourcePermissionUtil.fetchByC_N_S_Last
(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.ResourcePermissionPersistence.fetchByC_N_S_P_First
(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.static ResourcePermission
ResourcePermissionUtil.fetchByC_N_S_P_First
(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.ResourcePermissionPersistence.fetchByC_N_S_P_Last
(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.static ResourcePermission
ResourcePermissionUtil.fetchByC_N_S_P_Last
(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.ResourcePermissionPersistence.fetchByC_N_S_P_R_V_First
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.static ResourcePermission
ResourcePermissionUtil.fetchByC_N_S_P_R_V_First
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.ResourcePermissionPersistence.fetchByC_N_S_P_R_V_Last
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.static ResourcePermission
ResourcePermissionUtil.fetchByC_N_S_P_R_V_Last
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.ResourcePermissionPersistence.fetchByC_N_S_R_First
(long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.static ResourcePermission
ResourcePermissionUtil.fetchByC_N_S_R_First
(long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.ResourcePermissionPersistence.fetchByC_N_S_R_Last
(long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.static ResourcePermission
ResourcePermissionUtil.fetchByC_N_S_R_Last
(long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.ResourcePermissionPersistence.fetchByC_N_S_R_V_First
(long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.static ResourcePermission
ResourcePermissionUtil.fetchByC_N_S_R_V_First
(long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.ResourcePermissionPersistence.fetchByC_N_S_R_V_Last
(long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.static ResourcePermission
ResourcePermissionUtil.fetchByC_N_S_R_V_Last
(long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.PortletPreferenceValuePersistence.fetchByC_N_SV_First
(long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.static PortletPreferenceValue
PortletPreferenceValueUtil.fetchByC_N_SV_First
(long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.PortletPreferenceValuePersistence.fetchByC_N_SV_Last
(long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.static PortletPreferenceValue
PortletPreferenceValueUtil.fetchByC_N_SV_Last
(long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.PortletPreferencesPersistence.fetchByC_O_O_LikeP_First
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static PortletPreferences
PortletPreferencesUtil.fetchByC_O_O_LikeP_First
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.PortletPreferencesPersistence.fetchByC_O_O_LikeP_Last
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static PortletPreferences
PortletPreferencesUtil.fetchByC_O_O_LikeP_Last
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.GroupPersistence.fetchByC_P_First
(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.static Group
GroupUtil.fetchByC_P_First
(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.OrganizationPersistence.fetchByC_P_First
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.fetchByC_P_First
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.UserGroupPersistence.fetchByC_P_First
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.fetchByC_P_First
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.GroupPersistence.fetchByC_P_Last
(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.static Group
GroupUtil.fetchByC_P_Last
(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.OrganizationPersistence.fetchByC_P_Last
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.fetchByC_P_Last
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.UserGroupPersistence.fetchByC_P_Last
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.fetchByC_P_Last
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.OrganizationPersistence.fetchByC_P_LikeN_First
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization
OrganizationUtil.fetchByC_P_LikeN_First
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.fetchByC_P_LikeN_Last
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization
OrganizationUtil.fetchByC_P_LikeN_Last
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.GroupPersistence.fetchByC_P_LikeN_S_First
(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.static Group
GroupUtil.fetchByC_P_LikeN_S_First
(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupPersistence.fetchByC_P_LikeN_S_Last
(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.static Group
GroupUtil.fetchByC_P_LikeN_S_Last
(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupPersistence.fetchByC_P_S_First
(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.static Group
GroupUtil.fetchByC_P_S_First
(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.fetchByC_P_S_I_First
(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.static Group
GroupUtil.fetchByC_P_S_I_First
(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.fetchByC_P_S_I_Last
(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.static Group
GroupUtil.fetchByC_P_S_I_Last
(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.fetchByC_P_S_Last
(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.static Group
GroupUtil.fetchByC_P_S_Last
(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.fetchByC_S_A_First
(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ? and active = ?.static Group
GroupUtil.fetchByC_S_A_First
(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ? and active = ?.GroupPersistence.fetchByC_S_A_Last
(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ? and active = ?.static Group
GroupUtil.fetchByC_S_A_Last
(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ? and active = ?.GroupPersistence.fetchByC_S_First
(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ?.static Group
GroupUtil.fetchByC_S_First
(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ?.UserPersistence.fetchByC_S_First
(long companyId, int status, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and status = ?.static User
UserUtil.fetchByC_S_First
(long companyId, int status, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and status = ?.GroupPersistence.fetchByC_S_Last
(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ?.static Group
GroupUtil.fetchByC_S_Last
(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ?.UserPersistence.fetchByC_S_Last
(long companyId, int status, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and status = ?.static User
UserUtil.fetchByC_S_Last
(long companyId, int status, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and status = ?.ResourcePermissionPersistence.fetchByC_S_P_First
(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.static ResourcePermission
ResourcePermissionUtil.fetchByC_S_P_First
(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.ResourcePermissionPersistence.fetchByC_S_P_Last
(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.static ResourcePermission
ResourcePermissionUtil.fetchByC_S_P_Last
(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.ListTypePersistence.fetchByC_T_First
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ? and type = ?.static ListType
ListTypeUtil.fetchByC_T_First
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ? and type = ?.RolePersistence.fetchByC_T_First
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ? and type = ?.static Role
RoleUtil.fetchByC_T_First
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ? and type = ?.UserPersistence.fetchByC_T_First
(long companyId, int type, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and type = ?.static User
UserUtil.fetchByC_T_First
(long companyId, int type, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and type = ?.ListTypePersistence.fetchByC_T_Last
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ? and type = ?.static ListType
ListTypeUtil.fetchByC_T_Last
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ? and type = ?.RolePersistence.fetchByC_T_Last
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ? and type = ?.static Role
RoleUtil.fetchByC_T_Last
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ? and type = ?.UserPersistence.fetchByC_T_Last
(long companyId, int type, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and type = ?.static User
UserUtil.fetchByC_T_Last
(long companyId, int type, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and type = ?.UserPersistence.fetchByC_T_S_First
(long companyId, int type, int status, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and type = ? and status = ?.static User
UserUtil.fetchByC_T_S_First
(long companyId, int type, int status, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and type = ? and status = ?.UserPersistence.fetchByC_T_S_Last
(long companyId, int type, int status, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and type = ? and status = ?.static User
UserUtil.fetchByC_T_S_Last
(long companyId, int type, int status, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and type = ? and status = ?.ContactPersistence.fetchByC_U_First
(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ? and userId = ?.static Contact
ContactUtil.fetchByC_U_First
(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ? and userId = ?.ContactPersistence.fetchByC_U_Last
(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ? and userId = ?.static Contact
ContactUtil.fetchByC_U_Last
(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ? and userId = ?.WorkflowDefinitionLinkPersistence.fetchByC_W_W_First
(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.fetchByC_W_W_First
(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.WorkflowDefinitionLinkPersistence.fetchByC_W_W_Last
(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.fetchByC_W_W_Last
(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.AddressPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ?.static Address
AddressUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ?.ContactPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ?.static Contact
ContactUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ?.CountryPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ?.static Country
CountryUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ?.EmailAddressPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ?.static EmailAddress
EmailAddressUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ?.GroupPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ?.static Group
GroupUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ?.LayoutFriendlyURLPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ?.LayoutPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where companyId = ?.LayoutPrototypePersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ?.static LayoutPrototype
LayoutPrototypeUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ?.LayoutSetPrototypePersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where companyId = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where companyId = ?.static Layout
LayoutUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where companyId = ?.ListTypePersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ?.static ListType
ListTypeUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ?.OrganizationPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.PasswordPolicyPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where companyId = ?.static PasswordPolicy
PasswordPolicyUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where companyId = ?.PhonePersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ?.static Phone
PhoneUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ?.PluginSettingPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the first plugin setting in the ordered set where companyId = ?.static PluginSetting
PluginSettingUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the first plugin setting in the ordered set where companyId = ?.PortletPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Portlet> orderByComparator) Returns the first portlet in the ordered set where companyId = ?.static Portlet
PortletUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Portlet> orderByComparator) Returns the first portlet in the ordered set where companyId = ?.RolePersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ?.static Role
RoleUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ?.TeamPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where companyId = ?.static Team
TeamUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where companyId = ?.UserGroupPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ?.static UserGroup
UserGroupUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ?.UserPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ?.UserTrackerPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where companyId = ?.static UserTracker
UserTrackerUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where companyId = ?.static User
UserUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ?.VirtualHostPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where companyId = ?.static VirtualHost
VirtualHostUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where companyId = ?.WebsitePersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ?.static Website
WebsiteUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ?.WorkflowDefinitionLinkPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where companyId = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where companyId = ?.AddressPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ?.static Address
AddressUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ?.ContactPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ?.static Contact
ContactUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ?.CountryPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ?.static Country
CountryUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ?.EmailAddressPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ?.static EmailAddress
EmailAddressUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ?.GroupPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ?.static Group
GroupUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ?.LayoutFriendlyURLPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ?.LayoutPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where companyId = ?.LayoutPrototypePersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ?.static LayoutPrototype
LayoutPrototypeUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ?.LayoutSetPrototypePersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where companyId = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where companyId = ?.static Layout
LayoutUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where companyId = ?.ListTypePersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ?.static ListType
ListTypeUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ?.OrganizationPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.PasswordPolicyPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where companyId = ?.static PasswordPolicy
PasswordPolicyUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where companyId = ?.PhonePersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ?.static Phone
PhoneUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ?.PluginSettingPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the last plugin setting in the ordered set where companyId = ?.static PluginSetting
PluginSettingUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the last plugin setting in the ordered set where companyId = ?.PortletPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Portlet> orderByComparator) Returns the last portlet in the ordered set where companyId = ?.static Portlet
PortletUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Portlet> orderByComparator) Returns the last portlet in the ordered set where companyId = ?.RolePersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ?.static Role
RoleUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ?.TeamPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where companyId = ?.static Team
TeamUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where companyId = ?.UserGroupPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ?.static UserGroup
UserGroupUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ?.UserPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ?.UserTrackerPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where companyId = ?.static UserTracker
UserTrackerUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where companyId = ?.static User
UserUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ?.VirtualHostPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where companyId = ?.static VirtualHost
VirtualHostUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where companyId = ?.WebsitePersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ?.static Website
WebsiteUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ?.WorkflowDefinitionLinkPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where companyId = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where companyId = ?.OrganizationPersistence.fetchByCompanyIdLocations_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.fetchByCompanyIdLocations_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.OrganizationPersistence.fetchByCompanyIdLocations_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.fetchByCompanyIdLocations_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.AddressPersistence.fetchByCountryId_First
(long countryId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where countryId = ?.static Address
AddressUtil.fetchByCountryId_First
(long countryId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where countryId = ?.CountryLocalizationPersistence.fetchByCountryId_First
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the first country localization in the ordered set where countryId = ?.static CountryLocalization
CountryLocalizationUtil.fetchByCountryId_First
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the first country localization in the ordered set where countryId = ?.RegionPersistence.fetchByCountryId_First
(long countryId, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where countryId = ?.static Region
RegionUtil.fetchByCountryId_First
(long countryId, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where countryId = ?.AddressPersistence.fetchByCountryId_Last
(long countryId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where countryId = ?.static Address
AddressUtil.fetchByCountryId_Last
(long countryId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where countryId = ?.CountryLocalizationPersistence.fetchByCountryId_Last
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the last country localization in the ordered set where countryId = ?.static CountryLocalization
CountryLocalizationUtil.fetchByCountryId_Last
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the last country localization in the ordered set where countryId = ?.RegionPersistence.fetchByCountryId_Last
(long countryId, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where countryId = ?.static Region
RegionUtil.fetchByCountryId_Last
(long countryId, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where countryId = ?.UserPersistence.fetchByEmailAddress_First
(String emailAddress, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where emailAddress = ?.static User
UserUtil.fetchByEmailAddress_First
(String emailAddress, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where emailAddress = ?.UserPersistence.fetchByEmailAddress_Last
(String emailAddress, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where emailAddress = ?.static User
UserUtil.fetchByEmailAddress_Last
(String emailAddress, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where emailAddress = ?.WorkflowDefinitionLinkPersistence.fetchByG_C_C_C_First
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.fetchByG_C_C_C_First
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowInstanceLinkPersistence.fetchByG_C_C_C_First
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.fetchByG_C_C_C_First
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowDefinitionLinkPersistence.fetchByG_C_C_C_Last
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.fetchByG_C_C_C_Last
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowInstanceLinkPersistence.fetchByG_C_C_C_Last
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.fetchByG_C_C_C_Last
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.SystemEventPersistence.fetchByG_C_C_First
(long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator) Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.static SystemEvent
SystemEventUtil.fetchByG_C_C_First
(long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator) Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.WorkflowDefinitionLinkPersistence.fetchByG_C_C_First
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.fetchByG_C_C_First
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.fetchByG_C_C_First
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.fetchByG_C_C_First
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.SystemEventPersistence.fetchByG_C_C_Last
(long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator) Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.static SystemEvent
SystemEventUtil.fetchByG_C_C_Last
(long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator) Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.WorkflowDefinitionLinkPersistence.fetchByG_C_C_Last
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.fetchByG_C_C_Last
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.fetchByG_C_C_Last
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.fetchByG_C_C_Last
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.SystemEventPersistence.fetchByG_C_C_T_First
(long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator) Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.static SystemEvent
SystemEventUtil.fetchByG_C_C_T_First
(long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator) Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.SystemEventPersistence.fetchByG_C_C_T_Last
(long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator) Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.static SystemEvent
SystemEventUtil.fetchByG_C_C_T_Last
(long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator) Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.WorkflowDefinitionLinkPersistence.fetchByG_C_CPK_First
(long groupId, long companyId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classPK = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.fetchByG_C_CPK_First
(long groupId, long companyId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classPK = ?.WorkflowDefinitionLinkPersistence.fetchByG_C_CPK_Last
(long groupId, long companyId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classPK = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.fetchByG_C_CPK_Last
(long groupId, long companyId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classPK = ?.PortletItemPersistence.fetchByG_C_First
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.static PortletItem
PortletItemUtil.fetchByG_C_First
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.PortletItemPersistence.fetchByG_C_Last
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.static PortletItem
PortletItemUtil.fetchByG_C_Last
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.LayoutPersistence.fetchByG_MLP_First
(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and masterLayoutPlid = ?.static Layout
LayoutUtil.fetchByG_MLP_First
(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and masterLayoutPlid = ?.LayoutPersistence.fetchByG_MLP_Last
(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and masterLayoutPlid = ?.static Layout
LayoutUtil.fetchByG_MLP_Last
(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and masterLayoutPlid = ?.PortletItemPersistence.fetchByG_P_C_First
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.static PortletItem
PortletItemUtil.fetchByG_P_C_First
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.fetchByG_P_C_Last
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.static PortletItem
PortletItemUtil.fetchByG_P_C_Last
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.LayoutFriendlyURLPersistence.fetchByG_P_F_First
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByG_P_F_First
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.fetchByG_P_F_Last
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByG_P_F_Last
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutPersistence.fetchByG_P_First
(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.LayoutSetBranchPersistence.fetchByG_P_First
(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.static LayoutSetBranch
LayoutSetBranchUtil.fetchByG_P_First
(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.static Layout
LayoutUtil.fetchByG_P_First
(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.LayoutPersistence.fetchByG_P_Last
(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.LayoutSetBranchPersistence.fetchByG_P_Last
(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.static LayoutSetBranch
LayoutSetBranchUtil.fetchByG_P_Last
(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.static Layout
LayoutUtil.fetchByG_P_Last
(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.LayoutSetBranchPersistence.fetchByG_P_M_First
(long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.static LayoutSetBranch
LayoutSetBranchUtil.fetchByG_P_M_First
(long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.LayoutSetBranchPersistence.fetchByG_P_M_Last
(long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.static LayoutSetBranch
LayoutSetBranchUtil.fetchByG_P_M_Last
(long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.LayoutPersistence.fetchByG_P_P_First
(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.static Layout
LayoutUtil.fetchByG_P_P_First
(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.LayoutPersistence.fetchByG_P_P_H_First
(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.static Layout
LayoutUtil.fetchByG_P_P_H_First
(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.LayoutPersistence.fetchByG_P_P_H_Last
(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.static Layout
LayoutUtil.fetchByG_P_P_H_Last
(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.LayoutPersistence.fetchByG_P_P_Last
(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.static Layout
LayoutUtil.fetchByG_P_P_Last
(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.LayoutPersistence.fetchByG_P_P_LteP_First
(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.static Layout
LayoutUtil.fetchByG_P_P_LteP_First
(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.LayoutPersistence.fetchByG_P_P_LteP_Last
(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.static Layout
LayoutUtil.fetchByG_P_P_LteP_Last
(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.LayoutPersistence.fetchByG_P_P_S_First
(long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.static Layout
LayoutUtil.fetchByG_P_P_S_First
(long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.LayoutPersistence.fetchByG_P_P_S_Last
(long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.static Layout
LayoutUtil.fetchByG_P_P_S_Last
(long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.LayoutPersistence.fetchByG_P_ST_First
(long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.static Layout
LayoutUtil.fetchByG_P_ST_First
(long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.LayoutPersistence.fetchByG_P_ST_Last
(long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.static Layout
LayoutUtil.fetchByG_P_ST_Last
(long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.LayoutPersistence.fetchByG_P_T_First
(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.static Layout
LayoutUtil.fetchByG_P_T_First
(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.LayoutPersistence.fetchByG_P_T_Last
(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.static Layout
LayoutUtil.fetchByG_P_T_Last
(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.UserGroupGroupRolePersistence.fetchByG_R_First
(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.fetchByG_R_First
(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.UserGroupRolePersistence.fetchByG_R_First
(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ? and roleId = ?.static UserGroupRole
UserGroupRoleUtil.fetchByG_R_First
(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ? and roleId = ?.UserGroupGroupRolePersistence.fetchByG_R_Last
(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.fetchByG_R_Last
(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.UserGroupRolePersistence.fetchByG_R_Last
(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ? and roleId = ?.static UserGroupRole
UserGroupRoleUtil.fetchByG_R_Last
(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ? and roleId = ?.MembershipRequestPersistence.fetchByG_S_First
(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ? and statusId = ?.static MembershipRequest
MembershipRequestUtil.fetchByG_S_First
(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ? and statusId = ?.SystemEventPersistence.fetchByG_S_First
(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator) Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.static SystemEvent
SystemEventUtil.fetchByG_S_First
(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator) Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.MembershipRequestPersistence.fetchByG_S_Last
(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ? and statusId = ?.static MembershipRequest
MembershipRequestUtil.fetchByG_S_Last
(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ? and statusId = ?.SystemEventPersistence.fetchByG_S_Last
(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator) Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.static SystemEvent
SystemEventUtil.fetchByG_S_Last
(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator) Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.LayoutPersistence.fetchByG_T_First
(long groupId, String type, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and type = ?.static Layout
LayoutUtil.fetchByG_T_First
(long groupId, String type, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and type = ?.LayoutPersistence.fetchByG_T_Last
(long groupId, String type, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and type = ?.static Layout
LayoutUtil.fetchByG_T_Last
(long groupId, String type, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and type = ?.SubscriptionPersistence.fetchByG_U_First
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where groupId = ? and userId = ?.static Subscription
SubscriptionUtil.fetchByG_U_First
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where groupId = ? and userId = ?.SubscriptionPersistence.fetchByG_U_Last
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where groupId = ? and userId = ?.static Subscription
SubscriptionUtil.fetchByG_U_Last
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where groupId = ? and userId = ?.MembershipRequestPersistence.fetchByG_U_S_First
(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.static MembershipRequest
MembershipRequestUtil.fetchByG_U_S_First
(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.MembershipRequestPersistence.fetchByG_U_S_Last
(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.static MembershipRequest
MembershipRequestUtil.fetchByG_U_S_Last
(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.LayoutFriendlyURLPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByGroupId_First
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ?.LayoutPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ?.LayoutSetBranchPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ?.static LayoutSetBranch
LayoutSetBranchUtil.fetchByGroupId_First
(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ?.LayoutSetPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where groupId = ?.static LayoutSet
LayoutSetUtil.fetchByGroupId_First
(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where groupId = ?.static Layout
LayoutUtil.fetchByGroupId_First
(long groupId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ?.MembershipRequestPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ?.static MembershipRequest
MembershipRequestUtil.fetchByGroupId_First
(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ?.RecentLayoutBranchPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where groupId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByGroupId_First
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where groupId = ?.RecentLayoutRevisionPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where groupId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByGroupId_First
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where groupId = ?.RecentLayoutSetBranchPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the first recent layout set branch in the ordered set where groupId = ?.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.fetchByGroupId_First
(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the first recent layout set branch in the ordered set where groupId = ?.RepositoryPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where groupId = ?.static Repository
RepositoryUtil.fetchByGroupId_First
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where groupId = ?.SystemEventPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<SystemEvent> orderByComparator) Returns the first system event in the ordered set where groupId = ?.static SystemEvent
SystemEventUtil.fetchByGroupId_First
(long groupId, OrderByComparator<SystemEvent> orderByComparator) Returns the first system event in the ordered set where groupId = ?.TeamPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where groupId = ?.static Team
TeamUtil.fetchByGroupId_First
(long groupId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where groupId = ?.UserGroupGroupRolePersistence.fetchByGroupId_First
(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where groupId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.fetchByGroupId_First
(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where groupId = ?.UserGroupRolePersistence.fetchByGroupId_First
(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ?.static UserGroupRole
UserGroupRoleUtil.fetchByGroupId_First
(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ?.LayoutFriendlyURLPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ?.LayoutPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ?.LayoutSetBranchPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ?.static LayoutSetBranch
LayoutSetBranchUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ?.LayoutSetPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where groupId = ?.static LayoutSet
LayoutSetUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where groupId = ?.static Layout
LayoutUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ?.MembershipRequestPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ?.static MembershipRequest
MembershipRequestUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ?.RecentLayoutBranchPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where groupId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where groupId = ?.RecentLayoutRevisionPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where groupId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where groupId = ?.RecentLayoutSetBranchPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the last recent layout set branch in the ordered set where groupId = ?.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the last recent layout set branch in the ordered set where groupId = ?.RepositoryPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where groupId = ?.static Repository
RepositoryUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where groupId = ?.SystemEventPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<SystemEvent> orderByComparator) Returns the last system event in the ordered set where groupId = ?.static SystemEvent
SystemEventUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<SystemEvent> orderByComparator) Returns the last system event in the ordered set where groupId = ?.TeamPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where groupId = ?.static Team
TeamUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where groupId = ?.UserGroupGroupRolePersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where groupId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where groupId = ?.UserGroupRolePersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ?.static UserGroupRole
UserGroupRoleUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ?.GroupPersistence.fetchByGtG_C_C_P_First
(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.static Group
GroupUtil.fetchByGtG_C_C_P_First
(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.fetchByGtG_C_C_P_Last
(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.static Group
GroupUtil.fetchByGtG_C_C_P_Last
(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.fetchByGtG_C_P_First
(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.static Group
GroupUtil.fetchByGtG_C_P_First
(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.fetchByGtG_C_P_Last
(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.static Group
GroupUtil.fetchByGtG_C_P_Last
(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.fetchByGtG_C_P_S_First
(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.static Group
GroupUtil.fetchByGtG_C_P_S_First
(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.fetchByGtG_C_P_S_Last
(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.static Group
GroupUtil.fetchByGtG_C_P_S_Last
(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.OrganizationPersistence.fetchByGtO_C_P_First
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.fetchByGtO_C_P_First
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.fetchByGtO_C_P_Last
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.fetchByGtO_C_P_Last
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.UserPersistence.fetchByGtU_C_First
(long userId, long companyId, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where userId > ? and companyId = ?.static User
UserUtil.fetchByGtU_C_First
(long userId, long companyId, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where userId > ? and companyId = ?.UserPersistence.fetchByGtU_C_Last
(long userId, long companyId, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where userId > ? and companyId = ?.static User
UserUtil.fetchByGtU_C_Last
(long userId, long companyId, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where userId > ? and companyId = ?.UserGroupPersistence.fetchByGtU_C_P_First
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.fetchByGtU_C_P_First
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.fetchByGtU_C_P_Last
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.fetchByGtU_C_P_Last
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.LayoutRevisionPersistence.fetchByH_P_First
(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByH_P_First
(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where head = ? and plid = ?.LayoutRevisionPersistence.fetchByH_P_Last
(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByH_P_Last
(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where head = ? and plid = ?.LayoutRevisionPersistence.fetchByL_H_First
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_H_First
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.fetchByL_H_Last
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_H_Last
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.fetchByL_H_P_Collection_First
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_H_P_Collection_First
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.fetchByL_H_P_Collection_Last
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_H_P_Collection_Last
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.fetchByL_H_S_First
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_H_S_First
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.fetchByL_H_S_Last
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_H_S_Last
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.fetchByL_L_P_First
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_L_P_First
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.fetchByL_L_P_Last
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_L_P_Last
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutBranchPersistence.fetchByL_P_First
(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.static LayoutBranch
LayoutBranchUtil.fetchByL_P_First
(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.fetchByL_P_First
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_P_First
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.fetchByL_P_Last
(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.static LayoutBranch
LayoutBranchUtil.fetchByL_P_Last
(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.fetchByL_P_Last
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_P_Last
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.fetchByL_P_M_First
(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.static LayoutBranch
LayoutBranchUtil.fetchByL_P_M_First
(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.LayoutBranchPersistence.fetchByL_P_M_Last
(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.static LayoutBranch
LayoutBranchUtil.fetchByL_P_M_Last
(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.LayoutRevisionPersistence.fetchByL_P_P_First
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_P_P_First
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.fetchByL_P_P_Last
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_P_P_Last
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.fetchByL_P_S_First
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_P_S_First
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.fetchByL_P_S_Last
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_P_S_Last
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.fetchByL_S_First
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_S_First
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.fetchByL_S_Last
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.fetchByL_S_Last
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.RecentLayoutBranchPersistence.fetchByLayoutBranchId_First
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where layoutBranchId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByLayoutBranchId_First
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where layoutBranchId = ?.RecentLayoutBranchPersistence.fetchByLayoutBranchId_Last
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where layoutBranchId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByLayoutBranchId_Last
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where layoutBranchId = ?.LayoutPersistence.fetchByLayoutPrototypeUuid_First
(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where layoutPrototypeUuid = ?.static Layout
LayoutUtil.fetchByLayoutPrototypeUuid_First
(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where layoutPrototypeUuid = ?.LayoutPersistence.fetchByLayoutPrototypeUuid_Last
(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where layoutPrototypeUuid = ?.static Layout
LayoutUtil.fetchByLayoutPrototypeUuid_Last
(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where layoutPrototypeUuid = ?.RecentLayoutRevisionPersistence.fetchByLayoutRevisionId_First
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByLayoutRevisionId_First
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.RecentLayoutRevisionPersistence.fetchByLayoutRevisionId_Last
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByLayoutRevisionId_Last
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.LayoutBranchPersistence.fetchByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ?.static LayoutBranch
LayoutBranchUtil.fetchByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ?.LayoutRevisionPersistence.fetchByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ?.static LayoutRevision
LayoutRevisionUtil.fetchByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ?.RecentLayoutSetBranchPersistence.fetchByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.fetchByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?.LayoutBranchPersistence.fetchByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ?.static LayoutBranch
LayoutBranchUtil.fetchByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ?.LayoutRevisionPersistence.fetchByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ?.static LayoutRevision
LayoutRevisionUtil.fetchByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ?.RecentLayoutSetBranchPersistence.fetchByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.fetchByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?.LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_First
(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.static LayoutSet
LayoutSetUtil.fetchByLayoutSetPrototypeUuid_First
(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.LayoutSetPersistence.fetchByLayoutSetPrototypeUuid_Last
(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.static LayoutSet
LayoutSetUtil.fetchByLayoutSetPrototypeUuid_Last
(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.RememberMeTokenPersistence.fetchByLteExpirationDate_First
(Date expirationDate, OrderByComparator<RememberMeToken> orderByComparator) Returns the first remember me token in the ordered set where expirationDate ≤ ?.static RememberMeToken
RememberMeTokenUtil.fetchByLteExpirationDate_First
(Date expirationDate, OrderByComparator<RememberMeToken> orderByComparator) Returns the first remember me token in the ordered set where expirationDate ≤ ?.RememberMeTokenPersistence.fetchByLteExpirationDate_Last
(Date expirationDate, OrderByComparator<RememberMeToken> orderByComparator) Returns the last remember me token in the ordered set where expirationDate ≤ ?.static RememberMeToken
RememberMeTokenUtil.fetchByLteExpirationDate_Last
(Date expirationDate, OrderByComparator<RememberMeToken> orderByComparator) Returns the last remember me token in the ordered set where expirationDate ≤ ?.ImagePersistence.fetchByLtSize_First
(int size, OrderByComparator<Image> orderByComparator) Returns the first image in the ordered set where size < ?.static Image
ImageUtil.fetchByLtSize_First
(int size, OrderByComparator<Image> orderByComparator) Returns the first image in the ordered set where size < ?.ImagePersistence.fetchByLtSize_Last
(int size, OrderByComparator<Image> orderByComparator) Returns the last image in the ordered set where size < ?.static Image
ImageUtil.fetchByLtSize_Last
(int size, OrderByComparator<Image> orderByComparator) Returns the last image in the ordered set where size < ?.ResourceActionPersistence.fetchByName_First
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the first resource action in the ordered set where name = ?.static ResourceAction
ResourceActionUtil.fetchByName_First
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the first resource action in the ordered set where name = ?.ResourcePermissionPersistence.fetchByName_First
(String name, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where name = ?.static ResourcePermission
ResourcePermissionUtil.fetchByName_First
(String name, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where name = ?.RolePersistence.fetchByName_First
(String name, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where name = ?.static Role
RoleUtil.fetchByName_First
(String name, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where name = ?.ResourceActionPersistence.fetchByName_Last
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the last resource action in the ordered set where name = ?.static ResourceAction
ResourceActionUtil.fetchByName_Last
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the last resource action in the ordered set where name = ?.ResourcePermissionPersistence.fetchByName_Last
(String name, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where name = ?.static ResourcePermission
ResourcePermissionUtil.fetchByName_Last
(String name, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where name = ?.RolePersistence.fetchByName_Last
(String name, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where name = ?.static Role
RoleUtil.fetchByName_Last
(String name, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where name = ?.VirtualHostPersistence.fetchByNotL_H_First
(long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.static VirtualHost
VirtualHostUtil.fetchByNotL_H_First
(long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.VirtualHostPersistence.fetchByNotL_H_Last
(long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.static VirtualHost
VirtualHostUtil.fetchByNotL_H_Last
(long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.PortletPreferencesPersistence.fetchByO_O_P_First
(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.static PortletPreferences
PortletPreferencesUtil.fetchByO_O_P_First
(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.PortletPreferencesPersistence.fetchByO_O_P_Last
(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.static PortletPreferences
PortletPreferencesUtil.fetchByO_O_P_Last
(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.PortletPreferencesPersistence.fetchByO_O_PI_First
(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.static PortletPreferences
PortletPreferencesUtil.fetchByO_O_PI_First
(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.PortletPreferencesPersistence.fetchByO_O_PI_Last
(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.static PortletPreferences
PortletPreferencesUtil.fetchByO_O_PI_Last
(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.PortletPreferencesPersistence.fetchByO_P_First
(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.static PortletPreferences
PortletPreferencesUtil.fetchByO_P_First
(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.PortletPreferencesPersistence.fetchByO_P_Last
(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.static PortletPreferences
PortletPreferencesUtil.fetchByO_P_Last
(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.PortletPreferencesPersistence.fetchByO_P_P_First
(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.static PortletPreferences
PortletPreferencesUtil.fetchByO_P_P_First
(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.PortletPreferencesPersistence.fetchByO_P_P_Last
(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.static PortletPreferences
PortletPreferencesUtil.fetchByO_P_P_Last
(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.OrgLaborPersistence.fetchByOrganizationId_First
(long organizationId, OrderByComparator<OrgLabor> orderByComparator) Returns the first org labor in the ordered set where organizationId = ?.static OrgLabor
OrgLaborUtil.fetchByOrganizationId_First
(long organizationId, OrderByComparator<OrgLabor> orderByComparator) Returns the first org labor in the ordered set where organizationId = ?.OrgLaborPersistence.fetchByOrganizationId_Last
(long organizationId, OrderByComparator<OrgLabor> orderByComparator) Returns the last org labor in the ordered set where organizationId = ?.static OrgLabor
OrgLaborUtil.fetchByOrganizationId_Last
(long organizationId, OrderByComparator<OrgLabor> orderByComparator) Returns the last org labor in the ordered set where organizationId = ?.PortletPreferencesPersistence.fetchByOwnerId_First
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ?.static PortletPreferences
PortletPreferencesUtil.fetchByOwnerId_First
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ?.PortletPreferencesPersistence.fetchByOwnerId_Last
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ?.static PortletPreferences
PortletPreferencesUtil.fetchByOwnerId_Last
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ?.PortalPreferencesPersistence.fetchByOwnerType_First
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the first portal preferences in the ordered set where ownerType = ?.static PortalPreferences
PortalPreferencesUtil.fetchByOwnerType_First
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the first portal preferences in the ordered set where ownerType = ?.PortalPreferencesPersistence.fetchByOwnerType_Last
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the last portal preferences in the ordered set where ownerType = ?.static PortalPreferences
PortalPreferencesUtil.fetchByOwnerType_Last
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the last portal preferences in the ordered set where ownerType = ?.LayoutFriendlyURLPersistence.fetchByP_F_First
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByP_F_First
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.fetchByP_F_Last
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByP_F_Last
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.PortalPreferenceValuePersistence.fetchByP_K_N_First
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_K_N_First
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.fetchByP_K_N_Last
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_K_N_Last
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.fetchByP_K_N_SV_First
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_K_N_SV_First
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.fetchByP_K_N_SV_Last
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_K_N_SV_Last
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.fetchByP_N_First
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_N_First
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.PortletPreferenceValuePersistence.fetchByP_N_First
(long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.static PortletPreferenceValue
PortletPreferenceValueUtil.fetchByP_N_First
(long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.PortalPreferenceValuePersistence.fetchByP_N_Last
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_N_Last
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.PortletPreferenceValuePersistence.fetchByP_N_Last
(long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.static PortletPreferenceValue
PortletPreferenceValueUtil.fetchByP_N_Last
(long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.PortletPreferenceValuePersistence.fetchByP_N_SV_First
(long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.static PortletPreferenceValue
PortletPreferenceValueUtil.fetchByP_N_SV_First
(long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.PortletPreferenceValuePersistence.fetchByP_N_SV_Last
(long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.static PortletPreferenceValue
PortletPreferenceValueUtil.fetchByP_N_SV_Last
(long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.LayoutRevisionPersistence.fetchByP_NotS_First
(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.static LayoutRevision
LayoutRevisionUtil.fetchByP_NotS_First
(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.LayoutRevisionPersistence.fetchByP_NotS_Last
(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.static LayoutRevision
LayoutRevisionUtil.fetchByP_NotS_Last
(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.PortletPreferencesPersistence.fetchByP_P_First
(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.static PortletPreferences
PortletPreferencesUtil.fetchByP_P_First
(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.PortletPreferencesPersistence.fetchByP_P_Last
(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.static PortletPreferences
PortletPreferencesUtil.fetchByP_P_Last
(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.LayoutPersistence.fetchByParentPlid_First
(long parentPlid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where parentPlid = ?.static Layout
LayoutUtil.fetchByParentPlid_First
(long parentPlid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where parentPlid = ?.LayoutPersistence.fetchByParentPlid_Last
(long parentPlid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where parentPlid = ?.static Layout
LayoutUtil.fetchByParentPlid_Last
(long parentPlid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where parentPlid = ?.PasswordPolicyRelPersistence.fetchByPasswordPolicyId_First
(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns the first password policy rel in the ordered set where passwordPolicyId = ?.static PasswordPolicyRel
PasswordPolicyRelUtil.fetchByPasswordPolicyId_First
(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns the first password policy rel in the ordered set where passwordPolicyId = ?.PasswordPolicyRelPersistence.fetchByPasswordPolicyId_Last
(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns the last password policy rel in the ordered set where passwordPolicyId = ?.static PasswordPolicyRel
PasswordPolicyRelUtil.fetchByPasswordPolicyId_Last
(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns the last password policy rel in the ordered set where passwordPolicyId = ?.LayoutBranchPersistence.fetchByPlid_First
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where plid = ?.static LayoutBranch
LayoutBranchUtil.fetchByPlid_First
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where plid = ?.LayoutFriendlyURLPersistence.fetchByPlid_First
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByPlid_First
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ?.LayoutRevisionPersistence.fetchByPlid_First
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByPlid_First
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ?.PortletPreferencesPersistence.fetchByPlid_First
(long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where plid = ?.static PortletPreferences
PortletPreferencesUtil.fetchByPlid_First
(long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where plid = ?.LayoutBranchPersistence.fetchByPlid_Last
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where plid = ?.static LayoutBranch
LayoutBranchUtil.fetchByPlid_Last
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where plid = ?.LayoutFriendlyURLPersistence.fetchByPlid_Last
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByPlid_Last
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ?.LayoutRevisionPersistence.fetchByPlid_Last
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ?.static LayoutRevision
LayoutRevisionUtil.fetchByPlid_Last
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ?.PortletPreferencesPersistence.fetchByPlid_Last
(long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where plid = ?.static PortletPreferences
PortletPreferencesUtil.fetchByPlid_Last
(long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where plid = ?.PortalPreferenceValuePersistence.fetchByPortalPreferencesId_First
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByPortalPreferencesId_First
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ?.PortalPreferenceValuePersistence.fetchByPortalPreferencesId_Last
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByPortalPreferencesId_Last
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ?.PortletPreferencesPersistence.fetchByPortletId_First
(String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where portletId = ?.static PortletPreferences
PortletPreferencesUtil.fetchByPortletId_First
(String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where portletId = ?.PortletPreferencesPersistence.fetchByPortletId_Last
(String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where portletId = ?.static PortletPreferences
PortletPreferencesUtil.fetchByPortletId_Last
(String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where portletId = ?.PortletPreferenceValuePersistence.fetchByPortletPreferencesId_First
(long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ?.static PortletPreferenceValue
PortletPreferenceValueUtil.fetchByPortletPreferencesId_First
(long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ?.PortletPreferenceValuePersistence.fetchByPortletPreferencesId_Last
(long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ?.static PortletPreferenceValue
PortletPreferenceValueUtil.fetchByPortletPreferencesId_Last
(long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ?.AddressPersistence.fetchByRegionId_First
(long regionId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where regionId = ?.static Address
AddressUtil.fetchByRegionId_First
(long regionId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where regionId = ?.RegionLocalizationPersistence.fetchByRegionId_First
(long regionId, OrderByComparator<RegionLocalization> orderByComparator) Returns the first region localization in the ordered set where regionId = ?.static RegionLocalization
RegionLocalizationUtil.fetchByRegionId_First
(long regionId, OrderByComparator<RegionLocalization> orderByComparator) Returns the first region localization in the ordered set where regionId = ?.AddressPersistence.fetchByRegionId_Last
(long regionId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where regionId = ?.static Address
AddressUtil.fetchByRegionId_Last
(long regionId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where regionId = ?.RegionLocalizationPersistence.fetchByRegionId_Last
(long regionId, OrderByComparator<RegionLocalization> orderByComparator) Returns the last region localization in the ordered set where regionId = ?.static RegionLocalization
RegionLocalizationUtil.fetchByRegionId_Last
(long regionId, OrderByComparator<RegionLocalization> orderByComparator) Returns the last region localization in the ordered set where regionId = ?.RepositoryEntryPersistence.fetchByRepositoryId_First
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where repositoryId = ?.static RepositoryEntry
RepositoryEntryUtil.fetchByRepositoryId_First
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where repositoryId = ?.RepositoryEntryPersistence.fetchByRepositoryId_Last
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where repositoryId = ?.static RepositoryEntry
RepositoryEntryUtil.fetchByRepositoryId_Last
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where repositoryId = ?.ResourcePermissionPersistence.fetchByRoleId_First
(long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where roleId = ?.static ResourcePermission
ResourcePermissionUtil.fetchByRoleId_First
(long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where roleId = ?.UserGroupGroupRolePersistence.fetchByRoleId_First
(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where roleId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.fetchByRoleId_First
(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where roleId = ?.UserGroupRolePersistence.fetchByRoleId_First
(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where roleId = ?.static UserGroupRole
UserGroupRoleUtil.fetchByRoleId_First
(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where roleId = ?.ResourcePermissionPersistence.fetchByRoleId_Last
(long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where roleId = ?.static ResourcePermission
ResourcePermissionUtil.fetchByRoleId_Last
(long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where roleId = ?.UserGroupGroupRolePersistence.fetchByRoleId_Last
(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where roleId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.fetchByRoleId_Last
(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where roleId = ?.UserGroupRolePersistence.fetchByRoleId_Last
(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where roleId = ?.static UserGroupRole
UserGroupRoleUtil.fetchByRoleId_Last
(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where roleId = ?.ResourcePermissionPersistence.fetchByScope_First
(int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where scope = ?.static ResourcePermission
ResourcePermissionUtil.fetchByScope_First
(int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where scope = ?.ResourcePermissionPersistence.fetchByScope_Last
(int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where scope = ?.static ResourcePermission
ResourcePermissionUtil.fetchByScope_Last
(int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where scope = ?.UserTrackerPersistence.fetchBySessionId_First
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where sessionId = ?.static UserTracker
UserTrackerUtil.fetchBySessionId_First
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where sessionId = ?.UserTrackerPersistence.fetchBySessionId_Last
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where sessionId = ?.static UserTracker
UserTrackerUtil.fetchBySessionId_Last
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where sessionId = ?.LayoutPersistence.fetchBySourcePrototypeLayoutUuid_First
(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.static Layout
LayoutUtil.fetchBySourcePrototypeLayoutUuid_First
(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.LayoutPersistence.fetchBySourcePrototypeLayoutUuid_Last
(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.static Layout
LayoutUtil.fetchBySourcePrototypeLayoutUuid_Last
(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.LayoutRevisionPersistence.fetchByStatus_First
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where status = ?.static LayoutRevision
LayoutRevisionUtil.fetchByStatus_First
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where status = ?.LayoutRevisionPersistence.fetchByStatus_Last
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where status = ?.static LayoutRevision
LayoutRevisionUtil.fetchByStatus_Last
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where status = ?.RolePersistence.fetchBySubtype_First
(String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where subtype = ?.static Role
RoleUtil.fetchBySubtype_First
(String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where subtype = ?.RolePersistence.fetchBySubtype_Last
(String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where subtype = ?.static Role
RoleUtil.fetchBySubtype_Last
(String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where subtype = ?.GroupPersistence.fetchByT_A_First
(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where type = ? and active = ?.static Group
GroupUtil.fetchByT_A_First
(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where type = ? and active = ?.GroupPersistence.fetchByT_A_Last
(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where type = ? and active = ?.static Group
GroupUtil.fetchByT_A_Last
(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where type = ? and active = ?.RolePersistence.fetchByT_S_First
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ? and subtype = ?.static Role
RoleUtil.fetchByT_S_First
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ? and subtype = ?.RolePersistence.fetchByT_S_Last
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ? and subtype = ?.static Role
RoleUtil.fetchByT_S_Last
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ? and subtype = ?.RolePersistence.fetchByType_First
(int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ?.static Role
RoleUtil.fetchByType_First
(int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ?.UserNotificationEventPersistence.fetchByType_First
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where type = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByType_First
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where type = ?.RolePersistence.fetchByType_Last
(int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ?.static Role
RoleUtil.fetchByType_Last
(int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ?.UserNotificationEventPersistence.fetchByType_Last
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where type = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByType_Last
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where type = ?.UserNotificationEventPersistence.fetchByU_A_First
(long userId, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_A_First
(long userId, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and archived = ?.UserNotificationEventPersistence.fetchByU_A_Last
(long userId, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_A_Last
(long userId, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and archived = ?.UserNotificationEventPersistence.fetchByU_AR_A_First
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_AR_A_First
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_AR_A_Last
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_AR_A_Last
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.SubscriptionPersistence.fetchByU_C_First
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ? and classNameId = ?.static Subscription
SubscriptionUtil.fetchByU_C_First
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ? and classNameId = ?.SubscriptionPersistence.fetchByU_C_Last
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ? and classNameId = ?.static Subscription
SubscriptionUtil.fetchByU_C_Last
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ? and classNameId = ?.UserNotificationEventPersistence.fetchByU_D_A_First
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_A_First
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.fetchByU_D_A_Last
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_A_Last
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.fetchByU_D_AR_A_First
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_AR_A_First
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_D_AR_A_Last
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_AR_A_Last
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_D_AR_First
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_AR_First
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.fetchByU_D_AR_Last
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_AR_Last
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.fetchByU_D_First
(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_First
(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ?.UserNotificationEventPersistence.fetchByU_D_Last
(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_D_Last
(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ?.UserNotificationEventPersistence.fetchByU_DT_A_First
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_A_First
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_A_Last
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_A_Last
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_AR_A_First
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_AR_A_First
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_AR_A_Last
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_AR_A_Last
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_D_A_First
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_A_First
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_D_A_Last
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_A_Last
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_D_AR_A_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_AR_A_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_D_AR_A_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_AR_A_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.fetchByU_DT_D_AR_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_AR_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.fetchByU_DT_D_AR_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_AR_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.fetchByU_DT_D_First
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_First
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.fetchByU_DT_D_Last
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_D_Last
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.fetchByU_DT_First
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_First
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.UserNotificationEventPersistence.fetchByU_DT_Last
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_DT_Last
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.UserGroupGroupRolePersistence.fetchByU_G_First
(long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.fetchByU_G_First
(long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.UserGroupRolePersistence.fetchByU_G_First
(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ? and groupId = ?.static UserGroupRole
UserGroupRoleUtil.fetchByU_G_First
(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ? and groupId = ?.UserGroupGroupRolePersistence.fetchByU_G_Last
(long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.fetchByU_G_Last
(long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.UserGroupRolePersistence.fetchByU_G_Last
(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ? and groupId = ?.static UserGroupRole
UserGroupRoleUtil.fetchByU_G_Last
(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ? and groupId = ?.UserNotificationEventPersistence.fetchByU_T_DT_D_A_First
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_T_DT_D_A_First
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.fetchByU_T_DT_D_A_Last
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_T_DT_D_A_Last
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.fetchByU_T_DT_D_First
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_T_DT_D_First
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.fetchByU_T_DT_D_Last
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_T_DT_D_Last
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.fetchByU_T_GteT_D_First
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_T_GteT_D_First
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.fetchByU_T_GteT_D_Last
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByU_T_GteT_D_Last
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserGroupGroupRolePersistence.fetchByUserGroupId_First
(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where userGroupId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.fetchByUserGroupId_First
(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where userGroupId = ?.UserGroupGroupRolePersistence.fetchByUserGroupId_Last
(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where userGroupId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.fetchByUserGroupId_Last
(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where userGroupId = ?.AddressPersistence.fetchByUserId_First
(long userId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where userId = ?.static Address
AddressUtil.fetchByUserId_First
(long userId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where userId = ?.ContactPersistence.fetchByUserId_First
(long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where userId = ?.static Contact
ContactUtil.fetchByUserId_First
(long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where userId = ?.EmailAddressPersistence.fetchByUserId_First
(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where userId = ?.static EmailAddress
EmailAddressUtil.fetchByUserId_First
(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where userId = ?.MembershipRequestPersistence.fetchByUserId_First
(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where userId = ?.static MembershipRequest
MembershipRequestUtil.fetchByUserId_First
(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where userId = ?.PasswordTrackerPersistence.fetchByUserId_First
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the first password tracker in the ordered set where userId = ?.static PasswordTracker
PasswordTrackerUtil.fetchByUserId_First
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the first password tracker in the ordered set where userId = ?.PhonePersistence.fetchByUserId_First
(long userId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where userId = ?.static Phone
PhoneUtil.fetchByUserId_First
(long userId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where userId = ?.RecentLayoutBranchPersistence.fetchByUserId_First
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where userId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByUserId_First
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where userId = ?.RecentLayoutRevisionPersistence.fetchByUserId_First
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where userId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByUserId_First
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where userId = ?.RecentLayoutSetBranchPersistence.fetchByUserId_First
(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the first recent layout set branch in the ordered set where userId = ?.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.fetchByUserId_First
(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the first recent layout set branch in the ordered set where userId = ?.RememberMeTokenPersistence.fetchByUserId_First
(long userId, OrderByComparator<RememberMeToken> orderByComparator) Returns the first remember me token in the ordered set where userId = ?.static RememberMeToken
RememberMeTokenUtil.fetchByUserId_First
(long userId, OrderByComparator<RememberMeToken> orderByComparator) Returns the first remember me token in the ordered set where userId = ?.SubscriptionPersistence.fetchByUserId_First
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ?.static Subscription
SubscriptionUtil.fetchByUserId_First
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ?.UserGroupRolePersistence.fetchByUserId_First
(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ?.static UserGroupRole
UserGroupRoleUtil.fetchByUserId_First
(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ?.UserIdMapperPersistence.fetchByUserId_First
(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the first user ID mapper in the ordered set where userId = ?.static UserIdMapper
UserIdMapperUtil.fetchByUserId_First
(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the first user ID mapper in the ordered set where userId = ?.UserNotificationDeliveryPersistence.fetchByUserId_First
(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator) Returns the first user notification delivery in the ordered set where userId = ?.static UserNotificationDelivery
UserNotificationDeliveryUtil.fetchByUserId_First
(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator) Returns the first user notification delivery in the ordered set where userId = ?.UserNotificationEventPersistence.fetchByUserId_First
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByUserId_First
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ?.UserTrackerPersistence.fetchByUserId_First
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where userId = ?.static UserTracker
UserTrackerUtil.fetchByUserId_First
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where userId = ?.WebsitePersistence.fetchByUserId_First
(long userId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where userId = ?.static Website
WebsiteUtil.fetchByUserId_First
(long userId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where userId = ?.AddressPersistence.fetchByUserId_Last
(long userId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where userId = ?.static Address
AddressUtil.fetchByUserId_Last
(long userId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where userId = ?.ContactPersistence.fetchByUserId_Last
(long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where userId = ?.static Contact
ContactUtil.fetchByUserId_Last
(long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where userId = ?.EmailAddressPersistence.fetchByUserId_Last
(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where userId = ?.static EmailAddress
EmailAddressUtil.fetchByUserId_Last
(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where userId = ?.MembershipRequestPersistence.fetchByUserId_Last
(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where userId = ?.static MembershipRequest
MembershipRequestUtil.fetchByUserId_Last
(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where userId = ?.PasswordTrackerPersistence.fetchByUserId_Last
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the last password tracker in the ordered set where userId = ?.static PasswordTracker
PasswordTrackerUtil.fetchByUserId_Last
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the last password tracker in the ordered set where userId = ?.PhonePersistence.fetchByUserId_Last
(long userId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where userId = ?.static Phone
PhoneUtil.fetchByUserId_Last
(long userId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where userId = ?.RecentLayoutBranchPersistence.fetchByUserId_Last
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where userId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.fetchByUserId_Last
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where userId = ?.RecentLayoutRevisionPersistence.fetchByUserId_Last
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where userId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.fetchByUserId_Last
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where userId = ?.RecentLayoutSetBranchPersistence.fetchByUserId_Last
(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the last recent layout set branch in the ordered set where userId = ?.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.fetchByUserId_Last
(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the last recent layout set branch in the ordered set where userId = ?.RememberMeTokenPersistence.fetchByUserId_Last
(long userId, OrderByComparator<RememberMeToken> orderByComparator) Returns the last remember me token in the ordered set where userId = ?.static RememberMeToken
RememberMeTokenUtil.fetchByUserId_Last
(long userId, OrderByComparator<RememberMeToken> orderByComparator) Returns the last remember me token in the ordered set where userId = ?.SubscriptionPersistence.fetchByUserId_Last
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ?.static Subscription
SubscriptionUtil.fetchByUserId_Last
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ?.UserGroupRolePersistence.fetchByUserId_Last
(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ?.static UserGroupRole
UserGroupRoleUtil.fetchByUserId_Last
(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ?.UserIdMapperPersistence.fetchByUserId_Last
(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the last user ID mapper in the ordered set where userId = ?.static UserIdMapper
UserIdMapperUtil.fetchByUserId_Last
(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the last user ID mapper in the ordered set where userId = ?.UserNotificationDeliveryPersistence.fetchByUserId_Last
(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator) Returns the last user notification delivery in the ordered set where userId = ?.static UserNotificationDelivery
UserNotificationDeliveryUtil.fetchByUserId_Last
(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator) Returns the last user notification delivery in the ordered set where userId = ?.UserNotificationEventPersistence.fetchByUserId_Last
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByUserId_Last
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ?.UserTrackerPersistence.fetchByUserId_Last
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where userId = ?.static UserTracker
UserTrackerUtil.fetchByUserId_Last
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where userId = ?.WebsitePersistence.fetchByUserId_Last
(long userId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where userId = ?.static Website
WebsiteUtil.fetchByUserId_Last
(long userId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where userId = ?.UserTrackerPathPersistence.fetchByUserTrackerId_First
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the first user tracker path in the ordered set where userTrackerId = ?.static UserTrackerPath
UserTrackerPathUtil.fetchByUserTrackerId_First
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the first user tracker path in the ordered set where userTrackerId = ?.UserTrackerPathPersistence.fetchByUserTrackerId_Last
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the last user tracker path in the ordered set where userTrackerId = ?.static UserTrackerPath
UserTrackerPathUtil.fetchByUserTrackerId_Last
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the last user tracker path in the ordered set where userTrackerId = ?.AddressPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ? and companyId = ?.static Address
AddressUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ? and companyId = ?.CountryPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ? and companyId = ?.static Country
CountryUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ? and companyId = ?.EmailAddressPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ? and companyId = ?.static EmailAddress
EmailAddressUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ? and companyId = ?.GroupPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ? and companyId = ?.static Group
GroupUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.LayoutPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where uuid = ? and companyId = ?.LayoutPrototypePersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.static LayoutPrototype
LayoutPrototypeUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.static Layout
LayoutUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where uuid = ? and companyId = ?.ListTypePersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ? and companyId = ?.static ListType
ListTypeUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ? and companyId = ?.OrganizationPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ? and companyId = ?.static Organization
OrganizationUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ? and companyId = ?.PasswordPolicyPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ? and companyId = ?.static PasswordPolicy
PasswordPolicyUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ? and companyId = ?.PhonePersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ? and companyId = ?.static Phone
PhoneUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ? and companyId = ?.RegionPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ? and companyId = ?.static Region
RegionUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ? and companyId = ?.RepositoryEntryPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.static RepositoryEntry
RepositoryEntryUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.RepositoryPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ? and companyId = ?.static Repository
RepositoryUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ? and companyId = ?.RolePersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ? and companyId = ?.static Role
RoleUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ? and companyId = ?.TeamPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ? and companyId = ?.static Team
TeamUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ? and companyId = ?.UserGroupPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ? and companyId = ?.static UserGroup
UserGroupUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ? and companyId = ?.UserNotificationEventPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.UserPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where uuid = ? and companyId = ?.static User
UserUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where uuid = ? and companyId = ?.WebsitePersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ? and companyId = ?.static Website
WebsiteUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ? and companyId = ?.WorkflowDefinitionLinkPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where uuid = ? and companyId = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where uuid = ? and companyId = ?.AddressPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ? and companyId = ?.static Address
AddressUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ? and companyId = ?.CountryPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ? and companyId = ?.static Country
CountryUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ? and companyId = ?.EmailAddressPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ? and companyId = ?.static EmailAddress
EmailAddressUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ? and companyId = ?.GroupPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ? and companyId = ?.static Group
GroupUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.LayoutPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where uuid = ? and companyId = ?.LayoutPrototypePersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.static LayoutPrototype
LayoutPrototypeUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.static Layout
LayoutUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where uuid = ? and companyId = ?.ListTypePersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ? and companyId = ?.static ListType
ListTypeUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ? and companyId = ?.OrganizationPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ? and companyId = ?.static Organization
OrganizationUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ? and companyId = ?.PasswordPolicyPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ? and companyId = ?.static PasswordPolicy
PasswordPolicyUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ? and companyId = ?.PhonePersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ? and companyId = ?.static Phone
PhoneUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ? and companyId = ?.RegionPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where uuid = ? and companyId = ?.static Region
RegionUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where uuid = ? and companyId = ?.RepositoryEntryPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.static RepositoryEntry
RepositoryEntryUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.RepositoryPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ? and companyId = ?.static Repository
RepositoryUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ? and companyId = ?.RolePersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ? and companyId = ?.static Role
RoleUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ? and companyId = ?.TeamPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ? and companyId = ?.static Team
TeamUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ? and companyId = ?.UserGroupPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ? and companyId = ?.static UserGroup
UserGroupUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ? and companyId = ?.UserNotificationEventPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.UserPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where uuid = ? and companyId = ?.static User
UserUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where uuid = ? and companyId = ?.WebsitePersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ? and companyId = ?.static Website
WebsiteUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ? and companyId = ?.WorkflowDefinitionLinkPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where uuid = ? and companyId = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where uuid = ? and companyId = ?.AddressPersistence.fetchByUuid_First
(String uuid, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ?.static Address
AddressUtil.fetchByUuid_First
(String uuid, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ?.CountryPersistence.fetchByUuid_First
(String uuid, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ?.static Country
CountryUtil.fetchByUuid_First
(String uuid, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ?.EmailAddressPersistence.fetchByUuid_First
(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ?.static EmailAddress
EmailAddressUtil.fetchByUuid_First
(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ?.GroupPersistence.fetchByUuid_First
(String uuid, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ?.static Group
GroupUtil.fetchByUuid_First
(String uuid, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ?.LayoutFriendlyURLPersistence.fetchByUuid_First
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByUuid_First
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ?.LayoutPersistence.fetchByUuid_First
(String uuid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where uuid = ?.LayoutPrototypePersistence.fetchByUuid_First
(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ?.static LayoutPrototype
LayoutPrototypeUtil.fetchByUuid_First
(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ?.LayoutSetPrototypePersistence.fetchByUuid_First
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where uuid = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.fetchByUuid_First
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where uuid = ?.static Layout
LayoutUtil.fetchByUuid_First
(String uuid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where uuid = ?.ListTypePersistence.fetchByUuid_First
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ?.static ListType
ListTypeUtil.fetchByUuid_First
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ?.OrganizationPersistence.fetchByUuid_First
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ?.static Organization
OrganizationUtil.fetchByUuid_First
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ?.PasswordPolicyPersistence.fetchByUuid_First
(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ?.static PasswordPolicy
PasswordPolicyUtil.fetchByUuid_First
(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ?.PhonePersistence.fetchByUuid_First
(String uuid, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ?.static Phone
PhoneUtil.fetchByUuid_First
(String uuid, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ?.RegionPersistence.fetchByUuid_First
(String uuid, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ?.static Region
RegionUtil.fetchByUuid_First
(String uuid, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ?.RepositoryEntryPersistence.fetchByUuid_First
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where uuid = ?.static RepositoryEntry
RepositoryEntryUtil.fetchByUuid_First
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where uuid = ?.RepositoryPersistence.fetchByUuid_First
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ?.static Repository
RepositoryUtil.fetchByUuid_First
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ?.RolePersistence.fetchByUuid_First
(String uuid, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ?.static Role
RoleUtil.fetchByUuid_First
(String uuid, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ?.TeamPersistence.fetchByUuid_First
(String uuid, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ?.static Team
TeamUtil.fetchByUuid_First
(String uuid, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ?.UserGroupPersistence.fetchByUuid_First
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ?.static UserGroup
UserGroupUtil.fetchByUuid_First
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ?.UserNotificationEventPersistence.fetchByUuid_First
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByUuid_First
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ?.UserPersistence.fetchByUuid_First
(String uuid, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where uuid = ?.static User
UserUtil.fetchByUuid_First
(String uuid, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where uuid = ?.WebsitePersistence.fetchByUuid_First
(String uuid, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ?.static Website
WebsiteUtil.fetchByUuid_First
(String uuid, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ?.WorkflowDefinitionLinkPersistence.fetchByUuid_First
(String uuid, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where uuid = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.fetchByUuid_First
(String uuid, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where uuid = ?.AddressPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ?.static Address
AddressUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ?.CountryPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ?.static Country
CountryUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ?.EmailAddressPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ?.static EmailAddress
EmailAddressUtil.fetchByUuid_Last
(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ?.GroupPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ?.static Group
GroupUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ?.LayoutFriendlyURLPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByUuid_Last
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ?.LayoutPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where uuid = ?.LayoutPrototypePersistence.fetchByUuid_Last
(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ?.static LayoutPrototype
LayoutPrototypeUtil.fetchByUuid_Last
(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ?.LayoutSetPrototypePersistence.fetchByUuid_Last
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where uuid = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.fetchByUuid_Last
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where uuid = ?.static Layout
LayoutUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where uuid = ?.ListTypePersistence.fetchByUuid_Last
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ?.static ListType
ListTypeUtil.fetchByUuid_Last
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ?.OrganizationPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ?.static Organization
OrganizationUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ?.PasswordPolicyPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ?.static PasswordPolicy
PasswordPolicyUtil.fetchByUuid_Last
(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ?.PhonePersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ?.static Phone
PhoneUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ?.RegionPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where uuid = ?.static Region
RegionUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where uuid = ?.RepositoryEntryPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where uuid = ?.static RepositoryEntry
RepositoryEntryUtil.fetchByUuid_Last
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where uuid = ?.RepositoryPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ?.static Repository
RepositoryUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ?.RolePersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ?.static Role
RoleUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ?.TeamPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ?.static Team
TeamUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ?.UserGroupPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ?.static UserGroup
UserGroupUtil.fetchByUuid_Last
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ?.UserNotificationEventPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ?.static UserNotificationEvent
UserNotificationEventUtil.fetchByUuid_Last
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ?.UserPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where uuid = ?.static User
UserUtil.fetchByUuid_Last
(String uuid, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where uuid = ?.WebsitePersistence.fetchByUuid_Last
(String uuid, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ?.static Website
WebsiteUtil.fetchByUuid_Last
(String uuid, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ?.WorkflowDefinitionLinkPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where uuid = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.fetchByUuid_Last
(String uuid, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where uuid = ?.LayoutPrototypePersistence.filterFindByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?.static List<LayoutPrototype>
LayoutPrototypeUtil.filterFindByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?.LayoutSetPrototypePersistence.filterFindByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.LayoutPrototypePersistence.filterFindByC_A_PrevAndNext
(long layoutPrototypeId, long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?.static LayoutPrototype[]
LayoutPrototypeUtil.filterFindByC_A_PrevAndNext
(long layoutPrototypeId, long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?.LayoutSetPrototypePersistence.filterFindByC_A_PrevAndNext
(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?.static LayoutSetPrototype[]
LayoutSetPrototypeUtil.filterFindByC_A_PrevAndNext
(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?.OrganizationPersistence.filterFindByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.filterFindByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and name LIKE ?.UserGroupPersistence.filterFindByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and name LIKE ?.UserGroupUtil.filterFindByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and name LIKE ?.OrganizationPersistence.filterFindByC_LikeN_PrevAndNext
(long organizationId, long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and name LIKE ?.static Organization[]
OrganizationUtil.filterFindByC_LikeN_PrevAndNext
(long organizationId, long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and name LIKE ?.UserGroupPersistence.filterFindByC_LikeN_PrevAndNext
(long userGroupId, long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and name LIKE ?.static UserGroup[]
UserGroupUtil.filterFindByC_LikeN_PrevAndNext
(long userGroupId, long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and name LIKE ?.OrganizationPersistence.filterFindByC_LikeT
(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and treePath LIKE ?.static List<Organization>
OrganizationUtil.filterFindByC_LikeT
(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and treePath LIKE ?.OrganizationPersistence.filterFindByC_LikeT_PrevAndNext
(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.static Organization[]
OrganizationUtil.filterFindByC_LikeT_PrevAndNext
(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and treePath LIKE ?.PasswordPolicyFinder.filterFindByC_N
(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) static List<PasswordPolicy>
PasswordPolicyFinderUtil.filterFindByC_N
(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) UserGroupFinder.filterFindByC_N_D
(long companyId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinder.filterFindByC_N_D
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinderUtil.filterFindByC_N_D
(long companyId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinderUtil.filterFindByC_N_D
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) RoleFinder.filterFindByC_N_D_T
(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.filterFindByC_N_D_T
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.filterFindByC_N_D_T
(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.filterFindByC_N_D_T
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.filterFindByC_N_T_D_T
(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.filterFindByC_N_T_D_T
(long companyId, String name, String title, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.filterFindByC_N_T_D_T
(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.filterFindByC_N_T_D_T
(long companyId, String name, String title, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) OrganizationPersistence.filterFindByC_P
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.filterFindByC_P
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ?.UserGroupPersistence.filterFindByC_P
(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.UserGroupUtil.filterFindByC_P
(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where companyId = ? and parentUserGroupId = ?.OrganizationPersistence.filterFindByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.filterFindByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.filterFindByC_P_LikeN_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization[]
OrganizationUtil.filterFindByC_P_LikeN_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.filterFindByC_P_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.static Organization[]
OrganizationUtil.filterFindByC_P_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ? and parentOrganizationId = ?.UserGroupPersistence.filterFindByC_P_PrevAndNext
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.static UserGroup[]
UserGroupUtil.filterFindByC_P_PrevAndNext
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ? and parentUserGroupId = ?.RolePersistence.filterFindByC_T
(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permission to view where companyId = ? and type = any ?.RolePersistence.filterFindByC_T
(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where companyId = ? and type = ?.RoleUtil.filterFindByC_T
(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permission to view where companyId = ? and type = any ?.RoleUtil.filterFindByC_T
(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where companyId = ? and type = ?.Role[]
RolePersistence.filterFindByC_T_PrevAndNext
(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?.static Role[]
RoleUtil.filterFindByC_T_PrevAndNext
(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ? and type = ?.LayoutPrototypePersistence.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?.static List<LayoutPrototype>
LayoutPrototypeUtil.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?.LayoutSetPrototypePersistence.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.OrganizationPersistence.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.static List<Organization>
OrganizationUtil.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.PasswordPolicyPersistence.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies that the user has permissions to view where companyId = ?.static List<PasswordPolicy>
PasswordPolicyUtil.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies that the user has permissions to view where companyId = ?.RolePersistence.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where companyId = ?.RoleUtil.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where companyId = ?.UserGroupPersistence.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.UserGroupUtil.filterFindByCompanyId
(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where companyId = ?.LayoutPrototypePersistence.filterFindByCompanyId_PrevAndNext
(long layoutPrototypeId, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?.static LayoutPrototype[]
LayoutPrototypeUtil.filterFindByCompanyId_PrevAndNext
(long layoutPrototypeId, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?.LayoutSetPrototypePersistence.filterFindByCompanyId_PrevAndNext
(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?.static LayoutSetPrototype[]
LayoutSetPrototypeUtil.filterFindByCompanyId_PrevAndNext
(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?.OrganizationPersistence.filterFindByCompanyId_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.static Organization[]
OrganizationUtil.filterFindByCompanyId_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.PasswordPolicyPersistence.filterFindByCompanyId_PrevAndNext
(long passwordPolicyId, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where companyId = ?.static PasswordPolicy[]
PasswordPolicyUtil.filterFindByCompanyId_PrevAndNext
(long passwordPolicyId, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where companyId = ?.Role[]
RolePersistence.filterFindByCompanyId_PrevAndNext
(long roleId, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?.static Role[]
RoleUtil.filterFindByCompanyId_PrevAndNext
(long roleId, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where companyId = ?.UserGroupPersistence.filterFindByCompanyId_PrevAndNext
(long userGroupId, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?.static UserGroup[]
UserGroupUtil.filterFindByCompanyId_PrevAndNext
(long userGroupId, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where companyId = ?.OrganizationPersistence.filterFindByCompanyIdLocations
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.static List<Organization>
OrganizationUtil.filterFindByCompanyIdLocations
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where companyId = ?.OrganizationPersistence.filterFindByCompanyIdLocations_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.static Organization[]
OrganizationUtil.filterFindByCompanyIdLocations_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where companyId = ?.LayoutPersistence.filterFindByG_MLP
(long groupId, long masterLayoutPlid, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and masterLayoutPlid = ?.LayoutUtil.filterFindByG_MLP
(long groupId, long masterLayoutPlid, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and masterLayoutPlid = ?.Layout[]
LayoutPersistence.filterFindByG_MLP_PrevAndNext
(long plid, long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and masterLayoutPlid = ?.static Layout[]
LayoutUtil.filterFindByG_MLP_PrevAndNext
(long plid, long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and masterLayoutPlid = ?.TeamFinder.filterFindByG_N_D
(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamFinderUtil.filterFindByG_N_D
(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) LayoutPersistence.filterFindByG_P
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?.LayoutSetBranchPersistence.filterFindByG_P
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches that the user has permissions to view where groupId = ? and privateLayout = ?.static List<LayoutSetBranch>
LayoutSetBranchUtil.filterFindByG_P
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches that the user has permissions to view where groupId = ? and privateLayout = ?.LayoutUtil.filterFindByG_P
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ?.LayoutSetBranchPersistence.filterFindByG_P_M
(long groupId, boolean privateLayout, boolean master, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches that the user has permissions to view where groupId = ? and privateLayout = ? and master = ?.static List<LayoutSetBranch>
LayoutSetBranchUtil.filterFindByG_P_M
(long groupId, boolean privateLayout, boolean master, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches that the user has permissions to view where groupId = ? and privateLayout = ? and master = ?.LayoutSetBranchPersistence.filterFindByG_P_M_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set of layout set branches that the user has permission to view where groupId = ? and privateLayout = ? and master = ?.static LayoutSetBranch[]
LayoutSetBranchUtil.filterFindByG_P_M_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set of layout set branches that the user has permission to view where groupId = ? and privateLayout = ? and master = ?.LayoutPersistence.filterFindByG_P_P
(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.LayoutPersistence.filterFindByG_P_P
(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.LayoutUtil.filterFindByG_P_P
(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ?.LayoutUtil.filterFindByG_P_P
(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.LayoutPersistence.filterFindByG_P_P_H
(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.LayoutPersistence.filterFindByG_P_P_H
(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.LayoutUtil.filterFindByG_P_P_H
(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.LayoutUtil.filterFindByG_P_P_H
(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.Layout[]
LayoutPersistence.filterFindByG_P_P_H_PrevAndNext
(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.static Layout[]
LayoutUtil.filterFindByG_P_P_H_PrevAndNext
(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.LayoutPersistence.filterFindByG_P_P_LteP
(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.LayoutUtil.filterFindByG_P_P_LteP
(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.Layout[]
LayoutPersistence.filterFindByG_P_P_LteP_PrevAndNext
(long plid, long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.static Layout[]
LayoutUtil.filterFindByG_P_P_LteP_PrevAndNext
(long plid, long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.Layout[]
LayoutPersistence.filterFindByG_P_P_PrevAndNext
(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.static Layout[]
LayoutUtil.filterFindByG_P_P_PrevAndNext
(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ?.LayoutPersistence.filterFindByG_P_P_S
(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.LayoutPersistence.filterFindByG_P_P_S
(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.LayoutUtil.filterFindByG_P_P_S
(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.LayoutUtil.filterFindByG_P_P_S
(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.Layout[]
LayoutPersistence.filterFindByG_P_P_S_PrevAndNext
(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.static Layout[]
LayoutUtil.filterFindByG_P_P_S_PrevAndNext
(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.Layout[]
LayoutPersistence.filterFindByG_P_PrevAndNext
(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ?.LayoutSetBranchPersistence.filterFindByG_P_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set of layout set branches that the user has permission to view where groupId = ? and privateLayout = ?.static LayoutSetBranch[]
LayoutSetBranchUtil.filterFindByG_P_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set of layout set branches that the user has permission to view where groupId = ? and privateLayout = ?.static Layout[]
LayoutUtil.filterFindByG_P_PrevAndNext
(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ?.LayoutPersistence.filterFindByG_P_ST
(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = any ?.LayoutPersistence.filterFindByG_P_ST
(long groupId, boolean privateLayout, int status, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and status = ?.LayoutUtil.filterFindByG_P_ST
(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = any ?.LayoutUtil.filterFindByG_P_ST
(long groupId, boolean privateLayout, int status, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and status = ?.Layout[]
LayoutPersistence.filterFindByG_P_ST_PrevAndNext
(long plid, long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = ?.static Layout[]
LayoutUtil.filterFindByG_P_ST_PrevAndNext
(long plid, long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and status = ?.LayoutPersistence.filterFindByG_P_T
(long groupId, boolean privateLayout, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = any ?.LayoutPersistence.filterFindByG_P_T
(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ?.LayoutUtil.filterFindByG_P_T
(long groupId, boolean privateLayout, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = any ?.LayoutUtil.filterFindByG_P_T
(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and privateLayout = ? and type = ?.Layout[]
LayoutPersistence.filterFindByG_P_T_PrevAndNext
(long plid, long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.static Layout[]
LayoutUtil.filterFindByG_P_T_PrevAndNext
(long plid, long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and privateLayout = ? and type = ?.LayoutPersistence.filterFindByG_T
(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and type = ?.LayoutUtil.filterFindByG_T
(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ? and type = ?.Layout[]
LayoutPersistence.filterFindByG_T_PrevAndNext
(long plid, long groupId, String type, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and type = ?.static Layout[]
LayoutUtil.filterFindByG_T_PrevAndNext
(long plid, long groupId, String type, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ? and type = ?.LayoutPersistence.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?.LayoutSetBranchPersistence.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches that the user has permissions to view where groupId = ?.static List<LayoutSetBranch>
LayoutSetBranchUtil.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches that the user has permissions to view where groupId = ?.LayoutUtil.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts that the user has permissions to view where groupId = ?.TeamPersistence.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams that the user has permissions to view where groupId = ?.TeamUtil.filterFindByGroupId
(long groupId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams that the user has permissions to view where groupId = ?.Layout[]
LayoutPersistence.filterFindByGroupId_PrevAndNext
(long plid, long groupId, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ?.LayoutSetBranchPersistence.filterFindByGroupId_PrevAndNext
(long layoutSetBranchId, long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set of layout set branches that the user has permission to view where groupId = ?.static LayoutSetBranch[]
LayoutSetBranchUtil.filterFindByGroupId_PrevAndNext
(long layoutSetBranchId, long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set of layout set branches that the user has permission to view where groupId = ?.static Layout[]
LayoutUtil.filterFindByGroupId_PrevAndNext
(long plid, long groupId, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set of layouts that the user has permission to view where groupId = ?.Team[]
TeamPersistence.filterFindByGroupId_PrevAndNext
(long teamId, long groupId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?.static Team[]
TeamUtil.filterFindByGroupId_PrevAndNext
(long teamId, long groupId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set of teams that the user has permission to view where groupId = ?.OrganizationPersistence.filterFindByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.filterFindByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where organizationId > ? and companyId = ? and parentOrganizationId = ?.UserGroupPersistence.filterFindByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupUtil.filterFindByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where userGroupId > ? and companyId = ? and parentUserGroupId = ?.RoleFinder.filterFindByKeywords
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.filterFindByKeywords
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) UserGroupFinder.filterFindByKeywords
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinderUtil.filterFindByKeywords
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) RolePersistence.filterFindByName
(String name, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where name = ?.RoleUtil.filterFindByName
(String name, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where name = ?.Role[]
RolePersistence.filterFindByName_PrevAndNext
(long roleId, String name, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?.static Role[]
RoleUtil.filterFindByName_PrevAndNext
(long roleId, String name, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where name = ?.RolePersistence.filterFindBySubtype
(String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where subtype = ?.RoleUtil.filterFindBySubtype
(String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where subtype = ?.Role[]
RolePersistence.filterFindBySubtype_PrevAndNext
(long roleId, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?.static Role[]
RoleUtil.filterFindBySubtype_PrevAndNext
(long roleId, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where subtype = ?.RolePersistence.filterFindByT_S
(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?.RoleUtil.filterFindByT_S
(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where type = ? and subtype = ?.Role[]
RolePersistence.filterFindByT_S_PrevAndNext
(long roleId, int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?.static Role[]
RoleUtil.filterFindByT_S_PrevAndNext
(long roleId, int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ? and subtype = ?.RolePersistence.filterFindByType
(int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where type = ?.RoleUtil.filterFindByType
(int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where type = ?.Role[]
RolePersistence.filterFindByType_PrevAndNext
(long roleId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ?.static Role[]
RoleUtil.filterFindByType_PrevAndNext
(long roleId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where type = ?.LayoutPrototypePersistence.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?.static List<LayoutPrototype>
LayoutPrototypeUtil.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?.LayoutSetPrototypePersistence.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.OrganizationPersistence.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?.static List<Organization>
OrganizationUtil.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where uuid = ?.PasswordPolicyPersistence.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies that the user has permissions to view where uuid = ?.static List<PasswordPolicy>
PasswordPolicyUtil.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies that the user has permissions to view where uuid = ?.RolePersistence.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where uuid = ?.RoleUtil.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where uuid = ?.UserGroupPersistence.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.UserGroupUtil.filterFindByUuid
(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where uuid = ?.LayoutPrototypePersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?.static List<LayoutPrototype>
LayoutPrototypeUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.OrganizationPersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where uuid = ? and companyId = ?.static List<Organization>
OrganizationUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations that the user has permissions to view where uuid = ? and companyId = ?.PasswordPolicyPersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies that the user has permissions to view where uuid = ? and companyId = ?.static List<PasswordPolicy>
PasswordPolicyUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies that the user has permissions to view where uuid = ? and companyId = ?.RolePersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where uuid = ? and companyId = ?.RoleUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles that the user has permissions to view where uuid = ? and companyId = ?.UserGroupPersistence.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.UserGroupUtil.filterFindByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups that the user has permissions to view where uuid = ? and companyId = ?.LayoutPrototypePersistence.filterFindByUuid_C_PrevAndNext
(long layoutPrototypeId, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?.static LayoutPrototype[]
LayoutPrototypeUtil.filterFindByUuid_C_PrevAndNext
(long layoutPrototypeId, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.filterFindByUuid_C_PrevAndNext
(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.static LayoutSetPrototype[]
LayoutSetPrototypeUtil.filterFindByUuid_C_PrevAndNext
(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.OrganizationPersistence.filterFindByUuid_C_PrevAndNext
(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ? and companyId = ?.static Organization[]
OrganizationUtil.filterFindByUuid_C_PrevAndNext
(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ? and companyId = ?.PasswordPolicyPersistence.filterFindByUuid_C_PrevAndNext
(long passwordPolicyId, String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ? and companyId = ?.static PasswordPolicy[]
PasswordPolicyUtil.filterFindByUuid_C_PrevAndNext
(long passwordPolicyId, String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ? and companyId = ?.Role[]
RolePersistence.filterFindByUuid_C_PrevAndNext
(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?.static Role[]
RoleUtil.filterFindByUuid_C_PrevAndNext
(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ? and companyId = ?.UserGroupPersistence.filterFindByUuid_C_PrevAndNext
(long userGroupId, String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.static UserGroup[]
UserGroupUtil.filterFindByUuid_C_PrevAndNext
(long userGroupId, String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ? and companyId = ?.LayoutPrototypePersistence.filterFindByUuid_PrevAndNext
(long layoutPrototypeId, String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?.static LayoutPrototype[]
LayoutPrototypeUtil.filterFindByUuid_PrevAndNext
(long layoutPrototypeId, String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?.LayoutSetPrototypePersistence.filterFindByUuid_PrevAndNext
(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?.static LayoutSetPrototype[]
LayoutSetPrototypeUtil.filterFindByUuid_PrevAndNext
(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?.OrganizationPersistence.filterFindByUuid_PrevAndNext
(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?.static Organization[]
OrganizationUtil.filterFindByUuid_PrevAndNext
(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set of organizations that the user has permission to view where uuid = ?.PasswordPolicyPersistence.filterFindByUuid_PrevAndNext
(long passwordPolicyId, String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ?.static PasswordPolicy[]
PasswordPolicyUtil.filterFindByUuid_PrevAndNext
(long passwordPolicyId, String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set of password policies that the user has permission to view where uuid = ?.Role[]
RolePersistence.filterFindByUuid_PrevAndNext
(long roleId, String uuid, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?.static Role[]
RoleUtil.filterFindByUuid_PrevAndNext
(long roleId, String uuid, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set of roles that the user has permission to view where uuid = ?.UserGroupPersistence.filterFindByUuid_PrevAndNext
(long userGroupId, String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.static UserGroup[]
UserGroupUtil.filterFindByUuid_PrevAndNext
(long userGroupId, String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set of user groups that the user has permission to view where uuid = ?.AddressPersistence.findAll
(int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses.AddressPersistence.findAll
(int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses.AddressUtil.findAll
(int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses.AddressUtil.findAll
(int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses.BrowserTrackerPersistence.findAll
(int start, int end, OrderByComparator<BrowserTracker> orderByComparator) Returns an ordered range of all the browser trackers.BrowserTrackerPersistence.findAll
(int start, int end, OrderByComparator<BrowserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the browser trackers.static List<BrowserTracker>
BrowserTrackerUtil.findAll
(int start, int end, OrderByComparator<BrowserTracker> orderByComparator) Returns an ordered range of all the browser trackers.static List<BrowserTracker>
BrowserTrackerUtil.findAll
(int start, int end, OrderByComparator<BrowserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the browser trackers.ClassNamePersistence.findAll
(int start, int end, OrderByComparator<ClassName> orderByComparator) Returns an ordered range of all the class names.ClassNamePersistence.findAll
(int start, int end, OrderByComparator<ClassName> orderByComparator, boolean useFinderCache) Returns an ordered range of all the class names.ClassNameUtil.findAll
(int start, int end, OrderByComparator<ClassName> orderByComparator) Returns an ordered range of all the class names.ClassNameUtil.findAll
(int start, int end, OrderByComparator<ClassName> orderByComparator, boolean useFinderCache) Returns an ordered range of all the class names.CompanyInfoPersistence.findAll
(int start, int end, OrderByComparator<CompanyInfo> orderByComparator) Returns an ordered range of all the company infos.CompanyInfoPersistence.findAll
(int start, int end, OrderByComparator<CompanyInfo> orderByComparator, boolean useFinderCache) Returns an ordered range of all the company infos.static List<CompanyInfo>
CompanyInfoUtil.findAll
(int start, int end, OrderByComparator<CompanyInfo> orderByComparator) Returns an ordered range of all the company infos.static List<CompanyInfo>
CompanyInfoUtil.findAll
(int start, int end, OrderByComparator<CompanyInfo> orderByComparator, boolean useFinderCache) Returns an ordered range of all the company infos.CompanyPersistence.findAll
(int start, int end, OrderByComparator<Company> orderByComparator) Returns an ordered range of all the companies.CompanyPersistence.findAll
(int start, int end, OrderByComparator<Company> orderByComparator, boolean useFinderCache) Returns an ordered range of all the companies.CompanyUtil.findAll
(int start, int end, OrderByComparator<Company> orderByComparator) Returns an ordered range of all the companies.CompanyUtil.findAll
(int start, int end, OrderByComparator<Company> orderByComparator, boolean useFinderCache) Returns an ordered range of all the companies.ContactPersistence.findAll
(int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts.ContactPersistence.findAll
(int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts.ContactUtil.findAll
(int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts.ContactUtil.findAll
(int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts.CountryLocalizationPersistence.findAll
(int start, int end, OrderByComparator<CountryLocalization> orderByComparator) Returns an ordered range of all the country localizations.CountryLocalizationPersistence.findAll
(int start, int end, OrderByComparator<CountryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the country localizations.static List<CountryLocalization>
CountryLocalizationUtil.findAll
(int start, int end, OrderByComparator<CountryLocalization> orderByComparator) Returns an ordered range of all the country localizations.static List<CountryLocalization>
CountryLocalizationUtil.findAll
(int start, int end, OrderByComparator<CountryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the country localizations.CountryPersistence.findAll
(int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries.CountryPersistence.findAll
(int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries.CountryUtil.findAll
(int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries.CountryUtil.findAll
(int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries.EmailAddressPersistence.findAll
(int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses.EmailAddressPersistence.findAll
(int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses.static List<EmailAddress>
EmailAddressUtil.findAll
(int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses.static List<EmailAddress>
EmailAddressUtil.findAll
(int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses.GroupPersistence.findAll
(int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups.GroupPersistence.findAll
(int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups.GroupUtil.findAll
(int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups.GroupUtil.findAll
(int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups.ImagePersistence.findAll
(int start, int end, OrderByComparator<Image> orderByComparator) Returns an ordered range of all the images.ImagePersistence.findAll
(int start, int end, OrderByComparator<Image> orderByComparator, boolean useFinderCache) Returns an ordered range of all the images.ImageUtil.findAll
(int start, int end, OrderByComparator<Image> orderByComparator) Returns an ordered range of all the images.ImageUtil.findAll
(int start, int end, OrderByComparator<Image> orderByComparator, boolean useFinderCache) Returns an ordered range of all the images.LayoutBranchPersistence.findAll
(int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches.LayoutBranchPersistence.findAll
(int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches.static List<LayoutBranch>
LayoutBranchUtil.findAll
(int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches.static List<LayoutBranch>
LayoutBranchUtil.findAll
(int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches.LayoutFriendlyURLPersistence.findAll
(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls.LayoutFriendlyURLPersistence.findAll
(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findAll
(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findAll
(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls.LayoutPersistence.findAll
(int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts.LayoutPersistence.findAll
(int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts.LayoutPrototypePersistence.findAll
(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes.LayoutPrototypePersistence.findAll
(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes.static List<LayoutPrototype>
LayoutPrototypeUtil.findAll
(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes.static List<LayoutPrototype>
LayoutPrototypeUtil.findAll
(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes.LayoutRevisionPersistence.findAll
(int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions.LayoutRevisionPersistence.findAll
(int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions.static List<LayoutRevision>
LayoutRevisionUtil.findAll
(int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions.static List<LayoutRevision>
LayoutRevisionUtil.findAll
(int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions.LayoutSetBranchPersistence.findAll
(int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches.LayoutSetBranchPersistence.findAll
(int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set branches.static List<LayoutSetBranch>
LayoutSetBranchUtil.findAll
(int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches.static List<LayoutSetBranch>
LayoutSetBranchUtil.findAll
(int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set branches.LayoutSetPersistence.findAll
(int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets.LayoutSetPersistence.findAll
(int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets.LayoutSetPrototypePersistence.findAll
(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes.LayoutSetPrototypePersistence.findAll
(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findAll
(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findAll
(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes.LayoutSetUtil.findAll
(int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets.LayoutSetUtil.findAll
(int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets.LayoutUtil.findAll
(int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts.LayoutUtil.findAll
(int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts.ListTypePersistence.findAll
(int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types.ListTypePersistence.findAll
(int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types.ListTypeUtil.findAll
(int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types.ListTypeUtil.findAll
(int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types.MembershipRequestPersistence.findAll
(int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests.MembershipRequestPersistence.findAll
(int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests.static List<MembershipRequest>
MembershipRequestUtil.findAll
(int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests.static List<MembershipRequest>
MembershipRequestUtil.findAll
(int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests.OrganizationPersistence.findAll
(int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations.OrganizationPersistence.findAll
(int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations.static List<Organization>
OrganizationUtil.findAll
(int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations.static List<Organization>
OrganizationUtil.findAll
(int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations.OrgLaborPersistence.findAll
(int start, int end, OrderByComparator<OrgLabor> orderByComparator) Returns an ordered range of all the org labors.OrgLaborPersistence.findAll
(int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean useFinderCache) Returns an ordered range of all the org labors.OrgLaborUtil.findAll
(int start, int end, OrderByComparator<OrgLabor> orderByComparator) Returns an ordered range of all the org labors.OrgLaborUtil.findAll
(int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean useFinderCache) Returns an ordered range of all the org labors.PasswordPolicyPersistence.findAll
(int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies.PasswordPolicyPersistence.findAll
(int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies.PasswordPolicyRelPersistence.findAll
(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns an ordered range of all the password policy rels.PasswordPolicyRelPersistence.findAll
(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policy rels.static List<PasswordPolicyRel>
PasswordPolicyRelUtil.findAll
(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns an ordered range of all the password policy rels.static List<PasswordPolicyRel>
PasswordPolicyRelUtil.findAll
(int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policy rels.static List<PasswordPolicy>
PasswordPolicyUtil.findAll
(int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies.static List<PasswordPolicy>
PasswordPolicyUtil.findAll
(int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies.PasswordTrackerPersistence.findAll
(int start, int end, OrderByComparator<PasswordTracker> orderByComparator) Returns an ordered range of all the password trackers.PasswordTrackerPersistence.findAll
(int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password trackers.static List<PasswordTracker>
PasswordTrackerUtil.findAll
(int start, int end, OrderByComparator<PasswordTracker> orderByComparator) Returns an ordered range of all the password trackers.static List<PasswordTracker>
PasswordTrackerUtil.findAll
(int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password trackers.PhonePersistence.findAll
(int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones.PhonePersistence.findAll
(int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones.PhoneUtil.findAll
(int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones.PhoneUtil.findAll
(int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones.PluginSettingPersistence.findAll
(int start, int end, OrderByComparator<PluginSetting> orderByComparator) Returns an ordered range of all the plugin settings.PluginSettingPersistence.findAll
(int start, int end, OrderByComparator<PluginSetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the plugin settings.static List<PluginSetting>
PluginSettingUtil.findAll
(int start, int end, OrderByComparator<PluginSetting> orderByComparator) Returns an ordered range of all the plugin settings.static List<PluginSetting>
PluginSettingUtil.findAll
(int start, int end, OrderByComparator<PluginSetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the plugin settings.PortalPreferencesPersistence.findAll
(int start, int end, OrderByComparator<PortalPreferences> orderByComparator) Returns an ordered range of all the portal preferenceses.PortalPreferencesPersistence.findAll
(int start, int end, OrderByComparator<PortalPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preferenceses.static List<PortalPreferences>
PortalPreferencesUtil.findAll
(int start, int end, OrderByComparator<PortalPreferences> orderByComparator) Returns an ordered range of all the portal preferenceses.static List<PortalPreferences>
PortalPreferencesUtil.findAll
(int start, int end, OrderByComparator<PortalPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preferenceses.PortalPreferenceValuePersistence.findAll
(int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values.PortalPreferenceValuePersistence.findAll
(int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findAll
(int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findAll
(int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values.PortletItemPersistence.findAll
(int start, int end, OrderByComparator<PortletItem> orderByComparator) Returns an ordered range of all the portlet items.PortletItemPersistence.findAll
(int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet items.static List<PortletItem>
PortletItemUtil.findAll
(int start, int end, OrderByComparator<PortletItem> orderByComparator) Returns an ordered range of all the portlet items.static List<PortletItem>
PortletItemUtil.findAll
(int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet items.PortletPersistence.findAll
(int start, int end, OrderByComparator<Portlet> orderByComparator) Returns an ordered range of all the portlets.PortletPersistence.findAll
(int start, int end, OrderByComparator<Portlet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlets.PortletPreferencesPersistence.findAll
(int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses.PortletPreferencesPersistence.findAll
(int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses.static List<PortletPreferences>
PortletPreferencesUtil.findAll
(int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses.static List<PortletPreferences>
PortletPreferencesUtil.findAll
(int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses.PortletPreferenceValuePersistence.findAll
(int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values.PortletPreferenceValuePersistence.findAll
(int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values.static List<PortletPreferenceValue>
PortletPreferenceValueUtil.findAll
(int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values.static List<PortletPreferenceValue>
PortletPreferenceValueUtil.findAll
(int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values.PortletUtil.findAll
(int start, int end, OrderByComparator<Portlet> orderByComparator) Returns an ordered range of all the portlets.PortletUtil.findAll
(int start, int end, OrderByComparator<Portlet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlets.RecentLayoutBranchPersistence.findAll
(int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches.RecentLayoutBranchPersistence.findAll
(int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findAll
(int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findAll
(int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches.RecentLayoutRevisionPersistence.findAll
(int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions.RecentLayoutRevisionPersistence.findAll
(int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findAll
(int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findAll
(int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions.RecentLayoutSetBranchPersistence.findAll
(int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns an ordered range of all the recent layout set branches.RecentLayoutSetBranchPersistence.findAll
(int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout set branches.static List<RecentLayoutSetBranch>
RecentLayoutSetBranchUtil.findAll
(int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns an ordered range of all the recent layout set branches.static List<RecentLayoutSetBranch>
RecentLayoutSetBranchUtil.findAll
(int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout set branches.RegionLocalizationPersistence.findAll
(int start, int end, OrderByComparator<RegionLocalization> orderByComparator) Returns an ordered range of all the region localizations.RegionLocalizationPersistence.findAll
(int start, int end, OrderByComparator<RegionLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the region localizations.static List<RegionLocalization>
RegionLocalizationUtil.findAll
(int start, int end, OrderByComparator<RegionLocalization> orderByComparator) Returns an ordered range of all the region localizations.static List<RegionLocalization>
RegionLocalizationUtil.findAll
(int start, int end, OrderByComparator<RegionLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the region localizations.RegionPersistence.findAll
(int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions.RegionPersistence.findAll
(int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions.RegionUtil.findAll
(int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions.RegionUtil.findAll
(int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions.ReleasePersistence.findAll
(int start, int end, OrderByComparator<Release> orderByComparator) Returns an ordered range of all the releases.ReleasePersistence.findAll
(int start, int end, OrderByComparator<Release> orderByComparator, boolean useFinderCache) Returns an ordered range of all the releases.ReleaseUtil.findAll
(int start, int end, OrderByComparator<Release> orderByComparator) Returns an ordered range of all the releases.ReleaseUtil.findAll
(int start, int end, OrderByComparator<Release> orderByComparator, boolean useFinderCache) Returns an ordered range of all the releases.RememberMeTokenPersistence.findAll
(int start, int end, OrderByComparator<RememberMeToken> orderByComparator) Returns an ordered range of all the remember me tokens.RememberMeTokenPersistence.findAll
(int start, int end, OrderByComparator<RememberMeToken> orderByComparator, boolean useFinderCache) Returns an ordered range of all the remember me tokens.static List<RememberMeToken>
RememberMeTokenUtil.findAll
(int start, int end, OrderByComparator<RememberMeToken> orderByComparator) Returns an ordered range of all the remember me tokens.static List<RememberMeToken>
RememberMeTokenUtil.findAll
(int start, int end, OrderByComparator<RememberMeToken> orderByComparator, boolean useFinderCache) Returns an ordered range of all the remember me tokens.RepositoryEntryPersistence.findAll
(int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries.RepositoryEntryPersistence.findAll
(int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries.static List<RepositoryEntry>
RepositoryEntryUtil.findAll
(int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries.static List<RepositoryEntry>
RepositoryEntryUtil.findAll
(int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries.RepositoryPersistence.findAll
(int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories.RepositoryPersistence.findAll
(int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories.static List<Repository>
RepositoryUtil.findAll
(int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories.static List<Repository>
RepositoryUtil.findAll
(int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories.ResourceActionPersistence.findAll
(int start, int end, OrderByComparator<ResourceAction> orderByComparator) Returns an ordered range of all the resource actions.ResourceActionPersistence.findAll
(int start, int end, OrderByComparator<ResourceAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource actions.static List<ResourceAction>
ResourceActionUtil.findAll
(int start, int end, OrderByComparator<ResourceAction> orderByComparator) Returns an ordered range of all the resource actions.static List<ResourceAction>
ResourceActionUtil.findAll
(int start, int end, OrderByComparator<ResourceAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource actions.ResourcePermissionPersistence.findAll
(int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions.ResourcePermissionPersistence.findAll
(int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions.static List<ResourcePermission>
ResourcePermissionUtil.findAll
(int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions.static List<ResourcePermission>
ResourcePermissionUtil.findAll
(int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions.RolePersistence.findAll
(int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles.RolePersistence.findAll
(int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles.RoleUtil.findAll
(int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles.RoleUtil.findAll
(int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles.ServiceComponentPersistence.findAll
(int start, int end, OrderByComparator<ServiceComponent> orderByComparator) Returns an ordered range of all the service components.ServiceComponentPersistence.findAll
(int start, int end, OrderByComparator<ServiceComponent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the service components.static List<ServiceComponent>
ServiceComponentUtil.findAll
(int start, int end, OrderByComparator<ServiceComponent> orderByComparator) Returns an ordered range of all the service components.static List<ServiceComponent>
ServiceComponentUtil.findAll
(int start, int end, OrderByComparator<ServiceComponent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the service components.SubscriptionPersistence.findAll
(int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions.SubscriptionPersistence.findAll
(int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions.static List<Subscription>
SubscriptionUtil.findAll
(int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions.static List<Subscription>
SubscriptionUtil.findAll
(int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions.SystemEventPersistence.findAll
(int start, int end, OrderByComparator<SystemEvent> orderByComparator) Returns an ordered range of all the system events.SystemEventPersistence.findAll
(int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events.static List<SystemEvent>
SystemEventUtil.findAll
(int start, int end, OrderByComparator<SystemEvent> orderByComparator) Returns an ordered range of all the system events.static List<SystemEvent>
SystemEventUtil.findAll
(int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events.TeamPersistence.findAll
(int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams.TeamPersistence.findAll
(int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams.TeamUtil.findAll
(int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams.TeamUtil.findAll
(int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams.TicketPersistence.findAll
(int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets.TicketPersistence.findAll
(int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets.TicketUtil.findAll
(int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets.TicketUtil.findAll
(int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets.UserGroupGroupRolePersistence.findAll
(int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns an ordered range of all the user group group roles.UserGroupGroupRolePersistence.findAll
(int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group group roles.static List<UserGroupGroupRole>
UserGroupGroupRoleUtil.findAll
(int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns an ordered range of all the user group group roles.static List<UserGroupGroupRole>
UserGroupGroupRoleUtil.findAll
(int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group group roles.UserGroupPersistence.findAll
(int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups.UserGroupPersistence.findAll
(int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups.UserGroupRolePersistence.findAll
(int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles.UserGroupRolePersistence.findAll
(int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles.static List<UserGroupRole>
UserGroupRoleUtil.findAll
(int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles.static List<UserGroupRole>
UserGroupRoleUtil.findAll
(int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles.UserGroupUtil.findAll
(int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups.UserGroupUtil.findAll
(int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups.UserIdMapperPersistence.findAll
(int start, int end, OrderByComparator<UserIdMapper> orderByComparator) Returns an ordered range of all the user ID mappers.UserIdMapperPersistence.findAll
(int start, int end, OrderByComparator<UserIdMapper> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user ID mappers.static List<UserIdMapper>
UserIdMapperUtil.findAll
(int start, int end, OrderByComparator<UserIdMapper> orderByComparator) Returns an ordered range of all the user ID mappers.static List<UserIdMapper>
UserIdMapperUtil.findAll
(int start, int end, OrderByComparator<UserIdMapper> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user ID mappers.UserNotificationDeliveryPersistence.findAll
(int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator) Returns an ordered range of all the user notification deliveries.UserNotificationDeliveryPersistence.findAll
(int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification deliveries.static List<UserNotificationDelivery>
UserNotificationDeliveryUtil.findAll
(int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator) Returns an ordered range of all the user notification deliveries.static List<UserNotificationDelivery>
UserNotificationDeliveryUtil.findAll
(int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification deliveries.UserNotificationEventPersistence.findAll
(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events.UserNotificationEventPersistence.findAll
(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events.static List<UserNotificationEvent>
UserNotificationEventUtil.findAll
(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events.static List<UserNotificationEvent>
UserNotificationEventUtil.findAll
(int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events.UserPersistence.findAll
(int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users.UserPersistence.findAll
(int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users.UserTrackerPathPersistence.findAll
(int start, int end, OrderByComparator<UserTrackerPath> orderByComparator) Returns an ordered range of all the user tracker paths.UserTrackerPathPersistence.findAll
(int start, int end, OrderByComparator<UserTrackerPath> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user tracker paths.static List<UserTrackerPath>
UserTrackerPathUtil.findAll
(int start, int end, OrderByComparator<UserTrackerPath> orderByComparator) Returns an ordered range of all the user tracker paths.static List<UserTrackerPath>
UserTrackerPathUtil.findAll
(int start, int end, OrderByComparator<UserTrackerPath> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user tracker paths.UserTrackerPersistence.findAll
(int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers.UserTrackerPersistence.findAll
(int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers.static List<UserTracker>
UserTrackerUtil.findAll
(int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers.static List<UserTracker>
UserTrackerUtil.findAll
(int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers.UserUtil.findAll
(int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users.UserUtil.findAll
(int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users.VirtualHostPersistence.findAll
(int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts.VirtualHostPersistence.findAll
(int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts.static List<VirtualHost>
VirtualHostUtil.findAll
(int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts.static List<VirtualHost>
VirtualHostUtil.findAll
(int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts.WebDAVPropsPersistence.findAll
(int start, int end, OrderByComparator<WebDAVProps> orderByComparator) Returns an ordered range of all the web dav propses.WebDAVPropsPersistence.findAll
(int start, int end, OrderByComparator<WebDAVProps> orderByComparator, boolean useFinderCache) Returns an ordered range of all the web dav propses.static List<WebDAVProps>
WebDAVPropsUtil.findAll
(int start, int end, OrderByComparator<WebDAVProps> orderByComparator) Returns an ordered range of all the web dav propses.static List<WebDAVProps>
WebDAVPropsUtil.findAll
(int start, int end, OrderByComparator<WebDAVProps> orderByComparator, boolean useFinderCache) Returns an ordered range of all the web dav propses.WebsitePersistence.findAll
(int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites.WebsitePersistence.findAll
(int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites.WebsiteUtil.findAll
(int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites.WebsiteUtil.findAll
(int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites.WorkflowDefinitionLinkPersistence.findAll
(int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns an ordered range of all the workflow definition links.WorkflowDefinitionLinkPersistence.findAll
(int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow definition links.static List<WorkflowDefinitionLink>
WorkflowDefinitionLinkUtil.findAll
(int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns an ordered range of all the workflow definition links.static List<WorkflowDefinitionLink>
WorkflowDefinitionLinkUtil.findAll
(int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow definition links.WorkflowInstanceLinkPersistence.findAll
(int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns an ordered range of all the workflow instance links.WorkflowInstanceLinkPersistence.findAll
(int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow instance links.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findAll
(int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns an ordered range of all the workflow instance links.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findAll
(int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow instance links.CountryPersistence.findByActive
(boolean active, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where active = ?.CountryPersistence.findByActive
(boolean active, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where active = ?.CountryUtil.findByActive
(boolean active, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where active = ?.CountryUtil.findByActive
(boolean active, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where active = ?.RegionPersistence.findByActive
(boolean active, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where active = ?.RegionPersistence.findByActive
(boolean active, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where active = ?.RegionUtil.findByActive
(boolean active, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where active = ?.RegionUtil.findByActive
(boolean active, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where active = ?.CountryPersistence.findByActive_First
(boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where active = ?.static Country
CountryUtil.findByActive_First
(boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where active = ?.RegionPersistence.findByActive_First
(boolean active, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where active = ?.static Region
RegionUtil.findByActive_First
(boolean active, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where active = ?.CountryPersistence.findByActive_Last
(boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where active = ?.static Country
CountryUtil.findByActive_Last
(boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where active = ?.RegionPersistence.findByActive_Last
(boolean active, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where active = ?.static Region
RegionUtil.findByActive_Last
(boolean active, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where active = ?.Country[]
CountryPersistence.findByActive_PrevAndNext
(long countryId, boolean active, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where active = ?.static Country[]
CountryUtil.findByActive_PrevAndNext
(long countryId, boolean active, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where active = ?.Region[]
RegionPersistence.findByActive_PrevAndNext
(long regionId, boolean active, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where active = ?.static Region[]
RegionUtil.findByActive_PrevAndNext
(long regionId, boolean active, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where active = ?.ServiceComponentPersistence.findByBuildNamespace
(String buildNamespace, int start, int end, OrderByComparator<ServiceComponent> orderByComparator) Returns an ordered range of all the service components where buildNamespace = ?.ServiceComponentPersistence.findByBuildNamespace
(String buildNamespace, int start, int end, OrderByComparator<ServiceComponent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the service components where buildNamespace = ?.static List<ServiceComponent>
ServiceComponentUtil.findByBuildNamespace
(String buildNamespace, int start, int end, OrderByComparator<ServiceComponent> orderByComparator) Returns an ordered range of all the service components where buildNamespace = ?.static List<ServiceComponent>
ServiceComponentUtil.findByBuildNamespace
(String buildNamespace, int start, int end, OrderByComparator<ServiceComponent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the service components where buildNamespace = ?.ServiceComponentPersistence.findByBuildNamespace_First
(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the first service component in the ordered set where buildNamespace = ?.static ServiceComponent
ServiceComponentUtil.findByBuildNamespace_First
(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the first service component in the ordered set where buildNamespace = ?.ServiceComponentPersistence.findByBuildNamespace_Last
(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the last service component in the ordered set where buildNamespace = ?.static ServiceComponent
ServiceComponentUtil.findByBuildNamespace_Last
(String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the last service component in the ordered set where buildNamespace = ?.ServiceComponentPersistence.findByBuildNamespace_PrevAndNext
(long serviceComponentId, String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the service components before and after the current service component in the ordered set where buildNamespace = ?.static ServiceComponent[]
ServiceComponentUtil.findByBuildNamespace_PrevAndNext
(long serviceComponentId, String buildNamespace, OrderByComparator<ServiceComponent> orderByComparator) Returns the service components before and after the current service component in the ordered set where buildNamespace = ?.GroupPersistence.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and active = ?.GroupPersistence.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and active = ?.GroupUtil.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and active = ?.GroupUtil.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and active = ?.LayoutPrototypePersistence.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.LayoutPrototypePersistence.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.static List<LayoutPrototype>
LayoutPrototypeUtil.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.static List<LayoutPrototype>
LayoutPrototypeUtil.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.LayoutSetPrototypePersistence.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.LayoutSetPrototypePersistence.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.RegionPersistence.findByC_A
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where countryId = ? and active = ?.RegionPersistence.findByC_A
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where countryId = ? and active = ?.RegionUtil.findByC_A
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where countryId = ? and active = ?.RegionUtil.findByC_A
(long countryId, boolean active, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where countryId = ? and active = ?.CountryPersistence.findByC_A_B
(long companyId, boolean active, boolean billingAllowed, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where companyId = ? and active = ? and billingAllowed = ?.CountryPersistence.findByC_A_B
(long companyId, boolean active, boolean billingAllowed, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where companyId = ? and active = ? and billingAllowed = ?.CountryUtil.findByC_A_B
(long companyId, boolean active, boolean billingAllowed, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where companyId = ? and active = ? and billingAllowed = ?.CountryUtil.findByC_A_B
(long companyId, boolean active, boolean billingAllowed, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where companyId = ? and active = ? and billingAllowed = ?.CountryPersistence.findByC_A_B_First
(long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.static Country
CountryUtil.findByC_A_B_First
(long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.CountryPersistence.findByC_A_B_Last
(long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.static Country
CountryUtil.findByC_A_B_Last
(long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.Country[]
CountryPersistence.findByC_A_B_PrevAndNext
(long countryId, long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.static Country[]
CountryUtil.findByC_A_B_PrevAndNext
(long countryId, long companyId, boolean active, boolean billingAllowed, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and billingAllowed = ?.GroupPersistence.findByC_A_First
(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and active = ?.static Group
GroupUtil.findByC_A_First
(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and active = ?.LayoutPrototypePersistence.findByC_A_First
(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ? and active = ?.static LayoutPrototype
LayoutPrototypeUtil.findByC_A_First
(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ? and active = ?.LayoutSetPrototypePersistence.findByC_A_First
(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.findByC_A_First
(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.RegionPersistence.findByC_A_First
(long countryId, boolean active, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where countryId = ? and active = ?.static Region
RegionUtil.findByC_A_First
(long countryId, boolean active, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where countryId = ? and active = ?.GroupPersistence.findByC_A_Last
(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and active = ?.static Group
GroupUtil.findByC_A_Last
(long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and active = ?.LayoutPrototypePersistence.findByC_A_Last
(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ? and active = ?.static LayoutPrototype
LayoutPrototypeUtil.findByC_A_Last
(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ? and active = ?.LayoutSetPrototypePersistence.findByC_A_Last
(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.findByC_A_Last
(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.RegionPersistence.findByC_A_Last
(long countryId, boolean active, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where countryId = ? and active = ?.static Region
RegionUtil.findByC_A_Last
(long countryId, boolean active, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where countryId = ? and active = ?.Group[]
GroupPersistence.findByC_A_PrevAndNext
(long groupId, long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and active = ?.static Group[]
GroupUtil.findByC_A_PrevAndNext
(long groupId, long companyId, boolean active, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and active = ?.LayoutPrototypePersistence.findByC_A_PrevAndNext
(long layoutPrototypeId, long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?.static LayoutPrototype[]
LayoutPrototypeUtil.findByC_A_PrevAndNext
(long layoutPrototypeId, long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?.LayoutSetPrototypePersistence.findByC_A_PrevAndNext
(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.static LayoutSetPrototype[]
LayoutSetPrototypeUtil.findByC_A_PrevAndNext
(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.Region[]
RegionPersistence.findByC_A_PrevAndNext
(long regionId, long countryId, boolean active, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?.static Region[]
RegionUtil.findByC_A_PrevAndNext
(long regionId, long countryId, boolean active, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where countryId = ? and active = ?.CountryPersistence.findByC_A_S
(long companyId, boolean active, boolean shippingAllowed, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where companyId = ? and active = ? and shippingAllowed = ?.CountryPersistence.findByC_A_S
(long companyId, boolean active, boolean shippingAllowed, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where companyId = ? and active = ? and shippingAllowed = ?.CountryUtil.findByC_A_S
(long companyId, boolean active, boolean shippingAllowed, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where companyId = ? and active = ? and shippingAllowed = ?.CountryUtil.findByC_A_S
(long companyId, boolean active, boolean shippingAllowed, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where companyId = ? and active = ? and shippingAllowed = ?.CountryPersistence.findByC_A_S_First
(long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.static Country
CountryUtil.findByC_A_S_First
(long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.CountryPersistence.findByC_A_S_Last
(long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.static Country
CountryUtil.findByC_A_S_Last
(long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.Country[]
CountryPersistence.findByC_A_S_PrevAndNext
(long countryId, long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.static Country[]
CountryUtil.findByC_A_S_PrevAndNext
(long countryId, long companyId, boolean active, boolean shippingAllowed, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ? and shippingAllowed = ?.CountryPersistence.findByC_Active
(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where companyId = ? and active = ?.CountryPersistence.findByC_Active
(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where companyId = ? and active = ?.CountryUtil.findByC_Active
(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where companyId = ? and active = ?.CountryUtil.findByC_Active
(long companyId, boolean active, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where companyId = ? and active = ?.CountryPersistence.findByC_Active_First
(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ?.static Country
CountryUtil.findByC_Active_First
(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ? and active = ?.CountryPersistence.findByC_Active_Last
(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ?.static Country
CountryUtil.findByC_Active_Last
(long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ? and active = ?.Country[]
CountryPersistence.findByC_Active_PrevAndNext
(long countryId, long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ?.static Country[]
CountryUtil.findByC_Active_PrevAndNext
(long countryId, long companyId, boolean active, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ? and active = ?.AddressPersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.AddressPersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.AddressUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.AddressUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ?.ContactPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.ContactPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.ContactUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.ContactUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.EmailAddressPersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.static List<EmailAddress>
EmailAddressUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.static List<EmailAddress>
EmailAddressUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ?.GroupPersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and classNameId = ?.GroupPersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and classNameId = ?.GroupUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and classNameId = ?.GroupUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and classNameId = ?.PhonePersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where companyId = ? and classNameId = ?.PhonePersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ? and classNameId = ?.PhoneUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where companyId = ? and classNameId = ?.PhoneUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ? and classNameId = ?.WebsitePersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ? and classNameId = ?.WebsitePersistence.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ? and classNameId = ?.WebsiteUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ? and classNameId = ?.WebsiteUtil.findByC_C
(long companyId, long classNameId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ? and classNameId = ?.AddressPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.AddressUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.AddressUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.static List<EmailAddress>
EmailAddressUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.static List<EmailAddress>
EmailAddressUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ?.PhonePersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.PhonePersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.PhoneUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.PhoneUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ?.RolePersistence.findByC_C_C
(long companyId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = any ?.RolePersistence.findByC_C_C
(long companyId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.RoleUtil.findByC_C_C
(long companyId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = any ?.RoleUtil.findByC_C_C
(long companyId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.SubscriptionPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.static List<Subscription>
SubscriptionUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.static List<Subscription>
SubscriptionUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ?.TicketUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ?.TicketUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.WebsiteUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.WebsiteUtil.findByC_C_C
(long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Address
AddressUtil.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static EmailAddress
EmailAddressUtil.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.PhonePersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Phone
PhoneUtil.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Subscription
SubscriptionUtil.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Ticket
TicketUtil.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Website
WebsiteUtil.findByC_C_C_First
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_C_L
(long companyId, long classNameId, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = any ?.AddressPersistence.findByC_C_C_L
(long companyId, long classNameId, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?, optionally using the finder cache.AddressPersistence.findByC_C_C_L
(long companyId, long classNameId, long classPK, long listTypeId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.findByC_C_C_L
(long companyId, long classNameId, long classPK, long listTypeId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressUtil.findByC_C_C_L
(long companyId, long classNameId, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = any ?.AddressUtil.findByC_C_C_L
(long companyId, long classNameId, long classPK, long[] listTypeIds, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?, optionally using the finder cache.AddressUtil.findByC_C_C_L
(long companyId, long classNameId, long classPK, long listTypeId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressUtil.findByC_C_C_L
(long companyId, long classNameId, long classPK, long listTypeId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.findByC_C_C_L_First
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.static Address
AddressUtil.findByC_C_C_L_First
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.findByC_C_C_L_Last
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.static Address
AddressUtil.findByC_C_C_L_Last
(long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.Address[]
AddressPersistence.findByC_C_C_L_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.static Address[]
AddressUtil.findByC_C_C_L_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, long listTypeId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and listTypeId = ?.AddressPersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Address
AddressUtil.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static EmailAddress
EmailAddressUtil.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.PhonePersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Phone
PhoneUtil.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Subscription
SubscriptionUtil.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.TicketPersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Ticket
TicketUtil.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.WebsitePersistence.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Website
WebsiteUtil.findByC_C_C_Last
(long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.AddressPersistence.findByC_C_C_M
(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.findByC_C_C_M
(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressUtil.findByC_C_C_M
(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressUtil.findByC_C_C_M
(long companyId, long classNameId, long classPK, boolean mailing, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.findByC_C_C_M_First
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.static Address
AddressUtil.findByC_C_C_M_First
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.findByC_C_C_M_Last
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.static Address
AddressUtil.findByC_C_C_M_Last
(long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.Address[]
AddressPersistence.findByC_C_C_M_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.static Address[]
AddressUtil.findByC_C_C_M_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, boolean mailing, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and mailing = ?.AddressPersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressPersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static List<EmailAddress>
EmailAddressUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static List<EmailAddress>
EmailAddressUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ? and classNameId = ? and classPK = ? and primary = ?.PhonePersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.PhonePersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.PhoneUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.PhoneUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsiteUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsiteUtil.findByC_C_C_P
(long companyId, long classNameId, long classPK, boolean primary, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressPersistence.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Address
AddressUtil.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static EmailAddress
EmailAddressUtil.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.PhonePersistence.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Phone
PhoneUtil.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Website
WebsiteUtil.findByC_C_C_P_First
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.AddressPersistence.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Address
AddressUtil.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static EmailAddress
EmailAddressUtil.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.PhonePersistence.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Phone
PhoneUtil.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.WebsitePersistence.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Website
WebsiteUtil.findByC_C_C_P_Last
(long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.Address[]
AddressPersistence.findByC_C_C_P_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Address[]
AddressUtil.findByC_C_C_P_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.EmailAddressPersistence.findByC_C_C_P_PrevAndNext
(long emailAddressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static EmailAddress[]
EmailAddressUtil.findByC_C_C_P_PrevAndNext
(long emailAddressId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.Phone[]
PhonePersistence.findByC_C_C_P_PrevAndNext
(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Phone[]
PhoneUtil.findByC_C_C_P_PrevAndNext
(long phoneId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.Website[]
WebsitePersistence.findByC_C_C_P_PrevAndNext
(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.static Website[]
WebsiteUtil.findByC_C_C_P_PrevAndNext
(long websiteId, long companyId, long classNameId, long classPK, boolean primary, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ? and primary = ?.Address[]
AddressPersistence.findByC_C_C_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Address[]
AddressUtil.findByC_C_C_PrevAndNext
(long addressId, long companyId, long classNameId, long classPK, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_C_PrevAndNext
(long emailAddressId, long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static EmailAddress[]
EmailAddressUtil.findByC_C_C_PrevAndNext
(long emailAddressId, long companyId, long classNameId, long classPK, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ? and classPK = ?.Phone[]
PhonePersistence.findByC_C_C_PrevAndNext
(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Phone[]
PhoneUtil.findByC_C_C_PrevAndNext
(long phoneId, long companyId, long classNameId, long classPK, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ? and classPK = ?.SubscriptionPersistence.findByC_C_C_PrevAndNext
(long subscriptionId, long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Subscription[]
SubscriptionUtil.findByC_C_C_PrevAndNext
(long subscriptionId, long companyId, long classNameId, long classPK, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the subscriptions before and after the current subscription in the ordered set where companyId = ? and classNameId = ? and classPK = ?.Ticket[]
TicketPersistence.findByC_C_C_PrevAndNext
(long ticketId, long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the tickets before and after the current ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Ticket[]
TicketUtil.findByC_C_C_PrevAndNext
(long ticketId, long companyId, long classNameId, long classPK, OrderByComparator<Ticket> orderByComparator) Returns the tickets before and after the current ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ?.Website[]
WebsitePersistence.findByC_C_C_PrevAndNext
(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.static Website[]
WebsiteUtil.findByC_C_C_PrevAndNext
(long websiteId, long companyId, long classNameId, long classPK, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ? and classPK = ?.RolePersistence.findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = any ? and type = ?.RolePersistence.findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = ? and type = ?, optionally using the finder cache.RoleUtil.findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = any ? and type = ?.RoleUtil.findByC_C_C_T
(long companyId, long classNameId, long[] classPKs, int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and classNameId = ? and classPK = ? and type = ?, optionally using the finder cache.TicketPersistence.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketPersistence.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketUtil.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketUtil.findByC_C_C_T
(long companyId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketPersistence.findByC_C_C_T_First
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.static Ticket
TicketUtil.findByC_C_C_T_First
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.TicketPersistence.findByC_C_C_T_Last
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.static Ticket
TicketUtil.findByC_C_C_T_Last
(long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.Ticket[]
TicketPersistence.findByC_C_C_T_PrevAndNext
(long ticketId, long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the tickets before and after the current ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.static Ticket[]
TicketUtil.findByC_C_C_T_PrevAndNext
(long ticketId, long companyId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the tickets before and after the current ticket in the ordered set where companyId = ? and classNameId = ? and classPK = ? and type = ?.AddressPersistence.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ?.static Address
AddressUtil.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ? and classNameId = ?.ContactPersistence.findByC_C_First
(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where classNameId = ? and classPK = ?.static Contact
ContactUtil.findByC_C_First
(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_First
(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ?.static EmailAddress
EmailAddressUtil.findByC_C_First
(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ? and classNameId = ?.GroupPersistence.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ?.static Group
GroupUtil.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ?.PhonePersistence.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ?.static Phone
PhoneUtil.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ? and classNameId = ?.WebsitePersistence.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ?.static Website
WebsiteUtil.findByC_C_First
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ? and classNameId = ?.AddressPersistence.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ?.static Address
AddressUtil.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ? and classNameId = ?.ContactPersistence.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where classNameId = ? and classPK = ?.static Contact
ContactUtil.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ?.static EmailAddress
EmailAddressUtil.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ? and classNameId = ?.GroupPersistence.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ?.static Group
GroupUtil.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ?.PhonePersistence.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ?.static Phone
PhoneUtil.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ? and classNameId = ?.WebsitePersistence.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ?.static Website
WebsiteUtil.findByC_C_Last
(long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ? and classNameId = ?.GroupPersistence.findByC_C_P
(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByC_C_P
(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.GroupUtil.findByC_C_P
(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.GroupUtil.findByC_C_P
(long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByC_C_P_First
(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.static Group
GroupUtil.findByC_C_P_First
(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByC_C_P_Last
(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.static Group
GroupUtil.findByC_C_P_Last
(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.Group[]
GroupPersistence.findByC_C_P_PrevAndNext
(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.static Group[]
GroupUtil.findByC_C_P_PrevAndNext
(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.GroupFinder.findByC_C_PG_N_D
(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) GroupFinderUtil.findByC_C_PG_N_D
(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator) Address[]
AddressPersistence.findByC_C_PrevAndNext
(long addressId, long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.static Address[]
AddressUtil.findByC_C_PrevAndNext
(long addressId, long companyId, long classNameId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ? and classNameId = ?.Contact[]
ContactPersistence.findByC_C_PrevAndNext
(long contactId, long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?.static Contact[]
ContactUtil.findByC_C_PrevAndNext
(long contactId, long classNameId, long classPK, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where classNameId = ? and classPK = ?.EmailAddressPersistence.findByC_C_PrevAndNext
(long emailAddressId, long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?.static EmailAddress[]
EmailAddressUtil.findByC_C_PrevAndNext
(long emailAddressId, long companyId, long classNameId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ? and classNameId = ?.Group[]
GroupPersistence.findByC_C_PrevAndNext
(long groupId, long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?.static Group[]
GroupUtil.findByC_C_PrevAndNext
(long groupId, long companyId, long classNameId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?.Phone[]
PhonePersistence.findByC_C_PrevAndNext
(long phoneId, long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?.static Phone[]
PhoneUtil.findByC_C_PrevAndNext
(long phoneId, long companyId, long classNameId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where companyId = ? and classNameId = ?.Website[]
WebsitePersistence.findByC_C_PrevAndNext
(long websiteId, long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.static Website[]
WebsiteUtil.findByC_C_PrevAndNext
(long websiteId, long companyId, long classNameId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ? and classNameId = ?.GroupPersistence.findByC_C_S
(long companyId, long classNameId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and site = ?.GroupPersistence.findByC_C_S
(long companyId, long classNameId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and site = ?.GroupUtil.findByC_C_S
(long companyId, long classNameId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and site = ?.GroupUtil.findByC_C_S
(long companyId, long classNameId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and classNameId = ? and site = ?.GroupPersistence.findByC_C_S_First
(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and site = ?.static Group
GroupUtil.findByC_C_S_First
(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and classNameId = ? and site = ?.GroupPersistence.findByC_C_S_Last
(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and site = ?.static Group
GroupUtil.findByC_C_S_Last
(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and classNameId = ? and site = ?.Group[]
GroupPersistence.findByC_C_S_PrevAndNext
(long groupId, long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and site = ?.static Group[]
GroupUtil.findByC_C_S_PrevAndNext
(long groupId, long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and site = ?.TicketPersistence.findByC_C_T
(long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.TicketPersistence.findByC_C_T
(long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.TicketUtil.findByC_C_T
(long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator) Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.TicketUtil.findByC_C_T
(long classNameId, long classPK, int type, int start, int end, OrderByComparator<Ticket> orderByComparator, boolean useFinderCache) Returns an ordered range of all the tickets where classNameId = ? and classPK = ? and type = ?.TicketPersistence.findByC_C_T_First
(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.static Ticket
TicketUtil.findByC_C_T_First
(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the first ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.TicketPersistence.findByC_C_T_Last
(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.static Ticket
TicketUtil.findByC_C_T_Last
(long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the last ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.Ticket[]
TicketPersistence.findByC_C_T_PrevAndNext
(long ticketId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the tickets before and after the current ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.static Ticket[]
TicketUtil.findByC_C_T_PrevAndNext
(long ticketId, long classNameId, long classPK, int type, OrderByComparator<Ticket> orderByComparator) Returns the tickets before and after the current ticket in the ordered set where classNameId = ? and classPK = ? and type = ?.UserPersistence.findByC_CD
(long companyId, Date createDate, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where companyId = ? and createDate = ?.UserPersistence.findByC_CD
(long companyId, Date createDate, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where companyId = ? and createDate = ?.UserUtil.findByC_CD
(long companyId, Date createDate, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where companyId = ? and createDate = ?.UserUtil.findByC_CD
(long companyId, Date createDate, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where companyId = ? and createDate = ?.UserPersistence.findByC_CD_First
(long companyId, Date createDate, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and createDate = ?.static User
UserUtil.findByC_CD_First
(long companyId, Date createDate, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and createDate = ?.UserPersistence.findByC_CD_Last
(long companyId, Date createDate, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and createDate = ?.static User
UserUtil.findByC_CD_Last
(long companyId, Date createDate, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and createDate = ?.UserPersistence.findByC_CD_MD
(long companyId, Date createDate, Date modifiedDate, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.UserPersistence.findByC_CD_MD
(long companyId, Date createDate, Date modifiedDate, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.UserUtil.findByC_CD_MD
(long companyId, Date createDate, Date modifiedDate, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.UserUtil.findByC_CD_MD
(long companyId, Date createDate, Date modifiedDate, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where companyId = ? and createDate = ? and modifiedDate = ?.UserPersistence.findByC_CD_MD_First
(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.static User
UserUtil.findByC_CD_MD_First
(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.UserPersistence.findByC_CD_MD_Last
(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.static User
UserUtil.findByC_CD_MD_Last
(long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.User[]
UserPersistence.findByC_CD_MD_PrevAndNext
(long userId, long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.static User[]
UserUtil.findByC_CD_MD_PrevAndNext
(long userId, long companyId, Date createDate, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ? and modifiedDate = ?.User[]
UserPersistence.findByC_CD_PrevAndNext
(long userId, long companyId, Date createDate, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.static User[]
UserUtil.findByC_CD_PrevAndNext
(long userId, long companyId, Date createDate, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and createDate = ?.GroupPersistence.findByC_CPK
(long classNameId, long classPK, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where classNameId = ? and classPK = ?.GroupPersistence.findByC_CPK
(long classNameId, long classPK, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where classNameId = ? and classPK = ?.GroupUtil.findByC_CPK
(long classNameId, long classPK, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where classNameId = ? and classPK = ?.GroupUtil.findByC_CPK
(long classNameId, long classPK, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where classNameId = ? and classPK = ?.GroupPersistence.findByC_CPK_First
(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where classNameId = ? and classPK = ?.static Group
GroupUtil.findByC_CPK_First
(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where classNameId = ? and classPK = ?.GroupPersistence.findByC_CPK_Last
(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where classNameId = ? and classPK = ?.static Group
GroupUtil.findByC_CPK_Last
(long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where classNameId = ? and classPK = ?.Group[]
GroupPersistence.findByC_CPK_PrevAndNext
(long groupId, long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where classNameId = ? and classPK = ?.static Group[]
GroupUtil.findByC_CPK_PrevAndNext
(long groupId, long classNameId, long classPK, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where classNameId = ? and classPK = ?.LayoutFriendlyURLPersistence.findByC_F
(long companyId, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByC_F
(long companyId, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByC_F
(long companyId, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByC_F
(long companyId, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByC_F_First
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByC_F_First
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByC_F_Last
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByC_F_Last
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByC_F_PrevAndNext
(long layoutFriendlyURLId, long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByC_F_PrevAndNext
(long layoutFriendlyURLId, long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.UserFinder.findByC_FN_MN_LN_SN_EA_S
(long companyId, String[] firstNames, String[] middleNames, String[] lastNames, String[] screenNames, String[] emailAddresses, int status, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<User> orderByComparator) UserFinder.findByC_FN_MN_LN_SN_EA_S
(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<User> orderByComparator) UserFinderUtil.findByC_FN_MN_LN_SN_EA_S
(long companyId, String[] firstNames, String[] middleNames, String[] lastNames, String[] screenNames, String[] emailAddresses, int status, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<User> orderByComparator) UserFinderUtil.findByC_FN_MN_LN_SN_EA_S
(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<User> orderByComparator) GroupPersistence.findByC_GK
(long companyId, String[] groupKeys, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and groupKey = any ?.GroupPersistence.findByC_GK
(long companyId, String[] groupKeys, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and groupKey = ?, optionally using the finder cache.GroupUtil.findByC_GK
(long companyId, String[] groupKeys, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and groupKey = any ?.GroupUtil.findByC_GK
(long companyId, String[] groupKeys, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and groupKey = ?, optionally using the finder cache.LayoutPersistence.findByC_L
(long companyId, String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.LayoutPersistence.findByC_L
(long companyId, String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.LayoutSetPersistence.findByC_L
(long companyId, String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByC_L
(long companyId, String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetUtil.findByC_L
(long companyId, String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.LayoutSetUtil.findByC_L
(long companyId, String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets where companyId = ? and layoutSetPrototypeUuid = ?.LayoutUtil.findByC_L
(long companyId, String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.LayoutUtil.findByC_L
(long companyId, String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where companyId = ? and layoutPrototypeUuid = ?.VirtualHostPersistence.findByC_L
(long companyId, long layoutSetId, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where companyId = ? and layoutSetId = ?.VirtualHostPersistence.findByC_L
(long companyId, long layoutSetId, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where companyId = ? and layoutSetId = ?.static List<VirtualHost>
VirtualHostUtil.findByC_L
(long companyId, long layoutSetId, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where companyId = ? and layoutSetId = ?.static List<VirtualHost>
VirtualHostUtil.findByC_L
(long companyId, long layoutSetId, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where companyId = ? and layoutSetId = ?.LayoutPersistence.findByC_L_First
(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.LayoutSetPersistence.findByC_L_First
(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static LayoutSet
LayoutSetUtil.findByC_L_First
(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static Layout
LayoutUtil.findByC_L_First
(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.VirtualHostPersistence.findByC_L_First
(long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where companyId = ? and layoutSetId = ?.static VirtualHost
VirtualHostUtil.findByC_L_First
(long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where companyId = ? and layoutSetId = ?.LayoutPersistence.findByC_L_Last
(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.LayoutSetPersistence.findByC_L_Last
(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static LayoutSet
LayoutSetUtil.findByC_L_Last
(long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static Layout
LayoutUtil.findByC_L_Last
(long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.VirtualHostPersistence.findByC_L_Last
(long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where companyId = ? and layoutSetId = ?.static VirtualHost
VirtualHostUtil.findByC_L_Last
(long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where companyId = ? and layoutSetId = ?.Layout[]
LayoutPersistence.findByC_L_PrevAndNext
(long plid, long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.LayoutSetPersistence.findByC_L_PrevAndNext
(long layoutSetId, long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static LayoutSet[]
LayoutSetUtil.findByC_L_PrevAndNext
(long layoutSetId, long companyId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where companyId = ? and layoutSetPrototypeUuid = ?.static Layout[]
LayoutUtil.findByC_L_PrevAndNext
(long plid, long companyId, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where companyId = ? and layoutPrototypeUuid = ?.VirtualHostPersistence.findByC_L_PrevAndNext
(long virtualHostId, long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the virtual hosts before and after the current virtual host in the ordered set where companyId = ? and layoutSetId = ?.static VirtualHost[]
VirtualHostUtil.findByC_L_PrevAndNext
(long virtualHostId, long companyId, long layoutSetId, OrderByComparator<VirtualHost> orderByComparator) Returns the virtual hosts before and after the current virtual host in the ordered set where companyId = ? and layoutSetId = ?.OrganizationPersistence.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and name LIKE ?.UserGroupPersistence.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where companyId = ? and name LIKE ?.UserGroupPersistence.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where companyId = ? and name LIKE ?.UserGroupUtil.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where companyId = ? and name LIKE ?.UserGroupUtil.findByC_LikeN
(long companyId, String name, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeN_First
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and name LIKE ?.static Organization
OrganizationUtil.findByC_LikeN_First
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and name LIKE ?.UserGroupPersistence.findByC_LikeN_First
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and name LIKE ?.static UserGroup
UserGroupUtil.findByC_LikeN_First
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeN_Last
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and name LIKE ?.static Organization
OrganizationUtil.findByC_LikeN_Last
(long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and name LIKE ?.UserGroupPersistence.findByC_LikeN_Last
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and name LIKE ?.static UserGroup
UserGroupUtil.findByC_LikeN_Last
(long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and name LIKE ?.OrganizationPersistence.findByC_LikeN_PrevAndNext
(long organizationId, long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and name LIKE ?.static Organization[]
OrganizationUtil.findByC_LikeN_PrevAndNext
(long organizationId, long companyId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and name LIKE ?.UserGroupPersistence.findByC_LikeN_PrevAndNext
(long userGroupId, long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ? and name LIKE ?.static UserGroup[]
UserGroupUtil.findByC_LikeN_PrevAndNext
(long userGroupId, long companyId, String name, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ? and name LIKE ?.GroupPersistence.findByC_LikeN_S
(long companyId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_LikeN_S
(long companyId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and name LIKE ? and site = ?.GroupUtil.findByC_LikeN_S
(long companyId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and name LIKE ? and site = ?.GroupUtil.findByC_LikeN_S
(long companyId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_LikeN_S_First
(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and name LIKE ? and site = ?.static Group
GroupUtil.findByC_LikeN_S_First
(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_LikeN_S_Last
(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and name LIKE ? and site = ?.static Group
GroupUtil.findByC_LikeN_S_Last
(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and name LIKE ? and site = ?.Group[]
GroupPersistence.findByC_LikeN_S_PrevAndNext
(long groupId, long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and name LIKE ? and site = ?.static Group[]
GroupUtil.findByC_LikeN_S_PrevAndNext
(long groupId, long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and name LIKE ? and site = ?.ResourcePermissionPersistence.findByC_LikeP
(long companyId, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.ResourcePermissionPersistence.findByC_LikeP
(long companyId, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.static List<ResourcePermission>
ResourcePermissionUtil.findByC_LikeP
(long companyId, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.static List<ResourcePermission>
ResourcePermissionUtil.findByC_LikeP
(long companyId, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.ResourcePermissionPersistence.findByC_LikeP_First
(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.static ResourcePermission
ResourcePermissionUtil.findByC_LikeP_First
(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.ResourcePermissionPersistence.findByC_LikeP_Last
(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.static ResourcePermission
ResourcePermissionUtil.findByC_LikeP_Last
(long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.ResourcePermissionPersistence.findByC_LikeP_PrevAndNext
(long resourcePermissionId, long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.static ResourcePermission[]
ResourcePermissionUtil.findByC_LikeP_PrevAndNext
(long resourcePermissionId, long companyId, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.OrganizationPersistence.findByC_LikeT
(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.OrganizationPersistence.findByC_LikeT
(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.static List<Organization>
OrganizationUtil.findByC_LikeT
(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.static List<Organization>
OrganizationUtil.findByC_LikeT
(long companyId, String treePath, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and treePath LIKE ?.OrganizationPersistence.findByC_LikeT_First
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.static Organization
OrganizationUtil.findByC_LikeT_First
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and treePath LIKE ?.OrganizationPersistence.findByC_LikeT_Last
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.static Organization
OrganizationUtil.findByC_LikeT_Last
(long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and treePath LIKE ?.OrganizationPersistence.findByC_LikeT_PrevAndNext
(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.static Organization[]
OrganizationUtil.findByC_LikeT_PrevAndNext
(long organizationId, long companyId, String treePath, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and treePath LIKE ?.GroupPersistence.findByC_LikeT_S
(long companyId, String treePath, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.GroupPersistence.findByC_LikeT_S
(long companyId, String treePath, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.GroupUtil.findByC_LikeT_S
(long companyId, String treePath, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.GroupUtil.findByC_LikeT_S
(long companyId, String treePath, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and treePath LIKE ? and site = ?.GroupPersistence.findByC_LikeT_S_First
(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.static Group
GroupUtil.findByC_LikeT_S_First
(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.GroupPersistence.findByC_LikeT_S_Last
(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.static Group
GroupUtil.findByC_LikeT_S_Last
(long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.Group[]
GroupPersistence.findByC_LikeT_S_PrevAndNext
(long groupId, long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.static Group[]
GroupUtil.findByC_LikeT_S_PrevAndNext
(long groupId, long companyId, String treePath, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.UserPersistence.findByC_MD
(long companyId, Date modifiedDate, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.UserPersistence.findByC_MD
(long companyId, Date modifiedDate, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.UserUtil.findByC_MD
(long companyId, Date modifiedDate, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.UserUtil.findByC_MD
(long companyId, Date modifiedDate, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where companyId = ? and modifiedDate = ?.UserPersistence.findByC_MD_First
(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.static User
UserUtil.findByC_MD_First
(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and modifiedDate = ?.UserPersistence.findByC_MD_Last
(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.static User
UserUtil.findByC_MD_Last
(long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and modifiedDate = ?.User[]
UserPersistence.findByC_MD_PrevAndNext
(long userId, long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.static User[]
UserUtil.findByC_MD_PrevAndNext
(long userId, long companyId, Date modifiedDate, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and modifiedDate = ?.PasswordPolicyFinder.findByC_N
(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) static List<PasswordPolicy>
PasswordPolicyFinderUtil.findByC_N
(long companyId, String name, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) UserGroupFinder.findByC_N_D
(long companyId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinder.findByC_N_D
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinderUtil.findByC_N_D
(long companyId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinderUtil.findByC_N_D
(long companyId, String name, String description, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> orderByComparator) RoleFinder.findByC_N_D_T
(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.findByC_N_D_T
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.findByC_N_D_T
(long companyId, String[] names, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.findByC_N_D_T
(long companyId, String name, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) ResourcePermissionPersistence.findByC_N_S
(long companyId, String name, int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.ResourcePermissionPersistence.findByC_N_S
(long companyId, String name, int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByC_N_S
(long companyId, String name, int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByC_N_S
(long companyId, String name, int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.ResourcePermissionPersistence.findByC_N_S_First
(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.static ResourcePermission
ResourcePermissionUtil.findByC_N_S_First
(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.ResourcePermissionPersistence.findByC_N_S_Last
(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.static ResourcePermission
ResourcePermissionUtil.findByC_N_S_Last
(long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.ResourcePermissionPersistence.findByC_N_S_P
(long companyId, String name, int scope, String[] primKeys, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = any ?.ResourcePermissionPersistence.findByC_N_S_P
(long companyId, String name, int scope, String[] primKeys, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?, optionally using the finder cache.ResourcePermissionPersistence.findByC_N_S_P
(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.ResourcePermissionPersistence.findByC_N_S_P
(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByC_N_S_P
(long companyId, String name, int scope, String[] primKeys, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = any ?.static List<ResourcePermission>
ResourcePermissionUtil.findByC_N_S_P
(long companyId, String name, int scope, String[] primKeys, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?, optionally using the finder cache.static List<ResourcePermission>
ResourcePermissionUtil.findByC_N_S_P
(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByC_N_S_P
(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.ResourcePermissionPersistence.findByC_N_S_P_First
(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.static ResourcePermission
ResourcePermissionUtil.findByC_N_S_P_First
(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.ResourcePermissionPersistence.findByC_N_S_P_Last
(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.static ResourcePermission
ResourcePermissionUtil.findByC_N_S_P_Last
(long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.ResourcePermissionPersistence.findByC_N_S_P_PrevAndNext
(long resourcePermissionId, long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.static ResourcePermission[]
ResourcePermissionUtil.findByC_N_S_P_PrevAndNext
(long resourcePermissionId, long companyId, String name, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.ResourcePermissionPersistence.findByC_N_S_P_R
(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.ResourcePermissionPersistence.findByC_N_S_P_R
(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?, optionally using the finder cache.static List<ResourcePermission>
ResourcePermissionUtil.findByC_N_S_P_R
(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.static List<ResourcePermission>
ResourcePermissionUtil.findByC_N_S_P_R
(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?, optionally using the finder cache.ResourcePermissionPersistence.findByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.ResourcePermissionPersistence.findByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?, optionally using the finder cache.ResourcePermissionPersistence.findByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.ResourcePermissionPersistence.findByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = any ? and viewActionId = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?, optionally using the finder cache.static List<ResourcePermission>
ResourcePermissionUtil.findByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByC_N_S_P_R_V
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.ResourcePermissionPersistence.findByC_N_S_P_R_V_First
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.static ResourcePermission
ResourcePermissionUtil.findByC_N_S_P_R_V_First
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.ResourcePermissionPersistence.findByC_N_S_P_R_V_Last
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.static ResourcePermission
ResourcePermissionUtil.findByC_N_S_P_R_V_Last
(long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.ResourcePermissionPersistence.findByC_N_S_P_R_V_PrevAndNext
(long resourcePermissionId, long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.static ResourcePermission[]
ResourcePermissionUtil.findByC_N_S_P_R_V_PrevAndNext
(long resourcePermissionId, long companyId, String name, int scope, long primKeyId, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKeyId = ? and roleId = ? and viewActionId = ?.ResourcePermissionPersistence.findByC_N_S_PrevAndNext
(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.static ResourcePermission[]
ResourcePermissionUtil.findByC_N_S_PrevAndNext
(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.ResourcePermissionPersistence.findByC_N_S_R
(long companyId, String name, int scope, long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ?.ResourcePermissionPersistence.findByC_N_S_R
(long companyId, String name, int scope, long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByC_N_S_R
(long companyId, String name, int scope, long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByC_N_S_R
(long companyId, String name, int scope, long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ?.ResourcePermissionPersistence.findByC_N_S_R_First
(long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.static ResourcePermission
ResourcePermissionUtil.findByC_N_S_R_First
(long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.ResourcePermissionPersistence.findByC_N_S_R_Last
(long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.static ResourcePermission
ResourcePermissionUtil.findByC_N_S_R_Last
(long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.ResourcePermissionPersistence.findByC_N_S_R_PrevAndNext
(long resourcePermissionId, long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.static ResourcePermission[]
ResourcePermissionUtil.findByC_N_S_R_PrevAndNext
(long resourcePermissionId, long companyId, String name, int scope, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ?.ResourcePermissionPersistence.findByC_N_S_R_V
(long companyId, String name, int scope, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = any ? and viewActionId = ?.ResourcePermissionPersistence.findByC_N_S_R_V
(long companyId, String name, int scope, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?, optionally using the finder cache.ResourcePermissionPersistence.findByC_N_S_R_V
(long companyId, String name, int scope, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.ResourcePermissionPersistence.findByC_N_S_R_V
(long companyId, String name, int scope, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByC_N_S_R_V
(long companyId, String name, int scope, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = any ? and viewActionId = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByC_N_S_R_V
(long companyId, String name, int scope, long[] roleIds, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?, optionally using the finder cache.static List<ResourcePermission>
ResourcePermissionUtil.findByC_N_S_R_V
(long companyId, String name, int scope, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByC_N_S_R_V
(long companyId, String name, int scope, long roleId, boolean viewActionId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.ResourcePermissionPersistence.findByC_N_S_R_V_First
(long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.static ResourcePermission
ResourcePermissionUtil.findByC_N_S_R_V_First
(long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.ResourcePermissionPersistence.findByC_N_S_R_V_Last
(long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.static ResourcePermission
ResourcePermissionUtil.findByC_N_S_R_V_Last
(long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.ResourcePermissionPersistence.findByC_N_S_R_V_PrevAndNext
(long resourcePermissionId, long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.static ResourcePermission[]
ResourcePermissionUtil.findByC_N_S_R_V_PrevAndNext
(long resourcePermissionId, long companyId, String name, int scope, long roleId, boolean viewActionId, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and roleId = ? and viewActionId = ?.PortletPreferenceValuePersistence.findByC_N_SV
(long companyId, String name, String smallValue, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values where companyId = ? and name = ? and smallValue = ?.PortletPreferenceValuePersistence.findByC_N_SV
(long companyId, String name, String smallValue, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values where companyId = ? and name = ? and smallValue = ?.static List<PortletPreferenceValue>
PortletPreferenceValueUtil.findByC_N_SV
(long companyId, String name, String smallValue, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values where companyId = ? and name = ? and smallValue = ?.static List<PortletPreferenceValue>
PortletPreferenceValueUtil.findByC_N_SV
(long companyId, String name, String smallValue, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values where companyId = ? and name = ? and smallValue = ?.PortletPreferenceValuePersistence.findByC_N_SV_First
(long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.static PortletPreferenceValue
PortletPreferenceValueUtil.findByC_N_SV_First
(long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.PortletPreferenceValuePersistence.findByC_N_SV_Last
(long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.static PortletPreferenceValue
PortletPreferenceValueUtil.findByC_N_SV_Last
(long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.PortletPreferenceValuePersistence.findByC_N_SV_PrevAndNext
(long portletPreferenceValueId, long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the portlet preference values before and after the current portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.static PortletPreferenceValue[]
PortletPreferenceValueUtil.findByC_N_SV_PrevAndNext
(long portletPreferenceValueId, long companyId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the portlet preference values before and after the current portlet preference value in the ordered set where companyId = ? and name = ? and smallValue = ?.RoleFinder.findByC_N_T_D_T
(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.findByC_N_T_D_T
(long companyId, String name, String title, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.findByC_N_T_D_T
(long companyId, String[] names, String[] titles, String[] descriptions, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.findByC_N_T_D_T
(long companyId, String name, String title, String description, Integer[] types, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Role> orderByComparator) PortletPreferencesPersistence.findByC_O_O_LikeP
(long companyId, long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.PortletPreferencesPersistence.findByC_O_O_LikeP
(long companyId, long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static List<PortletPreferences>
PortletPreferencesUtil.findByC_O_O_LikeP
(long companyId, long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static List<PortletPreferences>
PortletPreferencesUtil.findByC_O_O_LikeP
(long companyId, long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.PortletPreferencesPersistence.findByC_O_O_LikeP_First
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static PortletPreferences
PortletPreferencesUtil.findByC_O_O_LikeP_First
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.PortletPreferencesPersistence.findByC_O_O_LikeP_Last
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static PortletPreferences
PortletPreferencesUtil.findByC_O_O_LikeP_Last
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.PortletPreferencesPersistence.findByC_O_O_LikeP_PrevAndNext
(long portletPreferencesId, long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static PortletPreferences[]
PortletPreferencesUtil.findByC_O_O_LikeP_PrevAndNext
(long portletPreferencesId, long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.GroupPersistence.findByC_P
(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.GroupPersistence.findByC_P
(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.GroupUtil.findByC_P
(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.GroupUtil.findByC_P
(long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ?.OrganizationPersistence.findByC_P
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByC_P
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.findByC_P
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.findByC_P
(long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ?.UserGroupPersistence.findByC_P
(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByC_P
(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.UserGroupUtil.findByC_P
(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.UserGroupUtil.findByC_P
(long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where companyId = ? and parentUserGroupId = ?.GroupPersistence.findByC_P_First
(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.static Group
GroupUtil.findByC_P_First
(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.OrganizationPersistence.findByC_P_First
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.findByC_P_First
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ?.UserGroupPersistence.findByC_P_First
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.findByC_P_First
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.GroupPersistence.findByC_P_Last
(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.static Group
GroupUtil.findByC_P_Last
(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.OrganizationPersistence.findByC_P_Last
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.findByC_P_Last
(long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ?.UserGroupPersistence.findByC_P_Last
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.findByC_P_Last
(long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.OrganizationPersistence.findByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.findByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.static List<Organization>
OrganizationUtil.findByC_P_LikeN
(long companyId, long parentOrganizationId, String name, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByC_P_LikeN_First
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization
OrganizationUtil.findByC_P_LikeN_First
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByC_P_LikeN_Last
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization
OrganizationUtil.findByC_P_LikeN_Last
(long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.OrganizationPersistence.findByC_P_LikeN_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.static Organization[]
OrganizationUtil.findByC_P_LikeN_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, String name, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ? and name LIKE ?.GroupPersistence.findByC_P_LikeN_S
(long companyId, long parentGroupId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_P_LikeN_S
(long companyId, long parentGroupId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupUtil.findByC_P_LikeN_S
(long companyId, long parentGroupId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupUtil.findByC_P_LikeN_S
(long companyId, long parentGroupId, String name, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_P_LikeN_S_First
(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.static Group
GroupUtil.findByC_P_LikeN_S_First
(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.GroupPersistence.findByC_P_LikeN_S_Last
(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.static Group
GroupUtil.findByC_P_LikeN_S_Last
(long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.Group[]
GroupPersistence.findByC_P_LikeN_S_PrevAndNext
(long groupId, long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.static Group[]
GroupUtil.findByC_P_LikeN_S_PrevAndNext
(long groupId, long companyId, long parentGroupId, String name, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.Group[]
GroupPersistence.findByC_P_PrevAndNext
(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?.static Group[]
GroupUtil.findByC_P_PrevAndNext
(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?.OrganizationPersistence.findByC_P_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.static Organization[]
OrganizationUtil.findByC_P_PrevAndNext
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ? and parentOrganizationId = ?.UserGroupPersistence.findByC_P_PrevAndNext
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.static UserGroup[]
UserGroupUtil.findByC_P_PrevAndNext
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.GroupPersistence.findByC_P_S
(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByC_P_S
(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.GroupUtil.findByC_P_S
(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.GroupUtil.findByC_P_S
(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByC_P_S_First
(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.static Group
GroupUtil.findByC_P_S_First
(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByC_P_S_I
(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.findByC_P_S_I
(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupUtil.findByC_P_S_I
(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupUtil.findByC_P_S_I
(long companyId, long parentGroupId, boolean site, boolean inheritContent, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.findByC_P_S_I_First
(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.static Group
GroupUtil.findByC_P_S_I_First
(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.findByC_P_S_I_Last
(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.static Group
GroupUtil.findByC_P_S_I_Last
(long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.Group[]
GroupPersistence.findByC_P_S_I_PrevAndNext
(long groupId, long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.static Group[]
GroupUtil.findByC_P_S_I_PrevAndNext
(long groupId, long companyId, long parentGroupId, boolean site, boolean inheritContent, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.GroupPersistence.findByC_P_S_Last
(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.static Group
GroupUtil.findByC_P_S_Last
(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.Group[]
GroupPersistence.findByC_P_S_PrevAndNext
(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.static Group[]
GroupUtil.findByC_P_S_PrevAndNext
(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByC_S
(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and site = ?.GroupPersistence.findByC_S
(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and site = ?.GroupUtil.findByC_S
(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and site = ?.GroupUtil.findByC_S
(long companyId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and site = ?.UserPersistence.findByC_S
(long companyId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where companyId = ? and status = ?.UserPersistence.findByC_S
(long companyId, int status, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where companyId = ? and status = ?.UserUtil.findByC_S
(long companyId, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where companyId = ? and status = ?.UserUtil.findByC_S
(long companyId, int status, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where companyId = ? and status = ?.GroupPersistence.findByC_S_A
(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and site = ? and active = ?.GroupPersistence.findByC_S_A
(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and site = ? and active = ?.GroupUtil.findByC_S_A
(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ? and site = ? and active = ?.GroupUtil.findByC_S_A
(long companyId, boolean site, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ? and site = ? and active = ?.GroupPersistence.findByC_S_A_First
(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ? and active = ?.static Group
GroupUtil.findByC_S_A_First
(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ? and active = ?.GroupPersistence.findByC_S_A_Last
(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ? and active = ?.static Group
GroupUtil.findByC_S_A_Last
(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ? and active = ?.Group[]
GroupPersistence.findByC_S_A_PrevAndNext
(long groupId, long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and site = ? and active = ?.static Group[]
GroupUtil.findByC_S_A_PrevAndNext
(long groupId, long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and site = ? and active = ?.GroupPersistence.findByC_S_First
(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ?.static Group
GroupUtil.findByC_S_First
(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ? and site = ?.UserPersistence.findByC_S_First
(long companyId, int status, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and status = ?.static User
UserUtil.findByC_S_First
(long companyId, int status, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and status = ?.GroupPersistence.findByC_S_Last
(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ?.static Group
GroupUtil.findByC_S_Last
(long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ? and site = ?.UserPersistence.findByC_S_Last
(long companyId, int status, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and status = ?.static User
UserUtil.findByC_S_Last
(long companyId, int status, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and status = ?.ResourcePermissionPersistence.findByC_S_P
(long companyId, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.ResourcePermissionPersistence.findByC_S_P
(long companyId, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByC_S_P
(long companyId, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByC_S_P
(long companyId, int scope, String primKey, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where companyId = ? and scope = ? and primKey = ?.ResourcePermissionPersistence.findByC_S_P_First
(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.static ResourcePermission
ResourcePermissionUtil.findByC_S_P_First
(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.ResourcePermissionPersistence.findByC_S_P_Last
(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.static ResourcePermission
ResourcePermissionUtil.findByC_S_P_Last
(long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.ResourcePermissionPersistence.findByC_S_P_PrevAndNext
(long resourcePermissionId, long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.static ResourcePermission[]
ResourcePermissionUtil.findByC_S_P_PrevAndNext
(long resourcePermissionId, long companyId, int scope, String primKey, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and scope = ? and primKey = ?.Group[]
GroupPersistence.findByC_S_PrevAndNext
(long groupId, long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?.static Group[]
GroupUtil.findByC_S_PrevAndNext
(long groupId, long companyId, boolean site, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?.User[]
UserPersistence.findByC_S_PrevAndNext
(long userId, long companyId, int status, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.static User[]
UserUtil.findByC_S_PrevAndNext
(long userId, long companyId, int status, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and status = ?.ListTypePersistence.findByC_T
(long companyId, String type, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where companyId = ? and type = ?.ListTypePersistence.findByC_T
(long companyId, String type, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where companyId = ? and type = ?.ListTypeUtil.findByC_T
(long companyId, String type, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where companyId = ? and type = ?.ListTypeUtil.findByC_T
(long companyId, String type, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where companyId = ? and type = ?.RolePersistence.findByC_T
(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and type = any ?.RolePersistence.findByC_T
(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and type = ?, optionally using the finder cache.RolePersistence.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and type = ?.RolePersistence.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and type = ?.RoleUtil.findByC_T
(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and type = any ?.RoleUtil.findByC_T
(long companyId, int[] types, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and type = ?, optionally using the finder cache.RoleUtil.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ? and type = ?.RoleUtil.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ? and type = ?.UserPersistence.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where companyId = ? and type = ?.UserPersistence.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where companyId = ? and type = ?.UserUtil.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where companyId = ? and type = ?.UserUtil.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where companyId = ? and type = ?.ListTypePersistence.findByC_T_First
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ? and type = ?.static ListType
ListTypeUtil.findByC_T_First
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ? and type = ?.RolePersistence.findByC_T_First
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ? and type = ?.static Role
RoleUtil.findByC_T_First
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ? and type = ?.UserPersistence.findByC_T_First
(long companyId, int type, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and type = ?.static User
UserUtil.findByC_T_First
(long companyId, int type, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and type = ?.ListTypePersistence.findByC_T_Last
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ? and type = ?.static ListType
ListTypeUtil.findByC_T_Last
(long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ? and type = ?.RolePersistence.findByC_T_Last
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ? and type = ?.static Role
RoleUtil.findByC_T_Last
(long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ? and type = ?.UserPersistence.findByC_T_Last
(long companyId, int type, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and type = ?.static User
UserUtil.findByC_T_Last
(long companyId, int type, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and type = ?.ListType[]
ListTypePersistence.findByC_T_PrevAndNext
(long listTypeId, long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where companyId = ? and type = ?.static ListType[]
ListTypeUtil.findByC_T_PrevAndNext
(long listTypeId, long companyId, String type, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where companyId = ? and type = ?.Role[]
RolePersistence.findByC_T_PrevAndNext
(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?.static Role[]
RoleUtil.findByC_T_PrevAndNext
(long roleId, long companyId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where companyId = ? and type = ?.User[]
UserPersistence.findByC_T_PrevAndNext
(long userId, long companyId, int type, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and type = ?.static User[]
UserUtil.findByC_T_PrevAndNext
(long userId, long companyId, int type, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and type = ?.UserPersistence.findByC_T_S
(long companyId, int type, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where companyId = ? and type = ? and status = ?.UserPersistence.findByC_T_S
(long companyId, int type, int status, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where companyId = ? and type = ? and status = ?.UserUtil.findByC_T_S
(long companyId, int type, int status, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where companyId = ? and type = ? and status = ?.UserUtil.findByC_T_S
(long companyId, int type, int status, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where companyId = ? and type = ? and status = ?.UserPersistence.findByC_T_S_First
(long companyId, int type, int status, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and type = ? and status = ?.static User
UserUtil.findByC_T_S_First
(long companyId, int type, int status, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ? and type = ? and status = ?.UserPersistence.findByC_T_S_Last
(long companyId, int type, int status, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and type = ? and status = ?.static User
UserUtil.findByC_T_S_Last
(long companyId, int type, int status, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ? and type = ? and status = ?.User[]
UserPersistence.findByC_T_S_PrevAndNext
(long userId, long companyId, int type, int status, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and type = ? and status = ?.static User[]
UserUtil.findByC_T_S_PrevAndNext
(long userId, long companyId, int type, int status, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ? and type = ? and status = ?.ContactPersistence.findByC_U
(long companyId, long userId, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where companyId = ? and userId = ?.ContactPersistence.findByC_U
(long companyId, long userId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where companyId = ? and userId = ?.ContactUtil.findByC_U
(long companyId, long userId, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where companyId = ? and userId = ?.ContactUtil.findByC_U
(long companyId, long userId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where companyId = ? and userId = ?.SubscriptionPersistence.findByC_U_C_C
(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.SubscriptionPersistence.findByC_U_C_C
(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.static List<Subscription>
SubscriptionUtil.findByC_U_C_C
(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.static List<Subscription>
SubscriptionUtil.findByC_U_C_C
(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where companyId = ? and userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.ContactPersistence.findByC_U_First
(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ? and userId = ?.static Contact
ContactUtil.findByC_U_First
(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ? and userId = ?.ContactPersistence.findByC_U_Last
(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ? and userId = ?.static Contact
ContactUtil.findByC_U_Last
(long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ? and userId = ?.Contact[]
ContactPersistence.findByC_U_PrevAndNext
(long contactId, long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where companyId = ? and userId = ?.static Contact[]
ContactUtil.findByC_U_PrevAndNext
(long contactId, long companyId, long userId, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where companyId = ? and userId = ?.WorkflowDefinitionLinkPersistence.findByC_W_W
(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.WorkflowDefinitionLinkPersistence.findByC_W_W
(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.static List<WorkflowDefinitionLink>
WorkflowDefinitionLinkUtil.findByC_W_W
(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.static List<WorkflowDefinitionLink>
WorkflowDefinitionLinkUtil.findByC_W_W
(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.WorkflowDefinitionLinkPersistence.findByC_W_W_First
(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.findByC_W_W_First
(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.WorkflowDefinitionLinkPersistence.findByC_W_W_Last
(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.findByC_W_W_Last
(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.WorkflowDefinitionLinkPersistence.findByC_W_W_PrevAndNext
(long workflowDefinitionLinkId, long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.static WorkflowDefinitionLink[]
WorkflowDefinitionLinkUtil.findByC_W_W_PrevAndNext
(long workflowDefinitionLinkId, long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.AddressPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ?.AddressPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ?.AddressUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where companyId = ?.AddressUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where companyId = ?.ContactPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where companyId = ?.ContactPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where companyId = ?.ContactUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where companyId = ?.ContactUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where companyId = ?.CountryPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where companyId = ?.CountryPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where companyId = ?.CountryUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where companyId = ?.CountryUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where companyId = ?.EmailAddressPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ?.EmailAddressPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ?.static List<EmailAddress>
EmailAddressUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where companyId = ?.static List<EmailAddress>
EmailAddressUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where companyId = ?.GroupFinder.findByCompanyId
(long companyId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) GroupFinderUtil.findByCompanyId
(long companyId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) GroupPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ?.GroupPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ?.GroupUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where companyId = ?.GroupUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where companyId = ?.LayoutFriendlyURLPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where companyId = ?.LayoutFriendlyURLPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where companyId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where companyId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where companyId = ?.LayoutPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where companyId = ?.LayoutPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where companyId = ?.LayoutPrototypePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where companyId = ?.LayoutPrototypePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where companyId = ?.static List<LayoutPrototype>
LayoutPrototypeUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where companyId = ?.static List<LayoutPrototype>
LayoutPrototypeUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where companyId = ?.LayoutSetPrototypePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where companyId = ?.LayoutSetPrototypePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where companyId = ?.LayoutUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where companyId = ?.LayoutUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where companyId = ?.ListTypePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where companyId = ?.ListTypePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where companyId = ?.ListTypeUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where companyId = ?.ListTypeUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where companyId = ?.OrganizationPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ?.OrganizationPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ?.static List<Organization>
OrganizationUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ?.static List<Organization>
OrganizationUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ?.PasswordPolicyPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies where companyId = ?.PasswordPolicyPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies where companyId = ?.static List<PasswordPolicy>
PasswordPolicyUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies where companyId = ?.static List<PasswordPolicy>
PasswordPolicyUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies where companyId = ?.PhonePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where companyId = ?.PhonePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ?.PhoneUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where companyId = ?.PhoneUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where companyId = ?.PluginSettingPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<PluginSetting> orderByComparator) Returns an ordered range of all the plugin settings where companyId = ?.PluginSettingPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<PluginSetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the plugin settings where companyId = ?.static List<PluginSetting>
PluginSettingUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<PluginSetting> orderByComparator) Returns an ordered range of all the plugin settings where companyId = ?.static List<PluginSetting>
PluginSettingUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<PluginSetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the plugin settings where companyId = ?.PortletPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Portlet> orderByComparator) Returns an ordered range of all the portlets where companyId = ?.PortletPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Portlet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlets where companyId = ?.PortletUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Portlet> orderByComparator) Returns an ordered range of all the portlets where companyId = ?.PortletUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Portlet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlets where companyId = ?.RolePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ?.RolePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ?.RoleUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where companyId = ?.RoleUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where companyId = ?.TeamPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where companyId = ?.TeamPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where companyId = ?.TeamUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where companyId = ?.TeamUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where companyId = ?.UserGroupPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where companyId = ?.UserGroupPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where companyId = ?.UserGroupUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where companyId = ?.UserGroupUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where companyId = ?.UserPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where companyId = ?.UserPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where companyId = ?.UserTrackerPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers where companyId = ?.UserTrackerPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers where companyId = ?.static List<UserTracker>
UserTrackerUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers where companyId = ?.static List<UserTracker>
UserTrackerUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers where companyId = ?.UserUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where companyId = ?.UserUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where companyId = ?.VirtualHostPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where companyId = ?.VirtualHostPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where companyId = ?.static List<VirtualHost>
VirtualHostUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where companyId = ?.static List<VirtualHost>
VirtualHostUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where companyId = ?.WebsitePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ?.WebsitePersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ?.WebsiteUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where companyId = ?.WebsiteUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where companyId = ?.WorkflowDefinitionLinkPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns an ordered range of all the workflow definition links where companyId = ?.WorkflowDefinitionLinkPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow definition links where companyId = ?.static List<WorkflowDefinitionLink>
WorkflowDefinitionLinkUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns an ordered range of all the workflow definition links where companyId = ?.static List<WorkflowDefinitionLink>
WorkflowDefinitionLinkUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow definition links where companyId = ?.AddressPersistence.findByCompanyId_First
(long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ?.static Address
AddressUtil.findByCompanyId_First
(long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where companyId = ?.ContactPersistence.findByCompanyId_First
(long companyId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ?.static Contact
ContactUtil.findByCompanyId_First
(long companyId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where companyId = ?.CountryPersistence.findByCompanyId_First
(long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ?.static Country
CountryUtil.findByCompanyId_First
(long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where companyId = ?.EmailAddressPersistence.findByCompanyId_First
(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ?.static EmailAddress
EmailAddressUtil.findByCompanyId_First
(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where companyId = ?.GroupPersistence.findByCompanyId_First
(long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ?.static Group
GroupUtil.findByCompanyId_First
(long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where companyId = ?.LayoutFriendlyURLPersistence.findByCompanyId_First
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByCompanyId_First
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ?.LayoutPersistence.findByCompanyId_First
(long companyId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where companyId = ?.LayoutPrototypePersistence.findByCompanyId_First
(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ?.static LayoutPrototype
LayoutPrototypeUtil.findByCompanyId_First
(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ?.LayoutSetPrototypePersistence.findByCompanyId_First
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where companyId = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.findByCompanyId_First
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where companyId = ?.static Layout
LayoutUtil.findByCompanyId_First
(long companyId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where companyId = ?.ListTypePersistence.findByCompanyId_First
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ?.static ListType
ListTypeUtil.findByCompanyId_First
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyId_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.findByCompanyId_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.PasswordPolicyPersistence.findByCompanyId_First
(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where companyId = ?.static PasswordPolicy
PasswordPolicyUtil.findByCompanyId_First
(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where companyId = ?.PhonePersistence.findByCompanyId_First
(long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ?.static Phone
PhoneUtil.findByCompanyId_First
(long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where companyId = ?.PluginSettingPersistence.findByCompanyId_First
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the first plugin setting in the ordered set where companyId = ?.static PluginSetting
PluginSettingUtil.findByCompanyId_First
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the first plugin setting in the ordered set where companyId = ?.PortletPersistence.findByCompanyId_First
(long companyId, OrderByComparator<Portlet> orderByComparator) Returns the first portlet in the ordered set where companyId = ?.static Portlet
PortletUtil.findByCompanyId_First
(long companyId, OrderByComparator<Portlet> orderByComparator) Returns the first portlet in the ordered set where companyId = ?.RolePersistence.findByCompanyId_First
(long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ?.static Role
RoleUtil.findByCompanyId_First
(long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where companyId = ?.TeamPersistence.findByCompanyId_First
(long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where companyId = ?.static Team
TeamUtil.findByCompanyId_First
(long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where companyId = ?.UserGroupPersistence.findByCompanyId_First
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ?.static UserGroup
UserGroupUtil.findByCompanyId_First
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where companyId = ?.UserPersistence.findByCompanyId_First
(long companyId, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ?.UserTrackerPersistence.findByCompanyId_First
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where companyId = ?.static UserTracker
UserTrackerUtil.findByCompanyId_First
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where companyId = ?.static User
UserUtil.findByCompanyId_First
(long companyId, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where companyId = ?.VirtualHostPersistence.findByCompanyId_First
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where companyId = ?.static VirtualHost
VirtualHostUtil.findByCompanyId_First
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where companyId = ?.WebsitePersistence.findByCompanyId_First
(long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ?.static Website
WebsiteUtil.findByCompanyId_First
(long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where companyId = ?.WorkflowDefinitionLinkPersistence.findByCompanyId_First
(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where companyId = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.findByCompanyId_First
(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where companyId = ?.AddressPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ?.static Address
AddressUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where companyId = ?.ContactPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ?.static Contact
ContactUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where companyId = ?.CountryPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ?.static Country
CountryUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where companyId = ?.EmailAddressPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ?.static EmailAddress
EmailAddressUtil.findByCompanyId_Last
(long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where companyId = ?.GroupPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ?.static Group
GroupUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where companyId = ?.LayoutFriendlyURLPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByCompanyId_Last
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ?.LayoutPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where companyId = ?.LayoutPrototypePersistence.findByCompanyId_Last
(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ?.static LayoutPrototype
LayoutPrototypeUtil.findByCompanyId_Last
(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ?.LayoutSetPrototypePersistence.findByCompanyId_Last
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where companyId = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.findByCompanyId_Last
(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where companyId = ?.static Layout
LayoutUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where companyId = ?.ListTypePersistence.findByCompanyId_Last
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ?.static ListType
ListTypeUtil.findByCompanyId_Last
(long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.PasswordPolicyPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where companyId = ?.static PasswordPolicy
PasswordPolicyUtil.findByCompanyId_Last
(long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where companyId = ?.PhonePersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ?.static Phone
PhoneUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where companyId = ?.PluginSettingPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the last plugin setting in the ordered set where companyId = ?.static PluginSetting
PluginSettingUtil.findByCompanyId_Last
(long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the last plugin setting in the ordered set where companyId = ?.PortletPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Portlet> orderByComparator) Returns the last portlet in the ordered set where companyId = ?.static Portlet
PortletUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Portlet> orderByComparator) Returns the last portlet in the ordered set where companyId = ?.RolePersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ?.static Role
RoleUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where companyId = ?.TeamPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where companyId = ?.static Team
TeamUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where companyId = ?.UserGroupPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ?.static UserGroup
UserGroupUtil.findByCompanyId_Last
(long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where companyId = ?.UserPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ?.UserTrackerPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where companyId = ?.static UserTracker
UserTrackerUtil.findByCompanyId_Last
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where companyId = ?.static User
UserUtil.findByCompanyId_Last
(long companyId, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where companyId = ?.VirtualHostPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where companyId = ?.static VirtualHost
VirtualHostUtil.findByCompanyId_Last
(long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where companyId = ?.WebsitePersistence.findByCompanyId_Last
(long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ?.static Website
WebsiteUtil.findByCompanyId_Last
(long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where companyId = ?.WorkflowDefinitionLinkPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where companyId = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.findByCompanyId_Last
(long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where companyId = ?.Address[]
AddressPersistence.findByCompanyId_PrevAndNext
(long addressId, long companyId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ?.static Address[]
AddressUtil.findByCompanyId_PrevAndNext
(long addressId, long companyId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where companyId = ?.Contact[]
ContactPersistence.findByCompanyId_PrevAndNext
(long contactId, long companyId, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where companyId = ?.static Contact[]
ContactUtil.findByCompanyId_PrevAndNext
(long contactId, long companyId, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where companyId = ?.Country[]
CountryPersistence.findByCompanyId_PrevAndNext
(long countryId, long companyId, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ?.static Country[]
CountryUtil.findByCompanyId_PrevAndNext
(long countryId, long companyId, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where companyId = ?.EmailAddressPersistence.findByCompanyId_PrevAndNext
(long emailAddressId, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ?.static EmailAddress[]
EmailAddressUtil.findByCompanyId_PrevAndNext
(long emailAddressId, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where companyId = ?.Group[]
GroupPersistence.findByCompanyId_PrevAndNext
(long groupId, long companyId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ?.static Group[]
GroupUtil.findByCompanyId_PrevAndNext
(long groupId, long companyId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where companyId = ?.LayoutFriendlyURLPersistence.findByCompanyId_PrevAndNext
(long layoutFriendlyURLId, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByCompanyId_PrevAndNext
(long layoutFriendlyURLId, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ?.Layout[]
LayoutPersistence.findByCompanyId_PrevAndNext
(long plid, long companyId, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where companyId = ?.LayoutPrototypePersistence.findByCompanyId_PrevAndNext
(long layoutPrototypeId, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?.static LayoutPrototype[]
LayoutPrototypeUtil.findByCompanyId_PrevAndNext
(long layoutPrototypeId, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?.LayoutSetPrototypePersistence.findByCompanyId_PrevAndNext
(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.static LayoutSetPrototype[]
LayoutSetPrototypeUtil.findByCompanyId_PrevAndNext
(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.static Layout[]
LayoutUtil.findByCompanyId_PrevAndNext
(long plid, long companyId, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where companyId = ?.ListType[]
ListTypePersistence.findByCompanyId_PrevAndNext
(long listTypeId, long companyId, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where companyId = ?.static ListType[]
ListTypeUtil.findByCompanyId_PrevAndNext
(long listTypeId, long companyId, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyId_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ?.static Organization[]
OrganizationUtil.findByCompanyId_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ?.PasswordPolicyPersistence.findByCompanyId_PrevAndNext
(long passwordPolicyId, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set where companyId = ?.static PasswordPolicy[]
PasswordPolicyUtil.findByCompanyId_PrevAndNext
(long passwordPolicyId, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set where companyId = ?.Phone[]
PhonePersistence.findByCompanyId_PrevAndNext
(long phoneId, long companyId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where companyId = ?.static Phone[]
PhoneUtil.findByCompanyId_PrevAndNext
(long phoneId, long companyId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where companyId = ?.PluginSettingPersistence.findByCompanyId_PrevAndNext
(long pluginSettingId, long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the plugin settings before and after the current plugin setting in the ordered set where companyId = ?.static PluginSetting[]
PluginSettingUtil.findByCompanyId_PrevAndNext
(long pluginSettingId, long companyId, OrderByComparator<PluginSetting> orderByComparator) Returns the plugin settings before and after the current plugin setting in the ordered set where companyId = ?.Portlet[]
PortletPersistence.findByCompanyId_PrevAndNext
(long id, long companyId, OrderByComparator<Portlet> orderByComparator) Returns the portlets before and after the current portlet in the ordered set where companyId = ?.static Portlet[]
PortletUtil.findByCompanyId_PrevAndNext
(long id, long companyId, OrderByComparator<Portlet> orderByComparator) Returns the portlets before and after the current portlet in the ordered set where companyId = ?.Role[]
RolePersistence.findByCompanyId_PrevAndNext
(long roleId, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where companyId = ?.static Role[]
RoleUtil.findByCompanyId_PrevAndNext
(long roleId, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where companyId = ?.Team[]
TeamPersistence.findByCompanyId_PrevAndNext
(long teamId, long companyId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where companyId = ?.static Team[]
TeamUtil.findByCompanyId_PrevAndNext
(long teamId, long companyId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where companyId = ?.UserGroupPersistence.findByCompanyId_PrevAndNext
(long userGroupId, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ?.static UserGroup[]
UserGroupUtil.findByCompanyId_PrevAndNext
(long userGroupId, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where companyId = ?.User[]
UserPersistence.findByCompanyId_PrevAndNext
(long userId, long companyId, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ?.UserTrackerPersistence.findByCompanyId_PrevAndNext
(long userTrackerId, long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.static UserTracker[]
UserTrackerUtil.findByCompanyId_PrevAndNext
(long userTrackerId, long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.static User[]
UserUtil.findByCompanyId_PrevAndNext
(long userId, long companyId, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where companyId = ?.VirtualHostPersistence.findByCompanyId_PrevAndNext
(long virtualHostId, long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the virtual hosts before and after the current virtual host in the ordered set where companyId = ?.static VirtualHost[]
VirtualHostUtil.findByCompanyId_PrevAndNext
(long virtualHostId, long companyId, OrderByComparator<VirtualHost> orderByComparator) Returns the virtual hosts before and after the current virtual host in the ordered set where companyId = ?.Website[]
WebsitePersistence.findByCompanyId_PrevAndNext
(long websiteId, long companyId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ?.static Website[]
WebsiteUtil.findByCompanyId_PrevAndNext
(long websiteId, long companyId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where companyId = ?.WorkflowDefinitionLinkPersistence.findByCompanyId_PrevAndNext
(long workflowDefinitionLinkId, long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ?.static WorkflowDefinitionLink[]
WorkflowDefinitionLinkUtil.findByCompanyId_PrevAndNext
(long workflowDefinitionLinkId, long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyIdLocations
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ?.OrganizationPersistence.findByCompanyIdLocations
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ?.static List<Organization>
OrganizationUtil.findByCompanyIdLocations
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where companyId = ?.static List<Organization>
OrganizationUtil.findByCompanyIdLocations
(long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where companyId = ?.OrganizationPersistence.findByCompanyIdLocations_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.findByCompanyIdLocations_First
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyIdLocations_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.static Organization
OrganizationUtil.findByCompanyIdLocations_Last
(long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where companyId = ?.OrganizationPersistence.findByCompanyIdLocations_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ?.static Organization[]
OrganizationUtil.findByCompanyIdLocations_PrevAndNext
(long organizationId, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where companyId = ?.AddressPersistence.findByCountryId
(long countryId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where countryId = ?.AddressPersistence.findByCountryId
(long countryId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where countryId = ?.AddressUtil.findByCountryId
(long countryId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where countryId = ?.AddressUtil.findByCountryId
(long countryId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where countryId = ?.CountryLocalizationPersistence.findByCountryId
(long countryId, int start, int end, OrderByComparator<CountryLocalization> orderByComparator) Returns an ordered range of all the country localizations where countryId = ?.CountryLocalizationPersistence.findByCountryId
(long countryId, int start, int end, OrderByComparator<CountryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the country localizations where countryId = ?.static List<CountryLocalization>
CountryLocalizationUtil.findByCountryId
(long countryId, int start, int end, OrderByComparator<CountryLocalization> orderByComparator) Returns an ordered range of all the country localizations where countryId = ?.static List<CountryLocalization>
CountryLocalizationUtil.findByCountryId
(long countryId, int start, int end, OrderByComparator<CountryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the country localizations where countryId = ?.RegionPersistence.findByCountryId
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where countryId = ?.RegionPersistence.findByCountryId
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where countryId = ?.RegionUtil.findByCountryId
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where countryId = ?.RegionUtil.findByCountryId
(long countryId, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where countryId = ?.AddressPersistence.findByCountryId_First
(long countryId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where countryId = ?.static Address
AddressUtil.findByCountryId_First
(long countryId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where countryId = ?.CountryLocalizationPersistence.findByCountryId_First
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the first country localization in the ordered set where countryId = ?.static CountryLocalization
CountryLocalizationUtil.findByCountryId_First
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the first country localization in the ordered set where countryId = ?.RegionPersistence.findByCountryId_First
(long countryId, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where countryId = ?.static Region
RegionUtil.findByCountryId_First
(long countryId, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where countryId = ?.AddressPersistence.findByCountryId_Last
(long countryId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where countryId = ?.static Address
AddressUtil.findByCountryId_Last
(long countryId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where countryId = ?.CountryLocalizationPersistence.findByCountryId_Last
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the last country localization in the ordered set where countryId = ?.static CountryLocalization
CountryLocalizationUtil.findByCountryId_Last
(long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the last country localization in the ordered set where countryId = ?.RegionPersistence.findByCountryId_Last
(long countryId, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where countryId = ?.static Region
RegionUtil.findByCountryId_Last
(long countryId, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where countryId = ?.Address[]
AddressPersistence.findByCountryId_PrevAndNext
(long addressId, long countryId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where countryId = ?.static Address[]
AddressUtil.findByCountryId_PrevAndNext
(long addressId, long countryId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where countryId = ?.CountryLocalizationPersistence.findByCountryId_PrevAndNext
(long countryLocalizationId, long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the country localizations before and after the current country localization in the ordered set where countryId = ?.static CountryLocalization[]
CountryLocalizationUtil.findByCountryId_PrevAndNext
(long countryLocalizationId, long countryId, OrderByComparator<CountryLocalization> orderByComparator) Returns the country localizations before and after the current country localization in the ordered set where countryId = ?.Region[]
RegionPersistence.findByCountryId_PrevAndNext
(long regionId, long countryId, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where countryId = ?.static Region[]
RegionUtil.findByCountryId_PrevAndNext
(long regionId, long countryId, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where countryId = ?.UserPersistence.findByEmailAddress
(String emailAddress, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where emailAddress = ?.UserPersistence.findByEmailAddress
(String emailAddress, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where emailAddress = ?.UserUtil.findByEmailAddress
(String emailAddress, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where emailAddress = ?.UserUtil.findByEmailAddress
(String emailAddress, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where emailAddress = ?.UserPersistence.findByEmailAddress_First
(String emailAddress, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where emailAddress = ?.static User
UserUtil.findByEmailAddress_First
(String emailAddress, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where emailAddress = ?.UserPersistence.findByEmailAddress_Last
(String emailAddress, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where emailAddress = ?.static User
UserUtil.findByEmailAddress_Last
(String emailAddress, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where emailAddress = ?.User[]
UserPersistence.findByEmailAddress_PrevAndNext
(long userId, String emailAddress, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where emailAddress = ?.static User[]
UserUtil.findByEmailAddress_PrevAndNext
(long userId, String emailAddress, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where emailAddress = ?.PortletItemPersistence.findByG_C
(long groupId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator) Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?.PortletItemPersistence.findByG_C
(long groupId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?.static List<PortletItem>
PortletItemUtil.findByG_C
(long groupId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator) Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?.static List<PortletItem>
PortletItemUtil.findByG_C
(long groupId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?.SystemEventPersistence.findByG_C_C
(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<SystemEvent> orderByComparator) Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.SystemEventPersistence.findByG_C_C
(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.static List<SystemEvent>
SystemEventUtil.findByG_C_C
(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<SystemEvent> orderByComparator) Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.static List<SystemEvent>
SystemEventUtil.findByG_C_C
(long groupId, long classNameId, long classPK, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ?.WorkflowDefinitionLinkPersistence.findByG_C_C
(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns an ordered range of all the workflow definition links where groupId = ? and companyId = ? and classNameId = ?.WorkflowDefinitionLinkPersistence.findByG_C_C
(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow definition links where groupId = ? and companyId = ? and classNameId = ?.static List<WorkflowDefinitionLink>
WorkflowDefinitionLinkUtil.findByG_C_C
(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns an ordered range of all the workflow definition links where groupId = ? and companyId = ? and classNameId = ?.static List<WorkflowDefinitionLink>
WorkflowDefinitionLinkUtil.findByG_C_C
(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow definition links where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.findByG_C_C
(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.findByG_C_C
(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ?.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findByG_C_C
(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ?.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findByG_C_C
(long groupId, long companyId, long classNameId, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ?.WorkflowDefinitionLinkPersistence.findByG_C_C_C
(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns an ordered range of all the workflow definition links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowDefinitionLinkPersistence.findByG_C_C_C
(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow definition links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.static List<WorkflowDefinitionLink>
WorkflowDefinitionLinkUtil.findByG_C_C_C
(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns an ordered range of all the workflow definition links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.static List<WorkflowDefinitionLink>
WorkflowDefinitionLinkUtil.findByG_C_C_C
(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow definition links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowInstanceLinkPersistence.findByG_C_C_C
(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowInstanceLinkPersistence.findByG_C_C_C
(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findByG_C_C_C
(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findByG_C_C_C
(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowDefinitionLinkPersistence.findByG_C_C_C_First
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.findByG_C_C_C_First
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowInstanceLinkPersistence.findByG_C_C_C_First
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.findByG_C_C_C_First
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowDefinitionLinkPersistence.findByG_C_C_C_Last
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.findByG_C_C_C_Last
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowInstanceLinkPersistence.findByG_C_C_C_Last
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.findByG_C_C_C_Last
(long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowDefinitionLinkPersistence.findByG_C_C_C_PrevAndNext
(long workflowDefinitionLinkId, long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the workflow definition links before and after the current workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.static WorkflowDefinitionLink[]
WorkflowDefinitionLinkUtil.findByG_C_C_C_PrevAndNext
(long workflowDefinitionLinkId, long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the workflow definition links before and after the current workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.WorkflowInstanceLinkPersistence.findByG_C_C_C_PrevAndNext
(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.static WorkflowInstanceLink[]
WorkflowInstanceLinkUtil.findByG_C_C_C_PrevAndNext
(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, long classPK, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.SystemEventPersistence.findByG_C_C_First
(long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator) Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.static SystemEvent
SystemEventUtil.findByG_C_C_First
(long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator) Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.WorkflowDefinitionLinkPersistence.findByG_C_C_First
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.findByG_C_C_First
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.findByG_C_C_First
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.findByG_C_C_First
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.SystemEventPersistence.findByG_C_C_Last
(long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator) Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.static SystemEvent
SystemEventUtil.findByG_C_C_Last
(long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator) Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.WorkflowDefinitionLinkPersistence.findByG_C_C_Last
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.findByG_C_C_Last
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.findByG_C_C_Last
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.findByG_C_C_Last
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.SystemEventPersistence.findByG_C_C_PrevAndNext
(long systemEventId, long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator) Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.static SystemEvent[]
SystemEventUtil.findByG_C_C_PrevAndNext
(long systemEventId, long groupId, long classNameId, long classPK, OrderByComparator<SystemEvent> orderByComparator) Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ?.WorkflowDefinitionLinkPersistence.findByG_C_C_PrevAndNext
(long workflowDefinitionLinkId, long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the workflow definition links before and after the current workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowDefinitionLink[]
WorkflowDefinitionLinkUtil.findByG_C_C_PrevAndNext
(long workflowDefinitionLinkId, long groupId, long companyId, long classNameId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the workflow definition links before and after the current workflow definition link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.findByG_C_C_PrevAndNext
(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowInstanceLink[]
WorkflowInstanceLinkUtil.findByG_C_C_PrevAndNext
(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.SystemEventPersistence.findByG_C_C_T
(long groupId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SystemEvent> orderByComparator) Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.SystemEventPersistence.findByG_C_C_T
(long groupId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.static List<SystemEvent>
SystemEventUtil.findByG_C_C_T
(long groupId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SystemEvent> orderByComparator) Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.static List<SystemEvent>
SystemEventUtil.findByG_C_C_T
(long groupId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events where groupId = ? and classNameId = ? and classPK = ? and type = ?.SystemEventPersistence.findByG_C_C_T_First
(long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator) Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.static SystemEvent
SystemEventUtil.findByG_C_C_T_First
(long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator) Returns the first system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.SystemEventPersistence.findByG_C_C_T_Last
(long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator) Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.static SystemEvent
SystemEventUtil.findByG_C_C_T_Last
(long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator) Returns the last system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.SystemEventPersistence.findByG_C_C_T_PrevAndNext
(long systemEventId, long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator) Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.static SystemEvent[]
SystemEventUtil.findByG_C_C_T_PrevAndNext
(long systemEventId, long groupId, long classNameId, long classPK, int type, OrderByComparator<SystemEvent> orderByComparator) Returns the system events before and after the current system event in the ordered set where groupId = ? and classNameId = ? and classPK = ? and type = ?.WorkflowDefinitionLinkPersistence.findByG_C_CPK
(long groupId, long companyId, long classPK, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns an ordered range of all the workflow definition links where groupId = ? and companyId = ? and classPK = ?.WorkflowDefinitionLinkPersistence.findByG_C_CPK
(long groupId, long companyId, long classPK, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow definition links where groupId = ? and companyId = ? and classPK = ?.static List<WorkflowDefinitionLink>
WorkflowDefinitionLinkUtil.findByG_C_CPK
(long groupId, long companyId, long classPK, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns an ordered range of all the workflow definition links where groupId = ? and companyId = ? and classPK = ?.static List<WorkflowDefinitionLink>
WorkflowDefinitionLinkUtil.findByG_C_CPK
(long groupId, long companyId, long classPK, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow definition links where groupId = ? and companyId = ? and classPK = ?.WorkflowDefinitionLinkPersistence.findByG_C_CPK_First
(long groupId, long companyId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classPK = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.findByG_C_CPK_First
(long groupId, long companyId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where groupId = ? and companyId = ? and classPK = ?.WorkflowDefinitionLinkPersistence.findByG_C_CPK_Last
(long groupId, long companyId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classPK = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.findByG_C_CPK_Last
(long groupId, long companyId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where groupId = ? and companyId = ? and classPK = ?.WorkflowDefinitionLinkPersistence.findByG_C_CPK_PrevAndNext
(long workflowDefinitionLinkId, long groupId, long companyId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the workflow definition links before and after the current workflow definition link in the ordered set where groupId = ? and companyId = ? and classPK = ?.static WorkflowDefinitionLink[]
WorkflowDefinitionLinkUtil.findByG_C_CPK_PrevAndNext
(long workflowDefinitionLinkId, long groupId, long companyId, long classPK, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the workflow definition links before and after the current workflow definition link in the ordered set where groupId = ? and companyId = ? and classPK = ?.PortletItemPersistence.findByG_C_First
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.static PortletItem
PortletItemUtil.findByG_C_First
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?.PortletItemPersistence.findByG_C_Last
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.static PortletItem
PortletItemUtil.findByG_C_Last
(long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?.PortletItemPersistence.findByG_C_PrevAndNext
(long portletItemId, long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.static PortletItem[]
PortletItemUtil.findByG_C_PrevAndNext
(long portletItemId, long groupId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?.LayoutPersistence.findByG_MLP
(long groupId, long masterLayoutPlid, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and masterLayoutPlid = ?.LayoutPersistence.findByG_MLP
(long groupId, long masterLayoutPlid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and masterLayoutPlid = ?.LayoutUtil.findByG_MLP
(long groupId, long masterLayoutPlid, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and masterLayoutPlid = ?.LayoutUtil.findByG_MLP
(long groupId, long masterLayoutPlid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and masterLayoutPlid = ?.LayoutPersistence.findByG_MLP_First
(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and masterLayoutPlid = ?.static Layout
LayoutUtil.findByG_MLP_First
(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and masterLayoutPlid = ?.LayoutPersistence.findByG_MLP_Last
(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and masterLayoutPlid = ?.static Layout
LayoutUtil.findByG_MLP_Last
(long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and masterLayoutPlid = ?.Layout[]
LayoutPersistence.findByG_MLP_PrevAndNext
(long plid, long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ? and masterLayoutPlid = ?.static Layout[]
LayoutUtil.findByG_MLP_PrevAndNext
(long plid, long groupId, long masterLayoutPlid, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ? and masterLayoutPlid = ?.TeamFinder.findByG_N_D
(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) TeamFinderUtil.findByG_N_D
(long groupId, String name, String description, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Team> orderByComparator) LayoutPersistence.findByG_P
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.LayoutPersistence.findByG_P
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.LayoutSetBranchPersistence.findByG_P
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches where groupId = ? and privateLayout = ?.LayoutSetBranchPersistence.findByG_P
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set branches where groupId = ? and privateLayout = ?.static List<LayoutSetBranch>
LayoutSetBranchUtil.findByG_P
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches where groupId = ? and privateLayout = ?.static List<LayoutSetBranch>
LayoutSetBranchUtil.findByG_P
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set branches where groupId = ? and privateLayout = ?.LayoutUtil.findByG_P
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.LayoutUtil.findByG_P
(long groupId, boolean privateLayout, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ?.PortletItemPersistence.findByG_P_C
(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator) Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.findByG_P_C
(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?.static List<PortletItem>
PortletItemUtil.findByG_P_C
(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator) Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?.static List<PortletItem>
PortletItemUtil.findByG_P_C
(long groupId, String portletId, long classNameId, int start, int end, OrderByComparator<PortletItem> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.findByG_P_C_First
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.static PortletItem
PortletItemUtil.findByG_P_C_First
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.findByG_P_C_Last
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.static PortletItem
PortletItemUtil.findByG_P_C_Last
(long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.PortletItemPersistence.findByG_P_C_PrevAndNext
(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.static PortletItem[]
PortletItemUtil.findByG_P_C_PrevAndNext
(long portletItemId, long groupId, String portletId, long classNameId, OrderByComparator<PortletItem> orderByComparator) Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?.LayoutFriendlyURLPersistence.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByG_P_F_First
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByG_P_F_First
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByG_P_F_Last
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByG_P_F_Last
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByG_P_F_PrevAndNext
(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByG_P_F_PrevAndNext
(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutPersistence.findByG_P_First
(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.LayoutSetBranchPersistence.findByG_P_First
(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.static LayoutSetBranch
LayoutSetBranchUtil.findByG_P_First
(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ?.static Layout
LayoutUtil.findByG_P_First
(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ?.LayoutPersistence.findByG_P_Last
(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.LayoutSetBranchPersistence.findByG_P_Last
(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.static LayoutSetBranch
LayoutSetBranchUtil.findByG_P_Last
(long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ?.static Layout
LayoutUtil.findByG_P_Last
(long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ?.LayoutSetBranchPersistence.findByG_P_M
(long groupId, boolean privateLayout, boolean master, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches where groupId = ? and privateLayout = ? and master = ?.LayoutSetBranchPersistence.findByG_P_M
(long groupId, boolean privateLayout, boolean master, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set branches where groupId = ? and privateLayout = ? and master = ?.static List<LayoutSetBranch>
LayoutSetBranchUtil.findByG_P_M
(long groupId, boolean privateLayout, boolean master, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches where groupId = ? and privateLayout = ? and master = ?.static List<LayoutSetBranch>
LayoutSetBranchUtil.findByG_P_M
(long groupId, boolean privateLayout, boolean master, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set branches where groupId = ? and privateLayout = ? and master = ?.LayoutSetBranchPersistence.findByG_P_M_First
(long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.static LayoutSetBranch
LayoutSetBranchUtil.findByG_P_M_First
(long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.LayoutSetBranchPersistence.findByG_P_M_Last
(long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.static LayoutSetBranch
LayoutSetBranchUtil.findByG_P_M_Last
(long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.LayoutSetBranchPersistence.findByG_P_M_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.static LayoutSetBranch[]
LayoutSetBranchUtil.findByG_P_M_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, boolean master, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ? and master = ?.LayoutPersistence.findByG_P_P
(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.LayoutPersistence.findByG_P_P
(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?, optionally using the finder cache.LayoutPersistence.findByG_P_P
(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.LayoutPersistence.findByG_P_P
(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.LayoutUtil.findByG_P_P
(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ?.LayoutUtil.findByG_P_P
(long groupId, boolean privateLayout, long[] parentLayoutIds, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?, optionally using the finder cache.LayoutUtil.findByG_P_P
(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.LayoutUtil.findByG_P_P
(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ?.LayoutPersistence.findByG_P_P_First
(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.static Layout
LayoutUtil.findByG_P_P_First
(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.LayoutPersistence.findByG_P_P_H
(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.LayoutPersistence.findByG_P_P_H
(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?, optionally using the finder cache.LayoutPersistence.findByG_P_P_H
(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.LayoutPersistence.findByG_P_P_H
(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.LayoutUtil.findByG_P_P_H
(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and hidden = ?.LayoutUtil.findByG_P_P_H
(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?, optionally using the finder cache.LayoutUtil.findByG_P_P_H
(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.LayoutUtil.findByG_P_P_H
(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.LayoutPersistence.findByG_P_P_H_First
(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.static Layout
LayoutUtil.findByG_P_P_H_First
(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.LayoutPersistence.findByG_P_P_H_Last
(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.static Layout
LayoutUtil.findByG_P_P_H_Last
(long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.Layout[]
LayoutPersistence.findByG_P_P_H_PrevAndNext
(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.static Layout[]
LayoutUtil.findByG_P_P_H_PrevAndNext
(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean hidden, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and hidden = ?.LayoutPersistence.findByG_P_P_Last
(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.static Layout
LayoutUtil.findByG_P_P_Last
(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.LayoutPersistence.findByG_P_P_LteP
(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.LayoutPersistence.findByG_P_P_LteP
(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.LayoutUtil.findByG_P_P_LteP
(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.LayoutUtil.findByG_P_P_LteP
(long groupId, boolean privateLayout, long parentLayoutId, int priority, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.LayoutPersistence.findByG_P_P_LteP_First
(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.static Layout
LayoutUtil.findByG_P_P_LteP_First
(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.LayoutPersistence.findByG_P_P_LteP_Last
(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.static Layout
LayoutUtil.findByG_P_P_LteP_Last
(long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.Layout[]
LayoutPersistence.findByG_P_P_LteP_PrevAndNext
(long plid, long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.static Layout[]
LayoutUtil.findByG_P_P_LteP_PrevAndNext
(long plid, long groupId, boolean privateLayout, long parentLayoutId, int priority, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and priority ≤ ?.Layout[]
LayoutPersistence.findByG_P_P_PrevAndNext
(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.static Layout[]
LayoutUtil.findByG_P_P_PrevAndNext
(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ?.LayoutPersistence.findByG_P_P_S
(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.LayoutPersistence.findByG_P_P_S
(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?, optionally using the finder cache.LayoutPersistence.findByG_P_P_S
(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.LayoutPersistence.findByG_P_P_S
(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.LayoutUtil.findByG_P_P_S
(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = any ? and system = ?.LayoutUtil.findByG_P_P_S
(long groupId, boolean privateLayout, long[] parentLayoutIds, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?, optionally using the finder cache.LayoutUtil.findByG_P_P_S
(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.LayoutUtil.findByG_P_P_S
(long groupId, boolean privateLayout, long parentLayoutId, boolean system, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.LayoutPersistence.findByG_P_P_S_First
(long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.static Layout
LayoutUtil.findByG_P_P_S_First
(long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.LayoutPersistence.findByG_P_P_S_Last
(long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.static Layout
LayoutUtil.findByG_P_P_S_Last
(long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.Layout[]
LayoutPersistence.findByG_P_P_S_PrevAndNext
(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.static Layout[]
LayoutUtil.findByG_P_P_S_PrevAndNext
(long plid, long groupId, boolean privateLayout, long parentLayoutId, boolean system, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and parentLayoutId = ? and system = ?.Layout[]
LayoutPersistence.findByG_P_PrevAndNext
(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.LayoutSetBranchPersistence.findByG_P_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?.static LayoutSetBranch[]
LayoutSetBranchUtil.findByG_P_PrevAndNext
(long layoutSetBranchId, long groupId, boolean privateLayout, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set where groupId = ? and privateLayout = ?.static Layout[]
LayoutUtil.findByG_P_PrevAndNext
(long plid, long groupId, boolean privateLayout, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ?.LayoutPersistence.findByG_P_ST
(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = any ?.LayoutPersistence.findByG_P_ST
(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = ?, optionally using the finder cache.LayoutPersistence.findByG_P_ST
(long groupId, boolean privateLayout, int status, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = ?.LayoutPersistence.findByG_P_ST
(long groupId, boolean privateLayout, int status, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = ?.LayoutUtil.findByG_P_ST
(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = any ?.LayoutUtil.findByG_P_ST
(long groupId, boolean privateLayout, int[] statuses, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = ?, optionally using the finder cache.LayoutUtil.findByG_P_ST
(long groupId, boolean privateLayout, int status, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = ?.LayoutUtil.findByG_P_ST
(long groupId, boolean privateLayout, int status, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and status = ?.LayoutPersistence.findByG_P_ST_First
(long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.static Layout
LayoutUtil.findByG_P_ST_First
(long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.LayoutPersistence.findByG_P_ST_Last
(long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.static Layout
LayoutUtil.findByG_P_ST_Last
(long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.Layout[]
LayoutPersistence.findByG_P_ST_PrevAndNext
(long plid, long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.static Layout[]
LayoutUtil.findByG_P_ST_PrevAndNext
(long plid, long groupId, boolean privateLayout, int status, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and status = ?.LayoutPersistence.findByG_P_T
(long groupId, boolean privateLayout, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = any ?.LayoutPersistence.findByG_P_T
(long groupId, boolean privateLayout, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?, optionally using the finder cache.LayoutPersistence.findByG_P_T
(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.LayoutPersistence.findByG_P_T
(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.LayoutUtil.findByG_P_T
(long groupId, boolean privateLayout, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = any ?.LayoutUtil.findByG_P_T
(long groupId, boolean privateLayout, String[] types, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?, optionally using the finder cache.LayoutUtil.findByG_P_T
(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.LayoutUtil.findByG_P_T
(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and privateLayout = ? and type = ?.LayoutPersistence.findByG_P_T_First
(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.static Layout
LayoutUtil.findByG_P_T_First
(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.LayoutPersistence.findByG_P_T_Last
(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.static Layout
LayoutUtil.findByG_P_T_Last
(long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.Layout[]
LayoutPersistence.findByG_P_T_PrevAndNext
(long plid, long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.static Layout[]
LayoutUtil.findByG_P_T_PrevAndNext
(long plid, long groupId, boolean privateLayout, String type, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ? and privateLayout = ? and type = ?.UserGroupGroupRolePersistence.findByG_R
(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns an ordered range of all the user group group roles where groupId = ? and roleId = ?.UserGroupGroupRolePersistence.findByG_R
(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group group roles where groupId = ? and roleId = ?.static List<UserGroupGroupRole>
UserGroupGroupRoleUtil.findByG_R
(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns an ordered range of all the user group group roles where groupId = ? and roleId = ?.static List<UserGroupGroupRole>
UserGroupGroupRoleUtil.findByG_R
(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group group roles where groupId = ? and roleId = ?.UserGroupRolePersistence.findByG_R
(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.UserGroupRolePersistence.findByG_R
(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.static List<UserGroupRole>
UserGroupRoleUtil.findByG_R
(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.static List<UserGroupRole>
UserGroupRoleUtil.findByG_R
(long groupId, long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where groupId = ? and roleId = ?.UserGroupGroupRolePersistence.findByG_R_First
(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.findByG_R_First
(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where groupId = ? and roleId = ?.UserGroupRolePersistence.findByG_R_First
(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ? and roleId = ?.static UserGroupRole
UserGroupRoleUtil.findByG_R_First
(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ? and roleId = ?.UserGroupGroupRolePersistence.findByG_R_Last
(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.findByG_R_Last
(long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where groupId = ? and roleId = ?.UserGroupRolePersistence.findByG_R_Last
(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ? and roleId = ?.static UserGroupRole
UserGroupRoleUtil.findByG_R_Last
(long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ? and roleId = ?.UserGroupGroupRolePersistence.findByG_R_PrevAndNext
(long userGroupGroupRoleId, long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?.static UserGroupGroupRole[]
UserGroupGroupRoleUtil.findByG_R_PrevAndNext
(long userGroupGroupRoleId, long groupId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ? and roleId = ?.UserGroupRolePersistence.findByG_R_PrevAndNext
(long userGroupRoleId, long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.static UserGroupRole[]
UserGroupRoleUtil.findByG_R_PrevAndNext
(long userGroupRoleId, long groupId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where groupId = ? and roleId = ?.MembershipRequestPersistence.findByG_S
(long groupId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests where groupId = ? and statusId = ?.MembershipRequestPersistence.findByG_S
(long groupId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests where groupId = ? and statusId = ?.static List<MembershipRequest>
MembershipRequestUtil.findByG_S
(long groupId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests where groupId = ? and statusId = ?.static List<MembershipRequest>
MembershipRequestUtil.findByG_S
(long groupId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests where groupId = ? and statusId = ?.SystemEventPersistence.findByG_S
(long groupId, long systemEventSetKey, int start, int end, OrderByComparator<SystemEvent> orderByComparator) Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.SystemEventPersistence.findByG_S
(long groupId, long systemEventSetKey, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.static List<SystemEvent>
SystemEventUtil.findByG_S
(long groupId, long systemEventSetKey, int start, int end, OrderByComparator<SystemEvent> orderByComparator) Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.static List<SystemEvent>
SystemEventUtil.findByG_S
(long groupId, long systemEventSetKey, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events where groupId = ? and systemEventSetKey = ?.MembershipRequestPersistence.findByG_S_First
(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ? and statusId = ?.static MembershipRequest
MembershipRequestUtil.findByG_S_First
(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ? and statusId = ?.SystemEventPersistence.findByG_S_First
(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator) Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.static SystemEvent
SystemEventUtil.findByG_S_First
(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator) Returns the first system event in the ordered set where groupId = ? and systemEventSetKey = ?.MembershipRequestPersistence.findByG_S_Last
(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ? and statusId = ?.static MembershipRequest
MembershipRequestUtil.findByG_S_Last
(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ? and statusId = ?.SystemEventPersistence.findByG_S_Last
(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator) Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.static SystemEvent
SystemEventUtil.findByG_S_Last
(long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator) Returns the last system event in the ordered set where groupId = ? and systemEventSetKey = ?.MembershipRequestPersistence.findByG_S_PrevAndNext
(long membershipRequestId, long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and statusId = ?.static MembershipRequest[]
MembershipRequestUtil.findByG_S_PrevAndNext
(long membershipRequestId, long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and statusId = ?.SystemEventPersistence.findByG_S_PrevAndNext
(long systemEventId, long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator) Returns the system events before and after the current system event in the ordered set where groupId = ? and systemEventSetKey = ?.static SystemEvent[]
SystemEventUtil.findByG_S_PrevAndNext
(long systemEventId, long groupId, long systemEventSetKey, OrderByComparator<SystemEvent> orderByComparator) Returns the system events before and after the current system event in the ordered set where groupId = ? and systemEventSetKey = ?.LayoutPersistence.findByG_T
(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and type = ?.LayoutPersistence.findByG_T
(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and type = ?.LayoutUtil.findByG_T
(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ? and type = ?.LayoutUtil.findByG_T
(long groupId, String type, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ? and type = ?.LayoutPersistence.findByG_T_First
(long groupId, String type, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and type = ?.static Layout
LayoutUtil.findByG_T_First
(long groupId, String type, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ? and type = ?.LayoutPersistence.findByG_T_Last
(long groupId, String type, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and type = ?.static Layout
LayoutUtil.findByG_T_Last
(long groupId, String type, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ? and type = ?.Layout[]
LayoutPersistence.findByG_T_PrevAndNext
(long plid, long groupId, String type, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ? and type = ?.static Layout[]
LayoutUtil.findByG_T_PrevAndNext
(long plid, long groupId, String type, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ? and type = ?.SubscriptionPersistence.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.SubscriptionPersistence.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.static List<Subscription>
SubscriptionUtil.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.static List<Subscription>
SubscriptionUtil.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where groupId = ? and userId = ?.TeamFinder.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<Team> orderByComparator) TeamFinderUtil.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<Team> orderByComparator) SubscriptionPersistence.findByG_U_First
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where groupId = ? and userId = ?.static Subscription
SubscriptionUtil.findByG_U_First
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where groupId = ? and userId = ?.SubscriptionPersistence.findByG_U_Last
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where groupId = ? and userId = ?.static Subscription
SubscriptionUtil.findByG_U_Last
(long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where groupId = ? and userId = ?.SubscriptionPersistence.findByG_U_PrevAndNext
(long subscriptionId, long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the subscriptions before and after the current subscription in the ordered set where groupId = ? and userId = ?.static Subscription[]
SubscriptionUtil.findByG_U_PrevAndNext
(long subscriptionId, long groupId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the subscriptions before and after the current subscription in the ordered set where groupId = ? and userId = ?.MembershipRequestPersistence.findByG_U_S
(long groupId, long userId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?.MembershipRequestPersistence.findByG_U_S
(long groupId, long userId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?.static List<MembershipRequest>
MembershipRequestUtil.findByG_U_S
(long groupId, long userId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?.static List<MembershipRequest>
MembershipRequestUtil.findByG_U_S
(long groupId, long userId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?.MembershipRequestPersistence.findByG_U_S_First
(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.static MembershipRequest
MembershipRequestUtil.findByG_U_S_First
(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.MembershipRequestPersistence.findByG_U_S_Last
(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.static MembershipRequest
MembershipRequestUtil.findByG_U_S_Last
(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.MembershipRequestPersistence.findByG_U_S_PrevAndNext
(long membershipRequestId, long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.static MembershipRequest[]
MembershipRequestUtil.findByG_U_S_PrevAndNext
(long membershipRequestId, long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.LayoutFriendlyURLPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where groupId = ?.LayoutFriendlyURLPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where groupId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where groupId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where groupId = ?.LayoutPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ?.LayoutPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ?.LayoutSetBranchPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches where groupId = ?.LayoutSetBranchPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set branches where groupId = ?.static List<LayoutSetBranch>
LayoutSetBranchUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) Returns an ordered range of all the layout set branches where groupId = ?.static List<LayoutSetBranch>
LayoutSetBranchUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set branches where groupId = ?.LayoutSetPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets where groupId = ?.LayoutSetPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets where groupId = ?.LayoutSetUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets where groupId = ?.LayoutSetUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets where groupId = ?.LayoutUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where groupId = ?.LayoutUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where groupId = ?.MembershipRequestPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests where groupId = ?.MembershipRequestPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests where groupId = ?.static List<MembershipRequest>
MembershipRequestUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests where groupId = ?.static List<MembershipRequest>
MembershipRequestUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests where groupId = ?.RecentLayoutBranchPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches where groupId = ?.RecentLayoutBranchPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches where groupId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches where groupId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches where groupId = ?.RecentLayoutRevisionPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions where groupId = ?.RecentLayoutRevisionPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions where groupId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions where groupId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions where groupId = ?.RecentLayoutSetBranchPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns an ordered range of all the recent layout set branches where groupId = ?.RecentLayoutSetBranchPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout set branches where groupId = ?.static List<RecentLayoutSetBranch>
RecentLayoutSetBranchUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns an ordered range of all the recent layout set branches where groupId = ?.static List<RecentLayoutSetBranch>
RecentLayoutSetBranchUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout set branches where groupId = ?.RepositoryPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories where groupId = ?.RepositoryPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories where groupId = ?.static List<Repository>
RepositoryUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories where groupId = ?.static List<Repository>
RepositoryUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories where groupId = ?.SystemEventPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SystemEvent> orderByComparator) Returns an ordered range of all the system events where groupId = ?.SystemEventPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events where groupId = ?.static List<SystemEvent>
SystemEventUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SystemEvent> orderByComparator) Returns an ordered range of all the system events where groupId = ?.static List<SystemEvent>
SystemEventUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SystemEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the system events where groupId = ?.TeamPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where groupId = ?.TeamPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where groupId = ?.TeamUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where groupId = ?.TeamUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where groupId = ?.UserGroupGroupRolePersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns an ordered range of all the user group group roles where groupId = ?.UserGroupGroupRolePersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group group roles where groupId = ?.static List<UserGroupGroupRole>
UserGroupGroupRoleUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns an ordered range of all the user group group roles where groupId = ?.static List<UserGroupGroupRole>
UserGroupGroupRoleUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group group roles where groupId = ?.UserGroupRolePersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where groupId = ?.UserGroupRolePersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where groupId = ?.static List<UserGroupRole>
UserGroupRoleUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where groupId = ?.static List<UserGroupRole>
UserGroupRoleUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where groupId = ?.LayoutFriendlyURLPersistence.findByGroupId_First
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByGroupId_First
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ?.LayoutPersistence.findByGroupId_First
(long groupId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ?.LayoutSetBranchPersistence.findByGroupId_First
(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ?.static LayoutSetBranch
LayoutSetBranchUtil.findByGroupId_First
(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the first layout set branch in the ordered set where groupId = ?.LayoutSetPersistence.findByGroupId_First
(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where groupId = ?.static LayoutSet
LayoutSetUtil.findByGroupId_First
(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where groupId = ?.static Layout
LayoutUtil.findByGroupId_First
(long groupId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where groupId = ?.MembershipRequestPersistence.findByGroupId_First
(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ?.static MembershipRequest
MembershipRequestUtil.findByGroupId_First
(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ?.RecentLayoutBranchPersistence.findByGroupId_First
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where groupId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.findByGroupId_First
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where groupId = ?.RecentLayoutRevisionPersistence.findByGroupId_First
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where groupId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByGroupId_First
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where groupId = ?.RecentLayoutSetBranchPersistence.findByGroupId_First
(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the first recent layout set branch in the ordered set where groupId = ?.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.findByGroupId_First
(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the first recent layout set branch in the ordered set where groupId = ?.RepositoryPersistence.findByGroupId_First
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where groupId = ?.static Repository
RepositoryUtil.findByGroupId_First
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where groupId = ?.SystemEventPersistence.findByGroupId_First
(long groupId, OrderByComparator<SystemEvent> orderByComparator) Returns the first system event in the ordered set where groupId = ?.static SystemEvent
SystemEventUtil.findByGroupId_First
(long groupId, OrderByComparator<SystemEvent> orderByComparator) Returns the first system event in the ordered set where groupId = ?.TeamPersistence.findByGroupId_First
(long groupId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where groupId = ?.static Team
TeamUtil.findByGroupId_First
(long groupId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where groupId = ?.UserGroupGroupRolePersistence.findByGroupId_First
(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where groupId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.findByGroupId_First
(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where groupId = ?.UserGroupRolePersistence.findByGroupId_First
(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ?.static UserGroupRole
UserGroupRoleUtil.findByGroupId_First
(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where groupId = ?.LayoutFriendlyURLPersistence.findByGroupId_Last
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByGroupId_Last
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ?.LayoutPersistence.findByGroupId_Last
(long groupId, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ?.LayoutSetBranchPersistence.findByGroupId_Last
(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ?.static LayoutSetBranch
LayoutSetBranchUtil.findByGroupId_Last
(long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the last layout set branch in the ordered set where groupId = ?.LayoutSetPersistence.findByGroupId_Last
(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where groupId = ?.static LayoutSet
LayoutSetUtil.findByGroupId_Last
(long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where groupId = ?.static Layout
LayoutUtil.findByGroupId_Last
(long groupId, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where groupId = ?.MembershipRequestPersistence.findByGroupId_Last
(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ?.static MembershipRequest
MembershipRequestUtil.findByGroupId_Last
(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ?.RecentLayoutBranchPersistence.findByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where groupId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.findByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where groupId = ?.RecentLayoutRevisionPersistence.findByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where groupId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where groupId = ?.RecentLayoutSetBranchPersistence.findByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the last recent layout set branch in the ordered set where groupId = ?.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.findByGroupId_Last
(long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the last recent layout set branch in the ordered set where groupId = ?.RepositoryPersistence.findByGroupId_Last
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where groupId = ?.static Repository
RepositoryUtil.findByGroupId_Last
(long groupId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where groupId = ?.SystemEventPersistence.findByGroupId_Last
(long groupId, OrderByComparator<SystemEvent> orderByComparator) Returns the last system event in the ordered set where groupId = ?.static SystemEvent
SystemEventUtil.findByGroupId_Last
(long groupId, OrderByComparator<SystemEvent> orderByComparator) Returns the last system event in the ordered set where groupId = ?.TeamPersistence.findByGroupId_Last
(long groupId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where groupId = ?.static Team
TeamUtil.findByGroupId_Last
(long groupId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where groupId = ?.UserGroupGroupRolePersistence.findByGroupId_Last
(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where groupId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.findByGroupId_Last
(long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where groupId = ?.UserGroupRolePersistence.findByGroupId_Last
(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ?.static UserGroupRole
UserGroupRoleUtil.findByGroupId_Last
(long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where groupId = ?.LayoutFriendlyURLPersistence.findByGroupId_PrevAndNext
(long layoutFriendlyURLId, long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByGroupId_PrevAndNext
(long layoutFriendlyURLId, long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ?.Layout[]
LayoutPersistence.findByGroupId_PrevAndNext
(long plid, long groupId, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ?.LayoutSetBranchPersistence.findByGroupId_PrevAndNext
(long layoutSetBranchId, long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set where groupId = ?.static LayoutSetBranch[]
LayoutSetBranchUtil.findByGroupId_PrevAndNext
(long layoutSetBranchId, long groupId, OrderByComparator<LayoutSetBranch> orderByComparator) Returns the layout set branches before and after the current layout set branch in the ordered set where groupId = ?.LayoutSetPersistence.findByGroupId_PrevAndNext
(long layoutSetId, long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.static LayoutSet[]
LayoutSetUtil.findByGroupId_PrevAndNext
(long layoutSetId, long groupId, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where groupId = ?.static Layout[]
LayoutUtil.findByGroupId_PrevAndNext
(long plid, long groupId, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where groupId = ?.MembershipRequestPersistence.findByGroupId_PrevAndNext
(long membershipRequestId, long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the membership requests before and after the current membership request in the ordered set where groupId = ?.static MembershipRequest[]
MembershipRequestUtil.findByGroupId_PrevAndNext
(long membershipRequestId, long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the membership requests before and after the current membership request in the ordered set where groupId = ?.RecentLayoutBranchPersistence.findByGroupId_PrevAndNext
(long recentLayoutBranchId, long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the recent layout branches before and after the current recent layout branch in the ordered set where groupId = ?.static RecentLayoutBranch[]
RecentLayoutBranchUtil.findByGroupId_PrevAndNext
(long recentLayoutBranchId, long groupId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the recent layout branches before and after the current recent layout branch in the ordered set where groupId = ?.RecentLayoutRevisionPersistence.findByGroupId_PrevAndNext
(long recentLayoutRevisionId, long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the recent layout revisions before and after the current recent layout revision in the ordered set where groupId = ?.static RecentLayoutRevision[]
RecentLayoutRevisionUtil.findByGroupId_PrevAndNext
(long recentLayoutRevisionId, long groupId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the recent layout revisions before and after the current recent layout revision in the ordered set where groupId = ?.RecentLayoutSetBranchPersistence.findByGroupId_PrevAndNext
(long recentLayoutSetBranchId, long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the recent layout set branches before and after the current recent layout set branch in the ordered set where groupId = ?.static RecentLayoutSetBranch[]
RecentLayoutSetBranchUtil.findByGroupId_PrevAndNext
(long recentLayoutSetBranchId, long groupId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the recent layout set branches before and after the current recent layout set branch in the ordered set where groupId = ?.RepositoryPersistence.findByGroupId_PrevAndNext
(long repositoryId, long groupId, OrderByComparator<Repository> orderByComparator) Returns the repositories before and after the current repository in the ordered set where groupId = ?.static Repository[]
RepositoryUtil.findByGroupId_PrevAndNext
(long repositoryId, long groupId, OrderByComparator<Repository> orderByComparator) Returns the repositories before and after the current repository in the ordered set where groupId = ?.SystemEventPersistence.findByGroupId_PrevAndNext
(long systemEventId, long groupId, OrderByComparator<SystemEvent> orderByComparator) Returns the system events before and after the current system event in the ordered set where groupId = ?.static SystemEvent[]
SystemEventUtil.findByGroupId_PrevAndNext
(long systemEventId, long groupId, OrderByComparator<SystemEvent> orderByComparator) Returns the system events before and after the current system event in the ordered set where groupId = ?.Team[]
TeamPersistence.findByGroupId_PrevAndNext
(long teamId, long groupId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where groupId = ?.static Team[]
TeamUtil.findByGroupId_PrevAndNext
(long teamId, long groupId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where groupId = ?.UserGroupGroupRolePersistence.findByGroupId_PrevAndNext
(long userGroupGroupRoleId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?.static UserGroupGroupRole[]
UserGroupGroupRoleUtil.findByGroupId_PrevAndNext
(long userGroupGroupRoleId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the user group group roles before and after the current user group group role in the ordered set where groupId = ?.UserGroupRolePersistence.findByGroupId_PrevAndNext
(long userGroupRoleId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.static UserGroupRole[]
UserGroupRoleUtil.findByGroupId_PrevAndNext
(long userGroupRoleId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where groupId = ?.GroupPersistence.findByGtG_C_C_P
(long groupId, long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_C_P
(long groupId, long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupUtil.findByGtG_C_C_P
(long groupId, long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupUtil.findByGtG_C_C_P
(long groupId, long companyId, long classNameId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_C_P_First
(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.static Group
GroupUtil.findByGtG_C_C_P_First
(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_C_P_Last
(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.static Group
GroupUtil.findByGtG_C_C_P_Last
(long groupId, long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_P
(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_P
(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.GroupUtil.findByGtG_C_P
(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.GroupUtil.findByGtG_C_P
(long groupId, long companyId, long parentGroupId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_P_First
(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.static Group
GroupUtil.findByGtG_C_P_First
(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_P_Last
(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.static Group
GroupUtil.findByGtG_C_P_Last
(long groupId, long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.GroupPersistence.findByGtG_C_P_S
(long groupId, long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByGtG_C_P_S
(long groupId, long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupUtil.findByGtG_C_P_S
(long groupId, long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupUtil.findByGtG_C_P_S
(long groupId, long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByGtG_C_P_S_First
(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.static Group
GroupUtil.findByGtG_C_P_S_First
(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.GroupPersistence.findByGtG_C_P_S_Last
(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.static Group
GroupUtil.findByGtG_C_P_S_Last
(long groupId, long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.OrganizationPersistence.findByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.findByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.static List<Organization>
OrganizationUtil.findByGtO_C_P
(long organizationId, long companyId, long parentOrganizationId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByGtO_C_P_First
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.findByGtO_C_P_First
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.OrganizationPersistence.findByGtO_C_P_Last
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.static Organization
OrganizationUtil.findByGtO_C_P_Last
(long organizationId, long companyId, long parentOrganizationId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where organizationId > ? and companyId = ? and parentOrganizationId = ?.UserPersistence.findByGtU_C
(long userId, long companyId, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where userId > ? and companyId = ?.UserPersistence.findByGtU_C
(long userId, long companyId, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where userId > ? and companyId = ?.UserUtil.findByGtU_C
(long userId, long companyId, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where userId > ? and companyId = ?.UserUtil.findByGtU_C
(long userId, long companyId, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where userId > ? and companyId = ?.UserPersistence.findByGtU_C_First
(long userId, long companyId, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where userId > ? and companyId = ?.static User
UserUtil.findByGtU_C_First
(long userId, long companyId, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where userId > ? and companyId = ?.UserPersistence.findByGtU_C_Last
(long userId, long companyId, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where userId > ? and companyId = ?.static User
UserUtil.findByGtU_C_Last
(long userId, long companyId, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where userId > ? and companyId = ?.UserGroupPersistence.findByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupUtil.findByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupUtil.findByGtU_C_P
(long userGroupId, long companyId, long parentUserGroupId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByGtU_C_P_First
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.findByGtU_C_P_First
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.UserGroupPersistence.findByGtU_C_P_Last
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.static UserGroup
UserGroupUtil.findByGtU_C_P_Last
(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where userGroupId > ? and companyId = ? and parentUserGroupId = ?.LayoutRevisionPersistence.findByH_P
(boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where head = ? and plid = ?.LayoutRevisionPersistence.findByH_P
(boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where head = ? and plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByH_P
(boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where head = ? and plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByH_P
(boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where head = ? and plid = ?.LayoutRevisionPersistence.findByH_P_First
(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByH_P_First
(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where head = ? and plid = ?.LayoutRevisionPersistence.findByH_P_Last
(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByH_P_Last
(boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where head = ? and plid = ?.LayoutRevisionPersistence.findByH_P_PrevAndNext
(long layoutRevisionId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.static LayoutRevision[]
LayoutRevisionUtil.findByH_P_PrevAndNext
(long layoutRevisionId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where head = ? and plid = ?.RoleFinder.findByKeywords
(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinder.findByKeywords
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.findByKeywords
(long companyId, String keywords, Integer[] types, int start, int end, OrderByComparator<Role> orderByComparator) RoleFinderUtil.findByKeywords
(long companyId, String keywords, Integer[] types, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Role> orderByComparator) UserFinder.findByKeywords
(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<User> orderByComparator) UserFinderUtil.findByKeywords
(long companyId, String keywords, int status, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<User> orderByComparator) UserGroupFinder.findByKeywords
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) UserGroupFinderUtil.findByKeywords
(long companyId, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<UserGroup> orderByComparator) LayoutRevisionPersistence.findByL_H
(long layoutSetBranchId, boolean head, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H
(long layoutSetBranchId, boolean head, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H
(long layoutSetBranchId, boolean head, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H
(long layoutSetBranchId, boolean head, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H_First
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_First
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H_Last
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_Last
(long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H_P_Collection
(long layoutSetBranchId, boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_P_Collection
(long layoutSetBranchId, boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H_P_Collection
(long layoutSetBranchId, boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H_P_Collection
(long layoutSetBranchId, boolean head, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_P_Collection_First
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_P_Collection_First
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_P_Collection_Last
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_P_Collection_Last
(long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_P_Collection_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_H_P_Collection_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and plid = ?.LayoutRevisionPersistence.findByL_H_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_H_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ?.LayoutRevisionPersistence.findByL_H_S
(long layoutSetBranchId, boolean head, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_H_S
(long layoutSetBranchId, boolean head, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H_S
(long layoutSetBranchId, boolean head, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_H_S
(long layoutSetBranchId, boolean head, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_H_S_First
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_S_First
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_H_S_Last
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.findByL_H_S_Last
(long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_H_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_H_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, boolean head, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and head = ? and status = ?.LayoutRevisionPersistence.findByL_L_P
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_L_P
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_L_P
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_L_P
(long layoutSetBranchId, long layoutBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_L_P_First
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_L_P_First
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_L_P_Last
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_L_P_Last
(long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_L_P_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_L_P_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long layoutBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and layoutBranchId = ? and plid = ?.LayoutBranchPersistence.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ?.static List<LayoutBranch>
LayoutBranchUtil.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ?.static List<LayoutBranch>
LayoutBranchUtil.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_P
(long layoutSetBranchId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.findByL_P_First
(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.static LayoutBranch
LayoutBranchUtil.findByL_P_First
(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_First
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_P_First
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.findByL_P_Last
(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.static LayoutBranch
LayoutBranchUtil.findByL_P_Last
(long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_Last
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_P_Last
(long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutBranchPersistence.findByL_P_M
(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.LayoutBranchPersistence.findByL_P_M
(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.static List<LayoutBranch>
LayoutBranchUtil.findByL_P_M
(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.static List<LayoutBranch>
LayoutBranchUtil.findByL_P_M
(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where layoutSetBranchId = ? and plid = ? and master = ?.LayoutBranchPersistence.findByL_P_M_First
(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.static LayoutBranch
LayoutBranchUtil.findByL_P_M_First
(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.LayoutBranchPersistence.findByL_P_M_Last
(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.static LayoutBranch
LayoutBranchUtil.findByL_P_M_Last
(long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.LayoutBranchPersistence.findByL_P_M_PrevAndNext
(long layoutBranchId, long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.static LayoutBranch[]
LayoutBranchUtil.findByL_P_M_PrevAndNext
(long layoutBranchId, long layoutSetBranchId, long plid, boolean master, OrderByComparator<LayoutBranch> orderByComparator) Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.LayoutRevisionPersistence.findByL_P_P
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_P
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_P_P
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_P_P
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_P_First
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_P_P_First
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_P_Last
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.static LayoutRevision
LayoutRevisionUtil.findByL_P_P_Last
(long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_P_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_P_P_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long parentLayoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and parentLayoutRevisionId = ? and plid = ?.LayoutBranchPersistence.findByL_P_PrevAndNext
(long layoutBranchId, long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.static LayoutBranch[]
LayoutBranchUtil.findByL_P_PrevAndNext
(long layoutBranchId, long layoutSetBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_P_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ?.LayoutRevisionPersistence.findByL_P_S
(long layoutSetBranchId, long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.findByL_P_S
(long layoutSetBranchId, long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_P_S
(long layoutSetBranchId, long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_P_S
(long layoutSetBranchId, long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.findByL_P_S_First
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.findByL_P_S_First
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.findByL_P_S_Last
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.findByL_P_S_Last
(long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.findByL_P_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_P_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and plid = ? and status = ?.LayoutRevisionPersistence.findByL_S
(long layoutSetBranchId, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByL_S
(long layoutSetBranchId, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_S
(long layoutSetBranchId, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByL_S
(long layoutSetBranchId, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByL_S_First
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.findByL_S_First
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByL_S_Last
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.static LayoutRevision
LayoutRevisionUtil.findByL_S_Last
(long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ? and status = ?.LayoutRevisionPersistence.findByL_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.static LayoutRevision[]
LayoutRevisionUtil.findByL_S_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ? and status = ?.RecentLayoutBranchPersistence.findByLayoutBranchId
(long layoutBranchId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches where layoutBranchId = ?.RecentLayoutBranchPersistence.findByLayoutBranchId
(long layoutBranchId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches where layoutBranchId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByLayoutBranchId
(long layoutBranchId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches where layoutBranchId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByLayoutBranchId
(long layoutBranchId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches where layoutBranchId = ?.RecentLayoutBranchPersistence.findByLayoutBranchId_First
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where layoutBranchId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.findByLayoutBranchId_First
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where layoutBranchId = ?.RecentLayoutBranchPersistence.findByLayoutBranchId_Last
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where layoutBranchId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.findByLayoutBranchId_Last
(long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where layoutBranchId = ?.RecentLayoutBranchPersistence.findByLayoutBranchId_PrevAndNext
(long recentLayoutBranchId, long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the recent layout branches before and after the current recent layout branch in the ordered set where layoutBranchId = ?.static RecentLayoutBranch[]
RecentLayoutBranchUtil.findByLayoutBranchId_PrevAndNext
(long recentLayoutBranchId, long layoutBranchId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the recent layout branches before and after the current recent layout branch in the ordered set where layoutBranchId = ?.LayoutPersistence.findByLayoutPrototypeUuid
(String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.LayoutPersistence.findByLayoutPrototypeUuid
(String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.LayoutUtil.findByLayoutPrototypeUuid
(String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.LayoutUtil.findByLayoutPrototypeUuid
(String layoutPrototypeUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where layoutPrototypeUuid = ?.LayoutPersistence.findByLayoutPrototypeUuid_First
(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where layoutPrototypeUuid = ?.static Layout
LayoutUtil.findByLayoutPrototypeUuid_First
(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where layoutPrototypeUuid = ?.LayoutPersistence.findByLayoutPrototypeUuid_Last
(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where layoutPrototypeUuid = ?.static Layout
LayoutUtil.findByLayoutPrototypeUuid_Last
(String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where layoutPrototypeUuid = ?.Layout[]
LayoutPersistence.findByLayoutPrototypeUuid_PrevAndNext
(long plid, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.static Layout[]
LayoutUtil.findByLayoutPrototypeUuid_PrevAndNext
(long plid, String layoutPrototypeUuid, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where layoutPrototypeUuid = ?.RecentLayoutRevisionPersistence.findByLayoutRevisionId
(long layoutRevisionId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.RecentLayoutRevisionPersistence.findByLayoutRevisionId
(long layoutRevisionId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByLayoutRevisionId
(long layoutRevisionId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByLayoutRevisionId
(long layoutRevisionId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions where layoutRevisionId = ?.RecentLayoutRevisionPersistence.findByLayoutRevisionId_First
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByLayoutRevisionId_First
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where layoutRevisionId = ?.RecentLayoutRevisionPersistence.findByLayoutRevisionId_Last
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByLayoutRevisionId_Last
(long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where layoutRevisionId = ?.RecentLayoutRevisionPersistence.findByLayoutRevisionId_PrevAndNext
(long recentLayoutRevisionId, long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the recent layout revisions before and after the current recent layout revision in the ordered set where layoutRevisionId = ?.static RecentLayoutRevision[]
RecentLayoutRevisionUtil.findByLayoutRevisionId_PrevAndNext
(long recentLayoutRevisionId, long layoutRevisionId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the recent layout revisions before and after the current recent layout revision in the ordered set where layoutRevisionId = ?.GroupFinder.findByLayouts
(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) GroupFinder.findByLayouts
(long companyId, long parentGroupId, boolean site, Boolean active, int start, int end, OrderByComparator<Group> orderByComparator) GroupFinderUtil.findByLayouts
(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) GroupFinderUtil.findByLayouts
(long companyId, long parentGroupId, boolean site, Boolean active, int start, int end, OrderByComparator<Group> orderByComparator) LayoutBranchPersistence.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where layoutSetBranchId = ?.LayoutBranchPersistence.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where layoutSetBranchId = ?.static List<LayoutBranch>
LayoutBranchUtil.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where layoutSetBranchId = ?.static List<LayoutBranch>
LayoutBranchUtil.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where layoutSetBranchId = ?.LayoutRevisionPersistence.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.LayoutRevisionPersistence.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where layoutSetBranchId = ?.RecentLayoutSetBranchPersistence.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns an ordered range of all the recent layout set branches where layoutSetBranchId = ?.RecentLayoutSetBranchPersistence.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout set branches where layoutSetBranchId = ?.static List<RecentLayoutSetBranch>
RecentLayoutSetBranchUtil.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns an ordered range of all the recent layout set branches where layoutSetBranchId = ?.static List<RecentLayoutSetBranch>
RecentLayoutSetBranchUtil.findByLayoutSetBranchId
(long layoutSetBranchId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout set branches where layoutSetBranchId = ?.LayoutBranchPersistence.findByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ?.static LayoutBranch
LayoutBranchUtil.findByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where layoutSetBranchId = ?.LayoutRevisionPersistence.findByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ?.static LayoutRevision
LayoutRevisionUtil.findByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where layoutSetBranchId = ?.RecentLayoutSetBranchPersistence.findByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.findByLayoutSetBranchId_First
(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the first recent layout set branch in the ordered set where layoutSetBranchId = ?.LayoutBranchPersistence.findByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ?.static LayoutBranch
LayoutBranchUtil.findByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where layoutSetBranchId = ?.LayoutRevisionPersistence.findByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ?.static LayoutRevision
LayoutRevisionUtil.findByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where layoutSetBranchId = ?.RecentLayoutSetBranchPersistence.findByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.findByLayoutSetBranchId_Last
(long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the last recent layout set branch in the ordered set where layoutSetBranchId = ?.LayoutBranchPersistence.findByLayoutSetBranchId_PrevAndNext
(long layoutBranchId, long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ?.static LayoutBranch[]
LayoutBranchUtil.findByLayoutSetBranchId_PrevAndNext
(long layoutBranchId, long layoutSetBranchId, OrderByComparator<LayoutBranch> orderByComparator) Returns the layout branches before and after the current layout branch in the ordered set where layoutSetBranchId = ?.LayoutRevisionPersistence.findByLayoutSetBranchId_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.static LayoutRevision[]
LayoutRevisionUtil.findByLayoutSetBranchId_PrevAndNext
(long layoutRevisionId, long layoutSetBranchId, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where layoutSetBranchId = ?.RecentLayoutSetBranchPersistence.findByLayoutSetBranchId_PrevAndNext
(long recentLayoutSetBranchId, long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the recent layout set branches before and after the current recent layout set branch in the ordered set where layoutSetBranchId = ?.static RecentLayoutSetBranch[]
RecentLayoutSetBranchUtil.findByLayoutSetBranchId_PrevAndNext
(long recentLayoutSetBranchId, long layoutSetBranchId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the recent layout set branches before and after the current recent layout set branch in the ordered set where layoutSetBranchId = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid
(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid
(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.LayoutSetUtil.findByLayoutSetPrototypeUuid
(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator) Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.LayoutSetUtil.findByLayoutSetPrototypeUuid
(String layoutSetPrototypeUuid, int start, int end, OrderByComparator<LayoutSet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout sets where layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid_First
(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.static LayoutSet
LayoutSetUtil.findByLayoutSetPrototypeUuid_First
(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the first layout set in the ordered set where layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid_Last
(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.static LayoutSet
LayoutSetUtil.findByLayoutSetPrototypeUuid_Last
(String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the last layout set in the ordered set where layoutSetPrototypeUuid = ?.LayoutSetPersistence.findByLayoutSetPrototypeUuid_PrevAndNext
(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.static LayoutSet[]
LayoutSetUtil.findByLayoutSetPrototypeUuid_PrevAndNext
(long layoutSetId, String layoutSetPrototypeUuid, OrderByComparator<LayoutSet> orderByComparator) Returns the layout sets before and after the current layout set in the ordered set where layoutSetPrototypeUuid = ?.RememberMeTokenPersistence.findByLteExpirationDate
(Date expirationDate, int start, int end, OrderByComparator<RememberMeToken> orderByComparator) Returns an ordered range of all the remember me tokens where expirationDate ≤ ?.RememberMeTokenPersistence.findByLteExpirationDate
(Date expirationDate, int start, int end, OrderByComparator<RememberMeToken> orderByComparator, boolean useFinderCache) Returns an ordered range of all the remember me tokens where expirationDate ≤ ?.static List<RememberMeToken>
RememberMeTokenUtil.findByLteExpirationDate
(Date expirationDate, int start, int end, OrderByComparator<RememberMeToken> orderByComparator) Returns an ordered range of all the remember me tokens where expirationDate ≤ ?.static List<RememberMeToken>
RememberMeTokenUtil.findByLteExpirationDate
(Date expirationDate, int start, int end, OrderByComparator<RememberMeToken> orderByComparator, boolean useFinderCache) Returns an ordered range of all the remember me tokens where expirationDate ≤ ?.RememberMeTokenPersistence.findByLteExpirationDate_First
(Date expirationDate, OrderByComparator<RememberMeToken> orderByComparator) Returns the first remember me token in the ordered set where expirationDate ≤ ?.static RememberMeToken
RememberMeTokenUtil.findByLteExpirationDate_First
(Date expirationDate, OrderByComparator<RememberMeToken> orderByComparator) Returns the first remember me token in the ordered set where expirationDate ≤ ?.RememberMeTokenPersistence.findByLteExpirationDate_Last
(Date expirationDate, OrderByComparator<RememberMeToken> orderByComparator) Returns the last remember me token in the ordered set where expirationDate ≤ ?.static RememberMeToken
RememberMeTokenUtil.findByLteExpirationDate_Last
(Date expirationDate, OrderByComparator<RememberMeToken> orderByComparator) Returns the last remember me token in the ordered set where expirationDate ≤ ?.RememberMeTokenPersistence.findByLteExpirationDate_PrevAndNext
(long rememberMeTokenId, Date expirationDate, OrderByComparator<RememberMeToken> orderByComparator) Returns the remember me tokens before and after the current remember me token in the ordered set where expirationDate ≤ ?.static RememberMeToken[]
RememberMeTokenUtil.findByLteExpirationDate_PrevAndNext
(long rememberMeTokenId, Date expirationDate, OrderByComparator<RememberMeToken> orderByComparator) Returns the remember me tokens before and after the current remember me token in the ordered set where expirationDate ≤ ?.ImagePersistence.findByLtSize
(int size, int start, int end, OrderByComparator<Image> orderByComparator) Returns an ordered range of all the images where size < ?.ImagePersistence.findByLtSize
(int size, int start, int end, OrderByComparator<Image> orderByComparator, boolean useFinderCache) Returns an ordered range of all the images where size < ?.ImageUtil.findByLtSize
(int size, int start, int end, OrderByComparator<Image> orderByComparator) Returns an ordered range of all the images where size < ?.ImageUtil.findByLtSize
(int size, int start, int end, OrderByComparator<Image> orderByComparator, boolean useFinderCache) Returns an ordered range of all the images where size < ?.ImagePersistence.findByLtSize_First
(int size, OrderByComparator<Image> orderByComparator) Returns the first image in the ordered set where size < ?.static Image
ImageUtil.findByLtSize_First
(int size, OrderByComparator<Image> orderByComparator) Returns the first image in the ordered set where size < ?.ImagePersistence.findByLtSize_Last
(int size, OrderByComparator<Image> orderByComparator) Returns the last image in the ordered set where size < ?.static Image
ImageUtil.findByLtSize_Last
(int size, OrderByComparator<Image> orderByComparator) Returns the last image in the ordered set where size < ?.Image[]
ImagePersistence.findByLtSize_PrevAndNext
(long imageId, int size, OrderByComparator<Image> orderByComparator) Returns the images before and after the current image in the ordered set where size < ?.static Image[]
ImageUtil.findByLtSize_PrevAndNext
(long imageId, int size, OrderByComparator<Image> orderByComparator) Returns the images before and after the current image in the ordered set where size < ?.ResourceActionPersistence.findByName
(String name, int start, int end, OrderByComparator<ResourceAction> orderByComparator) Returns an ordered range of all the resource actions where name = ?.ResourceActionPersistence.findByName
(String name, int start, int end, OrderByComparator<ResourceAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource actions where name = ?.static List<ResourceAction>
ResourceActionUtil.findByName
(String name, int start, int end, OrderByComparator<ResourceAction> orderByComparator) Returns an ordered range of all the resource actions where name = ?.static List<ResourceAction>
ResourceActionUtil.findByName
(String name, int start, int end, OrderByComparator<ResourceAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource actions where name = ?.ResourcePermissionPersistence.findByName
(String name, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where name = ?.ResourcePermissionPersistence.findByName
(String name, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where name = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByName
(String name, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where name = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByName
(String name, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where name = ?.RolePersistence.findByName
(String name, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where name = ?.RolePersistence.findByName
(String name, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where name = ?.RoleUtil.findByName
(String name, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where name = ?.RoleUtil.findByName
(String name, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where name = ?.ResourceActionPersistence.findByName_First
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the first resource action in the ordered set where name = ?.static ResourceAction
ResourceActionUtil.findByName_First
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the first resource action in the ordered set where name = ?.ResourcePermissionPersistence.findByName_First
(String name, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where name = ?.static ResourcePermission
ResourcePermissionUtil.findByName_First
(String name, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where name = ?.RolePersistence.findByName_First
(String name, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where name = ?.static Role
RoleUtil.findByName_First
(String name, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where name = ?.ResourceActionPersistence.findByName_Last
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the last resource action in the ordered set where name = ?.static ResourceAction
ResourceActionUtil.findByName_Last
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the last resource action in the ordered set where name = ?.ResourcePermissionPersistence.findByName_Last
(String name, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where name = ?.static ResourcePermission
ResourcePermissionUtil.findByName_Last
(String name, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where name = ?.RolePersistence.findByName_Last
(String name, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where name = ?.static Role
RoleUtil.findByName_Last
(String name, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where name = ?.ResourceActionPersistence.findByName_PrevAndNext
(long resourceActionId, String name, OrderByComparator<ResourceAction> orderByComparator) Returns the resource actions before and after the current resource action in the ordered set where name = ?.static ResourceAction[]
ResourceActionUtil.findByName_PrevAndNext
(long resourceActionId, String name, OrderByComparator<ResourceAction> orderByComparator) Returns the resource actions before and after the current resource action in the ordered set where name = ?.ResourcePermissionPersistence.findByName_PrevAndNext
(long resourcePermissionId, String name, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where name = ?.static ResourcePermission[]
ResourcePermissionUtil.findByName_PrevAndNext
(long resourcePermissionId, String name, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where name = ?.Role[]
RolePersistence.findByName_PrevAndNext
(long roleId, String name, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where name = ?.static Role[]
RoleUtil.findByName_PrevAndNext
(long roleId, String name, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where name = ?.VirtualHostPersistence.findByNotL_H
(long layoutSetId, String[] hostnames, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = any ?.VirtualHostPersistence.findByNotL_H
(long layoutSetId, String[] hostnames, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?, optionally using the finder cache.VirtualHostPersistence.findByNotL_H
(long layoutSetId, String hostname, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?.VirtualHostPersistence.findByNotL_H
(long layoutSetId, String hostname, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?.static List<VirtualHost>
VirtualHostUtil.findByNotL_H
(long layoutSetId, String[] hostnames, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = any ?.static List<VirtualHost>
VirtualHostUtil.findByNotL_H
(long layoutSetId, String[] hostnames, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?, optionally using the finder cache.static List<VirtualHost>
VirtualHostUtil.findByNotL_H
(long layoutSetId, String hostname, int start, int end, OrderByComparator<VirtualHost> orderByComparator) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?.static List<VirtualHost>
VirtualHostUtil.findByNotL_H
(long layoutSetId, String hostname, int start, int end, OrderByComparator<VirtualHost> orderByComparator, boolean useFinderCache) Returns an ordered range of all the virtual hosts where layoutSetId ≠ ? and hostname = ?.VirtualHostPersistence.findByNotL_H_First
(long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.static VirtualHost
VirtualHostUtil.findByNotL_H_First
(long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the first virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.VirtualHostPersistence.findByNotL_H_Last
(long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.static VirtualHost
VirtualHostUtil.findByNotL_H_Last
(long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the last virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.VirtualHostPersistence.findByNotL_H_PrevAndNext
(long virtualHostId, long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the virtual hosts before and after the current virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.static VirtualHost[]
VirtualHostUtil.findByNotL_H_PrevAndNext
(long virtualHostId, long layoutSetId, String hostname, OrderByComparator<VirtualHost> orderByComparator) Returns the virtual hosts before and after the current virtual host in the ordered set where layoutSetId ≠ ? and hostname = ?.PortletPreferencesPersistence.findByO_O_P
(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.PortletPreferencesPersistence.findByO_O_P
(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByO_O_P
(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByO_O_P
(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.PortletPreferencesPersistence.findByO_O_P_First
(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.static PortletPreferences
PortletPreferencesUtil.findByO_O_P_First
(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.PortletPreferencesPersistence.findByO_O_P_Last
(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.static PortletPreferences
PortletPreferencesUtil.findByO_O_P_Last
(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.PortletPreferencesPersistence.findByO_O_P_PrevAndNext
(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.static PortletPreferences[]
PortletPreferencesUtil.findByO_O_P_PrevAndNext
(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.PortletPreferencesPersistence.findByO_O_PI
(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.PortletPreferencesPersistence.findByO_O_PI
(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByO_O_PI
(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByO_O_PI
(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.PortletPreferencesPersistence.findByO_O_PI_First
(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.static PortletPreferences
PortletPreferencesUtil.findByO_O_PI_First
(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.PortletPreferencesPersistence.findByO_O_PI_Last
(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.static PortletPreferences
PortletPreferencesUtil.findByO_O_PI_Last
(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.PortletPreferencesPersistence.findByO_O_PI_PrevAndNext
(long portletPreferencesId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.static PortletPreferences[]
PortletPreferencesUtil.findByO_O_PI_PrevAndNext
(long portletPreferencesId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.PortletPreferencesPersistence.findByO_P
(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.PortletPreferencesPersistence.findByO_P
(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByO_P
(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByO_P
(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.PortletPreferencesPersistence.findByO_P_First
(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.static PortletPreferences
PortletPreferencesUtil.findByO_P_First
(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.PortletPreferencesPersistence.findByO_P_Last
(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.static PortletPreferences
PortletPreferencesUtil.findByO_P_Last
(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.PortletPreferencesPersistence.findByO_P_P
(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.PortletPreferencesPersistence.findByO_P_P
(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByO_P_P
(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByO_P_P
(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.PortletPreferencesPersistence.findByO_P_P_First
(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.static PortletPreferences
PortletPreferencesUtil.findByO_P_P_First
(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.PortletPreferencesPersistence.findByO_P_P_Last
(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.static PortletPreferences
PortletPreferencesUtil.findByO_P_P_Last
(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.PortletPreferencesPersistence.findByO_P_P_PrevAndNext
(long portletPreferencesId, int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.static PortletPreferences[]
PortletPreferencesUtil.findByO_P_P_PrevAndNext
(long portletPreferencesId, int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.PortletPreferencesPersistence.findByO_P_PrevAndNext
(long portletPreferencesId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.static PortletPreferences[]
PortletPreferencesUtil.findByO_P_PrevAndNext
(long portletPreferencesId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.OrgLaborPersistence.findByOrganizationId
(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator) Returns an ordered range of all the org labors where organizationId = ?.OrgLaborPersistence.findByOrganizationId
(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean useFinderCache) Returns an ordered range of all the org labors where organizationId = ?.OrgLaborUtil.findByOrganizationId
(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator) Returns an ordered range of all the org labors where organizationId = ?.OrgLaborUtil.findByOrganizationId
(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean useFinderCache) Returns an ordered range of all the org labors where organizationId = ?.OrgLaborPersistence.findByOrganizationId_First
(long organizationId, OrderByComparator<OrgLabor> orderByComparator) Returns the first org labor in the ordered set where organizationId = ?.static OrgLabor
OrgLaborUtil.findByOrganizationId_First
(long organizationId, OrderByComparator<OrgLabor> orderByComparator) Returns the first org labor in the ordered set where organizationId = ?.OrgLaborPersistence.findByOrganizationId_Last
(long organizationId, OrderByComparator<OrgLabor> orderByComparator) Returns the last org labor in the ordered set where organizationId = ?.static OrgLabor
OrgLaborUtil.findByOrganizationId_Last
(long organizationId, OrderByComparator<OrgLabor> orderByComparator) Returns the last org labor in the ordered set where organizationId = ?.OrgLabor[]
OrgLaborPersistence.findByOrganizationId_PrevAndNext
(long orgLaborId, long organizationId, OrderByComparator<OrgLabor> orderByComparator) Returns the org labors before and after the current org labor in the ordered set where organizationId = ?.static OrgLabor[]
OrgLaborUtil.findByOrganizationId_PrevAndNext
(long orgLaborId, long organizationId, OrderByComparator<OrgLabor> orderByComparator) Returns the org labors before and after the current org labor in the ordered set where organizationId = ?.PortletPreferencesPersistence.findByOwnerId
(long ownerId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where ownerId = ?.PortletPreferencesPersistence.findByOwnerId
(long ownerId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByOwnerId
(long ownerId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where ownerId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByOwnerId
(long ownerId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerId = ?.PortletPreferencesPersistence.findByOwnerId_First
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ?.static PortletPreferences
PortletPreferencesUtil.findByOwnerId_First
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ?.PortletPreferencesPersistence.findByOwnerId_Last
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ?.static PortletPreferences
PortletPreferencesUtil.findByOwnerId_Last
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ?.PortletPreferencesPersistence.findByOwnerId_PrevAndNext
(long portletPreferencesId, long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ?.static PortletPreferences[]
PortletPreferencesUtil.findByOwnerId_PrevAndNext
(long portletPreferencesId, long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ?.PortalPreferencesPersistence.findByOwnerType
(int ownerType, int start, int end, OrderByComparator<PortalPreferences> orderByComparator) Returns an ordered range of all the portal preferenceses where ownerType = ?.PortalPreferencesPersistence.findByOwnerType
(int ownerType, int start, int end, OrderByComparator<PortalPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preferenceses where ownerType = ?.static List<PortalPreferences>
PortalPreferencesUtil.findByOwnerType
(int ownerType, int start, int end, OrderByComparator<PortalPreferences> orderByComparator) Returns an ordered range of all the portal preferenceses where ownerType = ?.static List<PortalPreferences>
PortalPreferencesUtil.findByOwnerType
(int ownerType, int start, int end, OrderByComparator<PortalPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preferenceses where ownerType = ?.PortalPreferencesPersistence.findByOwnerType_First
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the first portal preferences in the ordered set where ownerType = ?.static PortalPreferences
PortalPreferencesUtil.findByOwnerType_First
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the first portal preferences in the ordered set where ownerType = ?.PortalPreferencesPersistence.findByOwnerType_Last
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the last portal preferences in the ordered set where ownerType = ?.static PortalPreferences
PortalPreferencesUtil.findByOwnerType_Last
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the last portal preferences in the ordered set where ownerType = ?.PortalPreferencesPersistence.findByOwnerType_PrevAndNext
(long portalPreferencesId, int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the portal preferenceses before and after the current portal preferences in the ordered set where ownerType = ?.static PortalPreferences[]
PortalPreferencesUtil.findByOwnerType_PrevAndNext
(long portalPreferencesId, int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the portal preferenceses before and after the current portal preferences in the ordered set where ownerType = ?.LayoutFriendlyURLPersistence.findByP_F
(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByP_F
(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByP_F
(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByP_F
(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByP_F_First
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByP_F_First
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByP_F_Last
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByP_F_Last
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByP_F_PrevAndNext
(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ? and friendlyURL = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByP_F_PrevAndNext
(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ? and friendlyURL = ?.PortalPreferenceValuePersistence.findByP_K_N
(long portalPreferencesId, String key, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_K_N
(long portalPreferencesId, String key, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_K_N
(long portalPreferencesId, String key, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_K_N
(long portalPreferencesId, String key, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_K_N_First
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_K_N_First
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_K_N_Last
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_K_N_Last
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_K_N_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.static PortalPreferenceValue[]
PortalPreferenceValueUtil.findByP_K_N_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_K_N_SV
(long portalPreferencesId, String key, String namespace, String smallValue, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.findByP_K_N_SV
(long portalPreferencesId, String key, String namespace, String smallValue, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_K_N_SV
(long portalPreferencesId, String key, String namespace, String smallValue, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_K_N_SV
(long portalPreferencesId, String key, String namespace, String smallValue, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.findByP_K_N_SV_First
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_K_N_SV_First
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.findByP_K_N_SV_Last
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_K_N_SV_Last
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.findByP_K_N_SV_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static PortalPreferenceValue[]
PortalPreferenceValueUtil.findByP_K_N_SV_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.LayoutFriendlyURLPersistence.findByP_L
(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = any ? and languageId = ?.LayoutFriendlyURLPersistence.findByP_L
(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ? and languageId = ?, optionally using the finder cache.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByP_L
(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = any ? and languageId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByP_L
(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ? and languageId = ?, optionally using the finder cache.PortalPreferenceValuePersistence.findByP_N
(long portalPreferencesId, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_N
(long portalPreferencesId, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_N
(long portalPreferencesId, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_N
(long portalPreferencesId, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.PortletPreferenceValuePersistence.findByP_N
(long portletPreferencesId, String name, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values where portletPreferencesId = ? and name = ?.PortletPreferenceValuePersistence.findByP_N
(long portletPreferencesId, String name, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values where portletPreferencesId = ? and name = ?.static List<PortletPreferenceValue>
PortletPreferenceValueUtil.findByP_N
(long portletPreferencesId, String name, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values where portletPreferencesId = ? and name = ?.static List<PortletPreferenceValue>
PortletPreferenceValueUtil.findByP_N
(long portletPreferencesId, String name, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values where portletPreferencesId = ? and name = ?.PortalPreferenceValuePersistence.findByP_N_First
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_N_First
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.PortletPreferenceValuePersistence.findByP_N_First
(long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.static PortletPreferenceValue
PortletPreferenceValueUtil.findByP_N_First
(long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.PortalPreferenceValuePersistence.findByP_N_Last
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_N_Last
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.PortletPreferenceValuePersistence.findByP_N_Last
(long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.static PortletPreferenceValue
PortletPreferenceValueUtil.findByP_N_Last
(long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.PortalPreferenceValuePersistence.findByP_N_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.static PortalPreferenceValue[]
PortalPreferenceValueUtil.findByP_N_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.PortletPreferenceValuePersistence.findByP_N_PrevAndNext
(long portletPreferenceValueId, long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the portlet preference values before and after the current portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.static PortletPreferenceValue[]
PortletPreferenceValueUtil.findByP_N_PrevAndNext
(long portletPreferenceValueId, long portletPreferencesId, String name, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the portlet preference values before and after the current portlet preference value in the ordered set where portletPreferencesId = ? and name = ?.PortletPreferenceValuePersistence.findByP_N_SV
(long portletPreferencesId, String name, String smallValue, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values where portletPreferencesId = ? and name = ? and smallValue = ?.PortletPreferenceValuePersistence.findByP_N_SV
(long portletPreferencesId, String name, String smallValue, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values where portletPreferencesId = ? and name = ? and smallValue = ?.static List<PortletPreferenceValue>
PortletPreferenceValueUtil.findByP_N_SV
(long portletPreferencesId, String name, String smallValue, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values where portletPreferencesId = ? and name = ? and smallValue = ?.static List<PortletPreferenceValue>
PortletPreferenceValueUtil.findByP_N_SV
(long portletPreferencesId, String name, String smallValue, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values where portletPreferencesId = ? and name = ? and smallValue = ?.PortletPreferenceValuePersistence.findByP_N_SV_First
(long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.static PortletPreferenceValue
PortletPreferenceValueUtil.findByP_N_SV_First
(long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.PortletPreferenceValuePersistence.findByP_N_SV_Last
(long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.static PortletPreferenceValue
PortletPreferenceValueUtil.findByP_N_SV_Last
(long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.PortletPreferenceValuePersistence.findByP_N_SV_PrevAndNext
(long portletPreferenceValueId, long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the portlet preference values before and after the current portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.static PortletPreferenceValue[]
PortletPreferenceValueUtil.findByP_N_SV_PrevAndNext
(long portletPreferenceValueId, long portletPreferencesId, String name, String smallValue, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the portlet preference values before and after the current portlet preference value in the ordered set where portletPreferencesId = ? and name = ? and smallValue = ?.LayoutRevisionPersistence.findByP_NotS
(long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByP_NotS
(long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.static List<LayoutRevision>
LayoutRevisionUtil.findByP_NotS
(long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.static List<LayoutRevision>
LayoutRevisionUtil.findByP_NotS
(long plid, int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByP_NotS_First
(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.static LayoutRevision
LayoutRevisionUtil.findByP_NotS_First
(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByP_NotS_Last
(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.static LayoutRevision
LayoutRevisionUtil.findByP_NotS_Last
(long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ? and status ≠ ?.LayoutRevisionPersistence.findByP_NotS_PrevAndNext
(long layoutRevisionId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.static LayoutRevision[]
LayoutRevisionUtil.findByP_NotS_PrevAndNext
(long layoutRevisionId, long plid, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where plid = ? and status ≠ ?.PortletPreferencesPersistence.findByP_P
(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.PortletPreferencesPersistence.findByP_P
(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByP_P
(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByP_P
(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.PortletPreferencesPersistence.findByP_P_First
(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.static PortletPreferences
PortletPreferencesUtil.findByP_P_First
(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.PortletPreferencesPersistence.findByP_P_Last
(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.static PortletPreferences
PortletPreferencesUtil.findByP_P_Last
(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.PortletPreferencesPersistence.findByP_P_PrevAndNext
(long portletPreferencesId, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?.static PortletPreferences[]
PortletPreferencesUtil.findByP_P_PrevAndNext
(long portletPreferencesId, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?.LayoutPersistence.findByParentPlid
(long parentPlid, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where parentPlid = ?.LayoutPersistence.findByParentPlid
(long parentPlid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where parentPlid = ?.LayoutUtil.findByParentPlid
(long parentPlid, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where parentPlid = ?.LayoutUtil.findByParentPlid
(long parentPlid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where parentPlid = ?.LayoutPersistence.findByParentPlid_First
(long parentPlid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where parentPlid = ?.static Layout
LayoutUtil.findByParentPlid_First
(long parentPlid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where parentPlid = ?.LayoutPersistence.findByParentPlid_Last
(long parentPlid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where parentPlid = ?.static Layout
LayoutUtil.findByParentPlid_Last
(long parentPlid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where parentPlid = ?.Layout[]
LayoutPersistence.findByParentPlid_PrevAndNext
(long plid, long parentPlid, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where parentPlid = ?.static Layout[]
LayoutUtil.findByParentPlid_PrevAndNext
(long plid, long parentPlid, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where parentPlid = ?.PasswordPolicyRelPersistence.findByPasswordPolicyId
(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns an ordered range of all the password policy rels where passwordPolicyId = ?.PasswordPolicyRelPersistence.findByPasswordPolicyId
(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policy rels where passwordPolicyId = ?.static List<PasswordPolicyRel>
PasswordPolicyRelUtil.findByPasswordPolicyId
(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns an ordered range of all the password policy rels where passwordPolicyId = ?.static List<PasswordPolicyRel>
PasswordPolicyRelUtil.findByPasswordPolicyId
(long passwordPolicyId, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policy rels where passwordPolicyId = ?.PasswordPolicyRelPersistence.findByPasswordPolicyId_First
(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns the first password policy rel in the ordered set where passwordPolicyId = ?.static PasswordPolicyRel
PasswordPolicyRelUtil.findByPasswordPolicyId_First
(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns the first password policy rel in the ordered set where passwordPolicyId = ?.PasswordPolicyRelPersistence.findByPasswordPolicyId_Last
(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns the last password policy rel in the ordered set where passwordPolicyId = ?.static PasswordPolicyRel
PasswordPolicyRelUtil.findByPasswordPolicyId_Last
(long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns the last password policy rel in the ordered set where passwordPolicyId = ?.PasswordPolicyRelPersistence.findByPasswordPolicyId_PrevAndNext
(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.static PasswordPolicyRel[]
PasswordPolicyRelUtil.findByPasswordPolicyId_PrevAndNext
(long passwordPolicyRelId, long passwordPolicyId, OrderByComparator<PasswordPolicyRel> orderByComparator) Returns the password policy rels before and after the current password policy rel in the ordered set where passwordPolicyId = ?.LayoutBranchPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where plid = ?.LayoutBranchPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where plid = ?.static List<LayoutBranch>
LayoutBranchUtil.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) Returns an ordered range of all the layout branches where plid = ?.static List<LayoutBranch>
LayoutBranchUtil.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout branches where plid = ?.LayoutFriendlyURLPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = ?.LayoutFriendlyURLPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ?.LayoutRevisionPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where plid = ?.LayoutRevisionPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where plid = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where plid = ?.PortletPreferencesPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where plid = ?.PortletPreferencesPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where plid = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByPlid
(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where plid = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByPlid
(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where plid = ?.LayoutBranchPersistence.findByPlid_First
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where plid = ?.static LayoutBranch
LayoutBranchUtil.findByPlid_First
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the first layout branch in the ordered set where plid = ?.LayoutFriendlyURLPersistence.findByPlid_First
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByPlid_First
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ?.LayoutRevisionPersistence.findByPlid_First
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ?.static LayoutRevision
LayoutRevisionUtil.findByPlid_First
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where plid = ?.PortletPreferencesPersistence.findByPlid_First
(long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where plid = ?.static PortletPreferences
PortletPreferencesUtil.findByPlid_First
(long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where plid = ?.LayoutBranchPersistence.findByPlid_Last
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where plid = ?.static LayoutBranch
LayoutBranchUtil.findByPlid_Last
(long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the last layout branch in the ordered set where plid = ?.LayoutFriendlyURLPersistence.findByPlid_Last
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByPlid_Last
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ?.LayoutRevisionPersistence.findByPlid_Last
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ?.static LayoutRevision
LayoutRevisionUtil.findByPlid_Last
(long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where plid = ?.PortletPreferencesPersistence.findByPlid_Last
(long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where plid = ?.static PortletPreferences
PortletPreferencesUtil.findByPlid_Last
(long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where plid = ?.LayoutBranchPersistence.findByPlid_PrevAndNext
(long layoutBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the layout branches before and after the current layout branch in the ordered set where plid = ?.static LayoutBranch[]
LayoutBranchUtil.findByPlid_PrevAndNext
(long layoutBranchId, long plid, OrderByComparator<LayoutBranch> orderByComparator) Returns the layout branches before and after the current layout branch in the ordered set where plid = ?.LayoutFriendlyURLPersistence.findByPlid_PrevAndNext
(long layoutFriendlyURLId, long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByPlid_PrevAndNext
(long layoutFriendlyURLId, long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ?.LayoutRevisionPersistence.findByPlid_PrevAndNext
(long layoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.static LayoutRevision[]
LayoutRevisionUtil.findByPlid_PrevAndNext
(long layoutRevisionId, long plid, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where plid = ?.PortletPreferencesPersistence.findByPlid_PrevAndNext
(long portletPreferencesId, long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?.static PortletPreferences[]
PortletPreferencesUtil.findByPlid_PrevAndNext
(long portletPreferencesId, long plid, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?.PortalPreferenceValuePersistence.findByPortalPreferencesId
(long portalPreferencesId, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ?.PortalPreferenceValuePersistence.findByPortalPreferencesId
(long portalPreferencesId, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByPortalPreferencesId
(long portalPreferencesId, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByPortalPreferencesId
(long portalPreferencesId, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ?.PortalPreferenceValuePersistence.findByPortalPreferencesId_First
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByPortalPreferencesId_First
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ?.PortalPreferenceValuePersistence.findByPortalPreferencesId_Last
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByPortalPreferencesId_Last
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ?.PortalPreferenceValuePersistence.findByPortalPreferencesId_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ?.static PortalPreferenceValue[]
PortalPreferenceValueUtil.findByPortalPreferencesId_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ?.PortletPreferencesPersistence.findByPortletId
(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where portletId = ?.PortletPreferencesPersistence.findByPortletId
(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where portletId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByPortletId
(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where portletId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByPortletId
(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where portletId = ?.PortletPreferencesPersistence.findByPortletId_First
(String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where portletId = ?.static PortletPreferences
PortletPreferencesUtil.findByPortletId_First
(String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where portletId = ?.PortletPreferencesPersistence.findByPortletId_Last
(String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where portletId = ?.static PortletPreferences
PortletPreferencesUtil.findByPortletId_Last
(String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where portletId = ?.PortletPreferencesPersistence.findByPortletId_PrevAndNext
(long portletPreferencesId, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?.static PortletPreferences[]
PortletPreferencesUtil.findByPortletId_PrevAndNext
(long portletPreferencesId, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?.PortletPreferenceValuePersistence.findByPortletPreferencesId
(long portletPreferencesId, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values where portletPreferencesId = ?.PortletPreferenceValuePersistence.findByPortletPreferencesId
(long portletPreferencesId, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values where portletPreferencesId = ?.static List<PortletPreferenceValue>
PortletPreferenceValueUtil.findByPortletPreferencesId
(long portletPreferencesId, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns an ordered range of all the portlet preference values where portletPreferencesId = ?.static List<PortletPreferenceValue>
PortletPreferenceValueUtil.findByPortletPreferencesId
(long portletPreferencesId, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preference values where portletPreferencesId = ?.PortletPreferenceValuePersistence.findByPortletPreferencesId_First
(long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ?.static PortletPreferenceValue
PortletPreferenceValueUtil.findByPortletPreferencesId_First
(long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the first portlet preference value in the ordered set where portletPreferencesId = ?.PortletPreferenceValuePersistence.findByPortletPreferencesId_Last
(long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ?.static PortletPreferenceValue
PortletPreferenceValueUtil.findByPortletPreferencesId_Last
(long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the last portlet preference value in the ordered set where portletPreferencesId = ?.PortletPreferenceValuePersistence.findByPortletPreferencesId_PrevAndNext
(long portletPreferenceValueId, long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the portlet preference values before and after the current portlet preference value in the ordered set where portletPreferencesId = ?.static PortletPreferenceValue[]
PortletPreferenceValueUtil.findByPortletPreferencesId_PrevAndNext
(long portletPreferenceValueId, long portletPreferencesId, OrderByComparator<PortletPreferenceValue> orderByComparator) Returns the portlet preference values before and after the current portlet preference value in the ordered set where portletPreferencesId = ?.AddressPersistence.findByRegionId
(long regionId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where regionId = ?.AddressPersistence.findByRegionId
(long regionId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where regionId = ?.AddressUtil.findByRegionId
(long regionId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where regionId = ?.AddressUtil.findByRegionId
(long regionId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where regionId = ?.RegionLocalizationPersistence.findByRegionId
(long regionId, int start, int end, OrderByComparator<RegionLocalization> orderByComparator) Returns an ordered range of all the region localizations where regionId = ?.RegionLocalizationPersistence.findByRegionId
(long regionId, int start, int end, OrderByComparator<RegionLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the region localizations where regionId = ?.static List<RegionLocalization>
RegionLocalizationUtil.findByRegionId
(long regionId, int start, int end, OrderByComparator<RegionLocalization> orderByComparator) Returns an ordered range of all the region localizations where regionId = ?.static List<RegionLocalization>
RegionLocalizationUtil.findByRegionId
(long regionId, int start, int end, OrderByComparator<RegionLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the region localizations where regionId = ?.AddressPersistence.findByRegionId_First
(long regionId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where regionId = ?.static Address
AddressUtil.findByRegionId_First
(long regionId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where regionId = ?.RegionLocalizationPersistence.findByRegionId_First
(long regionId, OrderByComparator<RegionLocalization> orderByComparator) Returns the first region localization in the ordered set where regionId = ?.static RegionLocalization
RegionLocalizationUtil.findByRegionId_First
(long regionId, OrderByComparator<RegionLocalization> orderByComparator) Returns the first region localization in the ordered set where regionId = ?.AddressPersistence.findByRegionId_Last
(long regionId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where regionId = ?.static Address
AddressUtil.findByRegionId_Last
(long regionId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where regionId = ?.RegionLocalizationPersistence.findByRegionId_Last
(long regionId, OrderByComparator<RegionLocalization> orderByComparator) Returns the last region localization in the ordered set where regionId = ?.static RegionLocalization
RegionLocalizationUtil.findByRegionId_Last
(long regionId, OrderByComparator<RegionLocalization> orderByComparator) Returns the last region localization in the ordered set where regionId = ?.Address[]
AddressPersistence.findByRegionId_PrevAndNext
(long addressId, long regionId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where regionId = ?.static Address[]
AddressUtil.findByRegionId_PrevAndNext
(long addressId, long regionId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where regionId = ?.RegionLocalizationPersistence.findByRegionId_PrevAndNext
(long regionLocalizationId, long regionId, OrderByComparator<RegionLocalization> orderByComparator) Returns the region localizations before and after the current region localization in the ordered set where regionId = ?.static RegionLocalization[]
RegionLocalizationUtil.findByRegionId_PrevAndNext
(long regionLocalizationId, long regionId, OrderByComparator<RegionLocalization> orderByComparator) Returns the region localizations before and after the current region localization in the ordered set where regionId = ?.RepositoryEntryPersistence.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries where repositoryId = ?.RepositoryEntryPersistence.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries where repositoryId = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries where repositoryId = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByRepositoryId
(long repositoryId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries where repositoryId = ?.RepositoryEntryPersistence.findByRepositoryId_First
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where repositoryId = ?.static RepositoryEntry
RepositoryEntryUtil.findByRepositoryId_First
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where repositoryId = ?.RepositoryEntryPersistence.findByRepositoryId_Last
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where repositoryId = ?.static RepositoryEntry
RepositoryEntryUtil.findByRepositoryId_Last
(long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where repositoryId = ?.RepositoryEntryPersistence.findByRepositoryId_PrevAndNext
(long repositoryEntryId, long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?.static RepositoryEntry[]
RepositoryEntryUtil.findByRepositoryId_PrevAndNext
(long repositoryEntryId, long repositoryId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?.ResourcePermissionPersistence.findByRoleId
(long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where roleId = ?.ResourcePermissionPersistence.findByRoleId
(long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where roleId = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByRoleId
(long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where roleId = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByRoleId
(long roleId, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where roleId = ?.UserGroupGroupRolePersistence.findByRoleId
(long roleId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns an ordered range of all the user group group roles where roleId = ?.UserGroupGroupRolePersistence.findByRoleId
(long roleId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group group roles where roleId = ?.static List<UserGroupGroupRole>
UserGroupGroupRoleUtil.findByRoleId
(long roleId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns an ordered range of all the user group group roles where roleId = ?.static List<UserGroupGroupRole>
UserGroupGroupRoleUtil.findByRoleId
(long roleId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group group roles where roleId = ?.UserGroupRolePersistence.findByRoleId
(long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where roleId = ?.UserGroupRolePersistence.findByRoleId
(long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where roleId = ?.static List<UserGroupRole>
UserGroupRoleUtil.findByRoleId
(long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where roleId = ?.static List<UserGroupRole>
UserGroupRoleUtil.findByRoleId
(long roleId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where roleId = ?.ResourcePermissionPersistence.findByRoleId_First
(long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where roleId = ?.static ResourcePermission
ResourcePermissionUtil.findByRoleId_First
(long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where roleId = ?.UserGroupGroupRolePersistence.findByRoleId_First
(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where roleId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.findByRoleId_First
(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where roleId = ?.UserGroupRolePersistence.findByRoleId_First
(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where roleId = ?.static UserGroupRole
UserGroupRoleUtil.findByRoleId_First
(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where roleId = ?.ResourcePermissionPersistence.findByRoleId_Last
(long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where roleId = ?.static ResourcePermission
ResourcePermissionUtil.findByRoleId_Last
(long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where roleId = ?.UserGroupGroupRolePersistence.findByRoleId_Last
(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where roleId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.findByRoleId_Last
(long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where roleId = ?.UserGroupRolePersistence.findByRoleId_Last
(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where roleId = ?.static UserGroupRole
UserGroupRoleUtil.findByRoleId_Last
(long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where roleId = ?.ResourcePermissionPersistence.findByRoleId_PrevAndNext
(long resourcePermissionId, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?.static ResourcePermission[]
ResourcePermissionUtil.findByRoleId_PrevAndNext
(long resourcePermissionId, long roleId, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?.UserGroupGroupRolePersistence.findByRoleId_PrevAndNext
(long userGroupGroupRoleId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?.static UserGroupGroupRole[]
UserGroupGroupRoleUtil.findByRoleId_PrevAndNext
(long userGroupGroupRoleId, long roleId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the user group group roles before and after the current user group group role in the ordered set where roleId = ?.UserGroupRolePersistence.findByRoleId_PrevAndNext
(long userGroupRoleId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.static UserGroupRole[]
UserGroupRoleUtil.findByRoleId_PrevAndNext
(long userGroupRoleId, long roleId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where roleId = ?.ResourcePermissionPersistence.findByScope
(int[] scopes, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where scope = any ?.ResourcePermissionPersistence.findByScope
(int[] scopes, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where scope = ?, optionally using the finder cache.ResourcePermissionPersistence.findByScope
(int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where scope = ?.ResourcePermissionPersistence.findByScope
(int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where scope = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByScope
(int[] scopes, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where scope = any ?.static List<ResourcePermission>
ResourcePermissionUtil.findByScope
(int[] scopes, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where scope = ?, optionally using the finder cache.static List<ResourcePermission>
ResourcePermissionUtil.findByScope
(int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) Returns an ordered range of all the resource permissions where scope = ?.static List<ResourcePermission>
ResourcePermissionUtil.findByScope
(int scope, int start, int end, OrderByComparator<ResourcePermission> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource permissions where scope = ?.ResourcePermissionPersistence.findByScope_First
(int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where scope = ?.static ResourcePermission
ResourcePermissionUtil.findByScope_First
(int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the first resource permission in the ordered set where scope = ?.ResourcePermissionPersistence.findByScope_Last
(int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where scope = ?.static ResourcePermission
ResourcePermissionUtil.findByScope_Last
(int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the last resource permission in the ordered set where scope = ?.ResourcePermissionPersistence.findByScope_PrevAndNext
(long resourcePermissionId, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.static ResourcePermission[]
ResourcePermissionUtil.findByScope_PrevAndNext
(long resourcePermissionId, int scope, OrderByComparator<ResourcePermission> orderByComparator) Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.UserTrackerPersistence.findBySessionId
(String sessionId, int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers where sessionId = ?.UserTrackerPersistence.findBySessionId
(String sessionId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers where sessionId = ?.static List<UserTracker>
UserTrackerUtil.findBySessionId
(String sessionId, int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers where sessionId = ?.static List<UserTracker>
UserTrackerUtil.findBySessionId
(String sessionId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers where sessionId = ?.UserTrackerPersistence.findBySessionId_First
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where sessionId = ?.static UserTracker
UserTrackerUtil.findBySessionId_First
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where sessionId = ?.UserTrackerPersistence.findBySessionId_Last
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where sessionId = ?.static UserTracker
UserTrackerUtil.findBySessionId_Last
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where sessionId = ?.UserTrackerPersistence.findBySessionId_PrevAndNext
(long userTrackerId, String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?.static UserTracker[]
UserTrackerUtil.findBySessionId_PrevAndNext
(long userTrackerId, String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?.UserFinder.findBySocialUsers
(long companyId, long userId, int socialRelationType, String socialRelationTypeComparator, int status, int start, int end, OrderByComparator<User> orderByComparator) UserFinderUtil.findBySocialUsers
(long companyId, long userId, int socialRelationType, String socialRelationTypeComparator, int status, int start, int end, OrderByComparator<User> orderByComparator) LayoutPersistence.findBySourcePrototypeLayoutUuid
(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.LayoutPersistence.findBySourcePrototypeLayoutUuid
(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.LayoutUtil.findBySourcePrototypeLayoutUuid
(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.LayoutUtil.findBySourcePrototypeLayoutUuid
(String sourcePrototypeLayoutUuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where sourcePrototypeLayoutUuid = ?.LayoutPersistence.findBySourcePrototypeLayoutUuid_First
(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.static Layout
LayoutUtil.findBySourcePrototypeLayoutUuid_First
(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where sourcePrototypeLayoutUuid = ?.LayoutPersistence.findBySourcePrototypeLayoutUuid_Last
(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.static Layout
LayoutUtil.findBySourcePrototypeLayoutUuid_Last
(String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where sourcePrototypeLayoutUuid = ?.Layout[]
LayoutPersistence.findBySourcePrototypeLayoutUuid_PrevAndNext
(long plid, String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.static Layout[]
LayoutUtil.findBySourcePrototypeLayoutUuid_PrevAndNext
(long plid, String sourcePrototypeLayoutUuid, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where sourcePrototypeLayoutUuid = ?.LayoutRevisionPersistence.findByStatus
(int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where status = ?.LayoutRevisionPersistence.findByStatus
(int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByStatus
(int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) Returns an ordered range of all the layout revisions where status = ?.static List<LayoutRevision>
LayoutRevisionUtil.findByStatus
(int status, int start, int end, OrderByComparator<LayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout revisions where status = ?.LayoutRevisionPersistence.findByStatus_First
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where status = ?.static LayoutRevision
LayoutRevisionUtil.findByStatus_First
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the first layout revision in the ordered set where status = ?.LayoutRevisionPersistence.findByStatus_Last
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where status = ?.static LayoutRevision
LayoutRevisionUtil.findByStatus_Last
(int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the last layout revision in the ordered set where status = ?.LayoutRevisionPersistence.findByStatus_PrevAndNext
(long layoutRevisionId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where status = ?.static LayoutRevision[]
LayoutRevisionUtil.findByStatus_PrevAndNext
(long layoutRevisionId, int status, OrderByComparator<LayoutRevision> orderByComparator) Returns the layout revisions before and after the current layout revision in the ordered set where status = ?.RolePersistence.findBySubtype
(String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where subtype = ?.RolePersistence.findBySubtype
(String subtype, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where subtype = ?.RoleUtil.findBySubtype
(String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where subtype = ?.RoleUtil.findBySubtype
(String subtype, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where subtype = ?.RolePersistence.findBySubtype_First
(String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where subtype = ?.static Role
RoleUtil.findBySubtype_First
(String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where subtype = ?.RolePersistence.findBySubtype_Last
(String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where subtype = ?.static Role
RoleUtil.findBySubtype_Last
(String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where subtype = ?.Role[]
RolePersistence.findBySubtype_PrevAndNext
(long roleId, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where subtype = ?.static Role[]
RoleUtil.findBySubtype_PrevAndNext
(long roleId, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where subtype = ?.GroupPersistence.findByT_A
(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where type = ? and active = ?.GroupPersistence.findByT_A
(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where type = ? and active = ?.GroupUtil.findByT_A
(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where type = ? and active = ?.GroupUtil.findByT_A
(int type, boolean active, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where type = ? and active = ?.GroupPersistence.findByT_A_First
(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where type = ? and active = ?.static Group
GroupUtil.findByT_A_First
(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where type = ? and active = ?.GroupPersistence.findByT_A_Last
(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where type = ? and active = ?.static Group
GroupUtil.findByT_A_Last
(int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where type = ? and active = ?.Group[]
GroupPersistence.findByT_A_PrevAndNext
(long groupId, int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where type = ? and active = ?.static Group[]
GroupUtil.findByT_A_PrevAndNext
(long groupId, int type, boolean active, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where type = ? and active = ?.RolePersistence.findByT_S
(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where type = ? and subtype = ?.RolePersistence.findByT_S
(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where type = ? and subtype = ?.RoleUtil.findByT_S
(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where type = ? and subtype = ?.RoleUtil.findByT_S
(int type, String subtype, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where type = ? and subtype = ?.RolePersistence.findByT_S_First
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ? and subtype = ?.static Role
RoleUtil.findByT_S_First
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ? and subtype = ?.RolePersistence.findByT_S_Last
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ? and subtype = ?.static Role
RoleUtil.findByT_S_Last
(int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ? and subtype = ?.Role[]
RolePersistence.findByT_S_PrevAndNext
(long roleId, int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?.static Role[]
RoleUtil.findByT_S_PrevAndNext
(long roleId, int type, String subtype, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where type = ? and subtype = ?.RolePersistence.findByType
(int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where type = ?.RolePersistence.findByType
(int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where type = ?.RoleUtil.findByType
(int type, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where type = ?.RoleUtil.findByType
(int type, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where type = ?.UserNotificationEventPersistence.findByType
(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where type = ?.UserNotificationEventPersistence.findByType
(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where type = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByType
(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where type = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByType
(String type, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where type = ?.RolePersistence.findByType_First
(int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ?.static Role
RoleUtil.findByType_First
(int type, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where type = ?.UserNotificationEventPersistence.findByType_First
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where type = ?.static UserNotificationEvent
UserNotificationEventUtil.findByType_First
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where type = ?.RolePersistence.findByType_Last
(int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ?.static Role
RoleUtil.findByType_Last
(int type, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where type = ?.UserNotificationEventPersistence.findByType_Last
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where type = ?.static UserNotificationEvent
UserNotificationEventUtil.findByType_Last
(String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where type = ?.Role[]
RolePersistence.findByType_PrevAndNext
(long roleId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where type = ?.static Role[]
RoleUtil.findByType_PrevAndNext
(long roleId, int type, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where type = ?.UserNotificationEventPersistence.findByType_PrevAndNext
(long userNotificationEventId, String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where type = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByType_PrevAndNext
(long userNotificationEventId, String type, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where type = ?.UserNotificationEventPersistence.findByU_A
(long userId, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and archived = ?.UserNotificationEventPersistence.findByU_A
(long userId, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_A
(long userId, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_A
(long userId, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and archived = ?.UserNotificationEventPersistence.findByU_A_First
(long userId, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_A_First
(long userId, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and archived = ?.UserNotificationEventPersistence.findByU_A_Last
(long userId, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_A_Last
(long userId, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and archived = ?.UserNotificationEventPersistence.findByU_A_PrevAndNext
(long userNotificationEventId, long userId, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_A_PrevAndNext
(long userNotificationEventId, long userId, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and archived = ?.UserNotificationEventPersistence.findByU_AR_A
(long userId, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_AR_A
(long userId, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_AR_A
(long userId, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_AR_A
(long userId, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_AR_A_First
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_AR_A_First
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_AR_A_Last
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_AR_A_Last
(long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_AR_A_PrevAndNext
(long userNotificationEventId, long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_AR_A_PrevAndNext
(long userNotificationEventId, long userId, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and actionRequired = ? and archived = ?.SubscriptionPersistence.findByU_C
(long userId, long classNameId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.SubscriptionPersistence.findByU_C
(long userId, long classNameId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.static List<Subscription>
SubscriptionUtil.findByU_C
(long userId, long classNameId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.static List<Subscription>
SubscriptionUtil.findByU_C
(long userId, long classNameId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where userId = ? and classNameId = ?.SubscriptionPersistence.findByU_C_First
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ? and classNameId = ?.static Subscription
SubscriptionUtil.findByU_C_First
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ? and classNameId = ?.SubscriptionPersistence.findByU_C_Last
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ? and classNameId = ?.static Subscription
SubscriptionUtil.findByU_C_Last
(long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ? and classNameId = ?.SubscriptionPersistence.findByU_C_PrevAndNext
(long subscriptionId, long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.static Subscription[]
SubscriptionUtil.findByU_C_PrevAndNext
(long subscriptionId, long userId, long classNameId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the subscriptions before and after the current subscription in the ordered set where userId = ? and classNameId = ?.UserNotificationEventPersistence.findByU_D
(long userId, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ?.UserNotificationEventPersistence.findByU_D
(long userId, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D
(long userId, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D
(long userId, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ?.UserNotificationEventPersistence.findByU_D_A
(long userId, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_D_A
(long userId, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_A
(long userId, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_A
(long userId, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_D_A_First
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_A_First
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_D_A_Last
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_A_Last
(long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_D_A_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_D_A_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR
(long userId, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_D_AR
(long userId, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_AR
(long userId, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_AR
(long userId, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_D_AR_A
(long userId, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR_A
(long userId, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_AR_A
(long userId, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_D_AR_A
(long userId, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR_A_First
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_AR_A_First
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR_A_Last
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_AR_A_Last
(long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR_A_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_D_AR_A_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_D_AR_First
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_AR_First
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_D_AR_Last
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_AR_Last
(long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_D_AR_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_D_AR_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_D_First
(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_First
(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and delivered = ?.UserNotificationEventPersistence.findByU_D_Last
(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_D_Last
(long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and delivered = ?.UserNotificationEventPersistence.findByU_D_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_D_PrevAndNext
(long userNotificationEventId, long userId, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT
(long userId, int deliveryType, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.UserNotificationEventPersistence.findByU_DT
(long userId, int deliveryType, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT
(long userId, int deliveryType, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT
(long userId, int deliveryType, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ?.UserNotificationEventPersistence.findByU_DT_A
(long userId, int deliveryType, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_A
(long userId, int deliveryType, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_A
(long userId, int deliveryType, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_A
(long userId, int deliveryType, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_A_First
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_A_First
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_A_Last
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_A_Last
(long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_AR_A
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_AR_A
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_AR_A
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_AR_A
(long userId, int deliveryType, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_AR_A_First
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_AR_A_First
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_AR_A_Last
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_AR_A_Last
(long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_AR_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_AR_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D
(long userId, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT_D
(long userId, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D
(long userId, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D
(long userId, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT_D_A
(long userId, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_A
(long userId, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_A
(long userId, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_A
(long userId, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_A_First
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_A_First
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_A_Last
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_A_Last
(long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_D_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_DT_D_AR
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_AR
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_AR
(long userId, int deliveryType, boolean delivered, boolean actionRequired, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_DT_D_AR_A
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR_A
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_AR_A
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_DT_D_AR_A
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR_A_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_AR_A_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR_A_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_AR_A_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_D_AR_A_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean actionRequired, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ? and archived = ?.UserNotificationEventPersistence.findByU_DT_D_AR_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_AR_First
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_DT_D_AR_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_AR_Last
(long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_DT_D_AR_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_D_AR_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, boolean actionRequired, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ? and actionRequired = ?.UserNotificationEventPersistence.findByU_DT_D_First
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_First
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT_D_Last
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_D_Last
(long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT_D_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_D_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_DT_First
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_First
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and deliveryType = ?.UserNotificationEventPersistence.findByU_DT_Last
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_DT_Last
(long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and deliveryType = ?.UserNotificationEventPersistence.findByU_DT_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_DT_PrevAndNext
(long userNotificationEventId, long userId, int deliveryType, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and deliveryType = ?.UserGroupGroupRolePersistence.findByU_G
(long userGroupId, long groupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns an ordered range of all the user group group roles where userGroupId = ? and groupId = ?.UserGroupGroupRolePersistence.findByU_G
(long userGroupId, long groupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group group roles where userGroupId = ? and groupId = ?.static List<UserGroupGroupRole>
UserGroupGroupRoleUtil.findByU_G
(long userGroupId, long groupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns an ordered range of all the user group group roles where userGroupId = ? and groupId = ?.static List<UserGroupGroupRole>
UserGroupGroupRoleUtil.findByU_G
(long userGroupId, long groupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group group roles where userGroupId = ? and groupId = ?.UserGroupRolePersistence.findByU_G
(long userId, long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where userId = ? and groupId = ?.UserGroupRolePersistence.findByU_G
(long userId, long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where userId = ? and groupId = ?.static List<UserGroupRole>
UserGroupRoleUtil.findByU_G
(long userId, long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where userId = ? and groupId = ?.static List<UserGroupRole>
UserGroupRoleUtil.findByU_G
(long userId, long groupId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where userId = ? and groupId = ?.UserGroupGroupRolePersistence.findByU_G_First
(long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.findByU_G_First
(long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where userGroupId = ? and groupId = ?.UserGroupRolePersistence.findByU_G_First
(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ? and groupId = ?.static UserGroupRole
UserGroupRoleUtil.findByU_G_First
(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ? and groupId = ?.UserGroupGroupRolePersistence.findByU_G_Last
(long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.findByU_G_Last
(long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where userGroupId = ? and groupId = ?.UserGroupRolePersistence.findByU_G_Last
(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ? and groupId = ?.static UserGroupRole
UserGroupRoleUtil.findByU_G_Last
(long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ? and groupId = ?.UserGroupGroupRolePersistence.findByU_G_PrevAndNext
(long userGroupGroupRoleId, long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?.static UserGroupGroupRole[]
UserGroupGroupRoleUtil.findByU_G_PrevAndNext
(long userGroupGroupRoleId, long userGroupId, long groupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ? and groupId = ?.UserGroupRolePersistence.findByU_G_PrevAndNext
(long userGroupRoleId, long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.static UserGroupRole[]
UserGroupRoleUtil.findByU_G_PrevAndNext
(long userGroupRoleId, long userId, long groupId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where userId = ? and groupId = ?.UserNotificationEventPersistence.findByU_T_DT_D
(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_T_DT_D
(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_DT_D
(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_DT_D
(long userId, String type, int deliveryType, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_T_DT_D_A
(long userId, String type, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_T_DT_D_A
(long userId, String type, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_DT_D_A
(long userId, String type, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_DT_D_A
(long userId, String type, int deliveryType, boolean delivered, boolean archived, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_T_DT_D_A_First
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_T_DT_D_A_First
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_T_DT_D_A_Last
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_T_DT_D_A_Last
(long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_T_DT_D_A_PrevAndNext
(long userNotificationEventId, long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_T_DT_D_A_PrevAndNext
(long userNotificationEventId, long userId, String type, int deliveryType, boolean delivered, boolean archived, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ? and archived = ?.UserNotificationEventPersistence.findByU_T_DT_D_First
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_T_DT_D_First
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_T_DT_D_Last
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_T_DT_D_Last
(long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_T_DT_D_PrevAndNext
(long userNotificationEventId, long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_T_DT_D_PrevAndNext
(long userNotificationEventId, long userId, String type, int deliveryType, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and deliveryType = ? and delivered = ?.UserNotificationEventPersistence.findByU_T_GteT_D
(long userId, String type, long timestamp, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.findByU_T_GteT_D
(long userId, String type, long timestamp, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_GteT_D
(long userId, String type, long timestamp, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByU_T_GteT_D
(long userId, String type, long timestamp, boolean delivered, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.findByU_T_GteT_D_First
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_T_GteT_D_First
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.findByU_T_GteT_D_Last
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static UserNotificationEvent
UserNotificationEventUtil.findByU_T_GteT_D_Last
(long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserNotificationEventPersistence.findByU_T_GteT_D_PrevAndNext
(long userNotificationEventId, long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByU_T_GteT_D_PrevAndNext
(long userNotificationEventId, long userId, String type, long timestamp, boolean delivered, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ? and type = ? and timestamp ≥ ? and delivered = ?.UserGroupGroupRolePersistence.findByUserGroupId
(long userGroupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns an ordered range of all the user group group roles where userGroupId = ?.UserGroupGroupRolePersistence.findByUserGroupId
(long userGroupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group group roles where userGroupId = ?.static List<UserGroupGroupRole>
UserGroupGroupRoleUtil.findByUserGroupId
(long userGroupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns an ordered range of all the user group group roles where userGroupId = ?.static List<UserGroupGroupRole>
UserGroupGroupRoleUtil.findByUserGroupId
(long userGroupId, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group group roles where userGroupId = ?.UserGroupGroupRolePersistence.findByUserGroupId_First
(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where userGroupId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.findByUserGroupId_First
(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the first user group group role in the ordered set where userGroupId = ?.UserGroupGroupRolePersistence.findByUserGroupId_Last
(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where userGroupId = ?.static UserGroupGroupRole
UserGroupGroupRoleUtil.findByUserGroupId_Last
(long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the last user group group role in the ordered set where userGroupId = ?.UserGroupGroupRolePersistence.findByUserGroupId_PrevAndNext
(long userGroupGroupRoleId, long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.static UserGroupGroupRole[]
UserGroupGroupRoleUtil.findByUserGroupId_PrevAndNext
(long userGroupGroupRoleId, long userGroupId, OrderByComparator<UserGroupGroupRole> orderByComparator) Returns the user group group roles before and after the current user group group role in the ordered set where userGroupId = ?.AddressPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where userId = ?.AddressPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where userId = ?.AddressUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where userId = ?.AddressUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where userId = ?.ContactPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where userId = ?.ContactPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where userId = ?.ContactUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Contact> orderByComparator) Returns an ordered range of all the contacts where userId = ?.ContactUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Contact> orderByComparator, boolean useFinderCache) Returns an ordered range of all the contacts where userId = ?.EmailAddressPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where userId = ?.EmailAddressPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where userId = ?.static List<EmailAddress>
EmailAddressUtil.findByUserId
(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where userId = ?.static List<EmailAddress>
EmailAddressUtil.findByUserId
(long userId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where userId = ?.MembershipRequestPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests where userId = ?.MembershipRequestPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests where userId = ?.static List<MembershipRequest>
MembershipRequestUtil.findByUserId
(long userId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests where userId = ?.static List<MembershipRequest>
MembershipRequestUtil.findByUserId
(long userId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests where userId = ?.PasswordTrackerPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator) Returns an ordered range of all the password trackers where userId = ?.PasswordTrackerPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password trackers where userId = ?.static List<PasswordTracker>
PasswordTrackerUtil.findByUserId
(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator) Returns an ordered range of all the password trackers where userId = ?.static List<PasswordTracker>
PasswordTrackerUtil.findByUserId
(long userId, int start, int end, OrderByComparator<PasswordTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password trackers where userId = ?.PhonePersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where userId = ?.PhonePersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where userId = ?.PhoneUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where userId = ?.PhoneUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where userId = ?.RecentLayoutBranchPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches where userId = ?.RecentLayoutBranchPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches where userId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns an ordered range of all the recent layout branches where userId = ?.static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout branches where userId = ?.RecentLayoutRevisionPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions where userId = ?.RecentLayoutRevisionPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions where userId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns an ordered range of all the recent layout revisions where userId = ?.static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout revisions where userId = ?.RecentLayoutSetBranchPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns an ordered range of all the recent layout set branches where userId = ?.RecentLayoutSetBranchPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout set branches where userId = ?.static List<RecentLayoutSetBranch>
RecentLayoutSetBranchUtil.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns an ordered range of all the recent layout set branches where userId = ?.static List<RecentLayoutSetBranch>
RecentLayoutSetBranchUtil.findByUserId
(long userId, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator, boolean useFinderCache) Returns an ordered range of all the recent layout set branches where userId = ?.RememberMeTokenPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<RememberMeToken> orderByComparator) Returns an ordered range of all the remember me tokens where userId = ?.RememberMeTokenPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<RememberMeToken> orderByComparator, boolean useFinderCache) Returns an ordered range of all the remember me tokens where userId = ?.static List<RememberMeToken>
RememberMeTokenUtil.findByUserId
(long userId, int start, int end, OrderByComparator<RememberMeToken> orderByComparator) Returns an ordered range of all the remember me tokens where userId = ?.static List<RememberMeToken>
RememberMeTokenUtil.findByUserId
(long userId, int start, int end, OrderByComparator<RememberMeToken> orderByComparator, boolean useFinderCache) Returns an ordered range of all the remember me tokens where userId = ?.SubscriptionPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where userId = ?.SubscriptionPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where userId = ?.static List<Subscription>
SubscriptionUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns an ordered range of all the subscriptions where userId = ?.static List<Subscription>
SubscriptionUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Subscription> orderByComparator, boolean useFinderCache) Deprecated.Returns an ordered range of all the subscriptions where userId = ?.UserGroupRolePersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where userId = ?.UserGroupRolePersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where userId = ?.static List<UserGroupRole>
UserGroupRoleUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) Returns an ordered range of all the user group roles where userId = ?.static List<UserGroupRole>
UserGroupRoleUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserGroupRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user group roles where userId = ?.UserIdMapperPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserIdMapper> orderByComparator) Returns an ordered range of all the user ID mappers where userId = ?.UserIdMapperPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserIdMapper> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user ID mappers where userId = ?.static List<UserIdMapper>
UserIdMapperUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserIdMapper> orderByComparator) Returns an ordered range of all the user ID mappers where userId = ?.static List<UserIdMapper>
UserIdMapperUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserIdMapper> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user ID mappers where userId = ?.UserNotificationDeliveryPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator) Returns an ordered range of all the user notification deliveries where userId = ?.UserNotificationDeliveryPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification deliveries where userId = ?.static List<UserNotificationDelivery>
UserNotificationDeliveryUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator) Returns an ordered range of all the user notification deliveries where userId = ?.static List<UserNotificationDelivery>
UserNotificationDeliveryUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification deliveries where userId = ?.UserNotificationEventPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ?.UserNotificationEventPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where userId = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where userId = ?.UserTrackerPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers where userId = ?.UserTrackerPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers where userId = ?.static List<UserTracker>
UserTrackerUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers where userId = ?.static List<UserTracker>
UserTrackerUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers where userId = ?.WebsitePersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where userId = ?.WebsitePersistence.findByUserId
(long userId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where userId = ?.WebsiteUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where userId = ?.WebsiteUtil.findByUserId
(long userId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where userId = ?.AddressPersistence.findByUserId_First
(long userId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where userId = ?.static Address
AddressUtil.findByUserId_First
(long userId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where userId = ?.ContactPersistence.findByUserId_First
(long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where userId = ?.static Contact
ContactUtil.findByUserId_First
(long userId, OrderByComparator<Contact> orderByComparator) Returns the first contact in the ordered set where userId = ?.EmailAddressPersistence.findByUserId_First
(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where userId = ?.static EmailAddress
EmailAddressUtil.findByUserId_First
(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where userId = ?.MembershipRequestPersistence.findByUserId_First
(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where userId = ?.static MembershipRequest
MembershipRequestUtil.findByUserId_First
(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where userId = ?.PasswordTrackerPersistence.findByUserId_First
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the first password tracker in the ordered set where userId = ?.static PasswordTracker
PasswordTrackerUtil.findByUserId_First
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the first password tracker in the ordered set where userId = ?.PhonePersistence.findByUserId_First
(long userId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where userId = ?.static Phone
PhoneUtil.findByUserId_First
(long userId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where userId = ?.RecentLayoutBranchPersistence.findByUserId_First
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where userId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.findByUserId_First
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the first recent layout branch in the ordered set where userId = ?.RecentLayoutRevisionPersistence.findByUserId_First
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where userId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByUserId_First
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the first recent layout revision in the ordered set where userId = ?.RecentLayoutSetBranchPersistence.findByUserId_First
(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the first recent layout set branch in the ordered set where userId = ?.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.findByUserId_First
(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the first recent layout set branch in the ordered set where userId = ?.RememberMeTokenPersistence.findByUserId_First
(long userId, OrderByComparator<RememberMeToken> orderByComparator) Returns the first remember me token in the ordered set where userId = ?.static RememberMeToken
RememberMeTokenUtil.findByUserId_First
(long userId, OrderByComparator<RememberMeToken> orderByComparator) Returns the first remember me token in the ordered set where userId = ?.SubscriptionPersistence.findByUserId_First
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ?.static Subscription
SubscriptionUtil.findByUserId_First
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the first subscription in the ordered set where userId = ?.UserGroupRolePersistence.findByUserId_First
(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ?.static UserGroupRole
UserGroupRoleUtil.findByUserId_First
(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the first user group role in the ordered set where userId = ?.UserIdMapperPersistence.findByUserId_First
(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the first user ID mapper in the ordered set where userId = ?.static UserIdMapper
UserIdMapperUtil.findByUserId_First
(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the first user ID mapper in the ordered set where userId = ?.UserNotificationDeliveryPersistence.findByUserId_First
(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator) Returns the first user notification delivery in the ordered set where userId = ?.static UserNotificationDelivery
UserNotificationDeliveryUtil.findByUserId_First
(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator) Returns the first user notification delivery in the ordered set where userId = ?.UserNotificationEventPersistence.findByUserId_First
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ?.static UserNotificationEvent
UserNotificationEventUtil.findByUserId_First
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where userId = ?.UserTrackerPersistence.findByUserId_First
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where userId = ?.static UserTracker
UserTrackerUtil.findByUserId_First
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where userId = ?.WebsitePersistence.findByUserId_First
(long userId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where userId = ?.static Website
WebsiteUtil.findByUserId_First
(long userId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where userId = ?.AddressPersistence.findByUserId_Last
(long userId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where userId = ?.static Address
AddressUtil.findByUserId_Last
(long userId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where userId = ?.ContactPersistence.findByUserId_Last
(long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where userId = ?.static Contact
ContactUtil.findByUserId_Last
(long userId, OrderByComparator<Contact> orderByComparator) Returns the last contact in the ordered set where userId = ?.EmailAddressPersistence.findByUserId_Last
(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where userId = ?.static EmailAddress
EmailAddressUtil.findByUserId_Last
(long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where userId = ?.MembershipRequestPersistence.findByUserId_Last
(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where userId = ?.static MembershipRequest
MembershipRequestUtil.findByUserId_Last
(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where userId = ?.PasswordTrackerPersistence.findByUserId_Last
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the last password tracker in the ordered set where userId = ?.static PasswordTracker
PasswordTrackerUtil.findByUserId_Last
(long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the last password tracker in the ordered set where userId = ?.PhonePersistence.findByUserId_Last
(long userId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where userId = ?.static Phone
PhoneUtil.findByUserId_Last
(long userId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where userId = ?.RecentLayoutBranchPersistence.findByUserId_Last
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where userId = ?.static RecentLayoutBranch
RecentLayoutBranchUtil.findByUserId_Last
(long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the last recent layout branch in the ordered set where userId = ?.RecentLayoutRevisionPersistence.findByUserId_Last
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where userId = ?.static RecentLayoutRevision
RecentLayoutRevisionUtil.findByUserId_Last
(long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the last recent layout revision in the ordered set where userId = ?.RecentLayoutSetBranchPersistence.findByUserId_Last
(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the last recent layout set branch in the ordered set where userId = ?.static RecentLayoutSetBranch
RecentLayoutSetBranchUtil.findByUserId_Last
(long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the last recent layout set branch in the ordered set where userId = ?.RememberMeTokenPersistence.findByUserId_Last
(long userId, OrderByComparator<RememberMeToken> orderByComparator) Returns the last remember me token in the ordered set where userId = ?.static RememberMeToken
RememberMeTokenUtil.findByUserId_Last
(long userId, OrderByComparator<RememberMeToken> orderByComparator) Returns the last remember me token in the ordered set where userId = ?.SubscriptionPersistence.findByUserId_Last
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ?.static Subscription
SubscriptionUtil.findByUserId_Last
(long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the last subscription in the ordered set where userId = ?.UserGroupRolePersistence.findByUserId_Last
(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ?.static UserGroupRole
UserGroupRoleUtil.findByUserId_Last
(long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the last user group role in the ordered set where userId = ?.UserIdMapperPersistence.findByUserId_Last
(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the last user ID mapper in the ordered set where userId = ?.static UserIdMapper
UserIdMapperUtil.findByUserId_Last
(long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the last user ID mapper in the ordered set where userId = ?.UserNotificationDeliveryPersistence.findByUserId_Last
(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator) Returns the last user notification delivery in the ordered set where userId = ?.static UserNotificationDelivery
UserNotificationDeliveryUtil.findByUserId_Last
(long userId, OrderByComparator<UserNotificationDelivery> orderByComparator) Returns the last user notification delivery in the ordered set where userId = ?.UserNotificationEventPersistence.findByUserId_Last
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ?.static UserNotificationEvent
UserNotificationEventUtil.findByUserId_Last
(long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where userId = ?.UserTrackerPersistence.findByUserId_Last
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where userId = ?.static UserTracker
UserTrackerUtil.findByUserId_Last
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where userId = ?.WebsitePersistence.findByUserId_Last
(long userId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where userId = ?.static Website
WebsiteUtil.findByUserId_Last
(long userId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where userId = ?.Address[]
AddressPersistence.findByUserId_PrevAndNext
(long addressId, long userId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where userId = ?.static Address[]
AddressUtil.findByUserId_PrevAndNext
(long addressId, long userId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where userId = ?.Contact[]
ContactPersistence.findByUserId_PrevAndNext
(long contactId, long userId, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where userId = ?.static Contact[]
ContactUtil.findByUserId_PrevAndNext
(long contactId, long userId, OrderByComparator<Contact> orderByComparator) Returns the contacts before and after the current contact in the ordered set where userId = ?.EmailAddressPersistence.findByUserId_PrevAndNext
(long emailAddressId, long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where userId = ?.static EmailAddress[]
EmailAddressUtil.findByUserId_PrevAndNext
(long emailAddressId, long userId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where userId = ?.MembershipRequestPersistence.findByUserId_PrevAndNext
(long membershipRequestId, long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the membership requests before and after the current membership request in the ordered set where userId = ?.static MembershipRequest[]
MembershipRequestUtil.findByUserId_PrevAndNext
(long membershipRequestId, long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the membership requests before and after the current membership request in the ordered set where userId = ?.PasswordTrackerPersistence.findByUserId_PrevAndNext
(long passwordTrackerId, long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the password trackers before and after the current password tracker in the ordered set where userId = ?.static PasswordTracker[]
PasswordTrackerUtil.findByUserId_PrevAndNext
(long passwordTrackerId, long userId, OrderByComparator<PasswordTracker> orderByComparator) Returns the password trackers before and after the current password tracker in the ordered set where userId = ?.Phone[]
PhonePersistence.findByUserId_PrevAndNext
(long phoneId, long userId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where userId = ?.static Phone[]
PhoneUtil.findByUserId_PrevAndNext
(long phoneId, long userId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where userId = ?.RecentLayoutBranchPersistence.findByUserId_PrevAndNext
(long recentLayoutBranchId, long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the recent layout branches before and after the current recent layout branch in the ordered set where userId = ?.static RecentLayoutBranch[]
RecentLayoutBranchUtil.findByUserId_PrevAndNext
(long recentLayoutBranchId, long userId, OrderByComparator<RecentLayoutBranch> orderByComparator) Returns the recent layout branches before and after the current recent layout branch in the ordered set where userId = ?.RecentLayoutRevisionPersistence.findByUserId_PrevAndNext
(long recentLayoutRevisionId, long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the recent layout revisions before and after the current recent layout revision in the ordered set where userId = ?.static RecentLayoutRevision[]
RecentLayoutRevisionUtil.findByUserId_PrevAndNext
(long recentLayoutRevisionId, long userId, OrderByComparator<RecentLayoutRevision> orderByComparator) Returns the recent layout revisions before and after the current recent layout revision in the ordered set where userId = ?.RecentLayoutSetBranchPersistence.findByUserId_PrevAndNext
(long recentLayoutSetBranchId, long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the recent layout set branches before and after the current recent layout set branch in the ordered set where userId = ?.static RecentLayoutSetBranch[]
RecentLayoutSetBranchUtil.findByUserId_PrevAndNext
(long recentLayoutSetBranchId, long userId, OrderByComparator<RecentLayoutSetBranch> orderByComparator) Returns the recent layout set branches before and after the current recent layout set branch in the ordered set where userId = ?.RememberMeTokenPersistence.findByUserId_PrevAndNext
(long rememberMeTokenId, long userId, OrderByComparator<RememberMeToken> orderByComparator) Returns the remember me tokens before and after the current remember me token in the ordered set where userId = ?.static RememberMeToken[]
RememberMeTokenUtil.findByUserId_PrevAndNext
(long rememberMeTokenId, long userId, OrderByComparator<RememberMeToken> orderByComparator) Returns the remember me tokens before and after the current remember me token in the ordered set where userId = ?.SubscriptionPersistence.findByUserId_PrevAndNext
(long subscriptionId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the subscriptions before and after the current subscription in the ordered set where userId = ?.static Subscription[]
SubscriptionUtil.findByUserId_PrevAndNext
(long subscriptionId, long userId, OrderByComparator<Subscription> orderByComparator) Deprecated.Returns the subscriptions before and after the current subscription in the ordered set where userId = ?.UserGroupRolePersistence.findByUserId_PrevAndNext
(long userGroupRoleId, long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where userId = ?.static UserGroupRole[]
UserGroupRoleUtil.findByUserId_PrevAndNext
(long userGroupRoleId, long userId, OrderByComparator<UserGroupRole> orderByComparator) Returns the user group roles before and after the current user group role in the ordered set where userId = ?.UserIdMapperPersistence.findByUserId_PrevAndNext
(long userIdMapperId, long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the user ID mappers before and after the current user ID mapper in the ordered set where userId = ?.static UserIdMapper[]
UserIdMapperUtil.findByUserId_PrevAndNext
(long userIdMapperId, long userId, OrderByComparator<UserIdMapper> orderByComparator) Returns the user ID mappers before and after the current user ID mapper in the ordered set where userId = ?.UserNotificationDeliveryPersistence.findByUserId_PrevAndNext
(long userNotificationDeliveryId, long userId, OrderByComparator<UserNotificationDelivery> orderByComparator) Returns the user notification deliveries before and after the current user notification delivery in the ordered set where userId = ?.static UserNotificationDelivery[]
UserNotificationDeliveryUtil.findByUserId_PrevAndNext
(long userNotificationDeliveryId, long userId, OrderByComparator<UserNotificationDelivery> orderByComparator) Returns the user notification deliveries before and after the current user notification delivery in the ordered set where userId = ?.UserNotificationEventPersistence.findByUserId_PrevAndNext
(long userNotificationEventId, long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByUserId_PrevAndNext
(long userNotificationEventId, long userId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where userId = ?.UserTrackerPersistence.findByUserId_PrevAndNext
(long userTrackerId, long userId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where userId = ?.static UserTracker[]
UserTrackerUtil.findByUserId_PrevAndNext
(long userTrackerId, long userId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where userId = ?.Website[]
WebsitePersistence.findByUserId_PrevAndNext
(long websiteId, long userId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where userId = ?.static Website[]
WebsiteUtil.findByUserId_PrevAndNext
(long websiteId, long userId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where userId = ?.UserTrackerPathPersistence.findByUserTrackerId
(long userTrackerId, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator) Returns an ordered range of all the user tracker paths where userTrackerId = ?.UserTrackerPathPersistence.findByUserTrackerId
(long userTrackerId, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user tracker paths where userTrackerId = ?.static List<UserTrackerPath>
UserTrackerPathUtil.findByUserTrackerId
(long userTrackerId, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator) Returns an ordered range of all the user tracker paths where userTrackerId = ?.static List<UserTrackerPath>
UserTrackerPathUtil.findByUserTrackerId
(long userTrackerId, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user tracker paths where userTrackerId = ?.UserTrackerPathPersistence.findByUserTrackerId_First
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the first user tracker path in the ordered set where userTrackerId = ?.static UserTrackerPath
UserTrackerPathUtil.findByUserTrackerId_First
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the first user tracker path in the ordered set where userTrackerId = ?.UserTrackerPathPersistence.findByUserTrackerId_Last
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the last user tracker path in the ordered set where userTrackerId = ?.static UserTrackerPath
UserTrackerPathUtil.findByUserTrackerId_Last
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the last user tracker path in the ordered set where userTrackerId = ?.UserTrackerPathPersistence.findByUserTrackerId_PrevAndNext
(long userTrackerPathId, long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?.static UserTrackerPath[]
UserTrackerPathUtil.findByUserTrackerId_PrevAndNext
(long userTrackerPathId, long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?.AddressPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where uuid = ?.AddressPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where uuid = ?.AddressUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where uuid = ?.AddressUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where uuid = ?.CountryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where uuid = ?.CountryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where uuid = ?.CountryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where uuid = ?.CountryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where uuid = ?.EmailAddressPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where uuid = ?.EmailAddressPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where uuid = ?.static List<EmailAddress>
EmailAddressUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where uuid = ?.static List<EmailAddress>
EmailAddressUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where uuid = ?.GroupPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where uuid = ?.GroupPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where uuid = ?.GroupUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where uuid = ?.GroupUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where uuid = ?.LayoutFriendlyURLPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where uuid = ?.LayoutFriendlyURLPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where uuid = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where uuid = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where uuid = ?.LayoutPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where uuid = ?.LayoutPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where uuid = ?.LayoutPrototypePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where uuid = ?.LayoutPrototypePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where uuid = ?.static List<LayoutPrototype>
LayoutPrototypeUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where uuid = ?.static List<LayoutPrototype>
LayoutPrototypeUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where uuid = ?.LayoutSetPrototypePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where uuid = ?.LayoutSetPrototypePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where uuid = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where uuid = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where uuid = ?.LayoutUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where uuid = ?.LayoutUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where uuid = ?.ListTypePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where uuid = ?.ListTypePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where uuid = ?.ListTypeUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where uuid = ?.ListTypeUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where uuid = ?.OrganizationPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where uuid = ?.OrganizationPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where uuid = ?.static List<Organization>
OrganizationUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where uuid = ?.static List<Organization>
OrganizationUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where uuid = ?.PasswordPolicyPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies where uuid = ?.PasswordPolicyPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies where uuid = ?.static List<PasswordPolicy>
PasswordPolicyUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies where uuid = ?.static List<PasswordPolicy>
PasswordPolicyUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies where uuid = ?.PhonePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where uuid = ?.PhonePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where uuid = ?.PhoneUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where uuid = ?.PhoneUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where uuid = ?.RegionPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where uuid = ?.RegionPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where uuid = ?.RegionUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where uuid = ?.RegionUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where uuid = ?.RepositoryEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries where uuid = ?.RepositoryEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries where uuid = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries where uuid = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries where uuid = ?.RepositoryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories where uuid = ?.RepositoryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories where uuid = ?.static List<Repository>
RepositoryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories where uuid = ?.static List<Repository>
RepositoryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories where uuid = ?.RolePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where uuid = ?.RolePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where uuid = ?.RoleUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where uuid = ?.RoleUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where uuid = ?.TeamPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where uuid = ?.TeamPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where uuid = ?.TeamUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where uuid = ?.TeamUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where uuid = ?.UserGroupPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where uuid = ?.UserGroupPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where uuid = ?.UserGroupUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where uuid = ?.UserGroupUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where uuid = ?.UserNotificationEventPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where uuid = ?.UserNotificationEventPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where uuid = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where uuid = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where uuid = ?.UserPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where uuid = ?.UserPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where uuid = ?.UserUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where uuid = ?.UserUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where uuid = ?.WebsitePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where uuid = ?.WebsitePersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where uuid = ?.WebsiteUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where uuid = ?.WebsiteUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where uuid = ?.WorkflowDefinitionLinkPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns an ordered range of all the workflow definition links where uuid = ?.WorkflowDefinitionLinkPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow definition links where uuid = ?.static List<WorkflowDefinitionLink>
WorkflowDefinitionLinkUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns an ordered range of all the workflow definition links where uuid = ?.static List<WorkflowDefinitionLink>
WorkflowDefinitionLinkUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow definition links where uuid = ?.AddressPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where uuid = ? and companyId = ?.AddressPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where uuid = ? and companyId = ?.AddressUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Address> orderByComparator) Returns an ordered range of all the addresses where uuid = ? and companyId = ?.AddressUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Address> orderByComparator, boolean useFinderCache) Returns an ordered range of all the addresses where uuid = ? and companyId = ?.CountryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where uuid = ? and companyId = ?.CountryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where uuid = ? and companyId = ?.CountryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Country> orderByComparator) Returns an ordered range of all the countries where uuid = ? and companyId = ?.CountryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Country> orderByComparator, boolean useFinderCache) Returns an ordered range of all the countries where uuid = ? and companyId = ?.EmailAddressPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.EmailAddressPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.static List<EmailAddress>
EmailAddressUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator) Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.static List<EmailAddress>
EmailAddressUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<EmailAddress> orderByComparator, boolean useFinderCache) Returns an ordered range of all the email addresses where uuid = ? and companyId = ?.GroupPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where uuid = ? and companyId = ?.GroupPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where uuid = ? and companyId = ?.GroupUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups where uuid = ? and companyId = ?.GroupUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Group> orderByComparator, boolean useFinderCache) Returns an ordered range of all the groups where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.LayoutPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where uuid = ? and companyId = ?.LayoutPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where uuid = ? and companyId = ?.LayoutPrototypePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.LayoutPrototypePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.static List<LayoutPrototype>
LayoutPrototypeUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.static List<LayoutPrototype>
LayoutPrototypeUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.LayoutUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator) Returns an ordered range of all the layouts where uuid = ? and companyId = ?.LayoutUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Layout> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layouts where uuid = ? and companyId = ?.ListTypePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where uuid = ? and companyId = ?.ListTypePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where uuid = ? and companyId = ?.ListTypeUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<ListType> orderByComparator) Returns an ordered range of all the list types where uuid = ? and companyId = ?.ListTypeUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<ListType> orderByComparator, boolean useFinderCache) Returns an ordered range of all the list types where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where uuid = ? and companyId = ?.static List<Organization>
OrganizationUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations where uuid = ? and companyId = ?.static List<Organization>
OrganizationUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Organization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the organizations where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies where uuid = ? and companyId = ?.static List<PasswordPolicy>
PasswordPolicyUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) Returns an ordered range of all the password policies where uuid = ? and companyId = ?.static List<PasswordPolicy>
PasswordPolicyUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator, boolean useFinderCache) Returns an ordered range of all the password policies where uuid = ? and companyId = ?.PhonePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where uuid = ? and companyId = ?.PhonePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where uuid = ? and companyId = ?.PhoneUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator) Returns an ordered range of all the phones where uuid = ? and companyId = ?.PhoneUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Phone> orderByComparator, boolean useFinderCache) Returns an ordered range of all the phones where uuid = ? and companyId = ?.RegionPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where uuid = ? and companyId = ?.RegionPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where uuid = ? and companyId = ?.RegionUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Region> orderByComparator) Returns an ordered range of all the regions where uuid = ? and companyId = ?.RegionUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Region> orderByComparator, boolean useFinderCache) Returns an ordered range of all the regions where uuid = ? and companyId = ?.RepositoryEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.RepositoryEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.static List<RepositoryEntry>
RepositoryEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repository entries where uuid = ? and companyId = ?.RepositoryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories where uuid = ? and companyId = ?.RepositoryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories where uuid = ? and companyId = ?.static List<Repository>
RepositoryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator) Returns an ordered range of all the repositories where uuid = ? and companyId = ?.static List<Repository>
RepositoryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Repository> orderByComparator, boolean useFinderCache) Returns an ordered range of all the repositories where uuid = ? and companyId = ?.RolePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where uuid = ? and companyId = ?.RolePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where uuid = ? and companyId = ?.RoleUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles where uuid = ? and companyId = ?.RoleUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Role> orderByComparator, boolean useFinderCache) Returns an ordered range of all the roles where uuid = ? and companyId = ?.TeamPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where uuid = ? and companyId = ?.TeamPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where uuid = ? and companyId = ?.TeamUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams where uuid = ? and companyId = ?.TeamUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Team> orderByComparator, boolean useFinderCache) Returns an ordered range of all the teams where uuid = ? and companyId = ?.UserGroupPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where uuid = ? and companyId = ?.UserGroupPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where uuid = ? and companyId = ?.UserGroupUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups where uuid = ? and companyId = ?.UserGroupUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserGroup> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user groups where uuid = ? and companyId = ?.UserNotificationEventPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.UserNotificationEventPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.static List<UserNotificationEvent>
UserNotificationEventUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user notification events where uuid = ? and companyId = ?.UserPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where uuid = ? and companyId = ?.UserPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where uuid = ? and companyId = ?.UserUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users where uuid = ? and companyId = ?.UserUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<User> orderByComparator, boolean useFinderCache) Returns an ordered range of all the users where uuid = ? and companyId = ?.WebsitePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where uuid = ? and companyId = ?.WebsitePersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where uuid = ? and companyId = ?.WebsiteUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator) Returns an ordered range of all the websites where uuid = ? and companyId = ?.WebsiteUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<Website> orderByComparator, boolean useFinderCache) Returns an ordered range of all the websites where uuid = ? and companyId = ?.WorkflowDefinitionLinkPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns an ordered range of all the workflow definition links where uuid = ? and companyId = ?.WorkflowDefinitionLinkPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow definition links where uuid = ? and companyId = ?.static List<WorkflowDefinitionLink>
WorkflowDefinitionLinkUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns an ordered range of all the workflow definition links where uuid = ? and companyId = ?.static List<WorkflowDefinitionLink>
WorkflowDefinitionLinkUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the workflow definition links where uuid = ? and companyId = ?.AddressPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ? and companyId = ?.static Address
AddressUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ? and companyId = ?.CountryPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ? and companyId = ?.static Country
CountryUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ? and companyId = ?.EmailAddressPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ? and companyId = ?.static EmailAddress
EmailAddressUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ? and companyId = ?.GroupPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ? and companyId = ?.static Group
GroupUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.LayoutPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where uuid = ? and companyId = ?.LayoutPrototypePersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.static LayoutPrototype
LayoutPrototypeUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.static Layout
LayoutUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where uuid = ? and companyId = ?.ListTypePersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ? and companyId = ?.static ListType
ListTypeUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ? and companyId = ?.static Organization
OrganizationUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ? and companyId = ?.static PasswordPolicy
PasswordPolicyUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ? and companyId = ?.PhonePersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ? and companyId = ?.static Phone
PhoneUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ? and companyId = ?.RegionPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ? and companyId = ?.static Region
RegionUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ? and companyId = ?.RepositoryEntryPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.static RepositoryEntry
RepositoryEntryUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where uuid = ? and companyId = ?.RepositoryPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ? and companyId = ?.static Repository
RepositoryUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ? and companyId = ?.RolePersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ? and companyId = ?.static Role
RoleUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ? and companyId = ?.TeamPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ? and companyId = ?.static Team
TeamUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ? and companyId = ?.UserGroupPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ? and companyId = ?.static UserGroup
UserGroupUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ? and companyId = ?.UserNotificationEventPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.static UserNotificationEvent
UserNotificationEventUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ? and companyId = ?.UserPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where uuid = ? and companyId = ?.static User
UserUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where uuid = ? and companyId = ?.WebsitePersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ? and companyId = ?.static Website
WebsiteUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ? and companyId = ?.WorkflowDefinitionLinkPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where uuid = ? and companyId = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where uuid = ? and companyId = ?.AddressPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ? and companyId = ?.static Address
AddressUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ? and companyId = ?.CountryPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ? and companyId = ?.static Country
CountryUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ? and companyId = ?.EmailAddressPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ? and companyId = ?.static EmailAddress
EmailAddressUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ? and companyId = ?.GroupPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ? and companyId = ?.static Group
GroupUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.LayoutPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where uuid = ? and companyId = ?.LayoutPrototypePersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.static LayoutPrototype
LayoutPrototypeUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.static Layout
LayoutUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where uuid = ? and companyId = ?.ListTypePersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ? and companyId = ?.static ListType
ListTypeUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ? and companyId = ?.static Organization
OrganizationUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ? and companyId = ?.static PasswordPolicy
PasswordPolicyUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ? and companyId = ?.PhonePersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ? and companyId = ?.static Phone
PhoneUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ? and companyId = ?.RegionPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where uuid = ? and companyId = ?.static Region
RegionUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where uuid = ? and companyId = ?.RepositoryEntryPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.static RepositoryEntry
RepositoryEntryUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where uuid = ? and companyId = ?.RepositoryPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ? and companyId = ?.static Repository
RepositoryUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ? and companyId = ?.RolePersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ? and companyId = ?.static Role
RoleUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ? and companyId = ?.TeamPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ? and companyId = ?.static Team
TeamUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ? and companyId = ?.UserGroupPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ? and companyId = ?.static UserGroup
UserGroupUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ? and companyId = ?.UserNotificationEventPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.static UserNotificationEvent
UserNotificationEventUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ? and companyId = ?.UserPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where uuid = ? and companyId = ?.static User
UserUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where uuid = ? and companyId = ?.WebsitePersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ? and companyId = ?.static Website
WebsiteUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ? and companyId = ?.WorkflowDefinitionLinkPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where uuid = ? and companyId = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where uuid = ? and companyId = ?.Address[]
AddressPersistence.findByUuid_C_PrevAndNext
(long addressId, String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where uuid = ? and companyId = ?.static Address[]
AddressUtil.findByUuid_C_PrevAndNext
(long addressId, String uuid, long companyId, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where uuid = ? and companyId = ?.Country[]
CountryPersistence.findByUuid_C_PrevAndNext
(long countryId, String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where uuid = ? and companyId = ?.static Country[]
CountryUtil.findByUuid_C_PrevAndNext
(long countryId, String uuid, long companyId, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where uuid = ? and companyId = ?.EmailAddressPersistence.findByUuid_C_PrevAndNext
(long emailAddressId, String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where uuid = ? and companyId = ?.static EmailAddress[]
EmailAddressUtil.findByUuid_C_PrevAndNext
(long emailAddressId, String uuid, long companyId, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where uuid = ? and companyId = ?.Group[]
GroupPersistence.findByUuid_C_PrevAndNext
(long groupId, String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?.static Group[]
GroupUtil.findByUuid_C_PrevAndNext
(long groupId, String uuid, long companyId, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.findByUuid_C_PrevAndNext
(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ? and companyId = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByUuid_C_PrevAndNext
(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ? and companyId = ?.Layout[]
LayoutPersistence.findByUuid_C_PrevAndNext
(long plid, String uuid, long companyId, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?.LayoutPrototypePersistence.findByUuid_C_PrevAndNext
(long layoutPrototypeId, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?.static LayoutPrototype[]
LayoutPrototypeUtil.findByUuid_C_PrevAndNext
(long layoutPrototypeId, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?.LayoutSetPrototypePersistence.findByUuid_C_PrevAndNext
(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.static LayoutSetPrototype[]
LayoutSetPrototypeUtil.findByUuid_C_PrevAndNext
(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.static Layout[]
LayoutUtil.findByUuid_C_PrevAndNext
(long plid, String uuid, long companyId, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where uuid = ? and companyId = ?.ListType[]
ListTypePersistence.findByUuid_C_PrevAndNext
(long listTypeId, String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where uuid = ? and companyId = ?.static ListType[]
ListTypeUtil.findByUuid_C_PrevAndNext
(long listTypeId, String uuid, long companyId, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where uuid = ? and companyId = ?.OrganizationPersistence.findByUuid_C_PrevAndNext
(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?.static Organization[]
OrganizationUtil.findByUuid_C_PrevAndNext
(long organizationId, String uuid, long companyId, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where uuid = ? and companyId = ?.PasswordPolicyPersistence.findByUuid_C_PrevAndNext
(long passwordPolicyId, String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.static PasswordPolicy[]
PasswordPolicyUtil.findByUuid_C_PrevAndNext
(long passwordPolicyId, String uuid, long companyId, OrderByComparator<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set where uuid = ? and companyId = ?.Phone[]
PhonePersistence.findByUuid_C_PrevAndNext
(long phoneId, String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?.static Phone[]
PhoneUtil.findByUuid_C_PrevAndNext
(long phoneId, String uuid, long companyId, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where uuid = ? and companyId = ?.Region[]
RegionPersistence.findByUuid_C_PrevAndNext
(long regionId, String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where uuid = ? and companyId = ?.static Region[]
RegionUtil.findByUuid_C_PrevAndNext
(long regionId, String uuid, long companyId, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where uuid = ? and companyId = ?.RepositoryEntryPersistence.findByUuid_C_PrevAndNext
(long repositoryEntryId, String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?.static RepositoryEntry[]
RepositoryEntryUtil.findByUuid_C_PrevAndNext
(long repositoryEntryId, String uuid, long companyId, OrderByComparator<RepositoryEntry> orderByComparator) Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?.RepositoryPersistence.findByUuid_C_PrevAndNext
(long repositoryId, String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?.static Repository[]
RepositoryUtil.findByUuid_C_PrevAndNext
(long repositoryId, String uuid, long companyId, OrderByComparator<Repository> orderByComparator) Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?.Role[]
RolePersistence.findByUuid_C_PrevAndNext
(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?.static Role[]
RoleUtil.findByUuid_C_PrevAndNext
(long roleId, String uuid, long companyId, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where uuid = ? and companyId = ?.Team[]
TeamPersistence.findByUuid_C_PrevAndNext
(long teamId, String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where uuid = ? and companyId = ?.static Team[]
TeamUtil.findByUuid_C_PrevAndNext
(long teamId, String uuid, long companyId, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where uuid = ? and companyId = ?.UserGroupPersistence.findByUuid_C_PrevAndNext
(long userGroupId, String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.static UserGroup[]
UserGroupUtil.findByUuid_C_PrevAndNext
(long userGroupId, String uuid, long companyId, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where uuid = ? and companyId = ?.UserNotificationEventPersistence.findByUuid_C_PrevAndNext
(long userNotificationEventId, String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByUuid_C_PrevAndNext
(long userNotificationEventId, String uuid, long companyId, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where uuid = ? and companyId = ?.User[]
UserPersistence.findByUuid_C_PrevAndNext
(long userId, String uuid, long companyId, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.static User[]
UserUtil.findByUuid_C_PrevAndNext
(long userId, String uuid, long companyId, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where uuid = ? and companyId = ?.Website[]
WebsitePersistence.findByUuid_C_PrevAndNext
(long websiteId, String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.static Website[]
WebsiteUtil.findByUuid_C_PrevAndNext
(long websiteId, String uuid, long companyId, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where uuid = ? and companyId = ?.WorkflowDefinitionLinkPersistence.findByUuid_C_PrevAndNext
(long workflowDefinitionLinkId, String uuid, long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the workflow definition links before and after the current workflow definition link in the ordered set where uuid = ? and companyId = ?.static WorkflowDefinitionLink[]
WorkflowDefinitionLinkUtil.findByUuid_C_PrevAndNext
(long workflowDefinitionLinkId, String uuid, long companyId, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the workflow definition links before and after the current workflow definition link in the ordered set where uuid = ? and companyId = ?.AddressPersistence.findByUuid_First
(String uuid, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ?.static Address
AddressUtil.findByUuid_First
(String uuid, OrderByComparator<Address> orderByComparator) Returns the first address in the ordered set where uuid = ?.CountryPersistence.findByUuid_First
(String uuid, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ?.static Country
CountryUtil.findByUuid_First
(String uuid, OrderByComparator<Country> orderByComparator) Returns the first country in the ordered set where uuid = ?.EmailAddressPersistence.findByUuid_First
(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ?.static EmailAddress
EmailAddressUtil.findByUuid_First
(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the first email address in the ordered set where uuid = ?.GroupPersistence.findByUuid_First
(String uuid, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ?.static Group
GroupUtil.findByUuid_First
(String uuid, OrderByComparator<Group> orderByComparator) Returns the first group in the ordered set where uuid = ?.LayoutFriendlyURLPersistence.findByUuid_First
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByUuid_First
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ?.LayoutPersistence.findByUuid_First
(String uuid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where uuid = ?.LayoutPrototypePersistence.findByUuid_First
(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ?.static LayoutPrototype
LayoutPrototypeUtil.findByUuid_First
(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ?.LayoutSetPrototypePersistence.findByUuid_First
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where uuid = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.findByUuid_First
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the first layout set prototype in the ordered set where uuid = ?.static Layout
LayoutUtil.findByUuid_First
(String uuid, OrderByComparator<Layout> orderByComparator) Returns the first layout in the ordered set where uuid = ?.ListTypePersistence.findByUuid_First
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ?.static ListType
ListTypeUtil.findByUuid_First
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the first list type in the ordered set where uuid = ?.OrganizationPersistence.findByUuid_First
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ?.static Organization
OrganizationUtil.findByUuid_First
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the first organization in the ordered set where uuid = ?.PasswordPolicyPersistence.findByUuid_First
(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ?.static PasswordPolicy
PasswordPolicyUtil.findByUuid_First
(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the first password policy in the ordered set where uuid = ?.PhonePersistence.findByUuid_First
(String uuid, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ?.static Phone
PhoneUtil.findByUuid_First
(String uuid, OrderByComparator<Phone> orderByComparator) Returns the first phone in the ordered set where uuid = ?.RegionPersistence.findByUuid_First
(String uuid, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ?.static Region
RegionUtil.findByUuid_First
(String uuid, OrderByComparator<Region> orderByComparator) Returns the first region in the ordered set where uuid = ?.RepositoryEntryPersistence.findByUuid_First
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where uuid = ?.static RepositoryEntry
RepositoryEntryUtil.findByUuid_First
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the first repository entry in the ordered set where uuid = ?.RepositoryPersistence.findByUuid_First
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ?.static Repository
RepositoryUtil.findByUuid_First
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the first repository in the ordered set where uuid = ?.RolePersistence.findByUuid_First
(String uuid, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ?.static Role
RoleUtil.findByUuid_First
(String uuid, OrderByComparator<Role> orderByComparator) Returns the first role in the ordered set where uuid = ?.TeamPersistence.findByUuid_First
(String uuid, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ?.static Team
TeamUtil.findByUuid_First
(String uuid, OrderByComparator<Team> orderByComparator) Returns the first team in the ordered set where uuid = ?.UserGroupPersistence.findByUuid_First
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ?.static UserGroup
UserGroupUtil.findByUuid_First
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the first user group in the ordered set where uuid = ?.UserNotificationEventPersistence.findByUuid_First
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ?.static UserNotificationEvent
UserNotificationEventUtil.findByUuid_First
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the first user notification event in the ordered set where uuid = ?.UserPersistence.findByUuid_First
(String uuid, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where uuid = ?.static User
UserUtil.findByUuid_First
(String uuid, OrderByComparator<User> orderByComparator) Returns the first user in the ordered set where uuid = ?.WebsitePersistence.findByUuid_First
(String uuid, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ?.static Website
WebsiteUtil.findByUuid_First
(String uuid, OrderByComparator<Website> orderByComparator) Returns the first website in the ordered set where uuid = ?.WorkflowDefinitionLinkPersistence.findByUuid_First
(String uuid, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where uuid = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.findByUuid_First
(String uuid, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the first workflow definition link in the ordered set where uuid = ?.AddressPersistence.findByUuid_Last
(String uuid, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ?.static Address
AddressUtil.findByUuid_Last
(String uuid, OrderByComparator<Address> orderByComparator) Returns the last address in the ordered set where uuid = ?.CountryPersistence.findByUuid_Last
(String uuid, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ?.static Country
CountryUtil.findByUuid_Last
(String uuid, OrderByComparator<Country> orderByComparator) Returns the last country in the ordered set where uuid = ?.EmailAddressPersistence.findByUuid_Last
(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ?.static EmailAddress
EmailAddressUtil.findByUuid_Last
(String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the last email address in the ordered set where uuid = ?.GroupPersistence.findByUuid_Last
(String uuid, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ?.static Group
GroupUtil.findByUuid_Last
(String uuid, OrderByComparator<Group> orderByComparator) Returns the last group in the ordered set where uuid = ?.LayoutFriendlyURLPersistence.findByUuid_Last
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByUuid_Last
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ?.LayoutPersistence.findByUuid_Last
(String uuid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where uuid = ?.LayoutPrototypePersistence.findByUuid_Last
(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ?.static LayoutPrototype
LayoutPrototypeUtil.findByUuid_Last
(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ?.LayoutSetPrototypePersistence.findByUuid_Last
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where uuid = ?.static LayoutSetPrototype
LayoutSetPrototypeUtil.findByUuid_Last
(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the last layout set prototype in the ordered set where uuid = ?.static Layout
LayoutUtil.findByUuid_Last
(String uuid, OrderByComparator<Layout> orderByComparator) Returns the last layout in the ordered set where uuid = ?.ListTypePersistence.findByUuid_Last
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ?.static ListType
ListTypeUtil.findByUuid_Last
(String uuid, OrderByComparator<ListType> orderByComparator) Returns the last list type in the ordered set where uuid = ?.OrganizationPersistence.findByUuid_Last
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ?.static Organization
OrganizationUtil.findByUuid_Last
(String uuid, OrderByComparator<Organization> orderByComparator) Returns the last organization in the ordered set where uuid = ?.PasswordPolicyPersistence.findByUuid_Last
(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ?.static PasswordPolicy
PasswordPolicyUtil.findByUuid_Last
(String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the last password policy in the ordered set where uuid = ?.PhonePersistence.findByUuid_Last
(String uuid, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ?.static Phone
PhoneUtil.findByUuid_Last
(String uuid, OrderByComparator<Phone> orderByComparator) Returns the last phone in the ordered set where uuid = ?.RegionPersistence.findByUuid_Last
(String uuid, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where uuid = ?.static Region
RegionUtil.findByUuid_Last
(String uuid, OrderByComparator<Region> orderByComparator) Returns the last region in the ordered set where uuid = ?.RepositoryEntryPersistence.findByUuid_Last
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where uuid = ?.static RepositoryEntry
RepositoryEntryUtil.findByUuid_Last
(String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the last repository entry in the ordered set where uuid = ?.RepositoryPersistence.findByUuid_Last
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ?.static Repository
RepositoryUtil.findByUuid_Last
(String uuid, OrderByComparator<Repository> orderByComparator) Returns the last repository in the ordered set where uuid = ?.RolePersistence.findByUuid_Last
(String uuid, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ?.static Role
RoleUtil.findByUuid_Last
(String uuid, OrderByComparator<Role> orderByComparator) Returns the last role in the ordered set where uuid = ?.TeamPersistence.findByUuid_Last
(String uuid, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ?.static Team
TeamUtil.findByUuid_Last
(String uuid, OrderByComparator<Team> orderByComparator) Returns the last team in the ordered set where uuid = ?.UserGroupPersistence.findByUuid_Last
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ?.static UserGroup
UserGroupUtil.findByUuid_Last
(String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the last user group in the ordered set where uuid = ?.UserNotificationEventPersistence.findByUuid_Last
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ?.static UserNotificationEvent
UserNotificationEventUtil.findByUuid_Last
(String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the last user notification event in the ordered set where uuid = ?.UserPersistence.findByUuid_Last
(String uuid, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where uuid = ?.static User
UserUtil.findByUuid_Last
(String uuid, OrderByComparator<User> orderByComparator) Returns the last user in the ordered set where uuid = ?.WebsitePersistence.findByUuid_Last
(String uuid, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ?.static Website
WebsiteUtil.findByUuid_Last
(String uuid, OrderByComparator<Website> orderByComparator) Returns the last website in the ordered set where uuid = ?.WorkflowDefinitionLinkPersistence.findByUuid_Last
(String uuid, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where uuid = ?.static WorkflowDefinitionLink
WorkflowDefinitionLinkUtil.findByUuid_Last
(String uuid, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the last workflow definition link in the ordered set where uuid = ?.Address[]
AddressPersistence.findByUuid_PrevAndNext
(long addressId, String uuid, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where uuid = ?.static Address[]
AddressUtil.findByUuid_PrevAndNext
(long addressId, String uuid, OrderByComparator<Address> orderByComparator) Returns the addresses before and after the current address in the ordered set where uuid = ?.Country[]
CountryPersistence.findByUuid_PrevAndNext
(long countryId, String uuid, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where uuid = ?.static Country[]
CountryUtil.findByUuid_PrevAndNext
(long countryId, String uuid, OrderByComparator<Country> orderByComparator) Returns the countries before and after the current country in the ordered set where uuid = ?.EmailAddressPersistence.findByUuid_PrevAndNext
(long emailAddressId, String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where uuid = ?.static EmailAddress[]
EmailAddressUtil.findByUuid_PrevAndNext
(long emailAddressId, String uuid, OrderByComparator<EmailAddress> orderByComparator) Returns the email addresses before and after the current email address in the ordered set where uuid = ?.Group[]
GroupPersistence.findByUuid_PrevAndNext
(long groupId, String uuid, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where uuid = ?.static Group[]
GroupUtil.findByUuid_PrevAndNext
(long groupId, String uuid, OrderByComparator<Group> orderByComparator) Returns the groups before and after the current group in the ordered set where uuid = ?.LayoutFriendlyURLPersistence.findByUuid_PrevAndNext
(long layoutFriendlyURLId, String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByUuid_PrevAndNext
(long layoutFriendlyURLId, String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ?.Layout[]
LayoutPersistence.findByUuid_PrevAndNext
(long plid, String uuid, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where uuid = ?.LayoutPrototypePersistence.findByUuid_PrevAndNext
(long layoutPrototypeId, String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?.static LayoutPrototype[]
LayoutPrototypeUtil.findByUuid_PrevAndNext
(long layoutPrototypeId, String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?.LayoutSetPrototypePersistence.findByUuid_PrevAndNext
(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.static LayoutSetPrototype[]
LayoutSetPrototypeUtil.findByUuid_PrevAndNext
(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator) Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.static Layout[]
LayoutUtil.findByUuid_PrevAndNext
(long plid, String uuid, OrderByComparator<Layout> orderByComparator) Returns the layouts before and after the current layout in the ordered set where uuid = ?.ListType[]
ListTypePersistence.findByUuid_PrevAndNext
(long listTypeId, String uuid, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where uuid = ?.static ListType[]
ListTypeUtil.findByUuid_PrevAndNext
(long listTypeId, String uuid, OrderByComparator<ListType> orderByComparator) Returns the list types before and after the current list type in the ordered set where uuid = ?.OrganizationPersistence.findByUuid_PrevAndNext
(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where uuid = ?.static Organization[]
OrganizationUtil.findByUuid_PrevAndNext
(long organizationId, String uuid, OrderByComparator<Organization> orderByComparator) Returns the organizations before and after the current organization in the ordered set where uuid = ?.PasswordPolicyPersistence.findByUuid_PrevAndNext
(long passwordPolicyId, String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set where uuid = ?.static PasswordPolicy[]
PasswordPolicyUtil.findByUuid_PrevAndNext
(long passwordPolicyId, String uuid, OrderByComparator<PasswordPolicy> orderByComparator) Returns the password policies before and after the current password policy in the ordered set where uuid = ?.Phone[]
PhonePersistence.findByUuid_PrevAndNext
(long phoneId, String uuid, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where uuid = ?.static Phone[]
PhoneUtil.findByUuid_PrevAndNext
(long phoneId, String uuid, OrderByComparator<Phone> orderByComparator) Returns the phones before and after the current phone in the ordered set where uuid = ?.Region[]
RegionPersistence.findByUuid_PrevAndNext
(long regionId, String uuid, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where uuid = ?.static Region[]
RegionUtil.findByUuid_PrevAndNext
(long regionId, String uuid, OrderByComparator<Region> orderByComparator) Returns the regions before and after the current region in the ordered set where uuid = ?.RepositoryEntryPersistence.findByUuid_PrevAndNext
(long repositoryEntryId, String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?.static RepositoryEntry[]
RepositoryEntryUtil.findByUuid_PrevAndNext
(long repositoryEntryId, String uuid, OrderByComparator<RepositoryEntry> orderByComparator) Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?.RepositoryPersistence.findByUuid_PrevAndNext
(long repositoryId, String uuid, OrderByComparator<Repository> orderByComparator) Returns the repositories before and after the current repository in the ordered set where uuid = ?.static Repository[]
RepositoryUtil.findByUuid_PrevAndNext
(long repositoryId, String uuid, OrderByComparator<Repository> orderByComparator) Returns the repositories before and after the current repository in the ordered set where uuid = ?.Role[]
RolePersistence.findByUuid_PrevAndNext
(long roleId, String uuid, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where uuid = ?.static Role[]
RoleUtil.findByUuid_PrevAndNext
(long roleId, String uuid, OrderByComparator<Role> orderByComparator) Returns the roles before and after the current role in the ordered set where uuid = ?.Team[]
TeamPersistence.findByUuid_PrevAndNext
(long teamId, String uuid, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where uuid = ?.static Team[]
TeamUtil.findByUuid_PrevAndNext
(long teamId, String uuid, OrderByComparator<Team> orderByComparator) Returns the teams before and after the current team in the ordered set where uuid = ?.UserGroupPersistence.findByUuid_PrevAndNext
(long userGroupId, String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where uuid = ?.static UserGroup[]
UserGroupUtil.findByUuid_PrevAndNext
(long userGroupId, String uuid, OrderByComparator<UserGroup> orderByComparator) Returns the user groups before and after the current user group in the ordered set where uuid = ?.UserNotificationEventPersistence.findByUuid_PrevAndNext
(long userNotificationEventId, String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?.static UserNotificationEvent[]
UserNotificationEventUtil.findByUuid_PrevAndNext
(long userNotificationEventId, String uuid, OrderByComparator<UserNotificationEvent> orderByComparator) Returns the user notification events before and after the current user notification event in the ordered set where uuid = ?.User[]
UserPersistence.findByUuid_PrevAndNext
(long userId, String uuid, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where uuid = ?.static User[]
UserUtil.findByUuid_PrevAndNext
(long userId, String uuid, OrderByComparator<User> orderByComparator) Returns the users before and after the current user in the ordered set where uuid = ?.Website[]
WebsitePersistence.findByUuid_PrevAndNext
(long websiteId, String uuid, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where uuid = ?.static Website[]
WebsiteUtil.findByUuid_PrevAndNext
(long websiteId, String uuid, OrderByComparator<Website> orderByComparator) Returns the websites before and after the current website in the ordered set where uuid = ?.WorkflowDefinitionLinkPersistence.findByUuid_PrevAndNext
(long workflowDefinitionLinkId, String uuid, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the workflow definition links before and after the current workflow definition link in the ordered set where uuid = ?.static WorkflowDefinitionLink[]
WorkflowDefinitionLinkUtil.findByUuid_PrevAndNext
(long workflowDefinitionLinkId, String uuid, OrderByComparator<WorkflowDefinitionLink> orderByComparator) Returns the workflow definition links before and after the current workflow definition link in the ordered set where uuid = ?.OrganizationFinder.findO_ByC_PO_N_T_S_C_Z_R_C
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String[] names, String type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationFinder.findO_ByC_PO_N_T_S_C_Z_R_C
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationFinderUtil.findO_ByC_PO_N_T_S_C_Z_R_C
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String[] names, String type, String[] streets, String[] cities, String[] zips, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationFinderUtil.findO_ByC_PO_N_T_S_C_Z_R_C
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String name, String type, String street, String city, String zip, Long regionId, Long countryId, LinkedHashMap<String, Object> params, boolean andOperator, int start, int end, OrderByComparator<Organization> orderByComparator) OrganizationFinder.findO_ByKeywords
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Organization> orderByComparator) static List<Organization>
OrganizationFinderUtil.findO_ByKeywords
(long companyId, long parentOrganizationId, String parentOrganizationIdComparator, String keywords, String type, Long regionId, Long countryId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Organization> orderByComparator) AddressUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Address> orderByComparator) <V> List<V>
BasePersistence.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<V> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static List<BrowserTracker>
BrowserTrackerUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<BrowserTracker> orderByComparator) ClassNameUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ClassName> orderByComparator) static List<CompanyInfo>
CompanyInfoUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<CompanyInfo> orderByComparator) CompanyUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Company> orderByComparator) ContactUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Contact> orderByComparator) static List<CountryLocalization>
CountryLocalizationUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<CountryLocalization> orderByComparator) CountryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Country> orderByComparator) static List<EmailAddress>
EmailAddressUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<EmailAddress> orderByComparator) GroupUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Group> orderByComparator) ImageUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Image> orderByComparator) static List<LayoutBranch>
LayoutBranchUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutBranch> orderByComparator) static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) static List<LayoutPrototype>
LayoutPrototypeUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) static List<LayoutRevision>
LayoutRevisionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutRevision> orderByComparator) static List<LayoutSetBranch>
LayoutSetBranchUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutSetBranch> orderByComparator) static List<LayoutSetPrototype>
LayoutSetPrototypeUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator) LayoutSetUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutSet> orderByComparator) LayoutUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Layout> orderByComparator) ListTypeUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ListType> orderByComparator) static List<MembershipRequest>
MembershipRequestUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) static List<Organization>
OrganizationUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Organization> orderByComparator) OrgLaborUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<OrgLabor> orderByComparator) static List<PasswordPolicyRel>
PasswordPolicyRelUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PasswordPolicyRel> orderByComparator) static List<PasswordPolicy>
PasswordPolicyUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PasswordPolicy> orderByComparator) static List<PasswordTracker>
PasswordTrackerUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PasswordTracker> orderByComparator) PhoneUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Phone> orderByComparator) static List<PluginSetting>
PluginSettingUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PluginSetting> orderByComparator) static List<PortalPreferences>
PortalPreferencesUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PortalPreferences> orderByComparator) static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) static List<PortletItem>
PortletItemUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PortletItem> orderByComparator) static List<PortletPreferences>
PortletPreferencesUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) static List<PortletPreferenceValue>
PortletPreferenceValueUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PortletPreferenceValue> orderByComparator) PortletUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Portlet> orderByComparator) static List<RecentLayoutBranch>
RecentLayoutBranchUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RecentLayoutBranch> orderByComparator) static List<RecentLayoutRevision>
RecentLayoutRevisionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RecentLayoutRevision> orderByComparator) static List<RecentLayoutSetBranch>
RecentLayoutSetBranchUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RecentLayoutSetBranch> orderByComparator) static List<RegionLocalization>
RegionLocalizationUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RegionLocalization> orderByComparator) RegionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Region> orderByComparator) ReleaseUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Release> orderByComparator) static List<RememberMeToken>
RememberMeTokenUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RememberMeToken> orderByComparator) static List<RepositoryEntry>
RepositoryEntryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RepositoryEntry> orderByComparator) static List<Repository>
RepositoryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Repository> orderByComparator) static List<ResourceAction>
ResourceActionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ResourceAction> orderByComparator) static List<ResourcePermission>
ResourcePermissionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ResourcePermission> orderByComparator) RoleUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Role> orderByComparator) static List<ServiceComponent>
ServiceComponentUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ServiceComponent> orderByComparator) static List<Subscription>
SubscriptionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Subscription> orderByComparator) Deprecated.static List<SystemEvent>
SystemEventUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SystemEvent> orderByComparator) TeamUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Team> orderByComparator) TicketUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Ticket> orderByComparator) static List<UserGroupGroupRole>
UserGroupGroupRoleUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserGroupGroupRole> orderByComparator) static List<UserGroupRole>
UserGroupRoleUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserGroupRole> orderByComparator) UserGroupUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserGroup> orderByComparator) static List<UserIdMapper>
UserIdMapperUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserIdMapper> orderByComparator) static List<UserNotificationDelivery>
UserNotificationDeliveryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserNotificationDelivery> orderByComparator) static List<UserNotificationEvent>
UserNotificationEventUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserNotificationEvent> orderByComparator) static List<UserTrackerPath>
UserTrackerPathUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator) static List<UserTracker>
UserTrackerUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserTracker> orderByComparator) UserUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<User> orderByComparator) static List<VirtualHost>
VirtualHostUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<VirtualHost> orderByComparator) static List<WebDAVProps>
WebDAVPropsUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<WebDAVProps> orderByComparator) WebsiteUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Website> orderByComparator) static List<WorkflowDefinitionLink>
WorkflowDefinitionLinkUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<WorkflowDefinitionLink> orderByComparator) static List<WorkflowInstanceLink>
WorkflowInstanceLinkUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<WorkflowInstanceLink> orderByComparator) OrganizationPersistence.getGroups
(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the organization.OrganizationUtil.getGroups
(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the organization.RolePersistence.getGroups
(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the role.RoleUtil.getGroups
(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the role.UserGroupPersistence.getGroups
(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the user group.UserGroupUtil.getGroups
(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the user group.UserPersistence.getGroups
(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the user.UserUtil.getGroups
(long pk, int start, int end, OrderByComparator<Group> orderByComparator) Returns an ordered range of all the groups associated with the user.GroupPersistence.getOrganizations
(long pk, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations associated with the group.static List<Organization>
GroupUtil.getOrganizations
(long pk, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations associated with the group.UserPersistence.getOrganizations
(long pk, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations associated with the user.static List<Organization>
UserUtil.getOrganizations
(long pk, int start, int end, OrderByComparator<Organization> orderByComparator) Returns an ordered range of all the organizations associated with the user.GroupPersistence.getRoles
(long pk, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles associated with the group.GroupUtil.getRoles
(long pk, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles associated with the group.UserPersistence.getRoles
(long pk, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles associated with the user.UserUtil.getRoles
(long pk, int start, int end, OrderByComparator<Role> orderByComparator) Returns an ordered range of all the roles associated with the user.UserGroupPersistence.getTeams
(long pk, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams associated with the user group.UserGroupUtil.getTeams
(long pk, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams associated with the user group.UserPersistence.getTeams
(long pk, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams associated with the user.UserUtil.getTeams
(long pk, int start, int end, OrderByComparator<Team> orderByComparator) Returns an ordered range of all the teams associated with the user.GroupPersistence.getUserGroups
(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups associated with the group.GroupUtil.getUserGroups
(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups associated with the group.TeamPersistence.getUserGroups
(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups associated with the team.TeamUtil.getUserGroups
(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups associated with the team.UserPersistence.getUserGroups
(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups associated with the user.UserUtil.getUserGroups
(long pk, int start, int end, OrderByComparator<UserGroup> orderByComparator) Returns an ordered range of all the user groups associated with the user.GroupPersistence.getUsers
(long pk, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users associated with the group.GroupUtil.getUsers
(long pk, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users associated with the group.OrganizationPersistence.getUsers
(long pk, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users associated with the organization.OrganizationUtil.getUsers
(long pk, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users associated with the organization.RolePersistence.getUsers
(long pk, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users associated with the role.RoleUtil.getUsers
(long pk, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users associated with the role.TeamPersistence.getUsers
(long pk, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users associated with the team.TeamUtil.getUsers
(long pk, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users associated with the team.UserGroupPersistence.getUsers
(long pk, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users associated with the user group.UserGroupUtil.getUsers
(long pk, int start, int end, OrderByComparator<User> orderByComparator) Returns an ordered range of all the users associated with the user group. -
Uses of OrderByComparator in com.liferay.portal.kernel.service.persistence.impl
Methods in com.liferay.portal.kernel.service.persistence.impl with parameters of type OrderByComparatorModifier and TypeMethodDescriptionprotected void
BasePersistenceImpl.appendOrderByComparator
(com.liferay.petra.string.StringBundler sb, String entityAlias, OrderByComparator<T> orderByComparator) protected void
BasePersistenceImpl.appendOrderByComparator
(com.liferay.petra.string.StringBundler sb, String entityAlias, OrderByComparator<T> orderByComparator, boolean sqlQuery) <V> List<V>
BasePersistenceImpl.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<V> orderByComparator) TableMapper.getLeftBaseModels
(long rightPrimaryKey, int start, int end, OrderByComparator<L> orderByComparator) TableMapper.getRightBaseModels
(long leftPrimaryKey, int start, int end, OrderByComparator<R> orderByComparator) -
Uses of OrderByComparator in com.liferay.portal.kernel.trash
Methods in com.liferay.portal.kernel.trash with parameters of type OrderByComparatorModifier and TypeMethodDescriptiondefault List<TrashedModel>
TrashHandler.getTrashModelTrashedModels
(long classPK, int start, int end, OrderByComparator<?> orderByComparator) -
Uses of OrderByComparator in com.liferay.portal.kernel.util
Subclasses of OrderByComparator in com.liferay.portal.kernel.utilModifier and TypeClassDescriptionclass
class
protected static class
class
Methods in com.liferay.portal.kernel.util that return OrderByComparatorModifier and TypeMethodDescriptionstatic <T extends BaseModel<T>>
OrderByComparator<T>OrderByComparatorAdapter.getAdaptedOrderByComparator()
TableNameOrderByComparator.getWrappedOrderByComparator()
Constructors in com.liferay.portal.kernel.util with parameters of type OrderByComparatorModifierConstructorDescriptionAggregateOrderByComparator
(OrderByComparator<T>... orderByComparators) OrderByComparatorAdapter
(OrderByComparator<V> orderByComparator) TableNameOrderByComparator
(OrderByComparator<T> orderByComparator, String tableName) Constructor parameters in com.liferay.portal.kernel.util with type arguments of type OrderByComparatorModifierConstructorDescriptionAggregateOrderByComparator
(List<OrderByComparator<T>> orderByComparators) -
Uses of OrderByComparator in com.liferay.portal.kernel.util.comparator
Subclasses of OrderByComparator in com.liferay.portal.kernel.util.comparatorModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of OrderByComparator in com.liferay.portal.kernel.workflow
Methods in com.liferay.portal.kernel.workflow with parameters of type OrderByComparatorModifier and TypeMethodDescriptionWorkflowInstanceManager.getWorkflowInstances
(long companyId, Long userId, String[] assetClassNames, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) WorkflowInstanceManager.getWorkflowInstances
(long companyId, Long userId, String assetClassName, Long assetClassPK, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) WorkflowInstanceManager.getWorkflowInstances
(long companyId, String workflowDefinitionName, Integer workflowDefinitionVersion, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) static List<WorkflowInstance>
WorkflowInstanceManagerUtil.getWorkflowInstances
(long companyId, Long userId, String[] assetClassNames, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) static List<WorkflowInstance>
WorkflowInstanceManagerUtil.getWorkflowInstances
(long companyId, Long userId, String assetClassName, Long assetClassPK, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) static List<WorkflowInstance>
WorkflowInstanceManagerUtil.getWorkflowInstances
(long companyId, String workflowDefinitionName, Integer workflowDefinitionVersion, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) WorkflowTaskManager.getWorkflowTasks
(long companyId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.getWorkflowTasks
(long companyId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowTaskManager.getWorkflowTasksByRole
(long companyId, long roleId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.getWorkflowTasksByRole
(long companyId, long roleId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowTaskManager.getWorkflowTasksBySubmittingUser
(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.getWorkflowTasksBySubmittingUser
(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowTaskManager.getWorkflowTasksByUser
(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.getWorkflowTasksByUser
(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowTaskManager.getWorkflowTasksByUserRoles
(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.getWorkflowTasksByUserRoles
(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowTaskManager.getWorkflowTasksByWorkflowInstance
(long companyId, Long userId, long workflowInstanceId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.getWorkflowTasksByWorkflowInstance
(long companyId, Long userId, long workflowInstanceId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) default List<WorkflowInstance>
WorkflowInstanceManager.search
(long companyId, Long userId, Boolean active, String assetClassName, String assetTitle, String assetDescription, String nodeName, String kaleoDefinitionName, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) static List<WorkflowInstance>
WorkflowInstanceManagerUtil.search
(long companyId, Long userId, Boolean active, String assetClassName, String assetTitle, String assetDescription, String nodeName, String kaleoDefinitionName, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) default List<WorkflowTask>
WorkflowTaskManager.search
(long companyId, long userId, String assetTitle, String[] taskNames, String[] assetTypes, Long[] assetPrimaryKeys, String assigneeClassName, Long[] assigneeIds, Date dueDateGT, Date dueDateLT, Boolean completed, Boolean searchByUserRoles, Long workflowDefinitionId, Long[] workflowInstanceIds, Boolean andOperator, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.search
(long companyId, long userId, String assetTitle, String[] taskNames, String[] assetTypes, Long[] assetPrimaryKeys, String assigneeClassName, Long[] assigneeUserIds, Date dueDateGT, Date dueDateLT, Boolean completed, Boolean searchByUserRoles, Long workflowDefinitionId, Long[] workflowInstanceIds, Boolean andOperator, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowInstanceManager.searchWorkflowInstances
(long companyId, Long userId, Boolean active, String assetClassName, String assetTitle, String assetDescription, String nodeName, String kaleoDefinitionName, Boolean completed, boolean searchByActiveWorkflowHandlers, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) WorkflowInstanceManagerUtil.searchWorkflowInstances
(long companyId, Long userId, Boolean active, String assetClassName, String assetTitle, String assetDescription, String nodeName, String kaleoDefinitionName, Boolean completed, boolean searchByActiveWorkflowHandlers, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) default WorkflowModelSearchResult<WorkflowTask>
WorkflowTaskManager.searchWorkflowTasks
(long companyId, long userId, String assetTitle, String[] taskNames, String[] assetTypes, Long[] assetPrimaryKeys, String assigneeClassName, Long[] assigneeIds, Date dueDateGT, Date dueDateLT, Boolean completed, boolean searchByActivatedWorkflowHandlers, Boolean searchByUserRoles, Long workflowDefinitionId, Long[] workflowInstanceIds, Boolean andOperator, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowTaskManagerUtil.searchWorkflowTasks
(long companyId, long userId, String assetTitle, String[] taskNames, String[] assetTypes, Long[] assetPrimaryKeys, String assigneeClassName, Long[] assigneeUserIds, Date dueDateGT, Date dueDateLT, Boolean completed, Boolean searchByActivatedWorkflowHandlers, Boolean searchByUserRoles, Long workflowDefinitionId, Long[] workflowInstanceIds, Boolean andOperator, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) -
Uses of OrderByComparator in com.liferay.portal.kernel.workflow.comparator
Subclasses of OrderByComparator in com.liferay.portal.kernel.workflow.comparatorModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of OrderByComparator in com.liferay.ratings.kernel.service
Methods in com.liferay.ratings.kernel.service with parameters of type OrderByComparatorModifier and TypeMethodDescription<T> List<T>
RatingsEntryLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
RatingsEntryLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RatingsEntryLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RatingsStatsLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
RatingsStatsLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
RatingsStatsLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows. -
Uses of OrderByComparator in com.liferay.ratings.kernel.service.persistence
Methods in com.liferay.ratings.kernel.service.persistence with parameters of type OrderByComparatorModifier and TypeMethodDescriptionRatingsEntryPersistence.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.static RatingsEntry
RatingsEntryUtil.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.RatingsEntryPersistence.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.static RatingsEntry
RatingsEntryUtil.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.RatingsEntryPersistence.fetchByC_C_S_First
(long classNameId, long classPK, double score, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.static RatingsEntry
RatingsEntryUtil.fetchByC_C_S_First
(long classNameId, long classPK, double score, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.RatingsEntryPersistence.fetchByC_C_S_Last
(long classNameId, long classPK, double score, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.static RatingsEntry
RatingsEntryUtil.fetchByC_C_S_Last
(long classNameId, long classPK, double score, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.RatingsEntryPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?.static RatingsEntry
RatingsEntryUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?.RatingsEntryPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?.static RatingsEntry
RatingsEntryUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?.RatingsEntryPersistence.fetchByUuid_First
(String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where uuid = ?.static RatingsEntry
RatingsEntryUtil.fetchByUuid_First
(String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where uuid = ?.RatingsEntryPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where uuid = ?.static RatingsEntry
RatingsEntryUtil.fetchByUuid_Last
(String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where uuid = ?.RatingsEntryPersistence.findAll
(int start, int end, OrderByComparator<RatingsEntry> orderByComparator) Returns an ordered range of all the ratings entries.RatingsEntryPersistence.findAll
(int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries.static List<RatingsEntry>
RatingsEntryUtil.findAll
(int start, int end, OrderByComparator<RatingsEntry> orderByComparator) Returns an ordered range of all the ratings entries.static List<RatingsEntry>
RatingsEntryUtil.findAll
(int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries.RatingsStatsPersistence.findAll
(int start, int end, OrderByComparator<RatingsStats> orderByComparator) Returns an ordered range of all the ratings statses.RatingsStatsPersistence.findAll
(int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings statses.static List<RatingsStats>
RatingsStatsUtil.findAll
(int start, int end, OrderByComparator<RatingsStats> orderByComparator) Returns an ordered range of all the ratings statses.static List<RatingsStats>
RatingsStatsUtil.findAll
(int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings statses.RatingsEntryPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<RatingsEntry> orderByComparator) Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.RatingsEntryPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.static List<RatingsEntry>
RatingsEntryUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<RatingsEntry> orderByComparator) Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.static List<RatingsEntry>
RatingsEntryUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.RatingsStatsPersistence.findByC_C
(long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsStats> orderByComparator) Returns an ordered range of all the ratings statses where classNameId = ? and classPK = any ?.RatingsStatsPersistence.findByC_C
(long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings statses where classNameId = ? and classPK = ?, optionally using the finder cache.static List<RatingsStats>
RatingsStatsUtil.findByC_C
(long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsStats> orderByComparator) Returns an ordered range of all the ratings statses where classNameId = ? and classPK = any ?.static List<RatingsStats>
RatingsStatsUtil.findByC_C
(long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings statses where classNameId = ? and classPK = ?, optionally using the finder cache.RatingsEntryPersistence.findByC_C_First
(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.static RatingsEntry
RatingsEntryUtil.findByC_C_First
(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.RatingsEntryPersistence.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.static RatingsEntry
RatingsEntryUtil.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.RatingsEntryPersistence.findByC_C_PrevAndNext
(long entryId, long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ?.static RatingsEntry[]
RatingsEntryUtil.findByC_C_PrevAndNext
(long entryId, long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ?.RatingsEntryPersistence.findByC_C_S
(long classNameId, long classPK, double score, int start, int end, OrderByComparator<RatingsEntry> orderByComparator) Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.RatingsEntryPersistence.findByC_C_S
(long classNameId, long classPK, double score, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.static List<RatingsEntry>
RatingsEntryUtil.findByC_C_S
(long classNameId, long classPK, double score, int start, int end, OrderByComparator<RatingsEntry> orderByComparator) Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.static List<RatingsEntry>
RatingsEntryUtil.findByC_C_S
(long classNameId, long classPK, double score, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.RatingsEntryPersistence.findByC_C_S_First
(long classNameId, long classPK, double score, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.static RatingsEntry
RatingsEntryUtil.findByC_C_S_First
(long classNameId, long classPK, double score, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.RatingsEntryPersistence.findByC_C_S_Last
(long classNameId, long classPK, double score, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.static RatingsEntry
RatingsEntryUtil.findByC_C_S_Last
(long classNameId, long classPK, double score, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.RatingsEntryPersistence.findByC_C_S_PrevAndNext
(long entryId, long classNameId, long classPK, double score, OrderByComparator<RatingsEntry> orderByComparator) Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.static RatingsEntry[]
RatingsEntryUtil.findByC_C_S_PrevAndNext
(long entryId, long classNameId, long classPK, double score, OrderByComparator<RatingsEntry> orderByComparator) Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.RatingsEntryPersistence.findByU_C_C
(long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsEntry> orderByComparator) Returns an ordered range of all the ratings entries where userId = ? and classNameId = ? and classPK = any ?.RatingsEntryPersistence.findByU_C_C
(long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.static List<RatingsEntry>
RatingsEntryUtil.findByU_C_C
(long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsEntry> orderByComparator) Returns an ordered range of all the ratings entries where userId = ? and classNameId = ? and classPK = any ?.static List<RatingsEntry>
RatingsEntryUtil.findByU_C_C
(long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.RatingsEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<RatingsEntry> orderByComparator) Returns an ordered range of all the ratings entries where uuid = ?.RatingsEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where uuid = ?.static List<RatingsEntry>
RatingsEntryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<RatingsEntry> orderByComparator) Returns an ordered range of all the ratings entries where uuid = ?.static List<RatingsEntry>
RatingsEntryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where uuid = ?.RatingsEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RatingsEntry> orderByComparator) Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.RatingsEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.static List<RatingsEntry>
RatingsEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RatingsEntry> orderByComparator) Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.static List<RatingsEntry>
RatingsEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.RatingsEntryPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?.static RatingsEntry
RatingsEntryUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?.RatingsEntryPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?.static RatingsEntry
RatingsEntryUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?.RatingsEntryPersistence.findByUuid_C_PrevAndNext
(long entryId, String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the ratings entries before and after the current ratings entry in the ordered set where uuid = ? and companyId = ?.static RatingsEntry[]
RatingsEntryUtil.findByUuid_C_PrevAndNext
(long entryId, String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the ratings entries before and after the current ratings entry in the ordered set where uuid = ? and companyId = ?.RatingsEntryPersistence.findByUuid_First
(String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where uuid = ?.static RatingsEntry
RatingsEntryUtil.findByUuid_First
(String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where uuid = ?.RatingsEntryPersistence.findByUuid_Last
(String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where uuid = ?.static RatingsEntry
RatingsEntryUtil.findByUuid_Last
(String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where uuid = ?.RatingsEntryPersistence.findByUuid_PrevAndNext
(long entryId, String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the ratings entries before and after the current ratings entry in the ordered set where uuid = ?.static RatingsEntry[]
RatingsEntryUtil.findByUuid_PrevAndNext
(long entryId, String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the ratings entries before and after the current ratings entry in the ordered set where uuid = ?.static List<RatingsEntry>
RatingsEntryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RatingsEntry> orderByComparator) static List<RatingsStats>
RatingsStatsUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RatingsStats> orderByComparator) -
Uses of OrderByComparator in com.liferay.social.kernel.service
Methods in com.liferay.social.kernel.service with parameters of type OrderByComparatorModifier and TypeMethodDescription<T> List<T>
SocialActivityAchievementLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
SocialActivityAchievementLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SocialActivityAchievementLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SocialActivityCounterLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
SocialActivityCounterLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SocialActivityCounterLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SocialActivityLimitLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
SocialActivityLimitLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SocialActivityLimitLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SocialActivityLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
SocialActivityLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SocialActivityLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SocialActivitySetLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
SocialActivitySetLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SocialActivitySetLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SocialActivitySettingLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
SocialActivitySettingLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SocialActivitySettingLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SocialRelationLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
SocialRelationLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SocialRelationLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SocialRequestLocalService.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.static <T> List<T>
SocialRequestLocalServiceUtil.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.<T> List<T>
SocialRequestLocalServiceWrapper.dynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.SocialRequestLocalService.getSocialRequestsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns a range of social requests matching the UUID and company.static List<SocialRequest>
SocialRequestLocalServiceUtil.getSocialRequestsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns a range of social requests matching the UUID and company.SocialRequestLocalServiceWrapper.getSocialRequestsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns a range of social requests matching the UUID and company. -
Uses of OrderByComparator in com.liferay.social.kernel.service.persistence
Methods in com.liferay.social.kernel.service.persistence with parameters of type OrderByComparatorModifier and TypeMethodDescriptionSocialActivityPersistence.fetchByActivitySetId_First
(long activitySetId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where activitySetId = ?.static SocialActivity
SocialActivityUtil.fetchByActivitySetId_First
(long activitySetId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where activitySetId = ?.SocialActivityPersistence.fetchByActivitySetId_Last
(long activitySetId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where activitySetId = ?.static SocialActivity
SocialActivityUtil.fetchByActivitySetId_Last
(long activitySetId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where activitySetId = ?.SocialActivityCounterPersistence.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.static SocialActivityCounter
SocialActivityCounterUtil.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.SocialActivityLimitPersistence.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?.static SocialActivityLimit
SocialActivityLimitUtil.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?.SocialActivityPersistence.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where classNameId = ? and classPK = ?.static SocialActivity
SocialActivityUtil.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where classNameId = ? and classPK = ?.SocialRequestPersistence.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ?.static SocialRequest
SocialRequestUtil.fetchByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ?.SocialActivityCounterPersistence.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.static SocialActivityCounter
SocialActivityCounterUtil.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.SocialActivityLimitPersistence.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?.static SocialActivityLimit
SocialActivityLimitUtil.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?.SocialActivityPersistence.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where classNameId = ? and classPK = ?.static SocialActivity
SocialActivityUtil.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where classNameId = ? and classPK = ?.SocialRequestPersistence.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ?.static SocialRequest
SocialRequestUtil.fetchByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ?.SocialActivityPersistence.fetchByC_C_T_First
(long classNameId, long classPK, int type, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.SocialActivitySetPersistence.fetchByC_C_T_First
(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.static SocialActivitySet
SocialActivitySetUtil.fetchByC_C_T_First
(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.static SocialActivity
SocialActivityUtil.fetchByC_C_T_First
(long classNameId, long classPK, int type, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.SocialActivityPersistence.fetchByC_C_T_Last
(long classNameId, long classPK, int type, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.SocialActivitySetPersistence.fetchByC_C_T_Last
(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.static SocialActivitySet
SocialActivitySetUtil.fetchByC_C_T_Last
(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.static SocialActivity
SocialActivityUtil.fetchByC_C_T_Last
(long classNameId, long classPK, int type, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.SocialRequestPersistence.fetchByC_C_T_R_S_First
(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.static SocialRequest
SocialRequestUtil.fetchByC_C_T_R_S_First
(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.SocialRequestPersistence.fetchByC_C_T_R_S_Last
(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.static SocialRequest
SocialRequestUtil.fetchByC_C_T_R_S_Last
(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.SocialActivityPersistence.fetchByC_CN_First
(long companyId, long classNameId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where companyId = ? and classNameId = ?.static SocialActivity
SocialActivityUtil.fetchByC_CN_First
(long companyId, long classNameId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where companyId = ? and classNameId = ?.SocialActivityPersistence.fetchByC_CN_Last
(long companyId, long classNameId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where companyId = ? and classNameId = ?.static SocialActivity
SocialActivityUtil.fetchByC_CN_Last
(long companyId, long classNameId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where companyId = ? and classNameId = ?.SocialRelationPersistence.fetchByC_T_First
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ? and type = ?.static SocialRelation
SocialRelationUtil.fetchByC_T_First
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ? and type = ?.SocialRelationPersistence.fetchByC_T_Last
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ? and type = ?.static SocialRelation
SocialRelationUtil.fetchByC_T_Last
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ? and type = ?.SocialActivityPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where companyId = ?.static SocialActivity
SocialActivityUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where companyId = ?.SocialRelationPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ?.static SocialRelation
SocialRelationUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ?.SocialRequestPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where companyId = ?.static SocialRequest
SocialRequestUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where companyId = ?.SocialActivityPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where companyId = ?.static SocialActivity
SocialActivityUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where companyId = ?.SocialRelationPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ?.static SocialRelation
SocialRelationUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ?.SocialRequestPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where companyId = ?.static SocialRequest
SocialRequestUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where companyId = ?.SocialActivitySettingPersistence.fetchByG_A_First
(long groupId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?.static SocialActivitySetting
SocialActivitySettingUtil.fetchByG_A_First
(long groupId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?.SocialActivitySettingPersistence.fetchByG_A_Last
(long groupId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?.static SocialActivitySetting
SocialActivitySettingUtil.fetchByG_A_Last
(long groupId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?.SocialActivitySettingPersistence.fetchByG_C_A_First
(long groupId, long classNameId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.static SocialActivitySetting
SocialActivitySettingUtil.fetchByG_C_A_First
(long groupId, long classNameId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.SocialActivitySettingPersistence.fetchByG_C_A_Last
(long groupId, long classNameId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.static SocialActivitySetting
SocialActivitySettingUtil.fetchByG_C_A_Last
(long groupId, long classNameId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.SocialActivityCounterPersistence.fetchByG_C_C_O_First
(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.static SocialActivityCounter
SocialActivityCounterUtil.fetchByG_C_C_O_First
(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.SocialActivityCounterPersistence.fetchByG_C_C_O_Last
(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.static SocialActivityCounter
SocialActivityCounterUtil.fetchByG_C_C_O_Last
(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.SocialActivitySettingPersistence.fetchByG_C_First
(long groupId, long classNameId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ?.static SocialActivitySetting
SocialActivitySettingUtil.fetchByG_C_First
(long groupId, long classNameId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ?.SocialActivitySettingPersistence.fetchByG_C_Last
(long groupId, long classNameId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ?.static SocialActivitySetting
SocialActivitySettingUtil.fetchByG_C_Last
(long groupId, long classNameId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ?.SocialActivityAchievementPersistence.fetchByG_F_First
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_F_First
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.fetchByG_F_Last
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_F_Last
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.fetchByG_N_First
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_N_First
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.SocialActivityAchievementPersistence.fetchByG_N_Last
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_N_Last
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.SocialActivityPersistence.fetchByG_U_C_C_T_R_First
(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.static SocialActivity
SocialActivityUtil.fetchByG_U_C_C_T_R_First
(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.SocialActivityPersistence.fetchByG_U_C_C_T_R_Last
(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.static SocialActivity
SocialActivityUtil.fetchByG_U_C_C_T_R_Last
(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.SocialActivitySetPersistence.fetchByG_U_C_T_First
(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.static SocialActivitySet
SocialActivitySetUtil.fetchByG_U_C_T_First
(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.SocialActivitySetPersistence.fetchByG_U_C_T_Last
(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.static SocialActivitySet
SocialActivitySetUtil.fetchByG_U_C_T_Last
(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.SocialActivityAchievementPersistence.fetchByG_U_F_First
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_U_F_First
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.fetchByG_U_F_Last
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_U_F_Last
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.fetchByG_U_First
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_U_First
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.SocialActivityAchievementPersistence.fetchByG_U_Last
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByG_U_Last
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.SocialActivitySetPersistence.fetchByG_U_T_First
(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?.static SocialActivitySet
SocialActivitySetUtil.fetchByG_U_T_First
(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?.SocialActivitySetPersistence.fetchByG_U_T_Last
(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.static SocialActivitySet
SocialActivitySetUtil.fetchByG_U_T_Last
(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.SocialActivityAchievementPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ?.SocialActivityCounterPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where groupId = ?.static SocialActivityCounter
SocialActivityCounterUtil.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where groupId = ?.SocialActivityLimitPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the first social activity limit in the ordered set where groupId = ?.static SocialActivityLimit
SocialActivityLimitUtil.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the first social activity limit in the ordered set where groupId = ?.SocialActivityPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where groupId = ?.SocialActivitySetPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ?.SocialActivitySettingPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the first social activity setting in the ordered set where groupId = ?.static SocialActivitySetting
SocialActivitySettingUtil.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the first social activity setting in the ordered set where groupId = ?.static SocialActivitySet
SocialActivitySetUtil.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ?.static SocialActivity
SocialActivityUtil.fetchByGroupId_First
(long groupId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where groupId = ?.SocialActivityAchievementPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ?.SocialActivityCounterPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where groupId = ?.static SocialActivityCounter
SocialActivityCounterUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where groupId = ?.SocialActivityLimitPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the last social activity limit in the ordered set where groupId = ?.static SocialActivityLimit
SocialActivityLimitUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the last social activity limit in the ordered set where groupId = ?.SocialActivityPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where groupId = ?.SocialActivitySetPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ?.SocialActivitySettingPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the last social activity setting in the ordered set where groupId = ?.static SocialActivitySetting
SocialActivitySettingUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the last social activity setting in the ordered set where groupId = ?.static SocialActivitySet
SocialActivitySetUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ?.static SocialActivity
SocialActivityUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where groupId = ?.SocialActivityPersistence.fetchByM_C_C_First
(long mirrorActivityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.static SocialActivity
SocialActivityUtil.fetchByM_C_C_First
(long mirrorActivityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.SocialActivityPersistence.fetchByM_C_C_Last
(long mirrorActivityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.static SocialActivity
SocialActivityUtil.fetchByM_C_C_Last
(long mirrorActivityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.SocialRequestPersistence.fetchByR_S_First
(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ? and status = ?.static SocialRequest
SocialRequestUtil.fetchByR_S_First
(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ? and status = ?.SocialRequestPersistence.fetchByR_S_Last
(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ? and status = ?.static SocialRequest
SocialRequestUtil.fetchByR_S_Last
(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ? and status = ?.SocialActivityPersistence.fetchByReceiverUserId_First
(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where receiverUserId = ?.static SocialActivity
SocialActivityUtil.fetchByReceiverUserId_First
(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where receiverUserId = ?.SocialRequestPersistence.fetchByReceiverUserId_First
(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ?.static SocialRequest
SocialRequestUtil.fetchByReceiverUserId_First
(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ?.SocialActivityPersistence.fetchByReceiverUserId_Last
(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where receiverUserId = ?.static SocialActivity
SocialActivityUtil.fetchByReceiverUserId_Last
(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where receiverUserId = ?.SocialRequestPersistence.fetchByReceiverUserId_Last
(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ?.static SocialRequest
SocialRequestUtil.fetchByReceiverUserId_Last
(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ?.SocialRelationPersistence.fetchByType_First
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where type = ?.static SocialRelation
SocialRelationUtil.fetchByType_First
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where type = ?.SocialRelationPersistence.fetchByType_Last
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where type = ?.static SocialRelation
SocialRelationUtil.fetchByType_Last
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where type = ?.SocialActivitySetPersistence.fetchByU_C_C_T_First
(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.static SocialActivitySet
SocialActivitySetUtil.fetchByU_C_C_T_First
(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.SocialActivitySetPersistence.fetchByU_C_C_T_Last
(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.static SocialActivitySet
SocialActivitySetUtil.fetchByU_C_C_T_Last
(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.SocialRequestPersistence.fetchByU_C_C_T_S_First
(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.static SocialRequest
SocialRequestUtil.fetchByU_C_C_T_S_First
(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.SocialRequestPersistence.fetchByU_C_C_T_S_Last
(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.static SocialRequest
SocialRequestUtil.fetchByU_C_C_T_S_Last
(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.SocialRequestPersistence.fetchByU_S_First
(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and status = ?.static SocialRequest
SocialRequestUtil.fetchByU_S_First
(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and status = ?.SocialRequestPersistence.fetchByU_S_Last
(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and status = ?.static SocialRequest
SocialRequestUtil.fetchByU_S_Last
(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and status = ?.SocialRelationPersistence.fetchByU1_T_First
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and type = ?.static SocialRelation
SocialRelationUtil.fetchByU1_T_First
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and type = ?.SocialRelationPersistence.fetchByU1_T_Last
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and type = ?.static SocialRelation
SocialRelationUtil.fetchByU1_T_Last
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and type = ?.SocialRelationPersistence.fetchByU1_U2_First
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.static SocialRelation
SocialRelationUtil.fetchByU1_U2_First
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.SocialRelationPersistence.fetchByU1_U2_Last
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.static SocialRelation
SocialRelationUtil.fetchByU1_U2_Last
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.SocialRelationPersistence.fetchByU2_T_First
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ? and type = ?.static SocialRelation
SocialRelationUtil.fetchByU2_T_First
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ? and type = ?.SocialRelationPersistence.fetchByU2_T_Last
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ? and type = ?.static SocialRelation
SocialRelationUtil.fetchByU2_T_Last
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ? and type = ?.SocialActivityLimitPersistence.fetchByUserId_First
(long userId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the first social activity limit in the ordered set where userId = ?.static SocialActivityLimit
SocialActivityLimitUtil.fetchByUserId_First
(long userId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the first social activity limit in the ordered set where userId = ?.SocialActivityPersistence.fetchByUserId_First
(long userId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where userId = ?.SocialActivitySetPersistence.fetchByUserId_First
(long userId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where userId = ?.static SocialActivitySet
SocialActivitySetUtil.fetchByUserId_First
(long userId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where userId = ?.static SocialActivity
SocialActivityUtil.fetchByUserId_First
(long userId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where userId = ?.SocialRequestPersistence.fetchByUserId_First
(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ?.static SocialRequest
SocialRequestUtil.fetchByUserId_First
(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ?.SocialActivityLimitPersistence.fetchByUserId_Last
(long userId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the last social activity limit in the ordered set where userId = ?.static SocialActivityLimit
SocialActivityLimitUtil.fetchByUserId_Last
(long userId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the last social activity limit in the ordered set where userId = ?.SocialActivityPersistence.fetchByUserId_Last
(long userId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where userId = ?.SocialActivitySetPersistence.fetchByUserId_Last
(long userId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where userId = ?.static SocialActivitySet
SocialActivitySetUtil.fetchByUserId_Last
(long userId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where userId = ?.static SocialActivity
SocialActivityUtil.fetchByUserId_Last
(long userId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where userId = ?.SocialRequestPersistence.fetchByUserId_Last
(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ?.static SocialRequest
SocialRequestUtil.fetchByUserId_Last
(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ?.SocialRelationPersistence.fetchByUserId1_First
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ?.static SocialRelation
SocialRelationUtil.fetchByUserId1_First
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ?.SocialRelationPersistence.fetchByUserId1_Last
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ?.static SocialRelation
SocialRelationUtil.fetchByUserId1_Last
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ?.SocialRelationPersistence.fetchByUserId2_First
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ?.static SocialRelation
SocialRelationUtil.fetchByUserId2_First
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ?.SocialRelationPersistence.fetchByUserId2_Last
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ?.static SocialRelation
SocialRelationUtil.fetchByUserId2_Last
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ?.SocialRelationPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ? and companyId = ?.static SocialRelation
SocialRelationUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ? and companyId = ?.SocialRequestPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ? and companyId = ?.static SocialRequest
SocialRequestUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ? and companyId = ?.SocialRelationPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ? and companyId = ?.static SocialRelation
SocialRelationUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ? and companyId = ?.SocialRequestPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ? and companyId = ?.static SocialRequest
SocialRequestUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ? and companyId = ?.SocialRelationPersistence.fetchByUuid_First
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ?.static SocialRelation
SocialRelationUtil.fetchByUuid_First
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ?.SocialRequestPersistence.fetchByUuid_First
(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ?.static SocialRequest
SocialRequestUtil.fetchByUuid_First
(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ?.SocialRelationPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ?.static SocialRelation
SocialRelationUtil.fetchByUuid_Last
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ?.SocialRequestPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ?.static SocialRequest
SocialRequestUtil.fetchByUuid_Last
(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ?.SocialActivityAchievementPersistence.findAll
(int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements.SocialActivityAchievementPersistence.findAll
(int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findAll
(int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findAll
(int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements.SocialActivityCounterPersistence.findAll
(int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters.SocialActivityCounterPersistence.findAll
(int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters.static List<SocialActivityCounter>
SocialActivityCounterUtil.findAll
(int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters.static List<SocialActivityCounter>
SocialActivityCounterUtil.findAll
(int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters.SocialActivityLimitPersistence.findAll
(int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator) Returns an ordered range of all the social activity limits.SocialActivityLimitPersistence.findAll
(int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity limits.static List<SocialActivityLimit>
SocialActivityLimitUtil.findAll
(int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator) Returns an ordered range of all the social activity limits.static List<SocialActivityLimit>
SocialActivityLimitUtil.findAll
(int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity limits.SocialActivityPersistence.findAll
(int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities.SocialActivityPersistence.findAll
(int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities.SocialActivitySetPersistence.findAll
(int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets.SocialActivitySetPersistence.findAll
(int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets.SocialActivitySettingPersistence.findAll
(int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator) Returns an ordered range of all the social activity settings.SocialActivitySettingPersistence.findAll
(int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity settings.static List<SocialActivitySetting>
SocialActivitySettingUtil.findAll
(int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator) Returns an ordered range of all the social activity settings.static List<SocialActivitySetting>
SocialActivitySettingUtil.findAll
(int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity settings.static List<SocialActivitySet>
SocialActivitySetUtil.findAll
(int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets.static List<SocialActivitySet>
SocialActivitySetUtil.findAll
(int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets.static List<SocialActivity>
SocialActivityUtil.findAll
(int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities.static List<SocialActivity>
SocialActivityUtil.findAll
(int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities.SocialRelationPersistence.findAll
(int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations.SocialRelationPersistence.findAll
(int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations.static List<SocialRelation>
SocialRelationUtil.findAll
(int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations.static List<SocialRelation>
SocialRelationUtil.findAll
(int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations.SocialRequestPersistence.findAll
(int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests.SocialRequestPersistence.findAll
(int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests.static List<SocialRequest>
SocialRequestUtil.findAll
(int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests.static List<SocialRequest>
SocialRequestUtil.findAll
(int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests.SocialActivityPersistence.findByActivitySetId
(long activitySetId, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where activitySetId = ?.SocialActivityPersistence.findByActivitySetId
(long activitySetId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where activitySetId = ?.static List<SocialActivity>
SocialActivityUtil.findByActivitySetId
(long activitySetId, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where activitySetId = ?.static List<SocialActivity>
SocialActivityUtil.findByActivitySetId
(long activitySetId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where activitySetId = ?.SocialActivityPersistence.findByActivitySetId_First
(long activitySetId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where activitySetId = ?.static SocialActivity
SocialActivityUtil.findByActivitySetId_First
(long activitySetId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where activitySetId = ?.SocialActivityPersistence.findByActivitySetId_Last
(long activitySetId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where activitySetId = ?.static SocialActivity
SocialActivityUtil.findByActivitySetId_Last
(long activitySetId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where activitySetId = ?.SocialActivityPersistence.findByActivitySetId_PrevAndNext
(long activityId, long activitySetId, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where activitySetId = ?.static SocialActivity[]
SocialActivityUtil.findByActivitySetId_PrevAndNext
(long activityId, long activitySetId, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where activitySetId = ?.SocialActivityCounterPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.SocialActivityCounterPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters where classNameId = ? and classPK = ?.SocialActivityLimitPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator) Returns an ordered range of all the social activity limits where classNameId = ? and classPK = ?.SocialActivityLimitPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity limits where classNameId = ? and classPK = ?.static List<SocialActivityLimit>
SocialActivityLimitUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator) Returns an ordered range of all the social activity limits where classNameId = ? and classPK = ?.static List<SocialActivityLimit>
SocialActivityLimitUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity limits where classNameId = ? and classPK = ?.SocialActivityPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where classNameId = ? and classPK = ?.SocialActivityPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where classNameId = ? and classPK = ?.static List<SocialActivity>
SocialActivityUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where classNameId = ? and classPK = ?.static List<SocialActivity>
SocialActivityUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where classNameId = ? and classPK = ?.SocialRequestPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where classNameId = ? and classPK = ?.SocialRequestPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where classNameId = ? and classPK = ?.static List<SocialRequest>
SocialRequestUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where classNameId = ? and classPK = ?.static List<SocialRequest>
SocialRequestUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where classNameId = ? and classPK = ?.SocialActivityCounterPersistence.findByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.static SocialActivityCounter
SocialActivityCounterUtil.findByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where classNameId = ? and classPK = ?.SocialActivityLimitPersistence.findByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?.static SocialActivityLimit
SocialActivityLimitUtil.findByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the first social activity limit in the ordered set where classNameId = ? and classPK = ?.SocialActivityPersistence.findByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where classNameId = ? and classPK = ?.static SocialActivity
SocialActivityUtil.findByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where classNameId = ? and classPK = ?.SocialRequestPersistence.findByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ?.static SocialRequest
SocialRequestUtil.findByC_C_First
(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ?.SocialActivityCounterPersistence.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.static SocialActivityCounter
SocialActivityCounterUtil.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where classNameId = ? and classPK = ?.SocialActivityLimitPersistence.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?.static SocialActivityLimit
SocialActivityLimitUtil.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the last social activity limit in the ordered set where classNameId = ? and classPK = ?.SocialActivityPersistence.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where classNameId = ? and classPK = ?.static SocialActivity
SocialActivityUtil.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where classNameId = ? and classPK = ?.SocialRequestPersistence.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ?.static SocialRequest
SocialRequestUtil.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ?.SocialActivityCounterPersistence.findByC_C_PrevAndNext
(long activityCounterId, long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the social activity counters before and after the current social activity counter in the ordered set where classNameId = ? and classPK = ?.static SocialActivityCounter[]
SocialActivityCounterUtil.findByC_C_PrevAndNext
(long activityCounterId, long classNameId, long classPK, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the social activity counters before and after the current social activity counter in the ordered set where classNameId = ? and classPK = ?.SocialActivityLimitPersistence.findByC_C_PrevAndNext
(long activityLimitId, long classNameId, long classPK, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the social activity limits before and after the current social activity limit in the ordered set where classNameId = ? and classPK = ?.static SocialActivityLimit[]
SocialActivityLimitUtil.findByC_C_PrevAndNext
(long activityLimitId, long classNameId, long classPK, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the social activity limits before and after the current social activity limit in the ordered set where classNameId = ? and classPK = ?.SocialActivityPersistence.findByC_C_PrevAndNext
(long activityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ?.static SocialActivity[]
SocialActivityUtil.findByC_C_PrevAndNext
(long activityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ?.SocialRequestPersistence.findByC_C_PrevAndNext
(long requestId, long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ?.static SocialRequest[]
SocialRequestUtil.findByC_C_PrevAndNext
(long requestId, long classNameId, long classPK, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ?.SocialActivityPersistence.findByC_C_T
(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where classNameId = ? and classPK = ? and type = ?.SocialActivityPersistence.findByC_C_T
(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where classNameId = ? and classPK = ? and type = ?.SocialActivitySetPersistence.findByC_C_T
(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.SocialActivitySetPersistence.findByC_C_T
(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.static List<SocialActivitySet>
SocialActivitySetUtil.findByC_C_T
(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.static List<SocialActivitySet>
SocialActivitySetUtil.findByC_C_T
(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where classNameId = ? and classPK = ? and type = ?.static List<SocialActivity>
SocialActivityUtil.findByC_C_T
(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where classNameId = ? and classPK = ? and type = ?.static List<SocialActivity>
SocialActivityUtil.findByC_C_T
(long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where classNameId = ? and classPK = ? and type = ?.SocialActivityPersistence.findByC_C_T_First
(long classNameId, long classPK, int type, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.SocialActivitySetPersistence.findByC_C_T_First
(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.static SocialActivitySet
SocialActivitySetUtil.findByC_C_T_First
(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.static SocialActivity
SocialActivityUtil.findByC_C_T_First
(long classNameId, long classPK, int type, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.SocialActivityPersistence.findByC_C_T_Last
(long classNameId, long classPK, int type, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.SocialActivitySetPersistence.findByC_C_T_Last
(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.static SocialActivitySet
SocialActivitySetUtil.findByC_C_T_Last
(long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.static SocialActivity
SocialActivityUtil.findByC_C_T_Last
(long classNameId, long classPK, int type, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.SocialActivityPersistence.findByC_C_T_PrevAndNext
(long activityId, long classNameId, long classPK, int type, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.SocialActivitySetPersistence.findByC_C_T_PrevAndNext
(long activitySetId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the social activity sets before and after the current social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.static SocialActivitySet[]
SocialActivitySetUtil.findByC_C_T_PrevAndNext
(long activitySetId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the social activity sets before and after the current social activity set in the ordered set where classNameId = ? and classPK = ? and type = ?.static SocialActivity[]
SocialActivityUtil.findByC_C_T_PrevAndNext
(long activityId, long classNameId, long classPK, int type, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where classNameId = ? and classPK = ? and type = ?.SocialRequestPersistence.findByC_C_T_R_S
(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.SocialRequestPersistence.findByC_C_T_R_S
(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.static List<SocialRequest>
SocialRequestUtil.findByC_C_T_R_S
(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.static List<SocialRequest>
SocialRequestUtil.findByC_C_T_R_S
(long classNameId, long classPK, int type, long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.SocialRequestPersistence.findByC_C_T_R_S_First
(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.static SocialRequest
SocialRequestUtil.findByC_C_T_R_S_First
(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.SocialRequestPersistence.findByC_C_T_R_S_Last
(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.static SocialRequest
SocialRequestUtil.findByC_C_T_R_S_Last
(long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.SocialRequestPersistence.findByC_C_T_R_S_PrevAndNext
(long requestId, long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.static SocialRequest[]
SocialRequestUtil.findByC_C_T_R_S_PrevAndNext
(long requestId, long classNameId, long classPK, int type, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where classNameId = ? and classPK = ? and type = ? and receiverUserId = ? and status = ?.SocialActivityPersistence.findByC_CN
(long companyId, long classNameId, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where companyId = ? and classNameId = ?.SocialActivityPersistence.findByC_CN
(long companyId, long classNameId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where companyId = ? and classNameId = ?.static List<SocialActivity>
SocialActivityUtil.findByC_CN
(long companyId, long classNameId, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where companyId = ? and classNameId = ?.static List<SocialActivity>
SocialActivityUtil.findByC_CN
(long companyId, long classNameId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where companyId = ? and classNameId = ?.SocialActivityPersistence.findByC_CN_First
(long companyId, long classNameId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where companyId = ? and classNameId = ?.static SocialActivity
SocialActivityUtil.findByC_CN_First
(long companyId, long classNameId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where companyId = ? and classNameId = ?.SocialActivityPersistence.findByC_CN_Last
(long companyId, long classNameId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where companyId = ? and classNameId = ?.static SocialActivity
SocialActivityUtil.findByC_CN_Last
(long companyId, long classNameId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where companyId = ? and classNameId = ?.SocialActivityPersistence.findByC_CN_PrevAndNext
(long activityId, long companyId, long classNameId, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where companyId = ? and classNameId = ?.static SocialActivity[]
SocialActivityUtil.findByC_CN_PrevAndNext
(long activityId, long companyId, long classNameId, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where companyId = ? and classNameId = ?.SocialRelationPersistence.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where companyId = ? and type = ?.SocialRelationPersistence.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where companyId = ? and type = ?.static List<SocialRelation>
SocialRelationUtil.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where companyId = ? and type = ?.static List<SocialRelation>
SocialRelationUtil.findByC_T
(long companyId, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where companyId = ? and type = ?.SocialRelationPersistence.findByC_T_First
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ? and type = ?.static SocialRelation
SocialRelationUtil.findByC_T_First
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ? and type = ?.SocialRelationPersistence.findByC_T_Last
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ? and type = ?.static SocialRelation
SocialRelationUtil.findByC_T_Last
(long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ? and type = ?.SocialRelationPersistence.findByC_T_PrevAndNext
(long relationId, long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?.static SocialRelation[]
SocialRelationUtil.findByC_T_PrevAndNext
(long relationId, long companyId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where companyId = ? and type = ?.SocialActivityPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where companyId = ?.SocialActivityPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where companyId = ?.static List<SocialActivity>
SocialActivityUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where companyId = ?.static List<SocialActivity>
SocialActivityUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where companyId = ?.SocialRelationPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where companyId = ?.SocialRelationPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where companyId = ?.static List<SocialRelation>
SocialRelationUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where companyId = ?.static List<SocialRelation>
SocialRelationUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where companyId = ?.SocialRequestPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where companyId = ?.SocialRequestPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where companyId = ?.static List<SocialRequest>
SocialRequestUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where companyId = ?.static List<SocialRequest>
SocialRequestUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where companyId = ?.SocialActivityPersistence.findByCompanyId_First
(long companyId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where companyId = ?.static SocialActivity
SocialActivityUtil.findByCompanyId_First
(long companyId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where companyId = ?.SocialRelationPersistence.findByCompanyId_First
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ?.static SocialRelation
SocialRelationUtil.findByCompanyId_First
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where companyId = ?.SocialRequestPersistence.findByCompanyId_First
(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where companyId = ?.static SocialRequest
SocialRequestUtil.findByCompanyId_First
(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where companyId = ?.SocialActivityPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where companyId = ?.static SocialActivity
SocialActivityUtil.findByCompanyId_Last
(long companyId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where companyId = ?.SocialRelationPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ?.static SocialRelation
SocialRelationUtil.findByCompanyId_Last
(long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where companyId = ?.SocialRequestPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where companyId = ?.static SocialRequest
SocialRequestUtil.findByCompanyId_Last
(long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where companyId = ?.SocialActivityPersistence.findByCompanyId_PrevAndNext
(long activityId, long companyId, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where companyId = ?.static SocialActivity[]
SocialActivityUtil.findByCompanyId_PrevAndNext
(long activityId, long companyId, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where companyId = ?.SocialRelationPersistence.findByCompanyId_PrevAndNext
(long relationId, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where companyId = ?.static SocialRelation[]
SocialRelationUtil.findByCompanyId_PrevAndNext
(long relationId, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where companyId = ?.SocialRequestPersistence.findByCompanyId_PrevAndNext
(long requestId, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where companyId = ?.static SocialRequest[]
SocialRequestUtil.findByCompanyId_PrevAndNext
(long requestId, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where companyId = ?.SocialActivitySettingPersistence.findByG_A
(long groupId, int activityType, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator) Returns an ordered range of all the social activity settings where groupId = ? and activityType = ?.SocialActivitySettingPersistence.findByG_A
(long groupId, int activityType, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity settings where groupId = ? and activityType = ?.static List<SocialActivitySetting>
SocialActivitySettingUtil.findByG_A
(long groupId, int activityType, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator) Returns an ordered range of all the social activity settings where groupId = ? and activityType = ?.static List<SocialActivitySetting>
SocialActivitySettingUtil.findByG_A
(long groupId, int activityType, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity settings where groupId = ? and activityType = ?.SocialActivitySettingPersistence.findByG_A_First
(long groupId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?.static SocialActivitySetting
SocialActivitySettingUtil.findByG_A_First
(long groupId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the first social activity setting in the ordered set where groupId = ? and activityType = ?.SocialActivitySettingPersistence.findByG_A_Last
(long groupId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?.static SocialActivitySetting
SocialActivitySettingUtil.findByG_A_Last
(long groupId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the last social activity setting in the ordered set where groupId = ? and activityType = ?.SocialActivitySettingPersistence.findByG_A_PrevAndNext
(long activitySettingId, long groupId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and activityType = ?.static SocialActivitySetting[]
SocialActivitySettingUtil.findByG_A_PrevAndNext
(long activitySettingId, long groupId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and activityType = ?.SocialActivitySettingPersistence.findByG_C
(long groupId, long classNameId, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator) Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ?.SocialActivitySettingPersistence.findByG_C
(long groupId, long classNameId, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ?.static List<SocialActivitySetting>
SocialActivitySettingUtil.findByG_C
(long groupId, long classNameId, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator) Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ?.static List<SocialActivitySetting>
SocialActivitySettingUtil.findByG_C
(long groupId, long classNameId, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ?.SocialActivitySettingPersistence.findByG_C_A
(long groupId, long classNameId, int activityType, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator) Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ? and activityType = ?.SocialActivitySettingPersistence.findByG_C_A
(long groupId, long classNameId, int activityType, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ? and activityType = ?.static List<SocialActivitySetting>
SocialActivitySettingUtil.findByG_C_A
(long groupId, long classNameId, int activityType, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator) Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ? and activityType = ?.static List<SocialActivitySetting>
SocialActivitySettingUtil.findByG_C_A
(long groupId, long classNameId, int activityType, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity settings where groupId = ? and classNameId = ? and activityType = ?.SocialActivitySettingPersistence.findByG_C_A_First
(long groupId, long classNameId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.static SocialActivitySetting
SocialActivitySettingUtil.findByG_C_A_First
(long groupId, long classNameId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.SocialActivitySettingPersistence.findByG_C_A_Last
(long groupId, long classNameId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.static SocialActivitySetting
SocialActivitySettingUtil.findByG_C_A_Last
(long groupId, long classNameId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.SocialActivitySettingPersistence.findByG_C_A_PrevAndNext
(long activitySettingId, long groupId, long classNameId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.static SocialActivitySetting[]
SocialActivitySettingUtil.findByG_C_A_PrevAndNext
(long activitySettingId, long groupId, long classNameId, int activityType, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ? and activityType = ?.SocialActivityCounterPersistence.findByG_C_C_O
(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.SocialActivityCounterPersistence.findByG_C_C_O
(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByG_C_C_O
(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByG_C_C_O
(long groupId, long classNameId, long classPK, int ownerType, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.SocialActivityCounterPersistence.findByG_C_C_O_First
(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.static SocialActivityCounter
SocialActivityCounterUtil.findByG_C_C_O_First
(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.SocialActivityCounterPersistence.findByG_C_C_O_Last
(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.static SocialActivityCounter
SocialActivityCounterUtil.findByG_C_C_O_Last
(long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.SocialActivityCounterPersistence.findByG_C_C_O_PrevAndNext
(long activityCounterId, long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.static SocialActivityCounter[]
SocialActivityCounterUtil.findByG_C_C_O_PrevAndNext
(long activityCounterId, long groupId, long classNameId, long classPK, int ownerType, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ? and classNameId = ? and classPK = ? and ownerType = ?.SocialActivitySettingPersistence.findByG_C_First
(long groupId, long classNameId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ?.static SocialActivitySetting
SocialActivitySettingUtil.findByG_C_First
(long groupId, long classNameId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the first social activity setting in the ordered set where groupId = ? and classNameId = ?.SocialActivitySettingPersistence.findByG_C_Last
(long groupId, long classNameId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ?.static SocialActivitySetting
SocialActivitySettingUtil.findByG_C_Last
(long groupId, long classNameId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the last social activity setting in the ordered set where groupId = ? and classNameId = ?.SocialActivitySettingPersistence.findByG_C_PrevAndNext
(long activitySettingId, long groupId, long classNameId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ?.static SocialActivitySetting[]
SocialActivitySettingUtil.findByG_C_PrevAndNext
(long activitySettingId, long groupId, long classNameId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ? and classNameId = ?.SocialActivityAchievementPersistence.findByG_F
(long groupId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_F
(long groupId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_F
(long groupId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_F
(long groupId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_F_First
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_F_First
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_F_Last
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_F_Last
(long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_F_PrevAndNext
(long activityAchievementId, long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.static SocialActivityAchievement[]
SocialActivityAchievementUtil.findByG_F_PrevAndNext
(long activityAchievementId, long groupId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_N
(long groupId, String name, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.SocialActivityAchievementPersistence.findByG_N
(long groupId, String name, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_N
(long groupId, String name, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_N
(long groupId, String name, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and name = ?.SocialActivityAchievementPersistence.findByG_N_First
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_N_First
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and name = ?.SocialActivityAchievementPersistence.findByG_N_Last
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_N_Last
(long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and name = ?.SocialActivityAchievementPersistence.findByG_N_PrevAndNext
(long activityAchievementId, long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and name = ?.static SocialActivityAchievement[]
SocialActivityAchievementUtil.findByG_N_PrevAndNext
(long activityAchievementId, long groupId, String name, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and name = ?.SocialActivityAchievementPersistence.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.SocialActivityAchievementPersistence.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_U
(long groupId, long userId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ?.SocialActivityPersistence.findByG_U_C_C_T_R
(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.SocialActivityPersistence.findByG_U_C_C_T_R
(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.static List<SocialActivity>
SocialActivityUtil.findByG_U_C_C_T_R
(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.static List<SocialActivity>
SocialActivityUtil.findByG_U_C_C_T_R
(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.SocialActivityPersistence.findByG_U_C_C_T_R_First
(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.static SocialActivity
SocialActivityUtil.findByG_U_C_C_T_R_First
(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.SocialActivityPersistence.findByG_U_C_C_T_R_Last
(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.static SocialActivity
SocialActivityUtil.findByG_U_C_C_T_R_Last
(long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.SocialActivityPersistence.findByG_U_C_C_T_R_PrevAndNext
(long activityId, long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.static SocialActivity[]
SocialActivityUtil.findByG_U_C_C_T_R_PrevAndNext
(long activityId, long groupId, long userId, long classNameId, long classPK, int type, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where groupId = ? and userId = ? and classNameId = ? and classPK = ? and type = ? and receiverUserId = ?.SocialActivitySetPersistence.findByG_U_C_T
(long groupId, long userId, long classNameId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.SocialActivitySetPersistence.findByG_U_C_T
(long groupId, long userId, long classNameId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.static List<SocialActivitySet>
SocialActivitySetUtil.findByG_U_C_T
(long groupId, long userId, long classNameId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.static List<SocialActivitySet>
SocialActivitySetUtil.findByG_U_C_T
(long groupId, long userId, long classNameId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and classNameId = ? and type = ?.SocialActivitySetPersistence.findByG_U_C_T_First
(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.static SocialActivitySet
SocialActivitySetUtil.findByG_U_C_T_First
(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.SocialActivitySetPersistence.findByG_U_C_T_Last
(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.static SocialActivitySet
SocialActivitySetUtil.findByG_U_C_T_Last
(long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.SocialActivitySetPersistence.findByG_U_C_T_PrevAndNext
(long activitySetId, long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.static SocialActivitySet[]
SocialActivitySetUtil.findByG_U_C_T_PrevAndNext
(long activitySetId, long groupId, long userId, long classNameId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and classNameId = ? and type = ?.SocialActivityAchievementPersistence.findByG_U_F
(long groupId, long userId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_U_F
(long groupId, long userId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_U_F
(long groupId, long userId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByG_U_F
(long groupId, long userId, boolean firstInGroup, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_U_F_First
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_U_F_First
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_U_F_Last
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_U_F_Last
(long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_U_F_PrevAndNext
(long activityAchievementId, long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.static SocialActivityAchievement[]
SocialActivityAchievementUtil.findByG_U_F_PrevAndNext
(long activityAchievementId, long groupId, long userId, boolean firstInGroup, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ? and firstInGroup = ?.SocialActivityAchievementPersistence.findByG_U_First
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_U_First
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ? and userId = ?.SocialActivityAchievementPersistence.findByG_U_Last
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByG_U_Last
(long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ? and userId = ?.SocialActivityAchievementPersistence.findByG_U_PrevAndNext
(long activityAchievementId, long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ?.static SocialActivityAchievement[]
SocialActivityAchievementUtil.findByG_U_PrevAndNext
(long activityAchievementId, long groupId, long userId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ? and userId = ?.SocialActivitySetPersistence.findByG_U_T
(long groupId, long userId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?.SocialActivitySetPersistence.findByG_U_T
(long groupId, long userId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?.static List<SocialActivitySet>
SocialActivitySetUtil.findByG_U_T
(long groupId, long userId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?.static List<SocialActivitySet>
SocialActivitySetUtil.findByG_U_T
(long groupId, long userId, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where groupId = ? and userId = ? and type = ?.SocialActivitySetPersistence.findByG_U_T_First
(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?.static SocialActivitySet
SocialActivitySetUtil.findByG_U_T_First
(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ? and userId = ? and type = ?.SocialActivitySetPersistence.findByG_U_T_Last
(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.static SocialActivitySet
SocialActivitySetUtil.findByG_U_T_Last
(long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ? and userId = ? and type = ?.SocialActivitySetPersistence.findByG_U_T_PrevAndNext
(long activitySetId, long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and type = ?.static SocialActivitySet[]
SocialActivitySetUtil.findByG_U_T_PrevAndNext
(long activitySetId, long groupId, long userId, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ? and userId = ? and type = ?.SocialActivityAchievementPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ?.SocialActivityAchievementPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns an ordered range of all the social activity achievements where groupId = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity achievements where groupId = ?.SocialActivityCounterPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters where groupId = ?.SocialActivityCounterPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters where groupId = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) Returns an ordered range of all the social activity counters where groupId = ?.static List<SocialActivityCounter>
SocialActivityCounterUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity counters where groupId = ?.SocialActivityLimitPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator) Returns an ordered range of all the social activity limits where groupId = ?.SocialActivityLimitPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity limits where groupId = ?.static List<SocialActivityLimit>
SocialActivityLimitUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator) Returns an ordered range of all the social activity limits where groupId = ?.static List<SocialActivityLimit>
SocialActivityLimitUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity limits where groupId = ?.SocialActivityPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where groupId = ?.SocialActivityPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where groupId = ?.SocialActivitySetPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where groupId = ?.SocialActivitySetPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where groupId = ?.SocialActivitySettingPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator) Returns an ordered range of all the social activity settings where groupId = ?.SocialActivitySettingPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity settings where groupId = ?.static List<SocialActivitySetting>
SocialActivitySettingUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator) Returns an ordered range of all the social activity settings where groupId = ?.static List<SocialActivitySetting>
SocialActivitySettingUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity settings where groupId = ?.static List<SocialActivitySet>
SocialActivitySetUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where groupId = ?.static List<SocialActivitySet>
SocialActivitySetUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where groupId = ?.static List<SocialActivity>
SocialActivityUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where groupId = ?.static List<SocialActivity>
SocialActivityUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where groupId = ?.SocialActivityAchievementPersistence.findByGroupId_First
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByGroupId_First
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the first social activity achievement in the ordered set where groupId = ?.SocialActivityCounterPersistence.findByGroupId_First
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where groupId = ?.static SocialActivityCounter
SocialActivityCounterUtil.findByGroupId_First
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the first social activity counter in the ordered set where groupId = ?.SocialActivityLimitPersistence.findByGroupId_First
(long groupId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the first social activity limit in the ordered set where groupId = ?.static SocialActivityLimit
SocialActivityLimitUtil.findByGroupId_First
(long groupId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the first social activity limit in the ordered set where groupId = ?.SocialActivityPersistence.findByGroupId_First
(long groupId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where groupId = ?.SocialActivitySetPersistence.findByGroupId_First
(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ?.SocialActivitySettingPersistence.findByGroupId_First
(long groupId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the first social activity setting in the ordered set where groupId = ?.static SocialActivitySetting
SocialActivitySettingUtil.findByGroupId_First
(long groupId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the first social activity setting in the ordered set where groupId = ?.static SocialActivitySet
SocialActivitySetUtil.findByGroupId_First
(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where groupId = ?.static SocialActivity
SocialActivityUtil.findByGroupId_First
(long groupId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where groupId = ?.SocialActivityAchievementPersistence.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ?.static SocialActivityAchievement
SocialActivityAchievementUtil.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the last social activity achievement in the ordered set where groupId = ?.SocialActivityCounterPersistence.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where groupId = ?.static SocialActivityCounter
SocialActivityCounterUtil.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the last social activity counter in the ordered set where groupId = ?.SocialActivityLimitPersistence.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the last social activity limit in the ordered set where groupId = ?.static SocialActivityLimit
SocialActivityLimitUtil.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the last social activity limit in the ordered set where groupId = ?.SocialActivityPersistence.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where groupId = ?.SocialActivitySetPersistence.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ?.SocialActivitySettingPersistence.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the last social activity setting in the ordered set where groupId = ?.static SocialActivitySetting
SocialActivitySettingUtil.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the last social activity setting in the ordered set where groupId = ?.static SocialActivitySet
SocialActivitySetUtil.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where groupId = ?.static SocialActivity
SocialActivityUtil.findByGroupId_Last
(long groupId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where groupId = ?.SocialActivityAchievementPersistence.findByGroupId_PrevAndNext
(long activityAchievementId, long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ?.static SocialActivityAchievement[]
SocialActivityAchievementUtil.findByGroupId_PrevAndNext
(long activityAchievementId, long groupId, OrderByComparator<SocialActivityAchievement> orderByComparator) Returns the social activity achievements before and after the current social activity achievement in the ordered set where groupId = ?.SocialActivityCounterPersistence.findByGroupId_PrevAndNext
(long activityCounterId, long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ?.static SocialActivityCounter[]
SocialActivityCounterUtil.findByGroupId_PrevAndNext
(long activityCounterId, long groupId, OrderByComparator<SocialActivityCounter> orderByComparator) Returns the social activity counters before and after the current social activity counter in the ordered set where groupId = ?.SocialActivityLimitPersistence.findByGroupId_PrevAndNext
(long activityLimitId, long groupId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the social activity limits before and after the current social activity limit in the ordered set where groupId = ?.static SocialActivityLimit[]
SocialActivityLimitUtil.findByGroupId_PrevAndNext
(long activityLimitId, long groupId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the social activity limits before and after the current social activity limit in the ordered set where groupId = ?.SocialActivityPersistence.findByGroupId_PrevAndNext
(long activityId, long groupId, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where groupId = ?.SocialActivitySetPersistence.findByGroupId_PrevAndNext
(long activitySetId, long groupId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ?.SocialActivitySettingPersistence.findByGroupId_PrevAndNext
(long activitySettingId, long groupId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ?.static SocialActivitySetting[]
SocialActivitySettingUtil.findByGroupId_PrevAndNext
(long activitySettingId, long groupId, OrderByComparator<SocialActivitySetting> orderByComparator) Returns the social activity settings before and after the current social activity setting in the ordered set where groupId = ?.static SocialActivitySet[]
SocialActivitySetUtil.findByGroupId_PrevAndNext
(long activitySetId, long groupId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the social activity sets before and after the current social activity set in the ordered set where groupId = ?.static SocialActivity[]
SocialActivityUtil.findByGroupId_PrevAndNext
(long activityId, long groupId, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where groupId = ?.SocialActivityPersistence.findByM_C_C
(long mirrorActivityId, long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?.SocialActivityPersistence.findByM_C_C
(long mirrorActivityId, long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?.static List<SocialActivity>
SocialActivityUtil.findByM_C_C
(long mirrorActivityId, long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?.static List<SocialActivity>
SocialActivityUtil.findByM_C_C
(long mirrorActivityId, long classNameId, long classPK, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where mirrorActivityId = ? and classNameId = ? and classPK = ?.SocialActivityPersistence.findByM_C_C_First
(long mirrorActivityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.static SocialActivity
SocialActivityUtil.findByM_C_C_First
(long mirrorActivityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.SocialActivityPersistence.findByM_C_C_Last
(long mirrorActivityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.static SocialActivity
SocialActivityUtil.findByM_C_C_Last
(long mirrorActivityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.SocialActivityPersistence.findByM_C_C_PrevAndNext
(long activityId, long mirrorActivityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.static SocialActivity[]
SocialActivityUtil.findByM_C_C_PrevAndNext
(long activityId, long mirrorActivityId, long classNameId, long classPK, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where mirrorActivityId = ? and classNameId = ? and classPK = ?.SocialRequestPersistence.findByR_S
(long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.SocialRequestPersistence.findByR_S
(long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.static List<SocialRequest>
SocialRequestUtil.findByR_S
(long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.static List<SocialRequest>
SocialRequestUtil.findByR_S
(long receiverUserId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where receiverUserId = ? and status = ?.SocialRequestPersistence.findByR_S_First
(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ? and status = ?.static SocialRequest
SocialRequestUtil.findByR_S_First
(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ? and status = ?.SocialRequestPersistence.findByR_S_Last
(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ? and status = ?.static SocialRequest
SocialRequestUtil.findByR_S_Last
(long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ? and status = ?.SocialRequestPersistence.findByR_S_PrevAndNext
(long requestId, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?.static SocialRequest[]
SocialRequestUtil.findByR_S_PrevAndNext
(long requestId, long receiverUserId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where receiverUserId = ? and status = ?.SocialActivityPersistence.findByReceiverUserId
(long receiverUserId, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where receiverUserId = ?.SocialActivityPersistence.findByReceiverUserId
(long receiverUserId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where receiverUserId = ?.static List<SocialActivity>
SocialActivityUtil.findByReceiverUserId
(long receiverUserId, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where receiverUserId = ?.static List<SocialActivity>
SocialActivityUtil.findByReceiverUserId
(long receiverUserId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where receiverUserId = ?.SocialRequestPersistence.findByReceiverUserId
(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where receiverUserId = ?.SocialRequestPersistence.findByReceiverUserId
(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where receiverUserId = ?.static List<SocialRequest>
SocialRequestUtil.findByReceiverUserId
(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where receiverUserId = ?.static List<SocialRequest>
SocialRequestUtil.findByReceiverUserId
(long receiverUserId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where receiverUserId = ?.SocialActivityPersistence.findByReceiverUserId_First
(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where receiverUserId = ?.static SocialActivity
SocialActivityUtil.findByReceiverUserId_First
(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where receiverUserId = ?.SocialRequestPersistence.findByReceiverUserId_First
(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ?.static SocialRequest
SocialRequestUtil.findByReceiverUserId_First
(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where receiverUserId = ?.SocialActivityPersistence.findByReceiverUserId_Last
(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where receiverUserId = ?.static SocialActivity
SocialActivityUtil.findByReceiverUserId_Last
(long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where receiverUserId = ?.SocialRequestPersistence.findByReceiverUserId_Last
(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ?.static SocialRequest
SocialRequestUtil.findByReceiverUserId_Last
(long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where receiverUserId = ?.SocialActivityPersistence.findByReceiverUserId_PrevAndNext
(long activityId, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where receiverUserId = ?.static SocialActivity[]
SocialActivityUtil.findByReceiverUserId_PrevAndNext
(long activityId, long receiverUserId, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where receiverUserId = ?.SocialRequestPersistence.findByReceiverUserId_PrevAndNext
(long requestId, long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?.static SocialRequest[]
SocialRequestUtil.findByReceiverUserId_PrevAndNext
(long requestId, long receiverUserId, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where receiverUserId = ?.SocialRelationPersistence.findByType
(int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where type = ?.SocialRelationPersistence.findByType
(int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where type = ?.static List<SocialRelation>
SocialRelationUtil.findByType
(int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where type = ?.static List<SocialRelation>
SocialRelationUtil.findByType
(int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where type = ?.SocialRelationPersistence.findByType_First
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where type = ?.static SocialRelation
SocialRelationUtil.findByType_First
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where type = ?.SocialRelationPersistence.findByType_Last
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where type = ?.static SocialRelation
SocialRelationUtil.findByType_Last
(int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where type = ?.SocialRelationPersistence.findByType_PrevAndNext
(long relationId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where type = ?.static SocialRelation[]
SocialRelationUtil.findByType_PrevAndNext
(long relationId, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where type = ?.SocialActivitySetPersistence.findByU_C_C_T
(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.SocialActivitySetPersistence.findByU_C_C_T
(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.static List<SocialActivitySet>
SocialActivitySetUtil.findByU_C_C_T
(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.static List<SocialActivitySet>
SocialActivitySetUtil.findByU_C_C_T
(long userId, long classNameId, long classPK, int type, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where userId = ? and classNameId = ? and classPK = ? and type = ?.SocialActivitySetPersistence.findByU_C_C_T_First
(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.static SocialActivitySet
SocialActivitySetUtil.findByU_C_C_T_First
(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.SocialActivitySetPersistence.findByU_C_C_T_Last
(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.static SocialActivitySet
SocialActivitySetUtil.findByU_C_C_T_Last
(long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.SocialActivitySetPersistence.findByU_C_C_T_PrevAndNext
(long activitySetId, long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the social activity sets before and after the current social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.static SocialActivitySet[]
SocialActivitySetUtil.findByU_C_C_T_PrevAndNext
(long activitySetId, long userId, long classNameId, long classPK, int type, OrderByComparator<SocialActivitySet> orderByComparator) Returns the social activity sets before and after the current social activity set in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ?.SocialRequestPersistence.findByU_C_C_T_S
(long userId, long classNameId, long classPK, int type, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.SocialRequestPersistence.findByU_C_C_T_S
(long userId, long classNameId, long classPK, int type, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.static List<SocialRequest>
SocialRequestUtil.findByU_C_C_T_S
(long userId, long classNameId, long classPK, int type, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.static List<SocialRequest>
SocialRequestUtil.findByU_C_C_T_S
(long userId, long classNameId, long classPK, int type, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.SocialRequestPersistence.findByU_C_C_T_S_First
(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.static SocialRequest
SocialRequestUtil.findByU_C_C_T_S_First
(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.SocialRequestPersistence.findByU_C_C_T_S_Last
(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.static SocialRequest
SocialRequestUtil.findByU_C_C_T_S_Last
(long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.SocialRequestPersistence.findByU_C_C_T_S_PrevAndNext
(long requestId, long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.static SocialRequest[]
SocialRequestUtil.findByU_C_C_T_S_PrevAndNext
(long requestId, long userId, long classNameId, long classPK, int type, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where userId = ? and classNameId = ? and classPK = ? and type = ? and status = ?.SocialRequestPersistence.findByU_S
(long userId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where userId = ? and status = ?.SocialRequestPersistence.findByU_S
(long userId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where userId = ? and status = ?.static List<SocialRequest>
SocialRequestUtil.findByU_S
(long userId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where userId = ? and status = ?.static List<SocialRequest>
SocialRequestUtil.findByU_S
(long userId, int status, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where userId = ? and status = ?.SocialRequestPersistence.findByU_S_First
(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and status = ?.static SocialRequest
SocialRequestUtil.findByU_S_First
(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ? and status = ?.SocialRequestPersistence.findByU_S_Last
(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and status = ?.static SocialRequest
SocialRequestUtil.findByU_S_Last
(long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ? and status = ?.SocialRequestPersistence.findByU_S_PrevAndNext
(long requestId, long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?.static SocialRequest[]
SocialRequestUtil.findByU_S_PrevAndNext
(long requestId, long userId, int status, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where userId = ? and status = ?.SocialRelationPersistence.findByU1_T
(long userId1, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_T
(long userId1, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId1 = ? and type = ?.static List<SocialRelation>
SocialRelationUtil.findByU1_T
(long userId1, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId1 = ? and type = ?.static List<SocialRelation>
SocialRelationUtil.findByU1_T
(long userId1, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_T_First
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and type = ?.static SocialRelation
SocialRelationUtil.findByU1_T_First
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_T_Last
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and type = ?.static SocialRelation
SocialRelationUtil.findByU1_T_Last
(long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_T_PrevAndNext
(long relationId, long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?.static SocialRelation[]
SocialRelationUtil.findByU1_T_PrevAndNext
(long relationId, long userId1, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and type = ?.SocialRelationPersistence.findByU1_U2
(long userId1, long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU1_U2
(long userId1, long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?.static List<SocialRelation>
SocialRelationUtil.findByU1_U2
(long userId1, long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?.static List<SocialRelation>
SocialRelationUtil.findByU1_U2
(long userId1, long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU1_U2_First
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.static SocialRelation
SocialRelationUtil.findByU1_U2_First
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU1_U2_Last
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.static SocialRelation
SocialRelationUtil.findByU1_U2_Last
(long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU1_U2_PrevAndNext
(long relationId, long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and userId2 = ?.static SocialRelation[]
SocialRelationUtil.findByU1_U2_PrevAndNext
(long relationId, long userId1, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ? and userId2 = ?.SocialRelationPersistence.findByU2_T
(long userId2, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId2 = ? and type = ?.SocialRelationPersistence.findByU2_T
(long userId2, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId2 = ? and type = ?.static List<SocialRelation>
SocialRelationUtil.findByU2_T
(long userId2, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId2 = ? and type = ?.static List<SocialRelation>
SocialRelationUtil.findByU2_T
(long userId2, int type, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId2 = ? and type = ?.SocialRelationPersistence.findByU2_T_First
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ? and type = ?.static SocialRelation
SocialRelationUtil.findByU2_T_First
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ? and type = ?.SocialRelationPersistence.findByU2_T_Last
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ? and type = ?.static SocialRelation
SocialRelationUtil.findByU2_T_Last
(long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ? and type = ?.SocialRelationPersistence.findByU2_T_PrevAndNext
(long relationId, long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?.static SocialRelation[]
SocialRelationUtil.findByU2_T_PrevAndNext
(long relationId, long userId2, int type, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId2 = ? and type = ?.SocialActivityLimitPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator) Returns an ordered range of all the social activity limits where userId = ?.SocialActivityLimitPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity limits where userId = ?.static List<SocialActivityLimit>
SocialActivityLimitUtil.findByUserId
(long userId, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator) Returns an ordered range of all the social activity limits where userId = ?.static List<SocialActivityLimit>
SocialActivityLimitUtil.findByUserId
(long userId, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity limits where userId = ?.SocialActivityPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where userId = ?.SocialActivityPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where userId = ?.SocialActivitySetPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where userId = ?.SocialActivitySetPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where userId = ?.static List<SocialActivitySet>
SocialActivitySetUtil.findByUserId
(long userId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) Returns an ordered range of all the social activity sets where userId = ?.static List<SocialActivitySet>
SocialActivitySetUtil.findByUserId
(long userId, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activity sets where userId = ?.static List<SocialActivity>
SocialActivityUtil.findByUserId
(long userId, int start, int end, OrderByComparator<SocialActivity> orderByComparator) Returns an ordered range of all the social activities where userId = ?.static List<SocialActivity>
SocialActivityUtil.findByUserId
(long userId, int start, int end, OrderByComparator<SocialActivity> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social activities where userId = ?.SocialRequestPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where userId = ?.SocialRequestPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where userId = ?.static List<SocialRequest>
SocialRequestUtil.findByUserId
(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where userId = ?.static List<SocialRequest>
SocialRequestUtil.findByUserId
(long userId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where userId = ?.SocialActivityLimitPersistence.findByUserId_First
(long userId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the first social activity limit in the ordered set where userId = ?.static SocialActivityLimit
SocialActivityLimitUtil.findByUserId_First
(long userId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the first social activity limit in the ordered set where userId = ?.SocialActivityPersistence.findByUserId_First
(long userId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where userId = ?.SocialActivitySetPersistence.findByUserId_First
(long userId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where userId = ?.static SocialActivitySet
SocialActivitySetUtil.findByUserId_First
(long userId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the first social activity set in the ordered set where userId = ?.static SocialActivity
SocialActivityUtil.findByUserId_First
(long userId, OrderByComparator<SocialActivity> orderByComparator) Returns the first social activity in the ordered set where userId = ?.SocialRequestPersistence.findByUserId_First
(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ?.static SocialRequest
SocialRequestUtil.findByUserId_First
(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where userId = ?.SocialActivityLimitPersistence.findByUserId_Last
(long userId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the last social activity limit in the ordered set where userId = ?.static SocialActivityLimit
SocialActivityLimitUtil.findByUserId_Last
(long userId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the last social activity limit in the ordered set where userId = ?.SocialActivityPersistence.findByUserId_Last
(long userId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where userId = ?.SocialActivitySetPersistence.findByUserId_Last
(long userId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where userId = ?.static SocialActivitySet
SocialActivitySetUtil.findByUserId_Last
(long userId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the last social activity set in the ordered set where userId = ?.static SocialActivity
SocialActivityUtil.findByUserId_Last
(long userId, OrderByComparator<SocialActivity> orderByComparator) Returns the last social activity in the ordered set where userId = ?.SocialRequestPersistence.findByUserId_Last
(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ?.static SocialRequest
SocialRequestUtil.findByUserId_Last
(long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where userId = ?.SocialActivityLimitPersistence.findByUserId_PrevAndNext
(long activityLimitId, long userId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the social activity limits before and after the current social activity limit in the ordered set where userId = ?.static SocialActivityLimit[]
SocialActivityLimitUtil.findByUserId_PrevAndNext
(long activityLimitId, long userId, OrderByComparator<SocialActivityLimit> orderByComparator) Returns the social activity limits before and after the current social activity limit in the ordered set where userId = ?.SocialActivityPersistence.findByUserId_PrevAndNext
(long activityId, long userId, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where userId = ?.SocialActivitySetPersistence.findByUserId_PrevAndNext
(long activitySetId, long userId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the social activity sets before and after the current social activity set in the ordered set where userId = ?.static SocialActivitySet[]
SocialActivitySetUtil.findByUserId_PrevAndNext
(long activitySetId, long userId, OrderByComparator<SocialActivitySet> orderByComparator) Returns the social activity sets before and after the current social activity set in the ordered set where userId = ?.static SocialActivity[]
SocialActivityUtil.findByUserId_PrevAndNext
(long activityId, long userId, OrderByComparator<SocialActivity> orderByComparator) Returns the social activities before and after the current social activity in the ordered set where userId = ?.SocialRequestPersistence.findByUserId_PrevAndNext
(long requestId, long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where userId = ?.static SocialRequest[]
SocialRequestUtil.findByUserId_PrevAndNext
(long requestId, long userId, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where userId = ?.SocialRelationPersistence.findByUserId1
(long userId1, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId1 = ?.SocialRelationPersistence.findByUserId1
(long userId1, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId1 = ?.static List<SocialRelation>
SocialRelationUtil.findByUserId1
(long userId1, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId1 = ?.static List<SocialRelation>
SocialRelationUtil.findByUserId1
(long userId1, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId1 = ?.SocialRelationPersistence.findByUserId1_First
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ?.static SocialRelation
SocialRelationUtil.findByUserId1_First
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId1 = ?.SocialRelationPersistence.findByUserId1_Last
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ?.static SocialRelation
SocialRelationUtil.findByUserId1_Last
(long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId1 = ?.SocialRelationPersistence.findByUserId1_PrevAndNext
(long relationId, long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ?.static SocialRelation[]
SocialRelationUtil.findByUserId1_PrevAndNext
(long relationId, long userId1, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId1 = ?.SocialRelationPersistence.findByUserId2
(long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId2 = ?.SocialRelationPersistence.findByUserId2
(long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId2 = ?.static List<SocialRelation>
SocialRelationUtil.findByUserId2
(long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where userId2 = ?.static List<SocialRelation>
SocialRelationUtil.findByUserId2
(long userId2, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where userId2 = ?.SocialRelationPersistence.findByUserId2_First
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ?.static SocialRelation
SocialRelationUtil.findByUserId2_First
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where userId2 = ?.SocialRelationPersistence.findByUserId2_Last
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ?.static SocialRelation
SocialRelationUtil.findByUserId2_Last
(long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where userId2 = ?.SocialRelationPersistence.findByUserId2_PrevAndNext
(long relationId, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId2 = ?.static SocialRelation[]
SocialRelationUtil.findByUserId2_PrevAndNext
(long relationId, long userId2, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where userId2 = ?.SocialRelationPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where uuid = ?.SocialRelationPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where uuid = ?.static List<SocialRelation>
SocialRelationUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where uuid = ?.static List<SocialRelation>
SocialRelationUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where uuid = ?.SocialRequestPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where uuid = ?.SocialRequestPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where uuid = ?.static List<SocialRequest>
SocialRequestUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where uuid = ?.static List<SocialRequest>
SocialRequestUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where uuid = ?.SocialRelationPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where uuid = ? and companyId = ?.static List<SocialRelation>
SocialRelationUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator) Returns an ordered range of all the social relations where uuid = ? and companyId = ?.static List<SocialRelation>
SocialRelationUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRelation> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social relations where uuid = ? and companyId = ?.SocialRequestPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where uuid = ? and companyId = ?.SocialRequestPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where uuid = ? and companyId = ?.static List<SocialRequest>
SocialRequestUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator) Returns an ordered range of all the social requests where uuid = ? and companyId = ?.static List<SocialRequest>
SocialRequestUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<SocialRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the social requests where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ? and companyId = ?.static SocialRelation
SocialRelationUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ? and companyId = ?.SocialRequestPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ? and companyId = ?.static SocialRequest
SocialRequestUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ? and companyId = ?.static SocialRelation
SocialRelationUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ? and companyId = ?.SocialRequestPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ? and companyId = ?.static SocialRequest
SocialRequestUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_C_PrevAndNext
(long relationId, String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where uuid = ? and companyId = ?.static SocialRelation[]
SocialRelationUtil.findByUuid_C_PrevAndNext
(long relationId, String uuid, long companyId, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where uuid = ? and companyId = ?.SocialRequestPersistence.findByUuid_C_PrevAndNext
(long requestId, String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?.static SocialRequest[]
SocialRequestUtil.findByUuid_C_PrevAndNext
(long requestId, String uuid, long companyId, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where uuid = ? and companyId = ?.SocialRelationPersistence.findByUuid_First
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ?.static SocialRelation
SocialRelationUtil.findByUuid_First
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the first social relation in the ordered set where uuid = ?.SocialRequestPersistence.findByUuid_First
(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ?.static SocialRequest
SocialRequestUtil.findByUuid_First
(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the first social request in the ordered set where uuid = ?.SocialRelationPersistence.findByUuid_Last
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ?.static SocialRelation
SocialRelationUtil.findByUuid_Last
(String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the last social relation in the ordered set where uuid = ?.SocialRequestPersistence.findByUuid_Last
(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ?.static SocialRequest
SocialRequestUtil.findByUuid_Last
(String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the last social request in the ordered set where uuid = ?.SocialRelationPersistence.findByUuid_PrevAndNext
(long relationId, String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where uuid = ?.static SocialRelation[]
SocialRelationUtil.findByUuid_PrevAndNext
(long relationId, String uuid, OrderByComparator<SocialRelation> orderByComparator) Returns the social relations before and after the current social relation in the ordered set where uuid = ?.SocialRequestPersistence.findByUuid_PrevAndNext
(long requestId, String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where uuid = ?.static SocialRequest[]
SocialRequestUtil.findByUuid_PrevAndNext
(long requestId, String uuid, OrderByComparator<SocialRequest> orderByComparator) Returns the social requests before and after the current social request in the ordered set where uuid = ?.static List<SocialActivityAchievement>
SocialActivityAchievementUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialActivityAchievement> orderByComparator) static List<SocialActivityCounter>
SocialActivityCounterUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialActivityCounter> orderByComparator) static List<SocialActivityLimit>
SocialActivityLimitUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialActivityLimit> orderByComparator) static List<SocialActivitySetting>
SocialActivitySettingUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialActivitySetting> orderByComparator) static List<SocialActivitySet>
SocialActivitySetUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialActivitySet> orderByComparator) static List<SocialActivity>
SocialActivityUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialActivity> orderByComparator) static List<SocialRelation>
SocialRelationUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialRelation> orderByComparator) static List<SocialRequest>
SocialRequestUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<SocialRequest> orderByComparator) -
Uses of OrderByComparator in com.liferay.social.kernel.util.comparator
Subclasses of OrderByComparator in com.liferay.social.kernel.util.comparator