Liferay 6.0-ee-sp2

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

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

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

Methods in com.liferay.portlet.documentlibrary.service.persistence that throw NoSuchFileVersionException
static DLFileVersion DLFileVersionUtil.findByF_S_First(long fileEntryId, int status, OrderByComparator orderByComparator)
          Finds the first d l file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.findByF_S_First(long fileEntryId, int status, OrderByComparator orderByComparator)
          Finds the first d l file version in the ordered set where fileEntryId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.findByF_S_Last(long fileEntryId, int status, OrderByComparator orderByComparator)
          Finds the last d l file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.findByF_S_Last(long fileEntryId, int status, OrderByComparator orderByComparator)
          Finds the last d l file version in the ordered set where fileEntryId = ? and status = ?.
static DLFileVersion[] DLFileVersionUtil.findByF_S_PrevAndNext(long fileVersionId, long fileEntryId, int status, OrderByComparator orderByComparator)
          Finds the d l file versions before and after the current d l file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion[] DLFileVersionPersistence.findByF_S_PrevAndNext(long fileVersionId, long fileEntryId, int status, OrderByComparator orderByComparator)
          Finds the d l file versions before and after the current d l file version in the ordered set where fileEntryId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.findByF_V(long fileEntryId, String version)
          Finds the d l file version where fileEntryId = ? and version = ? or throws a NoSuchFileVersionException if it could not be found.
 DLFileVersion DLFileVersionPersistence.findByF_V(long fileEntryId, String version)
          Finds the d l file version where fileEntryId = ? and version = ? or throws a NoSuchFileVersionException if it could not be found.
static DLFileVersion DLFileVersionUtil.findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Finds the first d l file version in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistence.findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Finds the first d l file version in the ordered set where fileEntryId = ?.
static DLFileVersion DLFileVersionUtil.findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Finds the last d l file version in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistence.findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Finds the last d l file version in the ordered set where fileEntryId = ?.
static DLFileVersion[] DLFileVersionUtil.findByFileEntryId_PrevAndNext(long fileVersionId, long fileEntryId, OrderByComparator orderByComparator)
          Finds the d l file versions before and after the current d l file version in the ordered set where fileEntryId = ?.
 DLFileVersion[] DLFileVersionPersistence.findByFileEntryId_PrevAndNext(long fileVersionId, long fileEntryId, OrderByComparator orderByComparator)
          Finds the d l file versions before and after the current d l file version in the ordered set where fileEntryId = ?.
static DLFileVersion DLFileVersionUtil.findByPrimaryKey(long fileVersionId)
          Finds the d l file version with the primary key or throws a NoSuchFileVersionException if it could not be found.
 DLFileVersion DLFileVersionPersistence.findByPrimaryKey(long fileVersionId)
          Finds the d l file version with the primary key or throws a NoSuchFileVersionException if it could not be found.
static DLFileVersion DLFileVersionUtil.remove(long fileVersionId)
          Removes the d l file version with the primary key from the database.
 DLFileVersion DLFileVersionPersistence.remove(long fileVersionId)
          Removes the d l file version with the primary key from the database.
static void DLFileVersionUtil.removeByF_V(long fileEntryId, String version)
          Removes the d l file version where fileEntryId = ? and version = ? from the database.
 void DLFileVersionPersistence.removeByF_V(long fileEntryId, String version)
          Removes the d l file version where fileEntryId = ? and version = ? from the database.
 


Liferay 6.0-ee-sp2