|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchFileShortcutException | |
---|---|
com.liferay.portlet.documentlibrary.service.persistence |
Uses of NoSuchFileShortcutException in com.liferay.portlet.documentlibrary.service.persistence |
---|
Methods in com.liferay.portlet.documentlibrary.service.persistence that throw NoSuchFileShortcutException | |
---|---|
static DLFileShortcut |
DLFileShortcutUtil.findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
DLFileShortcutPersistenceImpl.findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and folderId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut |
DLFileShortcutPersistenceImpl.findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and folderId = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and folderId = ?. |
DLFileShortcut[] |
DLFileShortcutPersistenceImpl.findByG_F_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and folderId = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileShortcut |
DLFileShortcutPersistenceImpl.findByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileShortcut |
DLFileShortcutPersistenceImpl.findByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByG_F_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByG_F_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?. |
DLFileShortcut[] |
DLFileShortcutPersistenceImpl.findByG_F_S_PrevAndNext(long fileShortcutId,
long groupId,
long folderId,
int status,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and folderId = ? and status = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByG_TF_TN_First(long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_TF_TN_First(long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ?. |
DLFileShortcut |
DLFileShortcutPersistenceImpl.findByG_TF_TN_First(long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByG_TF_TN_Last(long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_TF_TN_Last(long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ?. |
DLFileShortcut |
DLFileShortcutPersistenceImpl.findByG_TF_TN_Last(long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByG_TF_TN_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByG_TF_TN_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ?. |
DLFileShortcut[] |
DLFileShortcutPersistenceImpl.findByG_TF_TN_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
String toName,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByG_TF_TN_S_First(long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_TF_TN_S_First(long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
DLFileShortcut |
DLFileShortcutPersistenceImpl.findByG_TF_TN_S_First(long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByG_TF_TN_S_Last(long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByG_TF_TN_S_Last(long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
DLFileShortcut |
DLFileShortcutPersistenceImpl.findByG_TF_TN_S_Last(long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByG_TF_TN_S_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByG_TF_TN_S_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
DLFileShortcut[] |
DLFileShortcutPersistenceImpl.findByG_TF_TN_S_PrevAndNext(long fileShortcutId,
long groupId,
long toFolderId,
String toName,
int status,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where groupId = ? and toFolderId = ? and toName = ? and status = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByPrimaryKey(long fileShortcutId)
Finds the d l file shortcut with the primary key or throws a NoSuchFileShortcutException if it could not be found. |
DLFileShortcut |
DLFileShortcutPersistence.findByPrimaryKey(long fileShortcutId)
Finds the d l file shortcut with the primary key or throws a NoSuchFileShortcutException if it could not be found. |
DLFileShortcut |
DLFileShortcutPersistenceImpl.findByPrimaryKey(long fileShortcutId)
Finds the d l file shortcut with the primary key or throws a NoSuchFileShortcutException if it could not be found. |
static DLFileShortcut |
DLFileShortcutUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where uuid = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where uuid = ?. |
DLFileShortcut |
DLFileShortcutPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first d l file shortcut in the ordered set where uuid = ?. |
static DLFileShortcut |
DLFileShortcutUtil.findByUUID_G(String uuid,
long groupId)
Finds the d l file shortcut where uuid = ? and groupId = ? or throws a NoSuchFileShortcutException if it could not be found. |
DLFileShortcut |
DLFileShortcutPersistence.findByUUID_G(String uuid,
long groupId)
Finds the d l file shortcut where uuid = ? and groupId = ? or throws a NoSuchFileShortcutException if it could not be found. |
DLFileShortcut |
DLFileShortcutPersistenceImpl.findByUUID_G(String uuid,
long groupId)
Finds the d l file shortcut where uuid = ? and groupId = ? or throws a NoSuchFileShortcutException if it could not be found. |
static DLFileShortcut |
DLFileShortcutUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where uuid = ?. |
DLFileShortcut |
DLFileShortcutPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where uuid = ?. |
DLFileShortcut |
DLFileShortcutPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last d l file shortcut in the ordered set where uuid = ?. |
static DLFileShortcut[] |
DLFileShortcutUtil.findByUuid_PrevAndNext(long fileShortcutId,
String uuid,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where uuid = ?. |
DLFileShortcut[] |
DLFileShortcutPersistence.findByUuid_PrevAndNext(long fileShortcutId,
String uuid,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where uuid = ?. |
DLFileShortcut[] |
DLFileShortcutPersistenceImpl.findByUuid_PrevAndNext(long fileShortcutId,
String uuid,
OrderByComparator orderByComparator)
Finds the d l file shortcuts before and after the current d l file shortcut in the ordered set where uuid = ?. |
static DLFileShortcut |
DLFileShortcutUtil.remove(long fileShortcutId)
Removes the d l file shortcut with the primary key from the database. |
DLFileShortcut |
DLFileShortcutPersistence.remove(long fileShortcutId)
Removes the d l file shortcut with the primary key from the database. |
DLFileShortcut |
DLFileShortcutPersistenceImpl.remove(long fileShortcutId)
Removes the d l file shortcut with the primary key from the database. |
static void |
DLFileShortcutUtil.removeByUUID_G(String uuid,
long groupId)
Removes the d l file shortcut where uuid = ? and groupId = ? from the database. |
void |
DLFileShortcutPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the d l file shortcut where uuid = ? and groupId = ? from the database. |
void |
DLFileShortcutPersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the d l file shortcut where uuid = ? and groupId = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |