@ProviderType
public class DLFolderUtil
extends Object
DLFolderPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
DLFolderPersistence
,
DLFolderPersistenceImpl
Constructor and Description |
---|
DLFolderUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
addDLFileEntryType(long pk,
DLFileEntryType dlFileEntryType)
Adds an association between the document library folder and the document library file entry type.
|
static void |
addDLFileEntryType(long pk,
long dlFileEntryTypePK)
Adds an association between the document library folder and the document library file entry type.
|
static void |
addDLFileEntryTypes(long pk,
List<DLFileEntryType> dlFileEntryTypes)
Adds an association between the document library folder and the document library file entry types.
|
static void |
addDLFileEntryTypes(long pk,
long[] dlFileEntryTypePKs)
Adds an association between the document library folder and the document library file entry types.
|
static void |
cacheResult(DLFolder dlFolder)
Caches the document library folder in the entity cache if it is enabled.
|
static void |
cacheResult(List<DLFolder> dlFolders)
Caches the document library folders in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(DLFolder dlFolder) |
static void |
clearDLFileEntryTypes(long pk)
Clears all associations between the document library folder and its document library file entry types.
|
static boolean |
containsDLFileEntryType(long pk,
long dlFileEntryTypePK)
Returns
true if the document library file entry type is associated with the document library folder. |
static boolean |
containsDLFileEntryTypes(long pk)
Returns
true if the document library folder has any document library file entry types associated with it. |
static int |
countAll()
Returns the number of document library folders.
|
static int |
countByC_NotS(long companyId,
int status)
Returns the number of document library folders where companyId = ? and status ≠ ?.
|
static int |
countByCompanyId(long companyId)
Returns the number of document library folders where companyId = ?.
|
static int |
countByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status)
Returns the number of document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
|
static int |
countByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status)
Returns the number of document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static int |
countByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden)
Returns the number of document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
|
static int |
countByG_M_P(long groupId,
boolean mountPoint,
long parentFolderId)
Returns the number of document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
|
static int |
countByG_M_T_H(long groupId,
boolean mountPoint,
String treePath,
boolean hidden)
Returns the number of document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
|
static int |
countByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status)
Returns the number of document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static int |
countByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the number of document library folders where groupId = ? and parentFolderId = ? and name = ?.
|
static int |
countByG_P(long groupId,
long parentFolderId)
Returns the number of document library folders where groupId = ? and parentFolderId = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of document library folders where groupId = ?.
|
static int |
countByP_N(long parentFolderId,
String name)
Returns the number of document library folders where parentFolderId = ? and name = ?.
|
static int |
countByR_M(long repositoryId,
boolean mountPoint)
Returns the number of document library folders where repositoryId = ? and mountPoint = ?.
|
static int |
countByR_P(long repositoryId,
long parentFolderId)
Returns the number of document library folders where repositoryId = ? and parentFolderId = ?.
|
static int |
countByRepositoryId(long repositoryId)
Returns the number of document library folders where repositoryId = ?.
|
static int |
countByUuid_C(String uuid,
long companyId)
Returns the number of document library folders where uuid = ? and companyId = ?.
|
static int |
countByUUID_G(String uuid,
long groupId)
Returns the number of document library folders where uuid = ? and groupId = ?.
|
static int |
countByUuid(String uuid)
Returns the number of document library folders where uuid = ?.
|
static long |
countWithDynamicQuery(DynamicQuery dynamicQuery) |
static DLFolder |
create(long folderId)
Creates a new document library folder with the primary key.
|
static DLFolder |
fetchByC_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 |
fetchByC_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 |
fetchByCompanyId_First(long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where companyId = ?.
|
static DLFolder |
fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where companyId = ?.
|
static DLFolder |
fetchByF_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 |
fetchByF_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 |
fetchByG_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 |
fetchByG_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 |
fetchByG_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 |
fetchByG_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 |
fetchByG_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 |
fetchByG_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 |
fetchByG_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 |
fetchByG_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 |
fetchByG_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 |
fetchByG_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 |
fetchByG_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 |
fetchByG_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 |
fetchByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returns
null if it could not be found. |
static DLFolder |
fetchByG_P_N(long groupId,
long parentFolderId,
String name,
boolean retrieveFromCache)
Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
static DLFolder |
fetchByGroupId_First(long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ?.
|
static DLFolder |
fetchByGroupId_Last(long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ?.
|
static DLFolder |
fetchByP_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 |
fetchByP_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 |
fetchByPrimaryKey(long folderId)
Returns the document library folder with the primary key or returns
null if it could not be found. |
static Map<Serializable,DLFolder> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static DLFolder |
fetchByR_M(long repositoryId,
boolean mountPoint)
Returns the document library folder where repositoryId = ? and mountPoint = ? or returns
null if it could not be found. |
static DLFolder |
fetchByR_M(long repositoryId,
boolean mountPoint,
boolean retrieveFromCache)
Returns the document library folder where repositoryId = ? and mountPoint = ? or returns
null if it could not be found, optionally using the finder cache. |
static DLFolder |
fetchByR_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 |
fetchByR_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 |
fetchByRepositoryId_First(long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where repositoryId = ?.
|
static DLFolder |
fetchByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where repositoryId = ?.
|
static DLFolder |
fetchByUuid_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 |
fetchByUuid_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 |
fetchByUuid_First(String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where uuid = ?.
|
static DLFolder |
fetchByUUID_G(String uuid,
long groupId)
Returns the document library folder where uuid = ? and groupId = ? or returns
null if it could not be found. |
static DLFolder |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the document library folder where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static DLFolder |
fetchByUuid_Last(String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where uuid = ?.
|
static int |
filterCountByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status)
Returns the number of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static int |
filterCountByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden)
Returns the number of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
|
static int |
filterCountByG_M_P(long groupId,
boolean mountPoint,
long parentFolderId)
Returns the number of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
|
static int |
filterCountByG_M_T_H(long groupId,
boolean mountPoint,
String treePath,
boolean hidden)
Returns the number of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
|
static int |
filterCountByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status)
Returns the number of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static int |
filterCountByG_P(long groupId,
long parentFolderId)
Returns the number of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
|
static int |
filterCountByGroupId(long groupId)
Returns the number of document library folders that the user has permission to view where groupId = ?.
|
static DLFolder[] |
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[] |
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 List<DLFolder> |
filterFindByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status)
Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static List<DLFolder> |
filterFindByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
int start,
int end)
Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static List<DLFolder> |
filterFindByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static List<DLFolder> |
filterFindByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden)
Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
|
static List<DLFolder> |
filterFindByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int start,
int end)
Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
|
static List<DLFolder> |
filterFindByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
|
static DLFolder[] |
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 List<DLFolder> |
filterFindByG_M_P(long groupId,
boolean mountPoint,
long parentFolderId)
Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
|
static List<DLFolder> |
filterFindByG_M_P(long groupId,
boolean mountPoint,
long parentFolderId,
int start,
int end)
Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
|
static List<DLFolder> |
filterFindByG_M_P(long groupId,
boolean mountPoint,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ?.
|
static DLFolder[] |
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 List<DLFolder> |
filterFindByG_M_T_H(long groupId,
boolean mountPoint,
String treePath,
boolean hidden)
Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
|
static List<DLFolder> |
filterFindByG_M_T_H(long groupId,
boolean mountPoint,
String treePath,
boolean hidden,
int start,
int end)
Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
|
static List<DLFolder> |
filterFindByG_M_T_H(long groupId,
boolean mountPoint,
String treePath,
boolean hidden,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
|
static DLFolder[] |
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 List<DLFolder> |
filterFindByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status)
Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static List<DLFolder> |
filterFindByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status,
int start,
int end)
Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static List<DLFolder> |
filterFindByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static DLFolder[] |
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 List<DLFolder> |
filterFindByG_P(long groupId,
long parentFolderId)
Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
|
static List<DLFolder> |
filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
|
static List<DLFolder> |
filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
|
static DLFolder[] |
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 List<DLFolder> |
filterFindByGroupId(long groupId)
Returns all the document library folders that the user has permission to view where groupId = ?.
|
static List<DLFolder> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library folders that the user has permission to view where groupId = ?.
|
static List<DLFolder> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?.
|
static List<DLFolder> |
findAll()
Returns all the document library folders.
|
static List<DLFolder> |
findAll(int start,
int end)
Returns a range of all the document library folders.
|
static List<DLFolder> |
findAll(int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders.
|
static List<DLFolder> |
findAll(int start,
int end,
OrderByComparator<DLFolder> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library folders.
|
static DLFolder |
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 |
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[] |
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 List<DLFolder> |
findByC_NotS(long companyId,
int status)
Returns all the document library folders where companyId = ? and status ≠ ?.
|
static List<DLFolder> |
findByC_NotS(long companyId,
int status,
int start,
int end)
Returns a range of all the document library folders where companyId = ? and status ≠ ?.
|
static List<DLFolder> |
findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
|
static List<DLFolder> |
findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
|
static DLFolder |
findByCompanyId_First(long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where companyId = ?.
|
static DLFolder |
findByCompanyId_Last(long companyId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where companyId = ?.
|
static DLFolder[] |
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 List<DLFolder> |
findByCompanyId(long companyId)
Returns all the document library folders where companyId = ?.
|
static List<DLFolder> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the document library folders where companyId = ?.
|
static List<DLFolder> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where companyId = ?.
|
static List<DLFolder> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library folders where companyId = ?.
|
static DLFolder |
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 |
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 List<DLFolder> |
findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status)
Returns all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
|
static List<DLFolder> |
findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
|
static List<DLFolder> |
findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
|
static List<DLFolder> |
findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
|
static DLFolder |
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 |
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 |
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[] |
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 |
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 |
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[] |
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 List<DLFolder> |
findByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status)
Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static List<DLFolder> |
findByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
int start,
int end)
Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static List<DLFolder> |
findByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static List<DLFolder> |
findByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static List<DLFolder> |
findByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden)
Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
|
static List<DLFolder> |
findByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int start,
int end)
Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
|
static List<DLFolder> |
findByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
|
static List<DLFolder> |
findByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
|
static DLFolder |
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[] |
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 List<DLFolder> |
findByG_M_P(long groupId,
boolean mountPoint,
long parentFolderId)
Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
|
static List<DLFolder> |
findByG_M_P(long groupId,
boolean mountPoint,
long parentFolderId,
int start,
int end)
Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
|
static List<DLFolder> |
findByG_M_P(long groupId,
boolean mountPoint,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
|
static List<DLFolder> |
findByG_M_P(long groupId,
boolean mountPoint,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ?.
|
static DLFolder |
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 |
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[] |
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 List<DLFolder> |
findByG_M_T_H(long groupId,
boolean mountPoint,
String treePath,
boolean hidden)
Returns all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
|
static List<DLFolder> |
findByG_M_T_H(long groupId,
boolean mountPoint,
String treePath,
boolean hidden,
int start,
int end)
Returns a range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
|
static List<DLFolder> |
findByG_M_T_H(long groupId,
boolean mountPoint,
String treePath,
boolean hidden,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
|
static List<DLFolder> |
findByG_M_T_H(long groupId,
boolean mountPoint,
String treePath,
boolean hidden,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ?.
|
static DLFolder |
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 |
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 |
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[] |
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 List<DLFolder> |
findByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status)
Returns all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static List<DLFolder> |
findByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status,
int start,
int end)
Returns a range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static List<DLFolder> |
findByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static List<DLFolder> |
findByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
|
static DLFolder |
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 |
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[] |
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 List<DLFolder> |
findByG_P(long groupId,
long parentFolderId)
Returns all the document library folders where groupId = ? and parentFolderId = ?.
|
static List<DLFolder> |
findByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the document library folders where groupId = ? and parentFolderId = ?.
|
static List<DLFolder> |
findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
|
static List<DLFolder> |
findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
|
static DLFolder |
findByGroupId_First(long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where groupId = ?.
|
static DLFolder |
findByGroupId_Last(long groupId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where groupId = ?.
|
static DLFolder[] |
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 List<DLFolder> |
findByGroupId(long groupId)
Returns all the document library folders where groupId = ?.
|
static List<DLFolder> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library folders where groupId = ?.
|
static List<DLFolder> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where groupId = ?.
|
static List<DLFolder> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library folders where groupId = ?.
|
static DLFolder |
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 |
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[] |
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 List<DLFolder> |
findByP_N(long parentFolderId,
String name)
Returns all the document library folders where parentFolderId = ? and name = ?.
|
static List<DLFolder> |
findByP_N(long parentFolderId,
String name,
int start,
int end)
Returns a range of all the document library folders where parentFolderId = ? and name = ?.
|
static List<DLFolder> |
findByP_N(long parentFolderId,
String name,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
|
static List<DLFolder> |
findByP_N(long parentFolderId,
String name,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
|
static DLFolder |
findByPrimaryKey(long folderId)
Returns the document library folder with the primary key or throws a
NoSuchFolderException if it could not be found. |
static DLFolder |
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 |
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 |
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[] |
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 List<DLFolder> |
findByR_P(long repositoryId,
long parentFolderId)
Returns all the document library folders where repositoryId = ? and parentFolderId = ?.
|
static List<DLFolder> |
findByR_P(long repositoryId,
long parentFolderId,
int start,
int end)
Returns a range of all the document library folders where repositoryId = ? and parentFolderId = ?.
|
static List<DLFolder> |
findByR_P(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
|
static List<DLFolder> |
findByR_P(long repositoryId,
long parentFolderId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library folders where repositoryId = ? and parentFolderId = ?.
|
static DLFolder |
findByRepositoryId_First(long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where repositoryId = ?.
|
static DLFolder |
findByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where repositoryId = ?.
|
static DLFolder[] |
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 List<DLFolder> |
findByRepositoryId(long repositoryId)
Returns all the document library folders where repositoryId = ?.
|
static List<DLFolder> |
findByRepositoryId(long repositoryId,
int start,
int end)
Returns a range of all the document library folders where repositoryId = ?.
|
static List<DLFolder> |
findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where repositoryId = ?.
|
static List<DLFolder> |
findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library folders where repositoryId = ?.
|
static DLFolder |
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 |
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[] |
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 List<DLFolder> |
findByUuid_C(String uuid,
long companyId)
Returns all the document library folders where uuid = ? and companyId = ?.
|
static List<DLFolder> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the document library folders where uuid = ? and companyId = ?.
|
static List<DLFolder> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
|
static List<DLFolder> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
|
static DLFolder |
findByUuid_First(String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the first document library folder in the ordered set where uuid = ?.
|
static DLFolder |
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 |
findByUuid_Last(String uuid,
OrderByComparator<DLFolder> orderByComparator)
Returns the last document library folder in the ordered set where uuid = ?.
|
static DLFolder[] |
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 List<DLFolder> |
findByUuid(String uuid)
Returns all the document library folders where uuid = ?.
|
static List<DLFolder> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library folders where uuid = ?.
|
static List<DLFolder> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator)
Returns an ordered range of all the document library folders where uuid = ?.
|
static List<DLFolder> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library folders where uuid = ?.
|
static List<DLFolder> |
findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<DLFolder> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<DLFolder> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DLFolder> orderByComparator) |
static Set<String> |
getBadColumnNames() |
static long[] |
getDLFileEntryTypePrimaryKeys(long pk)
Returns the primaryKeys of document library file entry types associated with the document library folder.
|
static List<DLFileEntryType> |
getDLFileEntryTypes(long pk)
Returns all the document library file entry types associated with the document library folder.
|
static List<DLFileEntryType> |
getDLFileEntryTypes(long pk,
int start,
int end)
Returns a range of all the document library file entry types associated with the document library folder.
|
static List<DLFileEntryType> |
getDLFileEntryTypes(long pk,
int start,
int end,
OrderByComparator<DLFileEntryType> orderByComparator)
Returns an ordered range of all the document library file entry types associated with the document library folder.
|
static int |
getDLFileEntryTypesSize(long pk)
Returns the number of document library file entry types associated with the document library folder.
|
static DLFolderPersistence |
getPersistence() |
static DLFolder |
remove(long folderId)
Removes the document library folder with the primary key from the database.
|
static void |
removeAll()
Removes all the document library folders from the database.
|
static void |
removeByC_NotS(long companyId,
int status)
Removes all the document library folders where companyId = ? and status ≠ ? from the database.
|
static void |
removeByCompanyId(long companyId)
Removes all the document library folders where companyId = ? from the database.
|
static void |
removeByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status)
Removes all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ? from the database.
|
static void |
removeByG_M_P_H_S(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden,
int status)
Removes all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ? from the database.
|
static void |
removeByG_M_P_H(long groupId,
boolean mountPoint,
long parentFolderId,
boolean hidden)
Removes all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? from the database.
|
static void |
removeByG_M_P(long groupId,
boolean mountPoint,
long parentFolderId)
Removes all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? from the database.
|
static void |
removeByG_M_T_H(long groupId,
boolean mountPoint,
String treePath,
boolean hidden)
Removes all the document library folders where groupId = ? and mountPoint = ? and treePath LIKE ? and hidden = ? from the database.
|
static void |
removeByG_P_H_S(long groupId,
long parentFolderId,
boolean hidden,
int status)
Removes all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ? from the database.
|
static DLFolder |
removeByG_P_N(long groupId,
long parentFolderId,
String name)
Removes the document library folder where groupId = ? and parentFolderId = ? and name = ? from the database.
|
static void |
removeByG_P(long groupId,
long parentFolderId)
Removes all the document library folders where groupId = ? and parentFolderId = ? from the database.
|
static void |
removeByGroupId(long groupId)
Removes all the document library folders where groupId = ? from the database.
|
static void |
removeByP_N(long parentFolderId,
String name)
Removes all the document library folders where parentFolderId = ? and name = ? from the database.
|
static DLFolder |
removeByR_M(long repositoryId,
boolean mountPoint)
Removes the document library folder where repositoryId = ? and mountPoint = ? from the database.
|
static void |
removeByR_P(long repositoryId,
long parentFolderId)
Removes all the document library folders where repositoryId = ? and parentFolderId = ? from the database.
|
static void |
removeByRepositoryId(long repositoryId)
Removes all the document library folders where repositoryId = ? from the database.
|
static void |
removeByUuid_C(String uuid,
long companyId)
Removes all the document library folders where uuid = ? and companyId = ? from the database.
|
static DLFolder |
removeByUUID_G(String uuid,
long groupId)
Removes the document library folder where uuid = ? and groupId = ? from the database.
|
static void |
removeByUuid(String uuid)
Removes all the document library folders where uuid = ? from the database.
|
static void |
removeDLFileEntryType(long pk,
DLFileEntryType dlFileEntryType)
Removes the association between the document library folder and the document library file entry type.
|
static void |
removeDLFileEntryType(long pk,
long dlFileEntryTypePK)
Removes the association between the document library folder and the document library file entry type.
|
static void |
removeDLFileEntryTypes(long pk,
List<DLFileEntryType> dlFileEntryTypes)
Removes the association between the document library folder and the document library file entry types.
|
static void |
removeDLFileEntryTypes(long pk,
long[] dlFileEntryTypePKs)
Removes the association between the document library folder and the document library file entry types.
|
static void |
setDLFileEntryTypes(long pk,
List<DLFileEntryType> dlFileEntryTypes)
Sets the document library file entry types associated with the document library folder, removing and adding associations as necessary.
|
static void |
setDLFileEntryTypes(long pk,
long[] dlFileEntryTypePKs)
Sets the document library file entry types associated with the document library folder, removing and adding associations as necessary.
|
static DLFolder |
update(DLFolder dlFolder) |
static DLFolder |
update(DLFolder dlFolder,
ServiceContext serviceContext) |
static DLFolder |
updateImpl(DLFolder dlFolder) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(DLFolder dlFolder)
public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
public static List<DLFolder> findWithDynamicQuery(DynamicQuery dynamicQuery)
public static List<DLFolder> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
public static List<DLFolder> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFolder> orderByComparator)
public static DLFolder update(DLFolder dlFolder, ServiceContext serviceContext)
public static List<DLFolder> findByUuid(String uuid)
uuid
- the uuidpublic static List<DLFolder> findByUuid(String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFolder> findByUuid(String uuid, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFolder findByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByUuid_First(String uuid, OrderByComparator<DLFolder> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder findByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByUuid_Last(String uuid, OrderByComparator<DLFolder> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder[] findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library folderuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static void removeByUuid(String uuid)
uuid
- the uuidpublic static int countByUuid(String uuid)
uuid
- the uuidpublic static DLFolder findByUUID_G(String uuid, long groupId) throws NoSuchFolderException
NoSuchFolderException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByUUID_G(String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching document library folder could not be foundpublic static DLFolder fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching document library folder could not be foundpublic static DLFolder removeByUUID_G(String uuid, long groupId) throws NoSuchFolderException
uuid
- the uuidgroupId
- the group IDNoSuchFolderException
public static int countByUUID_G(String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDpublic static List<DLFolder> findByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static List<DLFolder> findByUuid_C(String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFolder> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFolder findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder[] findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library folderuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static void removeByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static int countByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static List<DLFolder> findByGroupId(long groupId)
groupId
- the group IDpublic static List<DLFolder> findByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFolder> findByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFolder findByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByGroupId_First(long groupId, OrderByComparator<DLFolder> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder findByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByGroupId_Last(long groupId, OrderByComparator<DLFolder> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder[] findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library foldergroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static List<DLFolder> filterFindByGroupId(long groupId)
groupId
- the group IDpublic static List<DLFolder> filterFindByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static DLFolder[] filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library foldergroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static void removeByGroupId(long groupId)
groupId
- the group IDpublic static int countByGroupId(long groupId)
groupId
- the group IDpublic static int filterCountByGroupId(long groupId)
groupId
- the group IDpublic static List<DLFolder> findByCompanyId(long companyId)
companyId
- the company IDpublic static List<DLFolder> findByCompanyId(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFolder> findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFolder findByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByCompanyId_First(long companyId, OrderByComparator<DLFolder> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder findByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByCompanyId_Last(long companyId, OrderByComparator<DLFolder> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder[] findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library foldercompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static void removeByCompanyId(long companyId)
companyId
- the company IDpublic static int countByCompanyId(long companyId)
companyId
- the company IDpublic static List<DLFolder> findByRepositoryId(long repositoryId)
repositoryId
- the repository IDpublic static List<DLFolder> findByRepositoryId(long repositoryId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
repositoryId
- the repository IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
repositoryId
- the repository IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFolder> findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
repositoryId
- the repository IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFolder findByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
repositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
repositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
repositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFolder> orderByComparator)
repositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder[] findByRepositoryId_PrevAndNext(long folderId, long repositoryId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library folderrepositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static void removeByRepositoryId(long repositoryId)
repositoryId
- the repository IDpublic static int countByRepositoryId(long repositoryId)
repositoryId
- the repository IDpublic static List<DLFolder> findByG_P(long groupId, long parentFolderId)
groupId
- the group IDparentFolderId
- the parent folder IDpublic static List<DLFolder> findByG_P(long groupId, long parentFolderId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFolder> findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFolder findByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
groupId
- the group IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
groupId
- the group IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder findByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
groupId
- the group IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
groupId
- the group IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder[] findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library foldergroupId
- the group IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static List<DLFolder> filterFindByG_P(long groupId, long parentFolderId)
groupId
- the group IDparentFolderId
- the parent folder IDpublic static List<DLFolder> filterFindByG_P(long groupId, long parentFolderId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static DLFolder[] filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library foldergroupId
- the group IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static void removeByG_P(long groupId, long parentFolderId)
groupId
- the group IDparentFolderId
- the parent folder IDpublic static int countByG_P(long groupId, long parentFolderId)
groupId
- the group IDparentFolderId
- the parent folder IDpublic static int filterCountByG_P(long groupId, long parentFolderId)
groupId
- the group IDparentFolderId
- the parent folder IDpublic static List<DLFolder> findByC_NotS(long companyId, int status)
companyId
- the company IDstatus
- the statuspublic static List<DLFolder> findByC_NotS(long companyId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFolder> findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFolder findByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFolder> orderByComparator)
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder[] findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library foldercompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static void removeByC_NotS(long companyId, int status)
companyId
- the company IDstatus
- the statuspublic static int countByC_NotS(long companyId, int status)
companyId
- the company IDstatus
- the statuspublic static DLFolder findByR_M(long repositoryId, boolean mountPoint) throws NoSuchFolderException
NoSuchFolderException
if it could not be found.repositoryId
- the repository IDmountPoint
- the mount pointNoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByR_M(long repositoryId, boolean mountPoint)
null
if it could not be found. Uses the finder cache.repositoryId
- the repository IDmountPoint
- the mount pointnull
if a matching document library folder could not be foundpublic static DLFolder fetchByR_M(long repositoryId, boolean mountPoint, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.repositoryId
- the repository IDmountPoint
- the mount pointretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching document library folder could not be foundpublic static DLFolder removeByR_M(long repositoryId, boolean mountPoint) throws NoSuchFolderException
repositoryId
- the repository IDmountPoint
- the mount pointNoSuchFolderException
public static int countByR_M(long repositoryId, boolean mountPoint)
repositoryId
- the repository IDmountPoint
- the mount pointpublic static List<DLFolder> findByR_P(long repositoryId, long parentFolderId)
repositoryId
- the repository IDparentFolderId
- the parent folder IDpublic static List<DLFolder> findByR_P(long repositoryId, long parentFolderId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
repositoryId
- the repository IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
repositoryId
- the repository IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFolder> findByR_P(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
repositoryId
- the repository IDparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFolder findByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
repositoryId
- the repository IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByR_P_First(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
repositoryId
- the repository IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder findByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
repositoryId
- the repository IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByR_P_Last(long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
repositoryId
- the repository IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder[] findByR_P_PrevAndNext(long folderId, long repositoryId, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library folderrepositoryId
- the repository IDparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static void removeByR_P(long repositoryId, long parentFolderId)
repositoryId
- the repository IDparentFolderId
- the parent folder IDpublic static int countByR_P(long repositoryId, long parentFolderId)
repositoryId
- the repository IDparentFolderId
- the parent folder IDpublic static List<DLFolder> findByP_N(long parentFolderId, String name)
parentFolderId
- the parent folder IDname
- the namepublic static List<DLFolder> findByP_N(long parentFolderId, String name, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
parentFolderId
- the parent folder IDname
- the namestart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
parentFolderId
- the parent folder IDname
- the namestart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFolder> findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
parentFolderId
- the parent folder IDname
- the namestart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFolder findByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
parentFolderId
- the parent folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByP_N_First(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
parentFolderId
- the parent folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder findByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
parentFolderId
- the parent folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByP_N_Last(long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator)
parentFolderId
- the parent folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder[] findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library folderparentFolderId
- the parent folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static void removeByP_N(long parentFolderId, String name)
parentFolderId
- the parent folder IDname
- the namepublic static int countByP_N(long parentFolderId, String name)
parentFolderId
- the parent folder IDname
- the namepublic static List<DLFolder> findByG_M_P(long groupId, boolean mountPoint, long parentFolderId)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDpublic static List<DLFolder> findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFolder> findByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFolder findByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByG_M_P_First(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder findByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByG_M_P_Last(long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder[] findByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library foldergroupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static List<DLFolder> filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDpublic static List<DLFolder> filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> filterFindByG_M_P(long groupId, boolean mountPoint, long parentFolderId, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static DLFolder[] filterFindByG_M_P_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library foldergroupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static void removeByG_M_P(long groupId, boolean mountPoint, long parentFolderId)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDpublic static int countByG_M_P(long groupId, boolean mountPoint, long parentFolderId)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDpublic static int filterCountByG_M_P(long groupId, boolean mountPoint, long parentFolderId)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDpublic static DLFolder findByG_P_N(long groupId, long parentFolderId, String name) throws NoSuchFolderException
NoSuchFolderException
if it could not be found.groupId
- the group IDparentFolderId
- the parent folder IDname
- the nameNoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByG_P_N(long groupId, long parentFolderId, String name)
null
if it could not be found. Uses the finder cache.groupId
- the group IDparentFolderId
- the parent folder IDname
- the namenull
if a matching document library folder could not be foundpublic static DLFolder fetchByG_P_N(long groupId, long parentFolderId, String name, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDparentFolderId
- the parent folder IDname
- the nameretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching document library folder could not be foundpublic static DLFolder removeByG_P_N(long groupId, long parentFolderId, String name) throws NoSuchFolderException
groupId
- the group IDparentFolderId
- the parent folder IDname
- the nameNoSuchFolderException
public static int countByG_P_N(long groupId, long parentFolderId, String name)
groupId
- the group IDparentFolderId
- the parent folder IDname
- the namepublic static List<DLFolder> findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status)
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the statuspublic static List<DLFolder> findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFolder> findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFolder findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator<DLFolder> orderByComparator)
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static void removeByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status)
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the statuspublic static int countByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status)
folderId
- the folder IDcompanyId
- the company IDparentFolderId
- the parent folder IDstatus
- the statuspublic static List<DLFolder> findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenpublic static List<DLFolder> findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFolder> findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFolder findByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder findByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder[] findByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library foldergroupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static List<DLFolder> filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenpublic static List<DLFolder> filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static DLFolder[] filterFindByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library foldergroupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static void removeByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenpublic static int countByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenpublic static int filterCountByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenpublic static List<DLFolder> findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden)
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenpublic static List<DLFolder> findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFolder> findByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFolder findByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByG_M_T_H_First(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder findByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByG_M_T_H_Last(long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator)
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder[] findByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library foldergroupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static List<DLFolder> filterFindByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden)
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenpublic static List<DLFolder> filterFindByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> filterFindByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static DLFolder[] filterFindByG_M_T_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, String treePath, boolean hidden, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library foldergroupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static void removeByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden)
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenpublic static int countByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden)
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenpublic static int filterCountByG_M_T_H(long groupId, boolean mountPoint, String treePath, boolean hidden)
groupId
- the group IDmountPoint
- the mount pointtreePath
- the tree pathhidden
- the hiddenpublic static List<DLFolder> findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status)
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statuspublic static List<DLFolder> findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFolder> findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFolder findByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder findByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder[] findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library foldergroupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static List<DLFolder> filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status)
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statuspublic static List<DLFolder> filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static DLFolder[] filterFindByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library foldergroupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static void removeByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status)
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statuspublic static int countByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status)
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statuspublic static int filterCountByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status)
groupId
- the group IDparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statuspublic static List<DLFolder> findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statuspublic static List<DLFolder> findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFolder> findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFolder findByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder findByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a matching document library folder could not be foundpublic static DLFolder fetchByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library folder could not be foundpublic static DLFolder[] findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library foldergroupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static List<DLFolder> filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statuspublic static List<DLFolder> filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static DLFolder[] filterFindByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator<DLFolder> orderByComparator) throws NoSuchFolderException
folderId
- the primary key of the current document library foldergroupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static void removeByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statuspublic static int countByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statuspublic static int filterCountByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status)
groupId
- the group IDmountPoint
- the mount pointparentFolderId
- the parent folder IDhidden
- the hiddenstatus
- the statuspublic static void cacheResult(DLFolder dlFolder)
dlFolder
- the document library folderpublic static void cacheResult(List<DLFolder> dlFolders)
dlFolders
- the document library folderspublic static DLFolder create(long folderId)
folderId
- the primary key for the new document library folderpublic static DLFolder remove(long folderId) throws NoSuchFolderException
folderId
- the primary key of the document library folderNoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static DLFolder findByPrimaryKey(long folderId) throws NoSuchFolderException
NoSuchFolderException
if it could not be found.folderId
- the primary key of the document library folderNoSuchFolderException
- if a document library folder with the primary key could not be foundpublic static DLFolder fetchByPrimaryKey(long folderId)
null
if it could not be found.folderId
- the primary key of the document library foldernull
if a document library folder with the primary key could not be foundpublic static Map<Serializable,DLFolder> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
public static List<DLFolder> findAll()
public static List<DLFolder> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFolder> findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFolder> findAll(int start, int end, OrderByComparator<DLFolder> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeAll()
public static int countAll()
public static long[] getDLFileEntryTypePrimaryKeys(long pk)
pk
- the primary key of the document library folderpublic static List<DLFileEntryType> getDLFileEntryTypes(long pk)
pk
- the primary key of the document library folderpublic static List<DLFileEntryType> getDLFileEntryTypes(long pk, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
pk
- the primary key of the document library folderstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)public static List<DLFileEntryType> getDLFileEntryTypes(long pk, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from DLFolderModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
pk
- the primary key of the document library folderstart
- the lower bound of the range of document library foldersend
- the upper bound of the range of document library folders (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static int getDLFileEntryTypesSize(long pk)
pk
- the primary key of the document library folderpublic static boolean containsDLFileEntryType(long pk, long dlFileEntryTypePK)
true
if the document library file entry type is associated with the document library folder.pk
- the primary key of the document library folderdlFileEntryTypePK
- the primary key of the document library file entry typetrue
if the document library file entry type is associated with the document library folder; false
otherwisepublic static boolean containsDLFileEntryTypes(long pk)
true
if the document library folder has any document library file entry types associated with it.pk
- the primary key of the document library folder to check for associations with document library file entry typestrue
if the document library folder has any document library file entry types associated with it; false
otherwisepublic static void addDLFileEntryType(long pk, long dlFileEntryTypePK)
pk
- the primary key of the document library folderdlFileEntryTypePK
- the primary key of the document library file entry typepublic static void addDLFileEntryType(long pk, DLFileEntryType dlFileEntryType)
pk
- the primary key of the document library folderdlFileEntryType
- the document library file entry typepublic static void addDLFileEntryTypes(long pk, long[] dlFileEntryTypePKs)
pk
- the primary key of the document library folderdlFileEntryTypePKs
- the primary keys of the document library file entry typespublic static void addDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
pk
- the primary key of the document library folderdlFileEntryTypes
- the document library file entry typespublic static void clearDLFileEntryTypes(long pk)
pk
- the primary key of the document library folder to clear the associated document library file entry types frompublic static void removeDLFileEntryType(long pk, long dlFileEntryTypePK)
pk
- the primary key of the document library folderdlFileEntryTypePK
- the primary key of the document library file entry typepublic static void removeDLFileEntryType(long pk, DLFileEntryType dlFileEntryType)
pk
- the primary key of the document library folderdlFileEntryType
- the document library file entry typepublic static void removeDLFileEntryTypes(long pk, long[] dlFileEntryTypePKs)
pk
- the primary key of the document library folderdlFileEntryTypePKs
- the primary keys of the document library file entry typespublic static void removeDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
pk
- the primary key of the document library folderdlFileEntryTypes
- the document library file entry typespublic static void setDLFileEntryTypes(long pk, long[] dlFileEntryTypePKs)
pk
- the primary key of the document library folderdlFileEntryTypePKs
- the primary keys of the document library file entry types to be associated with the document library folderpublic static void setDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
pk
- the primary key of the document library folderdlFileEntryTypes
- the document library file entry types to be associated with the document library folderpublic static Set<String> getBadColumnNames()
public static DLFolderPersistence getPersistence()