Package | Description |
---|---|
com.liferay.document.library.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
static DLFolder[] |
DLFolderUtil.filterFindByG_M_P_H_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
|
DLFolder[] |
DLFolderPersistence.filterFindByG_M_P_H_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
|
static DLFolder[] |
DLFolderUtil.filterFindByG_M_P_H_S_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
|
DLFolder[] |
DLFolderPersistence.filterFindByG_M_P_H_S_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static DLFolder[] |
DLFolderUtil.filterFindByG_M_P_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
|
DLFolder[] |
DLFolderPersistence.filterFindByG_M_P_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
|
static DLFolder[] |
DLFolderUtil.filterFindByG_M_T_H_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
String treePath,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
|
DLFolder[] |
DLFolderPersistence.filterFindByG_M_T_H_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
String treePath,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
|
static DLFolder[] |
DLFolderUtil.filterFindByG_P_H_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
|
DLFolder[] |
DLFolderPersistence.filterFindByG_P_H_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static DLFolder[] |
DLFolderUtil.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
|
DLFolder[] |
DLFolderPersistence.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
|
static DLFolder[] |
DLFolderUtil.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.
|
DLFolder[] |
DLFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.
|
static DLFolder |
DLFolderUtil.findByC_NotS_First(long companyId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
|
DLFolder |
DLFolderPersistence.findByC_NotS_First(long companyId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
|
static DLFolder |
DLFolderUtil.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
|
DLFolder |
DLFolderPersistence.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
|
static DLFolder[] |
DLFolderUtil.findByC_NotS_PrevAndNext(long folderId,
long companyId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.
|
DLFolder[] |
DLFolderPersistence.findByC_NotS_PrevAndNext(long folderId,
long companyId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.
|
static DLFolder |
DLFolderUtil.findByCompanyId_First(long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where companyId = ?.
|
DLFolder |
DLFolderPersistence.findByCompanyId_First(long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where companyId = ?.
|
static DLFolder |
DLFolderUtil.findByCompanyId_Last(long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where companyId = ?.
|
DLFolder |
DLFolderPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where companyId = ?.
|
static DLFolder[] |
DLFolderUtil.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.
|
DLFolder[] |
DLFolderPersistence.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.
|
static DLFolder |
DLFolderUtil.findByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
|
DLFolder |
DLFolderPersistence.findByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
|
static DLFolder |
DLFolderUtil.findByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
|
DLFolder |
DLFolderPersistence.findByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
|
static DLFolder |
DLFolderUtil.findByG_M_P_First(long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
|
DLFolder |
DLFolderPersistence.findByG_M_P_First(long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
|
static DLFolder |
DLFolderUtil.findByG_M_P_H_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
|
DLFolder |
DLFolderPersistence.findByG_M_P_H_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
|
static DLFolder |
DLFolderUtil.findByG_M_P_H_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
|
DLFolder |
DLFolderPersistence.findByG_M_P_H_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
|
static DLFolder[] |
DLFolderUtil.findByG_M_P_H_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
|
DLFolder[] |
DLFolderPersistence.findByG_M_P_H_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
|
static DLFolder |
DLFolderUtil.findByG_M_P_H_S_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
|
DLFolder |
DLFolderPersistence.findByG_M_P_H_S_First(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static DLFolder |
DLFolderUtil.findByG_M_P_H_S_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
|
DLFolder |
DLFolderPersistence.findByG_M_P_H_S_Last(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static DLFolder[] |
DLFolderUtil.findByG_M_P_H_S_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
|
DLFolder[] |
DLFolderPersistence.findByG_M_P_H_S_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static DLFolder |
DLFolderUtil.findByG_M_P_Last(long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
|
DLFolder |
DLFolderPersistence.findByG_M_P_Last(long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
|
static DLFolder[] |
DLFolderUtil.findByG_M_P_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
|
DLFolder[] |
DLFolderPersistence.findByG_M_P_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ?.
|
static DLFolder |
DLFolderUtil.findByG_M_T_H_First(long groupId,
boolean mountPoint,
String treePath,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
|
DLFolder |
DLFolderPersistence.findByG_M_T_H_First(long groupId,
boolean mountPoint,
String treePath,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
|
static DLFolder |
DLFolderUtil.findByG_M_T_H_Last(long groupId,
boolean mountPoint,
String treePath,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
|
DLFolder |
DLFolderPersistence.findByG_M_T_H_Last(long groupId,
boolean mountPoint,
String treePath,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
|
static DLFolder[] |
DLFolderUtil.findByG_M_T_H_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
String treePath,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
|
DLFolder[] |
DLFolderPersistence.findByG_M_T_H_PrevAndNext(long folderId,
long groupId,
boolean mountPoint,
String treePath,
boolean hidden,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
|
static DLFolder |
DLFolderUtil.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
|
DLFolder |
DLFolderPersistence.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
|
static DLFolder |
DLFolderUtil.findByG_P_H_S_First(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
|
DLFolder |
DLFolderPersistence.findByG_P_H_S_First(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static DLFolder |
DLFolderUtil.findByG_P_H_S_Last(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
|
DLFolder |
DLFolderPersistence.findByG_P_H_S_Last(long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static DLFolder[] |
DLFolderUtil.findByG_P_H_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
|
DLFolder[] |
DLFolderPersistence.findByG_P_H_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
boolean hidden,
int status,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static DLFolder |
DLFolderUtil.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
|
DLFolder |
DLFolderPersistence.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
|
static DLFolder |
DLFolderUtil.findByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the document library 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)
Returns the document library 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<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.
|
DLFolder[] |
DLFolderPersistence.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.
|
static DLFolder |
DLFolderUtil.findByGroupId_First(long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ?.
|
DLFolder |
DLFolderPersistence.findByGroupId_First(long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ?.
|
static DLFolder |
DLFolderUtil.findByGroupId_Last(long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ?.
|
DLFolder |
DLFolderPersistence.findByGroupId_Last(long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ?.
|
static DLFolder[] |
DLFolderUtil.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.
|
DLFolder[] |
DLFolderPersistence.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.
|
static DLFolder |
DLFolderUtil.findByP_N_First(long parentFolderId,
String name,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
|
DLFolder |
DLFolderPersistence.findByP_N_First(long parentFolderId,
String name,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
|
static DLFolder |
DLFolderUtil.findByP_N_Last(long parentFolderId,
String name,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
|
DLFolder |
DLFolderPersistence.findByP_N_Last(long parentFolderId,
String name,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
|
static DLFolder[] |
DLFolderUtil.findByP_N_PrevAndNext(long folderId,
long parentFolderId,
String name,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.
|
DLFolder[] |
DLFolderPersistence.findByP_N_PrevAndNext(long folderId,
long parentFolderId,
String name,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.
|
static DLFolder |
DLFolderUtil.findByPrimaryKey(long folderId)
Returns the document library folder with the primary key or throws a
NoSuchFolderException if it could not be found. |
DLFolder |
DLFolderPersistence.findByPrimaryKey(long folderId)
Returns the document library folder with the primary key or throws a
NoSuchFolderException if it could not be found. |
static DLFolder |
DLFolderUtil.findByR_M(long repositoryId,
boolean mountPoint)
Returns the document library folder where repositoryId = ? and mountPoint = ? or throws a
NoSuchFolderException if it could not be found. |
DLFolder |
DLFolderPersistence.findByR_M(long repositoryId,
boolean mountPoint)
Returns the document library folder where repositoryId = ? and mountPoint = ? or throws a
NoSuchFolderException if it could not be found. |
static DLFolder |
DLFolderUtil.findByR_P_First(long repositoryId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
|
DLFolder |
DLFolderPersistence.findByR_P_First(long repositoryId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
|
static DLFolder |
DLFolderUtil.findByR_P_Last(long repositoryId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
|
DLFolder |
DLFolderPersistence.findByR_P_Last(long repositoryId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
|
static DLFolder[] |
DLFolderUtil.findByR_P_PrevAndNext(long folderId,
long repositoryId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
|
DLFolder[] |
DLFolderPersistence.findByR_P_PrevAndNext(long folderId,
long repositoryId,
long parentFolderId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ? and parentFolderId = ?.
|
static DLFolder |
DLFolderUtil.findByRepositoryId_First(long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where repositoryId = ?.
|
DLFolder |
DLFolderPersistence.findByRepositoryId_First(long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where repositoryId = ?.
|
static DLFolder |
DLFolderUtil.findByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where repositoryId = ?.
|
DLFolder |
DLFolderPersistence.findByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where repositoryId = ?.
|
static DLFolder[] |
DLFolderUtil.findByRepositoryId_PrevAndNext(long folderId,
long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.
|
DLFolder[] |
DLFolderPersistence.findByRepositoryId_PrevAndNext(long folderId,
long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.
|
static DLFolder |
DLFolderUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
|
DLFolder |
DLFolderPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
|
static DLFolder |
DLFolderUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
|
DLFolder |
DLFolderPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
|
static DLFolder[] |
DLFolderUtil.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.
|
DLFolder[] |
DLFolderPersistence.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.
|
static DLFolder |
DLFolderUtil.findByUuid_First(String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where uuid = ?.
|
DLFolder |
DLFolderPersistence.findByUuid_First(String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where uuid = ?.
|
static DLFolder |
DLFolderUtil.findByUUID_G(String uuid,
long groupId)
Returns the document library folder where uuid = ? and groupId = ? or throws a
NoSuchFolderException if it could not be found. |
DLFolder |
DLFolderPersistence.findByUUID_G(String uuid,
long groupId)
Returns the document library folder where uuid = ? and groupId = ? or throws a
NoSuchFolderException if it could not be found. |
static DLFolder |
DLFolderUtil.findByUuid_Last(String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where uuid = ?.
|
DLFolder |
DLFolderPersistence.findByUuid_Last(String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where uuid = ?.
|
static DLFolder[] |
DLFolderUtil.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.
|
DLFolder[] |
DLFolderPersistence.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.
|
static DLFolder |
DLFolderUtil.remove(long folderId)
Removes the document library folder with the primary key from the database.
|
DLFolder |
DLFolderPersistence.remove(long folderId)
Removes the document library folder with the primary key from the database.
|
static DLFolder |
DLFolderUtil.removeByG_P_N(long groupId,
long parentFolderId,
String name)
Removes the document library folder where groupId = ? and parentFolderId = ? and name = ? from the database.
|
DLFolder |
DLFolderPersistence.removeByG_P_N(long groupId,
long parentFolderId,
String name)
Removes the document library folder where groupId = ? and parentFolderId = ? and name = ? from the database.
|
static DLFolder |
DLFolderUtil.removeByR_M(long repositoryId,
boolean mountPoint)
Removes the document library folder where repositoryId = ? and mountPoint = ? from the database.
|
DLFolder |
DLFolderPersistence.removeByR_M(long repositoryId,
boolean mountPoint)
Removes the document library folder where repositoryId = ? and mountPoint = ? from the database.
|
static DLFolder |
DLFolderUtil.removeByUUID_G(String uuid,
long groupId)
Removes the document library folder where uuid = ? and groupId = ? from the database.
|
DLFolder |
DLFolderPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the document library folder where uuid = ? and groupId = ? from the database.
|