|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.findByC_NotS_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?. |
DLFileVersion |
DLFileVersionPersistence.findByC_NotS_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where companyId = ? and status ≠ ?. |
static DLFileVersion |
DLFileVersionUtil.findByC_NotS_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?. |
DLFileVersion |
DLFileVersionPersistence.findByC_NotS_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where companyId = ? and status ≠ ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByC_NotS_PrevAndNext(long fileVersionId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and status ≠ ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByC_NotS_PrevAndNext(long fileVersionId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ? and status ≠ ?. |
static DLFileVersion |
DLFileVersionUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where companyId = ?. |
DLFileVersion |
DLFileVersionPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where companyId = ?. |
static DLFileVersion |
DLFileVersionUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where companyId = ?. |
DLFileVersion |
DLFileVersionPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where companyId = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByCompanyId_PrevAndNext(long fileVersionId,
long companyId,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByCompanyId_PrevAndNext(long fileVersionId,
long companyId,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where companyId = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
static DLFileVersion |
DLFileVersionUtil.findByG_F_T_V_First(long groupId,
long folderId,
String title,
String version,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
DLFileVersion |
DLFileVersionPersistence.findByG_F_T_V_First(long groupId,
long folderId,
String title,
String version,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
static DLFileVersion |
DLFileVersionUtil.findByG_F_T_V_Last(long groupId,
long folderId,
String title,
String version,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
DLFileVersion |
DLFileVersionPersistence.findByG_F_T_V_Last(long groupId,
long folderId,
String title,
String version,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where groupId = ? and folderId = ? and title = ? and version = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByG_F_T_V_PrevAndNext(long fileVersionId,
long groupId,
long folderId,
String title,
String version,
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 title = ? and version = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByG_F_T_V_PrevAndNext(long fileVersionId,
long groupId,
long folderId,
String title,
String version,
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 title = ? and version = ?. |
static DLFileVersion |
DLFileVersionUtil.findByMimeType_First(String mimeType,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where mimeType = ?. |
DLFileVersion |
DLFileVersionPersistence.findByMimeType_First(String mimeType,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where mimeType = ?. |
static DLFileVersion |
DLFileVersionUtil.findByMimeType_Last(String mimeType,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where mimeType = ?. |
DLFileVersion |
DLFileVersionPersistence.findByMimeType_Last(String mimeType,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where mimeType = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByMimeType_PrevAndNext(long fileVersionId,
String mimeType,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where mimeType = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByMimeType_PrevAndNext(long fileVersionId,
String mimeType,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where mimeType = ?. |
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. |
static DLFileVersion |
DLFileVersionUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where uuid = ? and companyId = ?. |
DLFileVersion |
DLFileVersionPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first document library file version in the ordered set where uuid = ? and companyId = ?. |
static DLFileVersion |
DLFileVersionUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where uuid = ? and companyId = ?. |
DLFileVersion |
DLFileVersionPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last document library file version in the ordered set where uuid = ? and companyId = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByUuid_C_PrevAndNext(long fileVersionId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ? and companyId = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByUuid_C_PrevAndNext(long fileVersionId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the document library file versions before and after the current document library file version in the ordered set where uuid = ? and companyId = ?. |
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 = ?. |
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. |
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 = ?. |
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 = ?. |
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. |
static DLFileVersion |
DLFileVersionUtil.removeByF_V(long fileEntryId,
String version)
Removes the document library file version where fileEntryId = ? and version = ? from the database. |
DLFileVersion |
DLFileVersionPersistence.removeByF_V(long fileEntryId,
String version)
Removes the document library file version where fileEntryId = ? and version = ? from the database. |
static DLFileVersion |
DLFileVersionUtil.removeByUUID_G(String uuid,
long groupId)
Removes the document library file version where uuid = ? and groupId = ? from the database. |
DLFileVersion |
DLFileVersionPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the document library file version where uuid = ? and groupId = ? from the database. |
|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |