|
Liferay 6.0.5 | |||||||||
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.findByG_F_N_First(long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the first d l file version in the ordered set where groupId = ? and folderId = ? and name = ?. |
DLFileVersion |
DLFileVersionPersistence.findByG_F_N_First(long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the first d l file version in the ordered set where groupId = ? and folderId = ? and name = ?. |
DLFileVersion |
DLFileVersionPersistenceImpl.findByG_F_N_First(long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the first d l file version in the ordered set where groupId = ? and folderId = ? and name = ?. |
static DLFileVersion |
DLFileVersionUtil.findByG_F_N_Last(long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the last d l file version in the ordered set where groupId = ? and folderId = ? and name = ?. |
DLFileVersion |
DLFileVersionPersistence.findByG_F_N_Last(long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the last d l file version in the ordered set where groupId = ? and folderId = ? and name = ?. |
DLFileVersion |
DLFileVersionPersistenceImpl.findByG_F_N_Last(long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the last d l file version in the ordered set where groupId = ? and folderId = ? and name = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByG_F_N_PrevAndNext(long fileVersionId,
long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the d l file versions before and after the current d l file version in the ordered set where groupId = ? and folderId = ? and name = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByG_F_N_PrevAndNext(long fileVersionId,
long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the d l file versions before and after the current d l file version in the ordered set where groupId = ? and folderId = ? and name = ?. |
DLFileVersion[] |
DLFileVersionPersistenceImpl.findByG_F_N_PrevAndNext(long fileVersionId,
long groupId,
long folderId,
String name,
OrderByComparator orderByComparator)
Finds the d l file versions before and after the current d l file version in the ordered set where groupId = ? and folderId = ? and name = ?. |
static DLFileVersion |
DLFileVersionUtil.findByG_F_N_S_First(long groupId,
long folderId,
String name,
int status,
OrderByComparator orderByComparator)
Finds the first d l file version in the ordered set where groupId = ? and folderId = ? and name = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistence.findByG_F_N_S_First(long groupId,
long folderId,
String name,
int status,
OrderByComparator orderByComparator)
Finds the first d l file version in the ordered set where groupId = ? and folderId = ? and name = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistenceImpl.findByG_F_N_S_First(long groupId,
long folderId,
String name,
int status,
OrderByComparator orderByComparator)
Finds the first d l file version in the ordered set where groupId = ? and folderId = ? and name = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.findByG_F_N_S_Last(long groupId,
long folderId,
String name,
int status,
OrderByComparator orderByComparator)
Finds the last d l file version in the ordered set where groupId = ? and folderId = ? and name = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistence.findByG_F_N_S_Last(long groupId,
long folderId,
String name,
int status,
OrderByComparator orderByComparator)
Finds the last d l file version in the ordered set where groupId = ? and folderId = ? and name = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistenceImpl.findByG_F_N_S_Last(long groupId,
long folderId,
String name,
int status,
OrderByComparator orderByComparator)
Finds the last d l file version in the ordered set where groupId = ? and folderId = ? and name = ? and status = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByG_F_N_S_PrevAndNext(long fileVersionId,
long groupId,
long folderId,
String name,
int status,
OrderByComparator orderByComparator)
Finds the d l file versions before and after the current d l file version in the ordered set where groupId = ? and folderId = ? and name = ? and status = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByG_F_N_S_PrevAndNext(long fileVersionId,
long groupId,
long folderId,
String name,
int status,
OrderByComparator orderByComparator)
Finds the d l file versions before and after the current d l file version in the ordered set where groupId = ? and folderId = ? and name = ? and status = ?. |
DLFileVersion[] |
DLFileVersionPersistenceImpl.findByG_F_N_S_PrevAndNext(long fileVersionId,
long groupId,
long folderId,
String name,
int status,
OrderByComparator orderByComparator)
Finds the d l file versions before and after the current d l file version in the ordered set where groupId = ? and folderId = ? and name = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.findByG_F_N_V(long groupId,
long folderId,
String name,
String version)
Finds the d l file version where groupId = ? and folderId = ? and name = ? and version = ? or throws a NoSuchFileVersionException if it could not be found. |
DLFileVersion |
DLFileVersionPersistence.findByG_F_N_V(long groupId,
long folderId,
String name,
String version)
Finds the d l file version where groupId = ? and folderId = ? and name = ? and version = ? or throws a NoSuchFileVersionException if it could not be found. |
DLFileVersion |
DLFileVersionPersistenceImpl.findByG_F_N_V(long groupId,
long folderId,
String name,
String version)
Finds the d l file version where groupId = ? and folderId = ? and name = ? and version = ? or throws a NoSuchFileVersionException if it could not be found. |
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. |
DLFileVersion |
DLFileVersionPersistenceImpl.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. |
DLFileVersion |
DLFileVersionPersistenceImpl.remove(long fileVersionId)
Removes the d l file version with the primary key from the database. |
static void |
DLFileVersionUtil.removeByG_F_N_V(long groupId,
long folderId,
String name,
String version)
Removes the d l file version where groupId = ? and folderId = ? and name = ? and version = ? from the database. |
void |
DLFileVersionPersistence.removeByG_F_N_V(long groupId,
long folderId,
String name,
String version)
Removes the d l file version where groupId = ? and folderId = ? and name = ? and version = ? from the database. |
void |
DLFileVersionPersistenceImpl.removeByG_F_N_V(long groupId,
long folderId,
String name,
String version)
Removes the d l file version where groupId = ? and folderId = ? and name = ? and version = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |