|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchFolderException | |
|---|---|
| com.liferay.portlet.journal.service.persistence | |
| Uses of NoSuchFolderException in com.liferay.portlet.journal.service.persistence |
|---|
| Methods in com.liferay.portlet.journal.service.persistence that throw NoSuchFolderException | |
|---|---|
abstract JournalFolder[] |
JournalFolderPersistence.filterFindByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
abstract JournalFolder[] |
JournalFolderPersistence.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
abstract JournalFolder[] |
JournalFolderPersistence.filterFindByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
abstract JournalFolder[] |
JournalFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ?. |
abstract JournalFolder |
JournalFolderPersistence.findByC_NotS_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByC_NotS_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?. |
abstract JournalFolder |
JournalFolderPersistence.findByC_NotS_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByC_NotS_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?. |
abstract JournalFolder[] |
JournalFolderPersistence.findByC_NotS_PrevAndNext(long folderId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ? and status ≠ ?. |
static JournalFolder[] |
JournalFolderUtil.findByC_NotS_PrevAndNext(long folderId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ? and status ≠ ?. |
abstract JournalFolder |
JournalFolderPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
abstract JournalFolder |
JournalFolderPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
abstract JournalFolder[] |
JournalFolderPersistence.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ?. |
abstract JournalFolder |
JournalFolderPersistence.findByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
abstract JournalFolder |
JournalFolderPersistence.findByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
abstract JournalFolder |
JournalFolderPersistence.findByG_N(long groupId,
String name)
Returns the journal folder where groupId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
static JournalFolder |
JournalFolderUtil.findByG_N(long groupId,
String name)
Returns the journal folder where groupId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
abstract JournalFolder |
JournalFolderPersistence.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
abstract JournalFolder |
JournalFolderPersistence.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
abstract JournalFolder |
JournalFolderPersistence.findByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the journal folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
static JournalFolder |
JournalFolderUtil.findByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the journal folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
abstract JournalFolder |
JournalFolderPersistence.findByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
abstract JournalFolder |
JournalFolderPersistence.findByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
abstract JournalFolder[] |
JournalFolderPersistence.findByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder[] |
JournalFolderUtil.findByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
abstract JournalFolder[] |
JournalFolderPersistence.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
abstract JournalFolder |
JournalFolderPersistence.findByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
abstract JournalFolder |
JournalFolderPersistence.findByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
abstract JournalFolder[] |
JournalFolderPersistence.findByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder[] |
JournalFolderUtil.findByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
abstract JournalFolder |
JournalFolderPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
abstract JournalFolder |
JournalFolderPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
abstract JournalFolder[] |
JournalFolderPersistence.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ?. |
abstract JournalFolder |
JournalFolderPersistence.findByPrimaryKey(long folderId)
Returns the journal folder with the primary key or throws a NoSuchFolderException if it could not be found. |
static JournalFolder |
JournalFolderUtil.findByPrimaryKey(long folderId)
Returns the journal folder with the primary key or throws a NoSuchFolderException if it could not be found. |
abstract JournalFolder |
JournalFolderPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
abstract JournalFolder |
JournalFolderPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
abstract JournalFolder[] |
JournalFolderPersistence.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ? and companyId = ?. |
abstract JournalFolder |
JournalFolderPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
abstract JournalFolder |
JournalFolderPersistence.findByUUID_G(String uuid,
long groupId)
Returns the journal folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
static JournalFolder |
JournalFolderUtil.findByUUID_G(String uuid,
long groupId)
Returns the journal folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
abstract JournalFolder |
JournalFolderPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
abstract JournalFolder[] |
JournalFolderPersistence.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ?. |
static JournalFolder[] |
JournalFolderUtil.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ?. |
abstract JournalFolder |
JournalFolderPersistence.remove(long folderId)
Removes the journal folder with the primary key from the database. |
static JournalFolder |
JournalFolderUtil.remove(long folderId)
Removes the journal folder with the primary key from the database. |
abstract JournalFolder |
JournalFolderPersistence.removeByG_N(long groupId,
String name)
Removes the journal folder where groupId = ? and name = ? from the database. |
static JournalFolder |
JournalFolderUtil.removeByG_N(long groupId,
String name)
Removes the journal folder where groupId = ? and name = ? from the database. |
abstract JournalFolder |
JournalFolderPersistence.removeByG_P_N(long groupId,
long parentFolderId,
String name)
Removes the journal folder where groupId = ? and parentFolderId = ? and name = ? from the database. |
static JournalFolder |
JournalFolderUtil.removeByG_P_N(long groupId,
long parentFolderId,
String name)
Removes the journal folder where groupId = ? and parentFolderId = ? and name = ? from the database. |
abstract JournalFolder |
JournalFolderPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the journal folder where uuid = ? and groupId = ? from the database. |
static JournalFolder |
JournalFolderUtil.removeByUUID_G(String uuid,
long groupId)
Removes the journal folder where uuid = ? and groupId = ? from the database. |
|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||