|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchFolderException | |
---|---|
com.liferay.portlet.documentlibrary.service.persistence |
Uses of NoSuchFolderException in com.liferay.portlet.documentlibrary.service.persistence |
---|
Methods in com.liferay.portlet.documentlibrary.service.persistence that throw NoSuchFolderException | |
---|---|
static DLFolder |
DLFolderUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first d l folder in the ordered set where companyId = ?. |
DLFolder |
DLFolderPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first d l folder in the ordered set where companyId = ?. |
DLFolder |
DLFolderPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first d l folder in the ordered set where companyId = ?. |
static DLFolder |
DLFolderUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last d l folder in the ordered set where companyId = ?. |
DLFolder |
DLFolderPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last d l folder in the ordered set where companyId = ?. |
DLFolder |
DLFolderPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last d l folder in the ordered set where companyId = ?. |
static DLFolder[] |
DLFolderUtil.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Finds the d l folders before and after the current d l folder in the ordered set where companyId = ?. |
DLFolder[] |
DLFolderPersistence.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Finds the d l folders before and after the current d l folder in the ordered set where companyId = ?. |
DLFolder[] |
DLFolderPersistenceImpl.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Finds the d l folders before and after the current d l folder in the ordered set where companyId = ?. |
static DLFolder |
DLFolderUtil.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the first d l folder in the ordered set where groupId = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistence.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the first d l folder in the ordered set where groupId = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistenceImpl.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the first d l folder in the ordered set where groupId = ? and parentFolderId = ?. |
static DLFolder |
DLFolderUtil.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the last d l folder in the ordered set where groupId = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistence.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the last d l folder in the ordered set where groupId = ? and parentFolderId = ?. |
DLFolder |
DLFolderPersistenceImpl.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the last d l folder in the ordered set where groupId = ? and parentFolderId = ?. |
static DLFolder |
DLFolderUtil.findByG_P_N(long groupId,
long parentFolderId,
String name)
Finds the d l folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
DLFolder |
DLFolderPersistence.findByG_P_N(long groupId,
long parentFolderId,
String name)
Finds the d l folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
DLFolder |
DLFolderPersistenceImpl.findByG_P_N(long groupId,
long parentFolderId,
String name)
Finds the d l folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
static DLFolder[] |
DLFolderUtil.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the d l folders before and after the current d l folder in the ordered set where groupId = ? and parentFolderId = ?. |
DLFolder[] |
DLFolderPersistence.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the d l folders before and after the current d l folder in the ordered set where groupId = ? and parentFolderId = ?. |
DLFolder[] |
DLFolderPersistenceImpl.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the d l folders before and after the current d l folder in the ordered set where groupId = ? and parentFolderId = ?. |
static DLFolder |
DLFolderUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first d l folder in the ordered set where groupId = ?. |
DLFolder |
DLFolderPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first d l folder in the ordered set where groupId = ?. |
DLFolder |
DLFolderPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first d l folder in the ordered set where groupId = ?. |
static DLFolder |
DLFolderUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last d l folder in the ordered set where groupId = ?. |
DLFolder |
DLFolderPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last d l folder in the ordered set where groupId = ?. |
DLFolder |
DLFolderPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last d l folder in the ordered set where groupId = ?. |
static DLFolder[] |
DLFolderUtil.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Finds the d l folders before and after the current d l folder in the ordered set where groupId = ?. |
DLFolder[] |
DLFolderPersistence.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Finds the d l folders before and after the current d l folder in the ordered set where groupId = ?. |
DLFolder[] |
DLFolderPersistenceImpl.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Finds the d l folders before and after the current d l folder in the ordered set where groupId = ?. |
static DLFolder |
DLFolderUtil.findByP_N_First(long parentFolderId,
String name,
OrderByComparator orderByComparator)
Finds the first d l folder in the ordered set where parentFolderId = ? and name = ?. |
DLFolder |
DLFolderPersistence.findByP_N_First(long parentFolderId,
String name,
OrderByComparator orderByComparator)
Finds the first d l folder in the ordered set where parentFolderId = ? and name = ?. |
DLFolder |
DLFolderPersistenceImpl.findByP_N_First(long parentFolderId,
String name,
OrderByComparator orderByComparator)
Finds the first d l folder in the ordered set where parentFolderId = ? and name = ?. |
static DLFolder |
DLFolderUtil.findByP_N_Last(long parentFolderId,
String name,
OrderByComparator orderByComparator)
Finds the last d l folder in the ordered set where parentFolderId = ? and name = ?. |
DLFolder |
DLFolderPersistence.findByP_N_Last(long parentFolderId,
String name,
OrderByComparator orderByComparator)
Finds the last d l folder in the ordered set where parentFolderId = ? and name = ?. |
DLFolder |
DLFolderPersistenceImpl.findByP_N_Last(long parentFolderId,
String name,
OrderByComparator orderByComparator)
Finds the last d l folder in the ordered set where parentFolderId = ? and name = ?. |
static DLFolder[] |
DLFolderUtil.findByP_N_PrevAndNext(long folderId,
long parentFolderId,
String name,
OrderByComparator orderByComparator)
Finds the d l folders before and after the current d l folder in the ordered set where parentFolderId = ? and name = ?. |
DLFolder[] |
DLFolderPersistence.findByP_N_PrevAndNext(long folderId,
long parentFolderId,
String name,
OrderByComparator orderByComparator)
Finds the d l folders before and after the current d l folder in the ordered set where parentFolderId = ? and name = ?. |
DLFolder[] |
DLFolderPersistenceImpl.findByP_N_PrevAndNext(long folderId,
long parentFolderId,
String name,
OrderByComparator orderByComparator)
Finds the d l folders before and after the current d l folder in the ordered set where parentFolderId = ? and name = ?. |
static DLFolder |
DLFolderUtil.findByPrimaryKey(long folderId)
Finds the d l folder with the primary key or throws a NoSuchFolderException if it could not be found. |
DLFolder |
DLFolderPersistence.findByPrimaryKey(long folderId)
Finds the d l folder with the primary key or throws a NoSuchFolderException if it could not be found. |
DLFolder |
DLFolderPersistenceImpl.findByPrimaryKey(long folderId)
Finds the d l folder with the primary key or throws a NoSuchFolderException if it could not be found. |
static DLFolder |
DLFolderUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first d l folder in the ordered set where uuid = ?. |
DLFolder |
DLFolderPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first d l folder in the ordered set where uuid = ?. |
DLFolder |
DLFolderPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first d l folder in the ordered set where uuid = ?. |
static DLFolder |
DLFolderUtil.findByUUID_G(String uuid,
long groupId)
Finds the d l folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
DLFolder |
DLFolderPersistence.findByUUID_G(String uuid,
long groupId)
Finds the d l folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
DLFolder |
DLFolderPersistenceImpl.findByUUID_G(String uuid,
long groupId)
Finds the d l folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
static DLFolder |
DLFolderUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last d l folder in the ordered set where uuid = ?. |
DLFolder |
DLFolderPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last d l folder in the ordered set where uuid = ?. |
DLFolder |
DLFolderPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last d l folder in the ordered set where uuid = ?. |
static DLFolder[] |
DLFolderUtil.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Finds the d l folders before and after the current d l folder in the ordered set where uuid = ?. |
DLFolder[] |
DLFolderPersistence.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Finds the d l folders before and after the current d l folder in the ordered set where uuid = ?. |
DLFolder[] |
DLFolderPersistenceImpl.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Finds the d l folders before and after the current d l folder in the ordered set where uuid = ?. |
static DLFolder |
DLFolderUtil.remove(long folderId)
Removes the d l folder with the primary key from the database. |
DLFolder |
DLFolderPersistence.remove(long folderId)
Removes the d l folder with the primary key from the database. |
DLFolder |
DLFolderPersistenceImpl.remove(long folderId)
Removes the d l folder with the primary key from the database. |
static void |
DLFolderUtil.removeByG_P_N(long groupId,
long parentFolderId,
String name)
Removes the d l folder where groupId = ? and parentFolderId = ? and name = ? from the database. |
void |
DLFolderPersistence.removeByG_P_N(long groupId,
long parentFolderId,
String name)
Removes the d l folder where groupId = ? and parentFolderId = ? and name = ? from the database. |
void |
DLFolderPersistenceImpl.removeByG_P_N(long groupId,
long parentFolderId,
String name)
Removes the d l folder where groupId = ? and parentFolderId = ? and name = ? from the database. |
static void |
DLFolderUtil.removeByUUID_G(String uuid,
long groupId)
Removes the d l folder where uuid = ? and groupId = ? from the database. |
void |
DLFolderPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the d l folder where uuid = ? and groupId = ? from the database. |
void |
DLFolderPersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the d l folder where uuid = ? and groupId = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |