Liferay 6.0.5

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

Packages that use NoSuchFileEntryException
com.liferay.portlet.documentlibrary.service.persistence   
 

Uses of NoSuchFileEntryException in com.liferay.portlet.documentlibrary.service.persistence
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that throw NoSuchFileEntryException
static DLFileEntry DLFileEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where companyId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where companyId = ?.
static DLFileEntry[] DLFileEntryUtil.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where companyId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where companyId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where companyId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_N(long groupId, long folderId, String name)
          Finds the d l file entry where groupId = ? and folderId = ? and name = ? or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistence.findByG_F_N(long groupId, long folderId, String name)
          Finds the d l file entry where groupId = ? and folderId = ? and name = ? or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_N(long groupId, long folderId, String name)
          Finds the d l file entry where groupId = ? and folderId = ? and name = ? or throws a NoSuchFileEntryException if it could not be found.
static DLFileEntry[] DLFileEntryUtil.findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_F_T(long groupId, long folderId, String title)
          Finds the d l file entry where groupId = ? and folderId = ? and title = ? or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistence.findByG_F_T(long groupId, long folderId, String title)
          Finds the d l file entry where groupId = ? and folderId = ? and title = ? or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_F_T(long groupId, long folderId, String title)
          Finds the d l file entry where groupId = ? and folderId = ? and title = ? or throws a NoSuchFileEntryException if it could not be found.
static DLFileEntry DLFileEntryUtil.findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry[] DLFileEntryUtil.findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry DLFileEntryUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry[] DLFileEntryUtil.findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry DLFileEntryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where groupId = ?.
static DLFileEntry[] DLFileEntryUtil.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ?.
 DLFileEntry[] DLFileEntryPersistence.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ?.
static DLFileEntry DLFileEntryUtil.findByPrimaryKey(long fileEntryId)
          Finds the d l file entry with the primary key or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistence.findByPrimaryKey(long fileEntryId)
          Finds the d l file entry with the primary key or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.findByPrimaryKey(long fileEntryId)
          Finds the d l file entry with the primary key or throws a NoSuchFileEntryException if it could not be found.
static DLFileEntry DLFileEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first d l file entry in the ordered set where uuid = ?.
static DLFileEntry DLFileEntryUtil.findByUUID_G(String uuid, long groupId)
          Finds the d l file entry where uuid = ? and groupId = ? or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistence.findByUUID_G(String uuid, long groupId)
          Finds the d l file entry where uuid = ? and groupId = ? or throws a NoSuchFileEntryException if it could not be found.
 DLFileEntry DLFileEntryPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Finds the d l file entry where uuid = ? and groupId = ? or throws a NoSuchFileEntryException if it could not be found.
static DLFileEntry DLFileEntryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where uuid = ?.
 DLFileEntry DLFileEntryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last d l file entry in the ordered set where uuid = ?.
static DLFileEntry[] DLFileEntryUtil.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where uuid = ?.
 DLFileEntry[] DLFileEntryPersistence.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where uuid = ?.
 DLFileEntry[] DLFileEntryPersistenceImpl.findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator orderByComparator)
          Finds the d l file entries before and after the current d l file entry in the ordered set where uuid = ?.
static DLFileEntry DLFileEntryUtil.remove(long fileEntryId)
          Removes the d l file entry with the primary key from the database.
 DLFileEntry DLFileEntryPersistence.remove(long fileEntryId)
          Removes the d l file entry with the primary key from the database.
 DLFileEntry DLFileEntryPersistenceImpl.remove(long fileEntryId)
          Removes the d l file entry with the primary key from the database.
static void DLFileEntryUtil.removeByG_F_N(long groupId, long folderId, String name)
          Removes the d l file entry where groupId = ? and folderId = ? and name = ? from the database.
 void DLFileEntryPersistence.removeByG_F_N(long groupId, long folderId, String name)
          Removes the d l file entry where groupId = ? and folderId = ? and name = ? from the database.
 void DLFileEntryPersistenceImpl.removeByG_F_N(long groupId, long folderId, String name)
          Removes the d l file entry where groupId = ? and folderId = ? and name = ? from the database.
static void DLFileEntryUtil.removeByG_F_T(long groupId, long folderId, String title)
          Removes the d l file entry where groupId = ? and folderId = ? and title = ? from the database.
 void DLFileEntryPersistence.removeByG_F_T(long groupId, long folderId, String title)
          Removes the d l file entry where groupId = ? and folderId = ? and title = ? from the database.
 void DLFileEntryPersistenceImpl.removeByG_F_T(long groupId, long folderId, String title)
          Removes the d l file entry where groupId = ? and folderId = ? and title = ? from the database.
static void DLFileEntryUtil.removeByUUID_G(String uuid, long groupId)
          Removes the d l file entry where uuid = ? and groupId = ? from the database.
 void DLFileEntryPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the d l file entry where uuid = ? and groupId = ? from the database.
 void DLFileEntryPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the d l file entry where uuid = ? and groupId = ? from the database.
 


Liferay 6.0.5