Liferay 6.1.10-ee-ga1

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)
          Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.findByF_S_First(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByF_S_First(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.findByF_S_Last(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.findByF_S_Last(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByF_S_Last(long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ? and status = ?.
static DLFileVersion[] DLFileVersionUtil.findByF_S_PrevAndNext(long fileVersionId, long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion[] DLFileVersionPersistence.findByF_S_PrevAndNext(long fileVersionId, long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ? and status = ?.
 DLFileVersion[] DLFileVersionPersistenceImpl.findByF_S_PrevAndNext(long fileVersionId, long fileEntryId, int status, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.findByF_V(long fileEntryId, String version)
          Returns the document library file version where fileEntryId = ? and version = ? or throws a NoSuchFileVersionException if it could not be found.
 DLFileVersion DLFileVersionPersistence.findByF_V(long fileEntryId, String version)
          Returns the document library file version where fileEntryId = ? and version = ? or throws a NoSuchFileVersionException if it could not be found.
 DLFileVersion DLFileVersionPersistenceImpl.findByF_V(long fileEntryId, String version)
          Returns the document library 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)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistence.findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where fileEntryId = ?.
static DLFileVersion DLFileVersionUtil.findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistence.findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where fileEntryId = ?.
static DLFileVersion[] DLFileVersionUtil.findByFileEntryId_PrevAndNext(long fileVersionId, long fileEntryId, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ?.
 DLFileVersion[] DLFileVersionPersistence.findByFileEntryId_PrevAndNext(long fileVersionId, long fileEntryId, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ?.
 DLFileVersion[] DLFileVersionPersistenceImpl.findByFileEntryId_PrevAndNext(long fileVersionId, long fileEntryId, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where fileEntryId = ?.
static DLFileVersion DLFileVersionUtil.findByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.findByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByG_F_S_First(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.findByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.findByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByG_F_S_Last(long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
static DLFileVersion[] DLFileVersionUtil.findByG_F_S_PrevAndNext(long fileVersionId, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion[] DLFileVersionPersistence.findByG_F_S_PrevAndNext(long fileVersionId, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
 DLFileVersion[] DLFileVersionPersistenceImpl.findByG_F_S_PrevAndNext(long fileVersionId, long groupId, long folderId, int status, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where groupId = ? and folderId = ? and status = ?.
static DLFileVersion DLFileVersionUtil.findByPrimaryKey(long fileVersionId)
          Returns the document library file version with the primary key or throws a NoSuchFileVersionException if it could not be found.
 DLFileVersion DLFileVersionPersistence.findByPrimaryKey(long fileVersionId)
          Returns the document library file version with the primary key or throws a NoSuchFileVersionException if it could not be found.
 DLFileVersion DLFileVersionPersistenceImpl.findByPrimaryKey(long fileVersionId)
          Returns the document library file version with the primary key or throws a NoSuchFileVersionException if it could not be found.
static DLFileVersion DLFileVersionUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file version in the ordered set where uuid = ?.
static DLFileVersion DLFileVersionUtil.findByUUID_G(String uuid, long groupId)
          Returns the document library file version where uuid = ? and groupId = ? or throws a NoSuchFileVersionException if it could not be found.
 DLFileVersion DLFileVersionPersistence.findByUUID_G(String uuid, long groupId)
          Returns the document library file version where uuid = ? and groupId = ? or throws a NoSuchFileVersionException if it could not be found.
 DLFileVersion DLFileVersionPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the document library file version where uuid = ? and groupId = ? or throws a NoSuchFileVersionException if it could not be found.
static DLFileVersion DLFileVersionUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file version in the ordered set where uuid = ?.
static DLFileVersion[] DLFileVersionUtil.findByUuid_PrevAndNext(long fileVersionId, String uuid, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ?.
 DLFileVersion[] DLFileVersionPersistence.findByUuid_PrevAndNext(long fileVersionId, String uuid, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ?.
 DLFileVersion[] DLFileVersionPersistenceImpl.findByUuid_PrevAndNext(long fileVersionId, String uuid, OrderByComparator orderByComparator)
          Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ?.
static DLFileVersion DLFileVersionUtil.remove(long fileVersionId)
          Removes the document library file version with the primary key from the database.
 DLFileVersion DLFileVersionPersistence.remove(long fileVersionId)
          Removes the document library file version with the primary key from the database.
 DLFileVersion DLFileVersionPersistenceImpl.remove(long fileVersionId)
          Removes the document library file version with the primary key from the database.
 DLFileVersion DLFileVersionPersistenceImpl.remove(Serializable primaryKey)
          Removes the document library file version with the primary key from the database.
static void DLFileVersionUtil.removeByF_V(long fileEntryId, String version)
          Removes the document library file version where fileEntryId = ? and version = ? from the database.
 void DLFileVersionPersistence.removeByF_V(long fileEntryId, String version)
          Removes the document library file version where fileEntryId = ? and version = ? from the database.
 void DLFileVersionPersistenceImpl.removeByF_V(long fileEntryId, String version)
          Removes the document library file version where fileEntryId = ? and version = ? from the database.
static void DLFileVersionUtil.removeByUUID_G(String uuid, long groupId)
          Removes the document library file version where uuid = ? and groupId = ? from the database.
 void DLFileVersionPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the document library file version where uuid = ? and groupId = ? from the database.
 void DLFileVersionPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the document library file version where uuid = ? and groupId = ? from the database.
 


Liferay 6.1.10-ee-ga1