|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchFileRankException | |
|---|---|
| com.liferay.portlet.documentlibrary.service.persistence | |
| Uses of NoSuchFileRankException in com.liferay.portlet.documentlibrary.service.persistence |
|---|
| Methods in com.liferay.portlet.documentlibrary.service.persistence that throw NoSuchFileRankException | |
|---|---|
static DLFileRank |
DLFileRankUtil.findByC_U_F(long companyId,
long userId,
long fileEntryId)
Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or throws a NoSuchFileRankException if it could not be found. |
DLFileRank |
DLFileRankPersistence.findByC_U_F(long companyId,
long userId,
long fileEntryId)
Returns the document library file rank where companyId = ? and userId = ? and fileEntryId = ? or throws a NoSuchFileRankException if it could not be found. |
static DLFileRank |
DLFileRankUtil.findByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistence.findByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where fileEntryId = ?. |
static DLFileRank |
DLFileRankUtil.findByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank |
DLFileRankPersistence.findByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where fileEntryId = ?. |
static DLFileRank[] |
DLFileRankUtil.findByFileEntryId_PrevAndNext(long fileRankId,
long fileEntryId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where fileEntryId = ?. |
DLFileRank[] |
DLFileRankPersistence.findByFileEntryId_PrevAndNext(long fileRankId,
long fileEntryId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where fileEntryId = ?. |
static DLFileRank |
DLFileRankUtil.findByG_U_A_First(long groupId,
long userId,
boolean active,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
DLFileRank |
DLFileRankPersistence.findByG_U_A_First(long groupId,
long userId,
boolean active,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
static DLFileRank |
DLFileRankUtil.findByG_U_A_Last(long groupId,
long userId,
boolean active,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
DLFileRank |
DLFileRankPersistence.findByG_U_A_Last(long groupId,
long userId,
boolean active,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
static DLFileRank[] |
DLFileRankUtil.findByG_U_A_PrevAndNext(long fileRankId,
long groupId,
long userId,
boolean active,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
DLFileRank[] |
DLFileRankPersistence.findByG_U_A_PrevAndNext(long fileRankId,
long groupId,
long userId,
boolean active,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ? and active = ?. |
static DLFileRank |
DLFileRankUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileRank |
DLFileRankUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank |
DLFileRankPersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileRank[] |
DLFileRankUtil.findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ?. |
DLFileRank[] |
DLFileRankPersistence.findByG_U_PrevAndNext(long fileRankId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where groupId = ? and userId = ?. |
static DLFileRank |
DLFileRankUtil.findByPrimaryKey(long fileRankId)
Returns the document library file rank with the primary key or throws a NoSuchFileRankException if it could not be found. |
DLFileRank |
DLFileRankPersistence.findByPrimaryKey(long fileRankId)
Returns the document library file rank with the primary key or throws a NoSuchFileRankException if it could not be found. |
static DLFileRank |
DLFileRankUtil.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?. |
DLFileRank |
DLFileRankPersistence.findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where userId = ?. |
static DLFileRank |
DLFileRankUtil.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?. |
DLFileRank |
DLFileRankPersistence.findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where userId = ?. |
static DLFileRank[] |
DLFileRankUtil.findByUserId_PrevAndNext(long fileRankId,
long userId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where userId = ?. |
DLFileRank[] |
DLFileRankPersistence.findByUserId_PrevAndNext(long fileRankId,
long userId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where userId = ?. |
static DLFileRank |
DLFileRankUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where uuid = ? and companyId = ?. |
DLFileRank |
DLFileRankPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where uuid = ? and companyId = ?. |
static DLFileRank |
DLFileRankUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where uuid = ? and companyId = ?. |
DLFileRank |
DLFileRankPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where uuid = ? and companyId = ?. |
static DLFileRank[] |
DLFileRankUtil.findByUuid_C_PrevAndNext(long fileRankId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where uuid = ? and companyId = ?. |
DLFileRank[] |
DLFileRankPersistence.findByUuid_C_PrevAndNext(long fileRankId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where uuid = ? and companyId = ?. |
static DLFileRank |
DLFileRankUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where uuid = ?. |
DLFileRank |
DLFileRankPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file rank in the ordered set where uuid = ?. |
static DLFileRank |
DLFileRankUtil.findByUUID_G(String uuid,
long groupId)
Returns the document library file rank where uuid = ? and groupId = ? or throws a NoSuchFileRankException if it could not be found. |
DLFileRank |
DLFileRankPersistence.findByUUID_G(String uuid,
long groupId)
Returns the document library file rank where uuid = ? and groupId = ? or throws a NoSuchFileRankException if it could not be found. |
static DLFileRank |
DLFileRankUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where uuid = ?. |
DLFileRank |
DLFileRankPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file rank in the ordered set where uuid = ?. |
static DLFileRank[] |
DLFileRankUtil.findByUuid_PrevAndNext(long fileRankId,
String uuid,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where uuid = ?. |
DLFileRank[] |
DLFileRankPersistence.findByUuid_PrevAndNext(long fileRankId,
String uuid,
OrderByComparator orderByComparator)
Returns the document library file ranks before and after the current document library file rank in the ordered set where uuid = ?. |
static DLFileRank |
DLFileRankUtil.remove(long fileRankId)
Removes the document library file rank with the primary key from the database. |
DLFileRank |
DLFileRankPersistence.remove(long fileRankId)
Removes the document library file rank with the primary key from the database. |
static DLFileRank |
DLFileRankUtil.removeByC_U_F(long companyId,
long userId,
long fileEntryId)
Removes the document library file rank where companyId = ? and userId = ? and fileEntryId = ? from the database. |
DLFileRank |
DLFileRankPersistence.removeByC_U_F(long companyId,
long userId,
long fileEntryId)
Removes the document library file rank where companyId = ? and userId = ? and fileEntryId = ? from the database. |
static DLFileRank |
DLFileRankUtil.removeByUUID_G(String uuid,
long groupId)
Removes the document library file rank where uuid = ? and groupId = ? from the database. |
DLFileRank |
DLFileRankPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the document library file rank where uuid = ? and groupId = ? from the database. |
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||