Liferay 6.0.5

Uses of Class
com.liferay.portlet.documentlibrary.NoSuchFileRankException

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_N(long companyId, long userId, long folderId, String name)
          Finds the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? or throws a NoSuchFileRankException if it could not be found.
 DLFileRank DLFileRankPersistence.findByC_U_F_N(long companyId, long userId, long folderId, String name)
          Finds the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? or throws a NoSuchFileRankException if it could not be found.
 DLFileRank DLFileRankPersistenceImpl.findByC_U_F_N(long companyId, long userId, long folderId, String name)
          Finds the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? or throws a NoSuchFileRankException if it could not be found.
static DLFileRank DLFileRankUtil.findByF_N_First(long folderId, String name, OrderByComparator orderByComparator)
          Finds the first d l file rank in the ordered set where folderId = ? and name = ?.
 DLFileRank DLFileRankPersistence.findByF_N_First(long folderId, String name, OrderByComparator orderByComparator)
          Finds the first d l file rank in the ordered set where folderId = ? and name = ?.
 DLFileRank DLFileRankPersistenceImpl.findByF_N_First(long folderId, String name, OrderByComparator orderByComparator)
          Finds the first d l file rank in the ordered set where folderId = ? and name = ?.
static DLFileRank DLFileRankUtil.findByF_N_Last(long folderId, String name, OrderByComparator orderByComparator)
          Finds the last d l file rank in the ordered set where folderId = ? and name = ?.
 DLFileRank DLFileRankPersistence.findByF_N_Last(long folderId, String name, OrderByComparator orderByComparator)
          Finds the last d l file rank in the ordered set where folderId = ? and name = ?.
 DLFileRank DLFileRankPersistenceImpl.findByF_N_Last(long folderId, String name, OrderByComparator orderByComparator)
          Finds the last d l file rank in the ordered set where folderId = ? and name = ?.
static DLFileRank[] DLFileRankUtil.findByF_N_PrevAndNext(long fileRankId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the d l file ranks before and after the current d l file rank in the ordered set where folderId = ? and name = ?.
 DLFileRank[] DLFileRankPersistence.findByF_N_PrevAndNext(long fileRankId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the d l file ranks before and after the current d l file rank in the ordered set where folderId = ? and name = ?.
 DLFileRank[] DLFileRankPersistenceImpl.findByF_N_PrevAndNext(long fileRankId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the d l file ranks before and after the current d l file rank in the ordered set where folderId = ? and name = ?.
static DLFileRank DLFileRankUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first d l file rank in the ordered set where groupId = ? and userId = ?.
 DLFileRank DLFileRankPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first d l file rank in the ordered set where groupId = ? and userId = ?.
 DLFileRank DLFileRankPersistenceImpl.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first d l file rank in the ordered set where groupId = ? and userId = ?.
static DLFileRank DLFileRankUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last d l file rank in the ordered set where groupId = ? and userId = ?.
 DLFileRank DLFileRankPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last d l file rank in the ordered set where groupId = ? and userId = ?.
 DLFileRank DLFileRankPersistenceImpl.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last d l file rank in the ordered set where groupId = ? and userId = ?.
static DLFileRank[] DLFileRankUtil.findByG_U_PrevAndNext(long fileRankId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the d l file ranks before and after the current d l file rank in the ordered set where groupId = ? and userId = ?.
 DLFileRank[] DLFileRankPersistence.findByG_U_PrevAndNext(long fileRankId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the d l file ranks before and after the current d l file rank in the ordered set where groupId = ? and userId = ?.
 DLFileRank[] DLFileRankPersistenceImpl.findByG_U_PrevAndNext(long fileRankId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the d l file ranks before and after the current d l file rank in the ordered set where groupId = ? and userId = ?.
static DLFileRank DLFileRankUtil.findByPrimaryKey(long fileRankId)
          Finds the d l file rank with the primary key or throws a NoSuchFileRankException if it could not be found.
 DLFileRank DLFileRankPersistence.findByPrimaryKey(long fileRankId)
          Finds the d l file rank with the primary key or throws a NoSuchFileRankException if it could not be found.
 DLFileRank DLFileRankPersistenceImpl.findByPrimaryKey(long fileRankId)
          Finds the d l 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)
          Finds the first d l file rank in the ordered set where userId = ?.
 DLFileRank DLFileRankPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first d l file rank in the ordered set where userId = ?.
 DLFileRank DLFileRankPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first d l file rank in the ordered set where userId = ?.
static DLFileRank DLFileRankUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last d l file rank in the ordered set where userId = ?.
 DLFileRank DLFileRankPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last d l file rank in the ordered set where userId = ?.
 DLFileRank DLFileRankPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last d l file rank in the ordered set where userId = ?.
static DLFileRank[] DLFileRankUtil.findByUserId_PrevAndNext(long fileRankId, long userId, OrderByComparator orderByComparator)
          Finds the d l file ranks before and after the current d l file rank in the ordered set where userId = ?.
 DLFileRank[] DLFileRankPersistence.findByUserId_PrevAndNext(long fileRankId, long userId, OrderByComparator orderByComparator)
          Finds the d l file ranks before and after the current d l file rank in the ordered set where userId = ?.
 DLFileRank[] DLFileRankPersistenceImpl.findByUserId_PrevAndNext(long fileRankId, long userId, OrderByComparator orderByComparator)
          Finds the d l file ranks before and after the current d l file rank in the ordered set where userId = ?.
static DLFileRank DLFileRankUtil.remove(long fileRankId)
          Removes the d l file rank with the primary key from the database.
 DLFileRank DLFileRankPersistence.remove(long fileRankId)
          Removes the d l file rank with the primary key from the database.
 DLFileRank DLFileRankPersistenceImpl.remove(long fileRankId)
          Removes the d l file rank with the primary key from the database.
static void DLFileRankUtil.removeByC_U_F_N(long companyId, long userId, long folderId, String name)
          Removes the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? from the database.
 void DLFileRankPersistence.removeByC_U_F_N(long companyId, long userId, long folderId, String name)
          Removes the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? from the database.
 void DLFileRankPersistenceImpl.removeByC_U_F_N(long companyId, long userId, long folderId, String name)
          Removes the d l file rank where companyId = ? and userId = ? and folderId = ? and name = ? from the database.
 


Liferay 6.0.5