Modifier and Type | Method and Description |
---|---|
<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.
|
<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.
|
<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> |
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.
|
<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> |
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.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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 = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_A_First(long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_A_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 = ?.
|
AnnouncementsEntry |
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_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 = ?.
|
AnnouncementsEntry |
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_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 = ?.
|
AnnouncementsEntry |
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_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 = ?.
|
AnnouncementsEntry |
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_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 = ?.
|
AnnouncementsEntry |
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_First(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
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_Last(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
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 AnnouncementsDelivery |
AnnouncementsDeliveryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery in the ordered set where companyId = ?.
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery 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 = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry 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 = ?.
|
AnnouncementsFlag |
AnnouncementsFlagPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the first announcements flag 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 = ?.
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the last announcements delivery 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 = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry 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 = ?.
|
AnnouncementsFlag |
AnnouncementsFlagPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the last announcements flag in the ordered set where companyId = ?.
|
static AnnouncementsFlag |
AnnouncementsFlagUtil.fetchByEntryId_First(long entryId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the first announcements flag in the ordered set where entryId = ?.
|
AnnouncementsFlag |
AnnouncementsFlagPersistence.fetchByEntryId_First(long entryId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the first 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 = ?.
|
AnnouncementsFlag |
AnnouncementsFlagPersistence.fetchByEntryId_Last(long entryId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the last announcements flag in the ordered set where entryId = ?.
|
static AnnouncementsDelivery |
AnnouncementsDeliveryUtil.fetchByUserId_First(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?.
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.fetchByUserId_First(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery 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 = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUserId_First(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry 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 = ?.
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.fetchByUserId_Last(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the last announcements delivery 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 = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUserId_Last(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where userId = ?.
|
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 = ?.
|
AnnouncementsEntry |
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_Last(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
|
AnnouncementsEntry |
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_First(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first 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 = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ?.
|
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 = ?.
|
AnnouncementsEntry[] |
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 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 = ?.
|
List<AnnouncementsEntry> |
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 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 = ?.
|
AnnouncementsEntry[] |
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 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 = ?.
|
List<AnnouncementsEntry> |
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 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 = ?.
|
AnnouncementsEntry[] |
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 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 = ?.
|
List<AnnouncementsEntry> |
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 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 = ?.
|
AnnouncementsEntry[] |
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 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 = ?.
|
List<AnnouncementsEntry> |
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 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 = ?.
|
AnnouncementsEntry[] |
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 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 = ?.
|
List<AnnouncementsEntry> |
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 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 = ?.
|
AnnouncementsEntry[] |
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 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 = ?.
|
List<AnnouncementsEntry> |
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 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 = ?.
|
AnnouncementsEntry[] |
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 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 = ?.
|
List<AnnouncementsEntry> |
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 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 = ?.
|
AnnouncementsEntry[] |
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 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 = ?.
|
List<AnnouncementsEntry> |
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<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findAll(int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns an ordered range of all the announcements deliveries.
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.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.
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.findAll(int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the announcements deliveries.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findAll(int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.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.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findAll(int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the announcements entries.
|
static List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findAll(int start,
int end,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns an ordered range of all the announcements flags.
|
List<AnnouncementsFlag> |
AnnouncementsFlagPersistence.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.
|
List<AnnouncementsFlag> |
AnnouncementsFlagPersistence.findAll(int start,
int end,
OrderByComparator<AnnouncementsFlag> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the announcements flags.
|
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 = ?.
|
AnnouncementsEntry |
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_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 = ?.
|
AnnouncementsEntry |
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_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 = ?.
|
AnnouncementsEntry[] |
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 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 = ?.
|
List<AnnouncementsEntry> |
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 = ?.
|
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 = ?.
|
List<AnnouncementsEntry> |
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 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 = ?.
|
AnnouncementsEntry |
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_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 = ?.
|
AnnouncementsEntry |
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_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 = ?.
|
AnnouncementsEntry[] |
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 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 = ?.
|
List<AnnouncementsEntry> |
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 = ?.
|
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 = ?.
|
List<AnnouncementsEntry> |
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 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 = ?.
|
AnnouncementsEntry |
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_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 = ?.
|
AnnouncementsEntry |
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_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 = ?.
|
AnnouncementsEntry[] |
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 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 = ?.
|
List<AnnouncementsEntry> |
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 = ?.
|
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 = ?.
|
List<AnnouncementsEntry> |
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 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 = ?.
|
AnnouncementsEntry |
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_Last(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
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_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 = ?.
|
AnnouncementsEntry[] |
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 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 = ?.
|
List<AnnouncementsEntry> |
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 = ?.
|
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 = ?.
|
List<AnnouncementsEntry> |
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 AnnouncementsDelivery |
AnnouncementsDeliveryUtil.findByCompanyId_First(long companyId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery in the ordered set where companyId = ?.
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.findByCompanyId_First(long companyId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery 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 = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry 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 = ?.
|
AnnouncementsFlag |
AnnouncementsFlagPersistence.findByCompanyId_First(long companyId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the first announcements flag 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 = ?.
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the last announcements delivery 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 = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry 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 = ?.
|
AnnouncementsFlag |
AnnouncementsFlagPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the last announcements flag 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 = ?.
|
AnnouncementsDelivery[] |
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 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 = ?.
|
AnnouncementsEntry[] |
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 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 = ?.
|
AnnouncementsFlag[] |
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 List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns an ordered range of all the announcements deliveries where companyId = ?.
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.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 = ?.
|
List<AnnouncementsDelivery> |
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<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where companyId = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.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 = ?.
|
List<AnnouncementsEntry> |
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<AnnouncementsFlag> |
AnnouncementsFlagUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns an ordered range of all the announcements flags where companyId = ?.
|
List<AnnouncementsFlag> |
AnnouncementsFlagPersistence.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 = ?.
|
List<AnnouncementsFlag> |
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 AnnouncementsFlag |
AnnouncementsFlagUtil.findByEntryId_First(long entryId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the first announcements flag in the ordered set where entryId = ?.
|
AnnouncementsFlag |
AnnouncementsFlagPersistence.findByEntryId_First(long entryId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the first 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 = ?.
|
AnnouncementsFlag |
AnnouncementsFlagPersistence.findByEntryId_Last(long entryId,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns the last 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 = ?.
|
AnnouncementsFlag[] |
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 List<AnnouncementsFlag> |
AnnouncementsFlagUtil.findByEntryId(long entryId,
int start,
int end,
OrderByComparator<AnnouncementsFlag> orderByComparator)
Returns an ordered range of all the announcements flags where entryId = ?.
|
List<AnnouncementsFlag> |
AnnouncementsFlagPersistence.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 = ?.
|
List<AnnouncementsFlag> |
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 AnnouncementsDelivery |
AnnouncementsDeliveryUtil.findByUserId_First(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery in the ordered set where userId = ?.
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.findByUserId_First(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the first announcements delivery 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 = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUserId_First(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry 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 = ?.
|
AnnouncementsDelivery |
AnnouncementsDeliveryPersistence.findByUserId_Last(long userId,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns the last announcements delivery 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 = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUserId_Last(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry 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 = ?.
|
AnnouncementsDelivery[] |
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 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 = ?.
|
AnnouncementsEntry[] |
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 List<AnnouncementsDelivery> |
AnnouncementsDeliveryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsDelivery> orderByComparator)
Returns an ordered range of all the announcements deliveries where userId = ?.
|
List<AnnouncementsDelivery> |
AnnouncementsDeliveryPersistence.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 = ?.
|
List<AnnouncementsDelivery> |
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<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where userId = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.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 = ?.
|
List<AnnouncementsEntry> |
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 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 = ?.
|
AnnouncementsEntry |
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_Last(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
|
AnnouncementsEntry |
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_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 = ?.
|
AnnouncementsEntry[] |
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 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 = ?.
|
List<AnnouncementsEntry> |
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 = ?.
|
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 = ?.
|
List<AnnouncementsEntry> |
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 AnnouncementsEntry |
AnnouncementsEntryUtil.findByUuid_First(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUuid_First(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first 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 = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last 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 = ?.
|
AnnouncementsEntry[] |
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 List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where uuid = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.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 = ?.
|
List<AnnouncementsEntry> |
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<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) |
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
AssetTagStatsLocalService.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> |
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> |
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> |
AssetLinkLocalService.dynamicQuery(DynamicQuery 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.
|
<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> |
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.
|
<T> List<T> |
AssetCategoryPropertyLocalService.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> |
AssetTagStatsLocalServiceWrapper.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> |
AssetCategoryPropertyLocalServiceUtil.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> |
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.
|
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> |
AssetCategoryPropertyLocalServiceWrapper.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> |
AssetLinkLocalServiceWrapper.dynamicQuery(DynamicQuery 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> |
AssetTagStatsLocalServiceUtil.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> |
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> |
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.
|
<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.
|
static <T> List<T> |
AssetLinkLocalServiceUtil.dynamicQuery(DynamicQuery 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.
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.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.
|
List<AssetCategory> |
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<AssetEntry> |
AssetEntryLocalServiceUtil.getAssetCategoryAssetEntries(long categoryId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator) |
List<AssetEntry> |
AssetEntryLocalServiceWrapper.getAssetCategoryAssetEntries(long categoryId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator) |
List<AssetEntry> |
AssetEntryLocalService.getAssetCategoryAssetEntries(long categoryId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator) |
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getAssetEntryAssetCategories(long entryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getAssetEntryAssetCategories(long entryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
List<AssetCategory> |
AssetCategoryLocalService.getAssetEntryAssetCategories(long entryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator) |
List<AssetTag> |
AssetTagLocalService.getAssetEntryAssetTags(long entryId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator) |
static List<AssetTag> |
AssetTagLocalServiceUtil.getAssetEntryAssetTags(long entryId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator) |
List<AssetTag> |
AssetTagLocalServiceWrapper.getAssetEntryAssetTags(long entryId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator) |
static List<AssetEntry> |
AssetEntryLocalServiceUtil.getAssetTagAssetEntries(long tagId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator) |
List<AssetEntry> |
AssetEntryLocalServiceWrapper.getAssetTagAssetEntries(long tagId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator) |
List<AssetEntry> |
AssetEntryLocalService.getAssetTagAssetEntries(long tagId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator) |
List<AssetTag> |
AssetTagLocalService.getAssetTagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns a range of asset tags matching the UUID and company.
|
static List<AssetTag> |
AssetTagLocalServiceUtil.getAssetTagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns a range of asset tags matching the UUID and company.
|
List<AssetTag> |
AssetTagLocalServiceWrapper.getAssetTagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns a range of asset tags matching the UUID and company.
|
List<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.getAssetVocabulariesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns a range of asset vocabularies matching the UUID and company.
|
List<AssetVocabulary> |
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.
|
static List<AssetCategory> |
AssetCategoryServiceUtil.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
eturns a range of child assetCategories.
|
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryServiceWrapper.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
eturns a range of child assetCategories.
|
List<AssetCategory> |
AssetCategoryService.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
eturns a range of child assetCategories.
|
List<AssetCategory> |
AssetCategoryLocalService.getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
static List<AssetTag> |
AssetTagServiceUtil.getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc) |
List<AssetTag> |
AssetTagService.getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc) |
List<AssetTag> |
AssetTagServiceWrapper.getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc) |
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long groupId,
boolean createDefaultVocabulary,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
List<AssetVocabulary> |
AssetVocabularyLocalServiceWrapper.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
List<AssetVocabulary> |
AssetVocabularyLocalService.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
static List<AssetVocabulary> |
AssetVocabularyServiceUtil.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
List<AssetVocabulary> |
AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
static List<AssetVocabulary> |
AssetVocabularyLocalServiceUtil.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
List<AssetVocabulary> |
AssetVocabularyService.getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
static AssetVocabularyDisplay |
AssetVocabularyServiceUtil.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
boolean addDefaultVocabulary,
OrderByComparator<AssetVocabulary> obc) |
AssetVocabularyDisplay |
AssetVocabularyServiceWrapper.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
boolean addDefaultVocabulary,
OrderByComparator<AssetVocabulary> obc) |
AssetVocabularyDisplay |
AssetVocabularyService.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
boolean addDefaultVocabulary,
OrderByComparator<AssetVocabulary> obc) |
static AssetVocabularyDisplay |
AssetVocabularyServiceUtil.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
AssetVocabularyDisplay |
AssetVocabularyServiceWrapper.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
AssetVocabularyDisplay |
AssetVocabularyService.getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
static List<AssetTag> |
AssetTagServiceUtil.getTags(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc) |
List<AssetTag> |
AssetTagService.getTags(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc) |
List<AssetTag> |
AssetTagServiceWrapper.getTags(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc) |
static List<AssetTag> |
AssetTagServiceUtil.getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc) |
List<AssetTag> |
AssetTagService.getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc) |
List<AssetTag> |
AssetTagServiceWrapper.getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc) |
static List<AssetTag> |
AssetTagServiceUtil.getTags(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc) |
List<AssetTag> |
AssetTagService.getTags(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc) |
List<AssetTag> |
AssetTagServiceWrapper.getTags(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc) |
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryLocalService.getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryLocalService.getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyCategories(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyCategories(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryService.getVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
static AssetCategoryDisplay |
AssetCategoryServiceUtil.getVocabularyCategoriesDisplay(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
AssetCategoryDisplay |
AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
AssetCategoryDisplay |
AssetCategoryService.getVocabularyCategoriesDisplay(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
static AssetCategoryDisplay |
AssetCategoryServiceUtil.getVocabularyCategoriesDisplay(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
AssetCategoryDisplay |
AssetCategoryServiceWrapper.getVocabularyCategoriesDisplay(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
AssetCategoryDisplay |
AssetCategoryService.getVocabularyCategoriesDisplay(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryLocalServiceWrapper.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
static List<AssetCategory> |
AssetCategoryLocalServiceUtil.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryLocalService.getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
static List<AssetCategory> |
AssetCategoryServiceUtil.getVocabularyRootCategories(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryServiceWrapper.getVocabularyRootCategories(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryService.getVocabularyRootCategories(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
static List<AssetCategory> |
AssetCategoryServiceUtil.search(long groupId,
String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryServiceWrapper.search(long groupId,
String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
List<AssetCategory> |
AssetCategoryService.search(long groupId,
String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc) |
Modifier and Type | Method and Description |
---|---|
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByC_K_First(long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the first asset category property in the ordered set where companyId = ? and key = ?.
|
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByC_K_First(long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the first asset category property in the ordered set where companyId = ? and key = ?.
|
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByC_K_Last(long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the last asset category property in the ordered set where companyId = ? and key = ?.
|
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByC_K_Last(long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the last asset category property in the ordered set where companyId = ? and key = ?.
|
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByCategoryId_First(long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the first asset category property in the ordered set where categoryId = ?.
|
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByCategoryId_First(long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the first asset category property in the ordered set where categoryId = ?.
|
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByCategoryId_Last(long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the last asset category property in the ordered set where categoryId = ?.
|
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByCategoryId_Last(long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the last asset category property in the ordered set where categoryId = ?.
|
static AssetTagStats |
AssetTagStatsUtil.fetchByClassNameId_First(long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Deprecated.
Returns the first asset tag stats in the ordered set where classNameId = ?.
|
AssetTagStats |
AssetTagStatsPersistence.fetchByClassNameId_First(long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Deprecated.
Returns the first asset tag stats in the ordered set where classNameId = ?.
|
static AssetTagStats |
AssetTagStatsUtil.fetchByClassNameId_Last(long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Deprecated.
Returns the last asset tag stats in the ordered set where classNameId = ?.
|
AssetTagStats |
AssetTagStatsPersistence.fetchByClassNameId_Last(long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Deprecated.
Returns the last asset tag stats in the ordered set where classNameId = ?.
|
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the first asset category property in the ordered set where companyId = ?.
|
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the first asset category property 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 = ?.
|
AssetEntry |
AssetEntryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry 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 = ?.
|
AssetVocabulary |
AssetVocabularyPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where companyId = ?.
|
AssetCategoryProperty |
AssetCategoryPropertyPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the last asset category property in the ordered set where companyId = ?.
|
static AssetCategoryProperty |
AssetCategoryPropertyUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the last asset category property 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 = ?.
|
AssetEntry |
AssetEntryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry 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 = ?.
|
AssetVocabulary |
AssetVocabularyPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where companyId = ?.
|
static AssetLink |
AssetLinkUtil.fetchByE_E_First(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
|
AssetLink |
AssetLinkPersistence.fetchByE_E_First(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
|
static AssetLink |
AssetLinkUtil.fetchByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
|
AssetLink |
AssetLinkPersistence.fetchByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
|
static AssetLink |
AssetLinkUtil.fetchByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?.
|
AssetLink |
AssetLinkPersistence.fetchByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?.
|
static AssetLink |
AssetLinkUtil.fetchByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?.
|
AssetLink |
AssetLinkPersistence.fetchByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?.
|
static AssetLink |
AssetLinkUtil.fetchByE1_T_First(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
|
AssetLink |
AssetLinkPersistence.fetchByE1_T_First(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
|
static AssetLink |
AssetLinkUtil.fetchByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
|
AssetLink |
AssetLinkPersistence.fetchByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
|
static AssetLink |
AssetLinkUtil.fetchByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?.
|
AssetLink |
AssetLinkPersistence.fetchByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?.
|
static AssetLink |
AssetLinkUtil.fetchByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?.
|
AssetLink |
AssetLinkPersistence.fetchByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?.
|
static AssetLink |
AssetLinkUtil.fetchByE2_T_First(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
|
AssetLink |
AssetLinkPersistence.fetchByE2_T_First(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
|
static AssetLink |
AssetLinkUtil.fetchByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
|
AssetLink |
AssetLinkPersistence.fetchByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
|
static AssetEntry |
AssetEntryUtil.fetchByExpirationDate_First(Date expirationDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where expirationDate = ?.
|
AssetEntry |
AssetEntryPersistence.fetchByExpirationDate_First(Date expirationDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first 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 = ?.
|
AssetEntry |
AssetEntryPersistence.fetchByExpirationDate_Last(Date expirationDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where 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 = ?.
|
AssetEntry |
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_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 = ?.
|
AssetEntry |
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_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 = ?.
|
AssetEntry |
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_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 = ?.
|
AssetEntry |
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 = ?.
|
AssetTag |
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 ?.
|
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 ?.
|
AssetVocabulary |
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 ?.
|
AssetTag |
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 ?.
|
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 ?.
|
AssetVocabulary |
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 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 = ?.
|
AssetCategory |
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_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 = ?.
|
AssetCategory |
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_P_First(long groupId,
long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ?.
|
AssetCategory |
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_Last(long groupId,
long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ?.
|
AssetCategory |
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_N_V_First(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
|
AssetCategory |
AssetCategoryPersistence.fetchByG_P_N_V_First(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
|
static AssetCategory |
AssetCategoryUtil.fetchByG_P_N_V_Last(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
|
AssetCategory |
AssetCategoryPersistence.fetchByG_P_N_V_Last(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? 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 = ?.
|
AssetCategory |
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_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 = ?.
|
AssetCategory |
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_V_First(long groupId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and vocabularyId = ?.
|
AssetCategory |
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_Last(long groupId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.
|
AssetCategory |
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.fetchByGroupId_First(long groupId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ?.
|
AssetCategory |
AssetCategoryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category 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 = ?.
|
AssetEntry |
AssetEntryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where groupId = ?.
|
AssetTag |
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 = ?.
|
static AssetVocabulary |
AssetVocabularyUtil.fetchByGroupId_First(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ?.
|
AssetVocabulary |
AssetVocabularyPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary 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 = ?.
|
AssetCategory |
AssetCategoryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category 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 = ?.
|
AssetEntry |
AssetEntryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where groupId = ?.
|
AssetTag |
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 = ?.
|
static AssetVocabulary |
AssetVocabularyUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ?.
|
AssetVocabulary |
AssetVocabularyPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ?.
|
static AssetEntry |
AssetEntryUtil.fetchByLayoutUuid_First(String layoutUuid,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where layoutUuid = ?.
|
AssetEntry |
AssetEntryPersistence.fetchByLayoutUuid_First(String layoutUuid,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first 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 = ?.
|
AssetEntry |
AssetEntryPersistence.fetchByLayoutUuid_Last(String layoutUuid,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where layoutUuid = ?.
|
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 = ?.
|
AssetCategory |
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_Last(String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.
|
AssetCategory |
AssetCategoryPersistence.fetchByN_V_Last(String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.
|
AssetTag |
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 = ?.
|
AssetTag |
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 = ?.
|
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 = ?.
|
AssetCategory |
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_Last(long parentCategoryId,
String name,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.
|
AssetCategory |
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_V_First(long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
|
AssetCategory |
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_Last(long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
|
AssetCategory |
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.fetchByParentCategoryId_First(long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ?.
|
AssetCategory |
AssetCategoryPersistence.fetchByParentCategoryId_First(long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first 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 = ?.
|
AssetCategory |
AssetCategoryPersistence.fetchByParentCategoryId_Last(long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ?.
|
static AssetEntry |
AssetEntryUtil.fetchByPublishDate_First(Date publishDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where publishDate = ?.
|
AssetEntry |
AssetEntryPersistence.fetchByPublishDate_First(Date publishDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first 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 = ?.
|
AssetEntry |
AssetEntryPersistence.fetchByPublishDate_Last(Date publishDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where publishDate = ?.
|
static AssetTagStats |
AssetTagStatsUtil.fetchByTagId_First(long tagId,
OrderByComparator<AssetTagStats> orderByComparator)
Deprecated.
Returns the first asset tag stats in the ordered set where tagId = ?.
|
AssetTagStats |
AssetTagStatsPersistence.fetchByTagId_First(long tagId,
OrderByComparator<AssetTagStats> orderByComparator)
Deprecated.
Returns the first asset tag stats in the ordered set where tagId = ?.
|
static AssetTagStats |
AssetTagStatsUtil.fetchByTagId_Last(long tagId,
OrderByComparator<AssetTagStats> orderByComparator)
Deprecated.
Returns the last asset tag stats in the ordered set where tagId = ?.
|
AssetTagStats |
AssetTagStatsPersistence.fetchByTagId_Last(long tagId,
OrderByComparator<AssetTagStats> orderByComparator)
Deprecated.
Returns the last asset tag stats in the ordered set where tagId = ?.
|
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 = ?.
|
AssetCategory |
AssetCategoryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where uuid = ? and companyId = ?.
|
AssetTag |
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 = ?.
|
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 = ?.
|
AssetVocabulary |
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 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 = ?.
|
AssetCategory |
AssetCategoryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where uuid = ? and companyId = ?.
|
AssetTag |
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 = ?.
|
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 = ?.
|
AssetVocabulary |
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 AssetCategory |
AssetCategoryUtil.fetchByUuid_First(String uuid,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where uuid = ?.
|
AssetCategory |
AssetCategoryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where uuid = ?.
|
AssetTag |
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 = ?.
|
static AssetVocabulary |
AssetVocabularyUtil.fetchByUuid_First(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where uuid = ?.
|
AssetVocabulary |
AssetVocabularyPersistence.fetchByUuid_First(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary 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 = ?.
|
AssetCategory |
AssetCategoryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where uuid = ?.
|
AssetTag |
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 = ?.
|
static AssetVocabulary |
AssetVocabularyUtil.fetchByUuid_Last(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ?.
|
AssetVocabulary |
AssetVocabularyPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where uuid = ?.
|
static AssetEntry |
AssetEntryUtil.fetchByVisible_First(boolean visible,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where visible = ?.
|
AssetEntry |
AssetEntryPersistence.fetchByVisible_First(boolean visible,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first 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 = ?.
|
AssetEntry |
AssetEntryPersistence.fetchByVisible_Last(boolean visible,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where visible = ?.
|
static AssetCategory |
AssetCategoryUtil.fetchByVocabularyId_First(long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where vocabularyId = ?.
|
AssetCategory |
AssetCategoryPersistence.fetchByVocabularyId_First(long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first 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 = ?.
|
AssetCategory |
AssetCategoryPersistence.fetchByVocabularyId_Last(long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where vocabularyId = ?.
|
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 ?.
|
AssetVocabulary[] |
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 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 = ?.
|
AssetCategory[] |
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 List<AssetCategory> |
AssetCategoryUtil.filterFindByG_LikeN_V(long groupId,
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 = ? and name LIKE ? and vocabularyId = any ?.
|
List<AssetCategory> |
AssetCategoryPersistence.filterFindByG_LikeN_V(long groupId,
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 = ? 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 = ?.
|
List<AssetCategory> |
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<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 ?.
|
List<AssetVocabulary> |
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 ?.
|
List<AssetVocabulary> |
AssetVocabularyFinder.filterFindByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
static List<AssetVocabulary> |
AssetVocabularyFinderUtil.filterFindByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
static AssetCategory[] |
AssetCategoryUtil.filterFindByG_P_N_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
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 parentCategoryId = ? and name = ? and vocabularyId = ?.
|
AssetCategory[] |
AssetCategoryPersistence.filterFindByG_P_N_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
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 parentCategoryId = ? and name = ? and vocabularyId = ?.
|
static List<AssetCategory> |
AssetCategoryUtil.filterFindByG_P_N_V(long groupId,
long parentCategoryId,
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 parentCategoryId = ? and name = ? and vocabularyId = ?.
|
List<AssetCategory> |
AssetCategoryPersistence.filterFindByG_P_N_V(long groupId,
long parentCategoryId,
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 parentCategoryId = ? and name = ? and vocabularyId = ?.
|
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 = ?.
|
AssetCategory[] |
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_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 = ?.
|
AssetCategory[] |
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 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 = ?.
|
List<AssetCategory> |
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(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 = ?.
|
List<AssetCategory> |
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 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 = ?.
|
AssetCategory[] |
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 List<AssetCategory> |
AssetCategoryUtil.filterFindByG_V(long groupId,
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 = ? and vocabularyId = any ?.
|
List<AssetCategory> |
AssetCategoryPersistence.filterFindByG_V(long groupId,
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 = ? 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 = ?.
|
List<AssetCategory> |
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 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 = ?.
|
AssetCategory[] |
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 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 = ?.
|
AssetVocabulary[] |
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 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 ?.
|
List<AssetVocabulary> |
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 ?.
|
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 = ?.
|
List<AssetCategory> |
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<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 = ?.
|
List<AssetVocabulary> |
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<AssetCategory> |
AssetCategoryUtil.findAll(int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories.
|
List<AssetCategory> |
AssetCategoryPersistence.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.
|
List<AssetCategory> |
AssetCategoryPersistence.findAll(int start,
int end,
OrderByComparator<AssetCategory> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset categories.
|
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findAll(int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns an ordered range of all the asset category properties.
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findAll(int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns an ordered range of all the asset category properties.
|
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findAll(int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator,
boolean useFinderCache)
Deprecated.
Returns an ordered range of all the asset category properties.
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findAll(int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator,
boolean useFinderCache)
Deprecated.
Returns an ordered range of all the asset category properties.
|
static List<AssetEntry> |
AssetEntryUtil.findAll(int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries.
|
List<AssetEntry> |
AssetEntryPersistence.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.
|
List<AssetEntry> |
AssetEntryPersistence.findAll(int start,
int end,
OrderByComparator<AssetEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset entries.
|
static List<AssetLink> |
AssetLinkUtil.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links.
|
List<AssetLink> |
AssetLinkPersistence.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links.
|
static List<AssetLink> |
AssetLinkUtil.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links.
|
List<AssetLink> |
AssetLinkPersistence.findAll(int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links.
|
List<AssetTag> |
AssetTagPersistence.findAll(int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags.
|
static List<AssetTag> |
AssetTagUtil.findAll(int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags.
|
List<AssetTag> |
AssetTagPersistence.findAll(int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset tags.
|
static List<AssetTag> |
AssetTagUtil.findAll(int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset tags.
|
static List<AssetTagStats> |
AssetTagStatsUtil.findAll(int start,
int end,
OrderByComparator<AssetTagStats> orderByComparator)
Deprecated.
Returns an ordered range of all the asset tag statses.
|
List<AssetTagStats> |
AssetTagStatsPersistence.findAll(int start,
int end,
OrderByComparator<AssetTagStats> orderByComparator)
Deprecated.
Returns an ordered range of all the asset tag statses.
|
static List<AssetTagStats> |
AssetTagStatsUtil.findAll(int start,
int end,
OrderByComparator<AssetTagStats> orderByComparator,
boolean useFinderCache)
Deprecated.
Returns an ordered range of all the asset tag statses.
|
List<AssetTagStats> |
AssetTagStatsPersistence.findAll(int start,
int end,
OrderByComparator<AssetTagStats> orderByComparator,
boolean useFinderCache)
Deprecated.
Returns an ordered range of all the asset tag statses.
|
static List<AssetVocabulary> |
AssetVocabularyUtil.findAll(int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies.
|
List<AssetVocabulary> |
AssetVocabularyPersistence.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.
|
List<AssetVocabulary> |
AssetVocabularyPersistence.findAll(int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset vocabularies.
|
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByC_K_First(long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the first asset category property in the ordered set where companyId = ? and key = ?.
|
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByC_K_First(long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the first asset category property in the ordered set where companyId = ? and key = ?.
|
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByC_K_Last(long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the last asset category property in the ordered set where companyId = ? and key = ?.
|
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByC_K_Last(long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the last asset category property in the ordered set where companyId = ? and key = ?.
|
AssetCategoryProperty[] |
AssetCategoryPropertyPersistence.findByC_K_PrevAndNext(long categoryPropertyId,
long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the asset category properties before and after the current asset category property in the ordered set where companyId = ? and key = ?.
|
static AssetCategoryProperty[] |
AssetCategoryPropertyUtil.findByC_K_PrevAndNext(long categoryPropertyId,
long companyId,
String key,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the asset category properties before and after the current asset category property in the ordered set where companyId = ? and key = ?.
|
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findByC_K(long companyId,
String key,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns an ordered range of all the asset category properties where companyId = ? and key = ?.
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findByC_K(long companyId,
String key,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns an ordered range of all the asset category properties where companyId = ? and key = ?.
|
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findByC_K(long companyId,
String key,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator,
boolean useFinderCache)
Deprecated.
Returns an ordered range of all the asset category properties where companyId = ? and key = ?.
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findByC_K(long companyId,
String key,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator,
boolean useFinderCache)
Deprecated.
Returns an ordered range of all the asset category properties where companyId = ? and key = ?.
|
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByCategoryId_First(long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the first asset category property in the ordered set where categoryId = ?.
|
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByCategoryId_First(long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the first asset category property in the ordered set where categoryId = ?.
|
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByCategoryId_Last(long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the last asset category property in the ordered set where categoryId = ?.
|
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByCategoryId_Last(long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the last asset category property in the ordered set where categoryId = ?.
|
AssetCategoryProperty[] |
AssetCategoryPropertyPersistence.findByCategoryId_PrevAndNext(long categoryPropertyId,
long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the asset category properties before and after the current asset category property in the ordered set where categoryId = ?.
|
static AssetCategoryProperty[] |
AssetCategoryPropertyUtil.findByCategoryId_PrevAndNext(long categoryPropertyId,
long categoryId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the asset category properties before and after the current asset category property in the ordered set where categoryId = ?.
|
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findByCategoryId(long categoryId,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns an ordered range of all the asset category properties where categoryId = ?.
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findByCategoryId(long categoryId,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns an ordered range of all the asset category properties where categoryId = ?.
|
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findByCategoryId(long categoryId,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator,
boolean useFinderCache)
Deprecated.
Returns an ordered range of all the asset category properties where categoryId = ?.
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findByCategoryId(long categoryId,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator,
boolean useFinderCache)
Deprecated.
Returns an ordered range of all the asset category properties where categoryId = ?.
|
static AssetTagStats |
AssetTagStatsUtil.findByClassNameId_First(long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Deprecated.
Returns the first asset tag stats in the ordered set where classNameId = ?.
|
AssetTagStats |
AssetTagStatsPersistence.findByClassNameId_First(long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Deprecated.
Returns the first asset tag stats in the ordered set where classNameId = ?.
|
static AssetTagStats |
AssetTagStatsUtil.findByClassNameId_Last(long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Deprecated.
Returns the last asset tag stats in the ordered set where classNameId = ?.
|
AssetTagStats |
AssetTagStatsPersistence.findByClassNameId_Last(long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Deprecated.
Returns the last asset tag stats in the ordered set where classNameId = ?.
|
static AssetTagStats[] |
AssetTagStatsUtil.findByClassNameId_PrevAndNext(long tagStatsId,
long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Deprecated.
Returns the asset tag statses before and after the current asset tag stats in the ordered set where classNameId = ?.
|
AssetTagStats[] |
AssetTagStatsPersistence.findByClassNameId_PrevAndNext(long tagStatsId,
long classNameId,
OrderByComparator<AssetTagStats> orderByComparator)
Deprecated.
Returns the asset tag statses before and after the current asset tag stats in the ordered set where classNameId = ?.
|
static List<AssetTagStats> |
AssetTagStatsUtil.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<AssetTagStats> orderByComparator)
Deprecated.
Returns an ordered range of all the asset tag statses where classNameId = ?.
|
List<AssetTagStats> |
AssetTagStatsPersistence.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<AssetTagStats> orderByComparator)
Deprecated.
Returns an ordered range of all the asset tag statses where classNameId = ?.
|
static List<AssetTagStats> |
AssetTagStatsUtil.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<AssetTagStats> orderByComparator,
boolean useFinderCache)
Deprecated.
Returns an ordered range of all the asset tag statses where classNameId = ?.
|
List<AssetTagStats> |
AssetTagStatsPersistence.findByClassNameId(long classNameId,
int start,
int end,
OrderByComparator<AssetTagStats> orderByComparator,
boolean useFinderCache)
Deprecated.
Returns an ordered range of all the asset tag statses where classNameId = ?.
|
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByCompanyId_First(long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the first asset category property in the ordered set where companyId = ?.
|
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByCompanyId_First(long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the first asset category property 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 = ?.
|
AssetEntry |
AssetEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry 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 = ?.
|
AssetVocabulary |
AssetVocabularyPersistence.findByCompanyId_First(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where companyId = ?.
|
AssetCategoryProperty |
AssetCategoryPropertyPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the last asset category property in the ordered set where companyId = ?.
|
static AssetCategoryProperty |
AssetCategoryPropertyUtil.findByCompanyId_Last(long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the last asset category property 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 = ?.
|
AssetEntry |
AssetEntryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry 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 = ?.
|
AssetVocabulary |
AssetVocabularyPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where companyId = ?.
|
AssetCategoryProperty[] |
AssetCategoryPropertyPersistence.findByCompanyId_PrevAndNext(long categoryPropertyId,
long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the asset category properties before and after the current asset category property in the ordered set where companyId = ?.
|
static AssetCategoryProperty[] |
AssetCategoryPropertyUtil.findByCompanyId_PrevAndNext(long categoryPropertyId,
long companyId,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns the asset category properties before and after the current asset category property 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 = ?.
|
AssetEntry[] |
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 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 = ?.
|
AssetVocabulary[] |
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 = ?.
|
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns an ordered range of all the asset category properties where companyId = ?.
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator)
Deprecated.
Returns an ordered range of all the asset category properties where companyId = ?.
|
List<AssetCategoryProperty> |
AssetCategoryPropertyPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator,
boolean useFinderCache)
Deprecated.
Returns an ordered range of all the asset category properties where companyId = ?.
|
static List<AssetCategoryProperty> |
AssetCategoryPropertyUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<AssetCategoryProperty> orderByComparator,
boolean useFinderCache)
Deprecated.
Returns an ordered range of all the asset category properties 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 = ?.
|
List<AssetEntry> |
AssetEntryPersistence.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 = ?.
|
List<AssetEntry> |
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<AssetVocabulary> |
AssetVocabularyUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns an ordered range of all the asset vocabularies where companyId = ?.
|
List<AssetVocabulary> |
AssetVocabularyPersistence.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 = ?.
|
List<AssetVocabulary> |
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 AssetLink |
AssetLinkUtil.findByE_E_First(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
|
AssetLink |
AssetLinkPersistence.findByE_E_First(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and entryId2 = ?.
|
static AssetLink |
AssetLinkUtil.findByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
|
AssetLink |
AssetLinkPersistence.findByE_E_Last(long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and entryId2 = ?.
|
static AssetLink[] |
AssetLinkUtil.findByE_E_PrevAndNext(long linkId,
long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?.
|
AssetLink[] |
AssetLinkPersistence.findByE_E_PrevAndNext(long linkId,
long entryId1,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and entryId2 = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByE_E(long entryId1,
long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByE_E(long entryId1,
long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByE_E(long entryId1,
long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByE_E(long entryId1,
long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links where entryId1 = ? and entryId2 = ?.
|
static AssetLink |
AssetLinkUtil.findByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?.
|
AssetLink |
AssetLinkPersistence.findByE1_First(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ?.
|
static AssetLink |
AssetLinkUtil.findByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?.
|
AssetLink |
AssetLinkPersistence.findByE1_Last(long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ?.
|
static AssetLink[] |
AssetLinkUtil.findByE1_PrevAndNext(long linkId,
long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ?.
|
AssetLink[] |
AssetLinkPersistence.findByE1_PrevAndNext(long linkId,
long entryId1,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ?.
|
static AssetLink |
AssetLinkUtil.findByE1_T_First(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
|
AssetLink |
AssetLinkPersistence.findByE1_T_First(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId1 = ? and type = ?.
|
static AssetLink |
AssetLinkUtil.findByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
|
AssetLink |
AssetLinkPersistence.findByE1_T_Last(long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId1 = ? and type = ?.
|
static AssetLink[] |
AssetLinkUtil.findByE1_T_PrevAndNext(long linkId,
long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?.
|
AssetLink[] |
AssetLinkPersistence.findByE1_T_PrevAndNext(long linkId,
long entryId1,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId1 = ? and type = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByE1_T(long entryId1,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ? and type = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByE1_T(long entryId1,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ? and type = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByE1_T(long entryId1,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links where entryId1 = ? and type = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByE1_T(long entryId1,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links where entryId1 = ? and type = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId1 = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links where entryId1 = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByE1(long entryId1,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links where entryId1 = ?.
|
static AssetLink |
AssetLinkUtil.findByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?.
|
AssetLink |
AssetLinkPersistence.findByE2_First(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ?.
|
static AssetLink |
AssetLinkUtil.findByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?.
|
AssetLink |
AssetLinkPersistence.findByE2_Last(long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ?.
|
static AssetLink[] |
AssetLinkUtil.findByE2_PrevAndNext(long linkId,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ?.
|
AssetLink[] |
AssetLinkPersistence.findByE2_PrevAndNext(long linkId,
long entryId2,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ?.
|
static AssetLink |
AssetLinkUtil.findByE2_T_First(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
|
AssetLink |
AssetLinkPersistence.findByE2_T_First(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the first asset link in the ordered set where entryId2 = ? and type = ?.
|
static AssetLink |
AssetLinkUtil.findByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
|
AssetLink |
AssetLinkPersistence.findByE2_T_Last(long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the last asset link in the ordered set where entryId2 = ? and type = ?.
|
static AssetLink[] |
AssetLinkUtil.findByE2_T_PrevAndNext(long linkId,
long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?.
|
AssetLink[] |
AssetLinkPersistence.findByE2_T_PrevAndNext(long linkId,
long entryId2,
int type,
OrderByComparator<AssetLink> orderByComparator)
Returns the asset links before and after the current asset link in the ordered set where entryId2 = ? and type = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByE2_T(long entryId2,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ? and type = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByE2_T(long entryId2,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ? and type = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByE2_T(long entryId2,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links where entryId2 = ? and type = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByE2_T(long entryId2,
int type,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links where entryId2 = ? and type = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator)
Returns an ordered range of all the asset links where entryId2 = ?.
|
static List<AssetLink> |
AssetLinkUtil.findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links where entryId2 = ?.
|
List<AssetLink> |
AssetLinkPersistence.findByE2(long entryId2,
int start,
int end,
OrderByComparator<AssetLink> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset links where entryId2 = ?.
|
static AssetEntry |
AssetEntryUtil.findByExpirationDate_First(Date expirationDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where expirationDate = ?.
|
AssetEntry |
AssetEntryPersistence.findByExpirationDate_First(Date expirationDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first 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 = ?.
|
AssetEntry |
AssetEntryPersistence.findByExpirationDate_Last(Date expirationDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last 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 = ?.
|
AssetEntry[] |
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 List<AssetEntry> |
AssetEntryUtil.findByExpirationDate(Date expirationDate,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries where expirationDate = ?.
|
List<AssetEntry> |
AssetEntryPersistence.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 = ?.
|
List<AssetEntry> |
AssetEntryPersistence.findByExpirationDate(Date expirationDate,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset entries where expirationDate = ?.
|
List<AssetTag> |
AssetTagFinder.findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc) |
static List<AssetTag> |
AssetTagFinderUtil.findByG_C_N(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc) |
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 = ?.
|
AssetEntry |
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_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 = ?.
|
AssetEntry |
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_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 = ?.
|
AssetEntry[] |
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 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 = ?.
|
List<AssetEntry> |
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 = ?.
|
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 = ?.
|
List<AssetEntry> |
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 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 = ?.
|
AssetEntry |
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_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 = ?.
|
AssetEntry |
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_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 = ?.
|
AssetEntry[] |
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 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 = ?.
|
List<AssetEntry> |
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 = ?.
|
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 = ?.
|
List<AssetEntry> |
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 = ?.
|
AssetTag |
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 ?.
|
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 ?.
|
AssetVocabulary |
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 ?.
|
AssetTag |
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 ?.
|
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 ?.
|
AssetVocabulary |
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 ?.
|
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 ?.
|
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 ?.
|
AssetVocabulary[] |
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 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 = ?.
|
AssetCategory |
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_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 = ?.
|
AssetCategory |
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_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 = ?.
|
AssetCategory[] |
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 List<AssetCategory> |
AssetCategoryUtil.findByG_LikeN_V(long groupId,
String name,
long[] vocabularyIds,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = any ?.
|
List<AssetCategory> |
AssetCategoryPersistence.findByG_LikeN_V(long groupId,
String name,
long[] vocabularyIds,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and name LIKE ? and vocabularyId = any ?.
|
static List<AssetCategory> |
AssetCategoryUtil.findByG_LikeN_V(long groupId,
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.
|
List<AssetCategory> |
AssetCategoryPersistence.findByG_LikeN_V(long groupId,
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 = ?.
|
List<AssetCategory> |
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 = ?.
|
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 = ?.
|
List<AssetCategory> |
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 = ?.
|
List<AssetTag> |
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 ?.
|
static List<AssetTag> |
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 ?.
|
List<AssetTag> |
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.
|
static List<AssetTag> |
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.
|
List<AssetTag> |
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 ?.
|
static List<AssetTag> |
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 ?.
|
List<AssetTag> |
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 ?.
|
static List<AssetTag> |
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 ?.
|
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 ?.
|
List<AssetVocabulary> |
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 ?.
|
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 ?.
|
List<AssetVocabulary> |
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 ?.
|
List<AssetVocabulary> |
AssetVocabularyFinder.findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
static List<AssetVocabulary> |
AssetVocabularyFinderUtil.findByG_N(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
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 = ?.
|
AssetCategory |
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_Last(long groupId,
long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ?.
|
AssetCategory |
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_N_V_First(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
|
AssetCategory |
AssetCategoryPersistence.findByG_P_N_V_First(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
|
static AssetCategory |
AssetCategoryUtil.findByG_P_N_V_Last(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
|
AssetCategory |
AssetCategoryPersistence.findByG_P_N_V_Last(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
|
static AssetCategory[] |
AssetCategoryUtil.findByG_P_N_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
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 parentCategoryId = ? and name = ? and vocabularyId = ?.
|
AssetCategory[] |
AssetCategoryPersistence.findByG_P_N_V_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
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 parentCategoryId = ? and name = ? and vocabularyId = ?.
|
static List<AssetCategory> |
AssetCategoryUtil.findByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
|
List<AssetCategory> |
AssetCategoryPersistence.findByG_P_N_V(long groupId,
long parentCategoryId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ? and name = ? and vocabularyId = ?.
|
static List<AssetCategory> |
AssetCategoryUtil.findByG_P_N_V(long groupId,
long parentCategoryId,
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 parentCategoryId = ? and name = ? and vocabularyId = ?.
|
List<AssetCategory> |
AssetCategoryPersistence.findByG_P_N_V(long groupId,
long parentCategoryId,
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 parentCategoryId = ? and name = ? and vocabularyId = ?.
|
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 = ?.
|
AssetCategory[] |
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_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 = ?.
|
AssetCategory |
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_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 = ?.
|
AssetCategory |
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_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 = ?.
|
AssetCategory[] |
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 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 = ?.
|
List<AssetCategory> |
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 = ?.
|
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 = ?.
|
List<AssetCategory> |
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(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and parentCategoryId = ?.
|
List<AssetCategory> |
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 = ?.
|
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 = ?.
|
List<AssetCategory> |
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 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 = ?.
|
AssetCategory |
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_Last(long groupId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where groupId = ? and vocabularyId = ?.
|
AssetCategory |
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_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 = ?.
|
AssetCategory[] |
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 List<AssetCategory> |
AssetCategoryUtil.findByG_V(long groupId,
long[] vocabularyIds,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = any ?.
|
List<AssetCategory> |
AssetCategoryPersistence.findByG_V(long groupId,
long[] vocabularyIds,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where groupId = ? and vocabularyId = any ?.
|
static List<AssetCategory> |
AssetCategoryUtil.findByG_V(long groupId,
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.
|
List<AssetCategory> |
AssetCategoryPersistence.findByG_V(long groupId,
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 = ?.
|
List<AssetCategory> |
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 = ?.
|
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 = ?.
|
List<AssetCategory> |
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 AssetCategory |
AssetCategoryUtil.findByGroupId_First(long groupId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where groupId = ?.
|
AssetCategory |
AssetCategoryPersistence.findByGroupId_First(long groupId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category 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 = ?.
|
AssetEntry |
AssetEntryPersistence.findByGroupId_First(long groupId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where groupId = ?.
|
AssetTag |
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 = ?.
|
static AssetVocabulary |
AssetVocabularyUtil.findByGroupId_First(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary in the ordered set where groupId = ?.
|
AssetVocabulary |
AssetVocabularyPersistence.findByGroupId_First(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the first asset vocabulary 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 = ?.
|
AssetCategory |
AssetCategoryPersistence.findByGroupId_Last(long groupId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category 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 = ?.
|
AssetEntry |
AssetEntryPersistence.findByGroupId_Last(long groupId,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last asset entry in the ordered set where groupId = ?.
|
AssetTag |
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 = ?.
|
static AssetVocabulary |
AssetVocabularyUtil.findByGroupId_Last(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary in the ordered set where groupId = ?.
|
AssetVocabulary |
AssetVocabularyPersistence.findByGroupId_Last(long groupId,
OrderByComparator<AssetVocabulary> orderByComparator)
Returns the last asset vocabulary 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 = ?.
|
AssetCategory[] |
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 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 = ?.
|
AssetEntry[] |
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 = ?.
|
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 = ?.
|
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 = ?.
|
AssetVocabulary[] |
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 = ?.
|
List<AssetTag> |
AssetTagPersistence.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where groupId = any ?.
|
static List<AssetTag> |
AssetTagUtil.findByGroupId(long[] groupIds,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where groupId = any ?.
|
List<AssetTag> |
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.
|
static List<AssetTag> |
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.
|
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 ?.
|
List<AssetVocabulary> |
AssetVocabularyPersistence.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.
|
List<AssetVocabulary> |
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.
|
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 = ?.
|
List<AssetCategory> |
AssetCategoryPersistence.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 = ?.
|
List<AssetCategory> |
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<AssetEntry> |
AssetEntryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries where groupId = ?.
|
List<AssetEntry> |
AssetEntryPersistence.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 = ?.
|
List<AssetEntry> |
AssetEntryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset entries where groupId = ?.
|
List<AssetTag> |
AssetTagPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where groupId = ?.
|
static List<AssetTag> |
AssetTagUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where groupId = ?.
|
List<AssetTag> |
AssetTagPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset tags where groupId = ?.
|
static List<AssetTag> |
AssetTagUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset tags where groupId = ?.
|
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 = ?.
|
List<AssetVocabulary> |
AssetVocabularyPersistence.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 = ?.
|
List<AssetVocabulary> |
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 AssetEntry |
AssetEntryUtil.findByLayoutUuid_First(String layoutUuid,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where layoutUuid = ?.
|
AssetEntry |
AssetEntryPersistence.findByLayoutUuid_First(String layoutUuid,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first 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 = ?.
|
AssetEntry |
AssetEntryPersistence.findByLayoutUuid_Last(String layoutUuid,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last 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 = ?.
|
AssetEntry[] |
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 List<AssetEntry> |
AssetEntryUtil.findByLayoutUuid(String layoutUuid,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries where layoutUuid = ?.
|
List<AssetEntry> |
AssetEntryPersistence.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 = ?.
|
List<AssetEntry> |
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 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 = ?.
|
AssetCategory |
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_Last(String name,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where name = ? and vocabularyId = ?.
|
AssetCategory |
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_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 = ?.
|
AssetCategory[] |
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 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 = ?.
|
List<AssetCategory> |
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 = ?.
|
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 = ?.
|
List<AssetCategory> |
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 = ?.
|
AssetTag |
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 = ?.
|
AssetTag |
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 = ?.
|
List<AssetTag> |
AssetTagPersistence.findByName(String[] names,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where name = any ?.
|
static List<AssetTag> |
AssetTagUtil.findByName(String[] names,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where name = any ?.
|
List<AssetTag> |
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.
|
static List<AssetTag> |
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.
|
List<AssetTag> |
AssetTagPersistence.findByName(String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where name = ?.
|
static List<AssetTag> |
AssetTagUtil.findByName(String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns an ordered range of all the asset tags where name = ?.
|
List<AssetTag> |
AssetTagPersistence.findByName(String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset tags where name = ?.
|
static List<AssetTag> |
AssetTagUtil.findByName(String name,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the asset tags where 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 = ?.
|
AssetCategory |
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_Last(long parentCategoryId,
String name,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and name = ?.
|
AssetCategory |
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_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 = ?.
|
AssetCategory[] |
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 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 = ?.
|
List<AssetCategory> |
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 = ?.
|
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 = ?.
|
List<AssetCategory> |
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 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 = ?.
|
AssetCategory |
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_Last(long parentCategoryId,
long vocabularyId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
|
AssetCategory |
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_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 = ?.
|
AssetCategory[] |
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 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 = ?.
|
List<AssetCategory> |
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 = ?.
|
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 = ?.
|
List<AssetCategory> |
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 AssetCategory |
AssetCategoryUtil.findByParentCategoryId_First(long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first asset category in the ordered set where parentCategoryId = ?.
|
AssetCategory |
AssetCategoryPersistence.findByParentCategoryId_First(long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the first 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 = ?.
|
AssetCategory |
AssetCategoryPersistence.findByParentCategoryId_Last(long parentCategoryId,
OrderByComparator<AssetCategory> orderByComparator)
Returns the last 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 = ?.
|
AssetCategory[] |
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 List<AssetCategory> |
AssetCategoryUtil.findByParentCategoryId(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> orderByComparator)
Returns an ordered range of all the asset categories where parentCategoryId = ?.
|
List<AssetCategory> |
AssetCategoryPersistence.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 = ?.
|
List<AssetCategory> |
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 AssetEntry |
AssetEntryUtil.findByPublishDate_First(Date publishDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first asset entry in the ordered set where publishDate = ?.
|
AssetEntry |
AssetEntryPersistence.findByPublishDate_First(Date publishDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the first 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 = ?.
|
AssetEntry |
AssetEntryPersistence.findByPublishDate_Last(Date publishDate,
OrderByComparator<AssetEntry> orderByComparator)
Returns the last 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 = ?.
|
AssetEntry[] |
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 List<AssetEntry> |
AssetEntryUtil.findByPublishDate(Date publishDate,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries where publishDate = ?.
|
List<AssetEntry> |
AssetEntryPersistence.findByPublishDate(Date publishDate,
int start,
int end,
OrderByComparator<AssetEntry> orderByComparator)
Returns an ordered range of all the asset entries where publishDate = ?.
|
static List<AssetEntry&g |