@ProviderType
public class DLFileEntryUtil
extends Object
DLFileEntryPersistenceImpl
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
DLFileEntryPersistence
,
DLFileEntryPersistenceImpl
Constructor and Description |
---|
DLFileEntryUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(DLFileEntry dlFileEntry)
Caches the document library file entry in the entity cache if it is enabled.
|
static void |
cacheResult(List<DLFileEntry> dlFileEntries)
Caches the document library file entries in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(DLFileEntry dlFileEntry) |
static int |
countAll()
Returns the number of document library file entries.
|
static int |
countByCompanyId(long companyId)
Returns the number of document library file entries where companyId = ?.
|
static int |
countByCustom1ImageId(long custom1ImageId)
Returns the number of document library file entries where custom1ImageId = ?.
|
static int |
countByCustom2ImageId(long custom2ImageId)
Returns the number of document library file entries where custom2ImageId = ?.
|
static int |
countByF_N(long folderId,
String name)
Returns the number of document library file entries where folderId = ? and name = ?.
|
static int |
countByFileEntryTypeId(long fileEntryTypeId)
Returns the number of document library file entries where fileEntryTypeId = ?.
|
static int |
countByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
Returns the number of document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
|
static int |
countByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Returns the number of document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
|
static int |
countByG_F_FN(long groupId,
long folderId,
String fileName)
Returns the number of document library file entries where groupId = ? and folderId = ? and fileName = ?.
|
static int |
countByG_F_N(long groupId,
long folderId,
String name)
Returns the number of document library file entries where groupId = ? and folderId = ? and name = ?.
|
static int |
countByG_F_T(long groupId,
long folderId,
String title)
Returns the number of document library file entries where groupId = ? and folderId = ? and title = ?.
|
static int |
countByG_F(long groupId,
long folderId)
Returns the number of document library file entries where groupId = ? and folderId = ?.
|
static int |
countByG_F(long groupId,
long[] folderIds)
Returns the number of document library file entries where groupId = ? and folderId = any ?.
|
static int |
countByG_U_F(long groupId,
long userId,
long folderId)
Returns the number of document library file entries where groupId = ? and userId = ? and folderId = ?.
|
static int |
countByG_U_F(long groupId,
long userId,
long[] folderIds)
Returns the number of document library file entries where groupId = ? and userId = ? and folderId = any ?.
|
static int |
countByG_U(long groupId,
long userId)
Returns the number of document library file entries where groupId = ? and userId = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of document library file entries where groupId = ?.
|
static int |
countByLargeImageId(long largeImageId)
Returns the number of document library file entries where largeImageId = ?.
|
static int |
countByMimeType(String mimeType)
Returns the number of document library file entries where mimeType = ?.
|
static int |
countByR_F(long repositoryId,
long folderId)
Returns the number of document library file entries where repositoryId = ? and folderId = ?.
|
static int |
countByRepositoryId(long repositoryId)
Returns the number of document library file entries where repositoryId = ?.
|
static int |
countByS_L_C1_C2(long smallImageId,
long largeImageId,
long custom1ImageId,
long custom2ImageId)
Returns the number of document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.
|
static int |
countBySmallImageId(long smallImageId)
Returns the number of document library file entries where smallImageId = ?.
|
static int |
countByUuid_C(String uuid,
long companyId)
Returns the number of document library file entries where uuid = ? and companyId = ?.
|
static int |
countByUUID_G(String uuid,
long groupId)
Returns the number of document library file entries where uuid = ? and groupId = ?.
|
static int |
countByUuid(String uuid)
Returns the number of document library file entries where uuid = ?.
|
static long |
countWithDynamicQuery(DynamicQuery dynamicQuery) |
static DLFileEntry |
create(long fileEntryId)
Creates a new document library file entry with the primary key.
|
static DLFileEntry |
fetchByCompanyId_First(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where companyId = ?.
|
static DLFileEntry |
fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where companyId = ?.
|
static DLFileEntry |
fetchByCustom1ImageId_First(long custom1ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where custom1ImageId = ?.
|
static DLFileEntry |
fetchByCustom1ImageId_Last(long custom1ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where custom1ImageId = ?.
|
static DLFileEntry |
fetchByCustom2ImageId_First(long custom2ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where custom2ImageId = ?.
|
static DLFileEntry |
fetchByCustom2ImageId_Last(long custom2ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where custom2ImageId = ?.
|
static DLFileEntry |
fetchByF_N_First(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where folderId = ? and name = ?.
|
static DLFileEntry |
fetchByF_N_Last(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
|
static DLFileEntry |
fetchByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
|
static DLFileEntry |
fetchByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
|
static DLFileEntry |
fetchByG_F_F_First(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
|
static DLFileEntry |
fetchByG_F_F_Last(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
|
static DLFileEntry |
fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
|
static DLFileEntry |
fetchByG_F_FN(long groupId,
long folderId,
String fileName)
Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or returns
null if it could not be found. |
static DLFileEntry |
fetchByG_F_FN(long groupId,
long folderId,
String fileName,
boolean retrieveFromCache)
Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or returns
null if it could not be found, optionally using the finder cache. |
static DLFileEntry |
fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
|
static DLFileEntry |
fetchByG_F_N(long groupId,
long folderId,
String name)
Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returns
null if it could not be found. |
static DLFileEntry |
fetchByG_F_N(long groupId,
long folderId,
String name,
boolean retrieveFromCache)
Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returns
null if it could not be found, optionally using the finder cache. |
static DLFileEntry |
fetchByG_F_T(long groupId,
long folderId,
String title)
Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returns
null if it could not be found. |
static DLFileEntry |
fetchByG_F_T(long groupId,
long folderId,
String title,
boolean retrieveFromCache)
Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returns
null if it could not be found, optionally using the finder cache. |
static DLFileEntry |
fetchByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
|
static DLFileEntry |
fetchByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
|
static DLFileEntry |
fetchByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
|
static DLFileEntry |
fetchByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
|
static DLFileEntry |
fetchByGroupId_First(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ?.
|
static DLFileEntry |
fetchByGroupId_Last(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ?.
|
static DLFileEntry |
fetchByLargeImageId_First(long largeImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where largeImageId = ?.
|
static DLFileEntry |
fetchByLargeImageId_Last(long largeImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where largeImageId = ?.
|
static DLFileEntry |
fetchByMimeType_First(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where mimeType = ?.
|
static DLFileEntry |
fetchByMimeType_Last(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where mimeType = ?.
|
static DLFileEntry |
fetchByPrimaryKey(long fileEntryId)
Returns the document library file entry with the primary key or returns
null if it could not be found. |
static Map<Serializable,DLFileEntry> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static DLFileEntry |
fetchByR_F_First(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
|
static DLFileEntry |
fetchByR_F_Last(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
|
static DLFileEntry |
fetchByRepositoryId_First(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where repositoryId = ?.
|
static DLFileEntry |
fetchByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where repositoryId = ?.
|
static DLFileEntry |
fetchByS_L_C1_C2_First(long smallImageId,
long largeImageId,
long custom1ImageId,
long custom2ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.
|
static DLFileEntry |
fetchByS_L_C1_C2_Last(long smallImageId,
long largeImageId,
long custom1ImageId,
long custom2ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.
|
static DLFileEntry |
fetchBySmallImageId_First(long smallImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where smallImageId = ?.
|
static DLFileEntry |
fetchBySmallImageId_Last(long smallImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where smallImageId = ?.
|
static DLFileEntry |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
|
static DLFileEntry |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
|
static DLFileEntry |
fetchByUuid_First(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ?.
|
static DLFileEntry |
fetchByUUID_G(String uuid,
long groupId)
Returns the document library file entry where uuid = ? and groupId = ? or returns
null if it could not be found. |
static DLFileEntry |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the document library file entry where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static DLFileEntry |
fetchByUuid_Last(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ?.
|
static int |
filterCountByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
|
static int |
filterCountByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
|
static int |
filterCountByG_F(long groupId,
long folderId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = ?.
|
static int |
filterCountByG_F(long groupId,
long[] folderIds)
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
|
static int |
filterCountByG_U_F(long groupId,
long userId,
long folderId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
|
static int |
filterCountByG_U_F(long groupId,
long userId,
long[] folderIds)
Returns the number of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
|
static int |
filterCountByG_U(long groupId,
long userId)
Returns the number of document library file entries that the user has permission to view where groupId = ? and userId = ?.
|
static int |
filterCountByGroupId(long groupId)
Returns the number of document library file entries that the user has permission to view where groupId = ?.
|
static DLFileEntry[] |
filterFindByG_F_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
|
static List<DLFileEntry> |
filterFindByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
|
static List<DLFileEntry> |
filterFindByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
|
static List<DLFileEntry> |
filterFindByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
|
static List<DLFileEntry> |
filterFindByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
|
static List<DLFileEntry> |
filterFindByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
|
static List<DLFileEntry> |
filterFindByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
|
static DLFileEntry[] |
filterFindByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ?.
|
static List<DLFileEntry> |
filterFindByG_F(long groupId,
long folderId)
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ?.
|
static List<DLFileEntry> |
filterFindByG_F(long groupId,
long[] folderIds)
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
|
static List<DLFileEntry> |
filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
|
static List<DLFileEntry> |
filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
|
static List<DLFileEntry> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ?.
|
static List<DLFileEntry> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?.
|
static DLFileEntry[] |
filterFindByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
|
static List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long folderId)
Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
|
static List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long[] folderIds)
Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
|
static List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
|
static List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
|
static List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
|
static List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ?.
|
static DLFileEntry[] |
filterFindByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ?.
|
static List<DLFileEntry> |
filterFindByG_U(long groupId,
long userId)
Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ?.
|
static List<DLFileEntry> |
filterFindByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ?.
|
static List<DLFileEntry> |
filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?.
|
static DLFileEntry[] |
filterFindByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ?.
|
static List<DLFileEntry> |
filterFindByGroupId(long groupId)
Returns all the document library file entries that the user has permission to view where groupId = ?.
|
static List<DLFileEntry> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library file entries that the user has permission to view where groupId = ?.
|
static List<DLFileEntry> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?.
|
static List<DLFileEntry> |
findAll()
Returns all the document library file entries.
|
static List<DLFileEntry> |
findAll(int start,
int end)
Returns a range of all the document library file entries.
|
static List<DLFileEntry> |
findAll(int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries.
|
static List<DLFileEntry> |
findAll(int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries.
|
static DLFileEntry |
findByCompanyId_First(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where companyId = ?.
|
static DLFileEntry |
findByCompanyId_Last(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where companyId = ?.
|
static DLFileEntry[] |
findByCompanyId_PrevAndNext(long fileEntryId,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?.
|
static List<DLFileEntry> |
findByCompanyId(long companyId)
Returns all the document library file entries where companyId = ?.
|
static List<DLFileEntry> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the document library file entries where companyId = ?.
|
static List<DLFileEntry> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where companyId = ?.
|
static List<DLFileEntry> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where companyId = ?.
|
static DLFileEntry |
findByCustom1ImageId_First(long custom1ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where custom1ImageId = ?.
|
static DLFileEntry |
findByCustom1ImageId_Last(long custom1ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where custom1ImageId = ?.
|
static DLFileEntry[] |
findByCustom1ImageId_PrevAndNext(long fileEntryId,
long custom1ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where custom1ImageId = ?.
|
static List<DLFileEntry> |
findByCustom1ImageId(long custom1ImageId)
Returns all the document library file entries where custom1ImageId = ?.
|
static List<DLFileEntry> |
findByCustom1ImageId(long custom1ImageId,
int start,
int end)
Returns a range of all the document library file entries where custom1ImageId = ?.
|
static List<DLFileEntry> |
findByCustom1ImageId(long custom1ImageId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where custom1ImageId = ?.
|
static List<DLFileEntry> |
findByCustom1ImageId(long custom1ImageId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where custom1ImageId = ?.
|
static DLFileEntry |
findByCustom2ImageId_First(long custom2ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where custom2ImageId = ?.
|
static DLFileEntry |
findByCustom2ImageId_Last(long custom2ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where custom2ImageId = ?.
|
static DLFileEntry[] |
findByCustom2ImageId_PrevAndNext(long fileEntryId,
long custom2ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where custom2ImageId = ?.
|
static List<DLFileEntry> |
findByCustom2ImageId(long custom2ImageId)
Returns all the document library file entries where custom2ImageId = ?.
|
static List<DLFileEntry> |
findByCustom2ImageId(long custom2ImageId,
int start,
int end)
Returns a range of all the document library file entries where custom2ImageId = ?.
|
static List<DLFileEntry> |
findByCustom2ImageId(long custom2ImageId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where custom2ImageId = ?.
|
static List<DLFileEntry> |
findByCustom2ImageId(long custom2ImageId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where custom2ImageId = ?.
|
static DLFileEntry |
findByF_N_First(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where folderId = ? and name = ?.
|
static DLFileEntry |
findByF_N_Last(long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where folderId = ? and name = ?.
|
static DLFileEntry[] |
findByF_N_PrevAndNext(long fileEntryId,
long folderId,
String name,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where folderId = ? and name = ?.
|
static List<DLFileEntry> |
findByF_N(long folderId,
String name)
Returns all the document library file entries where folderId = ? and name = ?.
|
static List<DLFileEntry> |
findByF_N(long folderId,
String name,
int start,
int end)
Returns a range of all the document library file entries where folderId = ? and name = ?.
|
static List<DLFileEntry> |
findByF_N(long folderId,
String name,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
|
static List<DLFileEntry> |
findByF_N(long folderId,
String name,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where folderId = ? and name = ?.
|
static DLFileEntry |
findByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
|
static DLFileEntry |
findByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
|
static DLFileEntry[] |
findByFileEntryTypeId_PrevAndNext(long fileEntryId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where fileEntryTypeId = ?.
|
static List<DLFileEntry> |
findByFileEntryTypeId(long fileEntryTypeId)
Returns all the document library file entries where fileEntryTypeId = ?.
|
static List<DLFileEntry> |
findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries where fileEntryTypeId = ?.
|
static List<DLFileEntry> |
findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
|
static List<DLFileEntry> |
findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where fileEntryTypeId = ?.
|
static DLFileEntry |
findByG_F_F_First(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
|
static DLFileEntry |
findByG_F_F_Last(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
|
static DLFileEntry[] |
findByG_F_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.
|
static List<DLFileEntry> |
findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId)
Returns all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
|
static List<DLFileEntry> |
findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
|
static List<DLFileEntry> |
findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
|
static List<DLFileEntry> |
findByG_F_F(long groupId,
long[] folderIds,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?, optionally using the finder cache.
|
static List<DLFileEntry> |
findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Returns all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
|
static List<DLFileEntry> |
findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
|
static List<DLFileEntry> |
findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
|
static List<DLFileEntry> |
findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
|
static DLFileEntry |
findByG_F_First(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
|
static DLFileEntry |
findByG_F_FN(long groupId,
long folderId,
String fileName)
Returns the document library file entry where groupId = ? and folderId = ? and fileName = ? or throws a
NoSuchFileEntryException if it could not be found. |
static DLFileEntry |
findByG_F_Last(long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.
|
static DLFileEntry |
findByG_F_N(long groupId,
long folderId,
String name)
Returns the document library file entry where groupId = ? and folderId = ? and name = ? or throws a
NoSuchFileEntryException if it could not be found. |
static DLFileEntry[] |
findByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?.
|
static DLFileEntry |
findByG_F_T(long groupId,
long folderId,
String title)
Returns the document library file entry where groupId = ? and folderId = ? and title = ? or throws a
NoSuchFileEntryException if it could not be found. |
static List<DLFileEntry> |
findByG_F(long groupId,
long folderId)
Returns all the document library file entries where groupId = ? and folderId = ?.
|
static List<DLFileEntry> |
findByG_F(long groupId,
long[] folderIds)
Returns all the document library file entries where groupId = ? and folderId = any ?.
|
static List<DLFileEntry> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and folderId = any ?.
|
static List<DLFileEntry> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?.
|
static List<DLFileEntry> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?, optionally using the finder cache.
|
static List<DLFileEntry> |
findByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and folderId = ?.
|
static List<DLFileEntry> |
findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
|
static List<DLFileEntry> |
findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
|
static DLFileEntry |
findByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
|
static DLFileEntry |
findByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
|
static DLFileEntry[] |
findByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
|
static List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long folderId)
Returns all the document library file entries where groupId = ? and userId = ? and folderId = ?.
|
static List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long[] folderIds)
Returns all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
|
static List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
|
static List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
|
static List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?, optionally using the finder cache.
|
static List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
|
static List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
|
static List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
|
static DLFileEntry |
findByG_U_First(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
|
static DLFileEntry |
findByG_U_Last(long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
|
static DLFileEntry[] |
findByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?.
|
static List<DLFileEntry> |
findByG_U(long groupId,
long userId)
Returns all the document library file entries where groupId = ? and userId = ?.
|
static List<DLFileEntry> |
findByG_U(long groupId,
long userId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ? and userId = ?.
|
static List<DLFileEntry> |
findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
|
static List<DLFileEntry> |
findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
|
static DLFileEntry |
findByGroupId_First(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ?.
|
static DLFileEntry |
findByGroupId_Last(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ?.
|
static DLFileEntry[] |
findByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?.
|
static List<DLFileEntry> |
findByGroupId(long groupId)
Returns all the document library file entries where groupId = ?.
|
static List<DLFileEntry> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ?.
|
static List<DLFileEntry> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ?.
|
static List<DLFileEntry> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where groupId = ?.
|
static DLFileEntry |
findByLargeImageId_First(long largeImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where largeImageId = ?.
|
static DLFileEntry |
findByLargeImageId_Last(long largeImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where largeImageId = ?.
|
static DLFileEntry[] |
findByLargeImageId_PrevAndNext(long fileEntryId,
long largeImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where largeImageId = ?.
|
static List<DLFileEntry> |
findByLargeImageId(long largeImageId)
Returns all the document library file entries where largeImageId = ?.
|
static List<DLFileEntry> |
findByLargeImageId(long largeImageId,
int start,
int end)
Returns a range of all the document library file entries where largeImageId = ?.
|
static List<DLFileEntry> |
findByLargeImageId(long largeImageId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where largeImageId = ?.
|
static List<DLFileEntry> |
findByLargeImageId(long largeImageId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where largeImageId = ?.
|
static DLFileEntry |
findByMimeType_First(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where mimeType = ?.
|
static DLFileEntry |
findByMimeType_Last(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where mimeType = ?.
|
static DLFileEntry[] |
findByMimeType_PrevAndNext(long fileEntryId,
String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where mimeType = ?.
|
static List<DLFileEntry> |
findByMimeType(String mimeType)
Returns all the document library file entries where mimeType = ?.
|
static List<DLFileEntry> |
findByMimeType(String mimeType,
int start,
int end)
Returns a range of all the document library file entries where mimeType = ?.
|
static List<DLFileEntry> |
findByMimeType(String mimeType,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where mimeType = ?.
|
static List<DLFileEntry> |
findByMimeType(String mimeType,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where mimeType = ?.
|
static DLFileEntry |
findByPrimaryKey(long fileEntryId)
Returns the document library file entry with the primary key or throws a
NoSuchFileEntryException if it could not be found. |
static DLFileEntry |
findByR_F_First(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where repositoryId = ? and folderId = ?.
|
static DLFileEntry |
findByR_F_Last(long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where repositoryId = ? and folderId = ?.
|
static DLFileEntry[] |
findByR_F_PrevAndNext(long fileEntryId,
long repositoryId,
long folderId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ? and folderId = ?.
|
static List<DLFileEntry> |
findByR_F(long repositoryId,
long folderId)
Returns all the document library file entries where repositoryId = ? and folderId = ?.
|
static List<DLFileEntry> |
findByR_F(long repositoryId,
long folderId,
int start,
int end)
Returns a range of all the document library file entries where repositoryId = ? and folderId = ?.
|
static List<DLFileEntry> |
findByR_F(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
|
static List<DLFileEntry> |
findByR_F(long repositoryId,
long folderId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where repositoryId = ? and folderId = ?.
|
static DLFileEntry |
findByRepositoryId_First(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where repositoryId = ?.
|
static DLFileEntry |
findByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where repositoryId = ?.
|
static DLFileEntry[] |
findByRepositoryId_PrevAndNext(long fileEntryId,
long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where repositoryId = ?.
|
static List<DLFileEntry> |
findByRepositoryId(long repositoryId)
Returns all the document library file entries where repositoryId = ?.
|
static List<DLFileEntry> |
findByRepositoryId(long repositoryId,
int start,
int end)
Returns a range of all the document library file entries where repositoryId = ?.
|
static List<DLFileEntry> |
findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where repositoryId = ?.
|
static List<DLFileEntry> |
findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where repositoryId = ?.
|
static DLFileEntry |
findByS_L_C1_C2_First(long smallImageId,
long largeImageId,
long custom1ImageId,
long custom2ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.
|
static DLFileEntry |
findByS_L_C1_C2_Last(long smallImageId,
long largeImageId,
long custom1ImageId,
long custom2ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.
|
static DLFileEntry[] |
findByS_L_C1_C2_PrevAndNext(long fileEntryId,
long smallImageId,
long largeImageId,
long custom1ImageId,
long custom2ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.
|
static List<DLFileEntry> |
findByS_L_C1_C2(long smallImageId,
long largeImageId,
long custom1ImageId,
long custom2ImageId)
Returns all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.
|
static List<DLFileEntry> |
findByS_L_C1_C2(long smallImageId,
long largeImageId,
long custom1ImageId,
long custom2ImageId,
int start,
int end)
Returns a range of all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.
|
static List<DLFileEntry> |
findByS_L_C1_C2(long smallImageId,
long largeImageId,
long custom1ImageId,
long custom2ImageId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.
|
static List<DLFileEntry> |
findByS_L_C1_C2(long smallImageId,
long largeImageId,
long custom1ImageId,
long custom2ImageId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ?.
|
static DLFileEntry |
findBySmallImageId_First(long smallImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where smallImageId = ?.
|
static DLFileEntry |
findBySmallImageId_Last(long smallImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where smallImageId = ?.
|
static DLFileEntry[] |
findBySmallImageId_PrevAndNext(long fileEntryId,
long smallImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where smallImageId = ?.
|
static List<DLFileEntry> |
findBySmallImageId(long smallImageId)
Returns all the document library file entries where smallImageId = ?.
|
static List<DLFileEntry> |
findBySmallImageId(long smallImageId,
int start,
int end)
Returns a range of all the document library file entries where smallImageId = ?.
|
static List<DLFileEntry> |
findBySmallImageId(long smallImageId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where smallImageId = ?.
|
static List<DLFileEntry> |
findBySmallImageId(long smallImageId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where smallImageId = ?.
|
static DLFileEntry |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ? and companyId = ?.
|
static DLFileEntry |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ? and companyId = ?.
|
static DLFileEntry[] |
findByUuid_C_PrevAndNext(long fileEntryId,
String uuid,
long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ? and companyId = ?.
|
static List<DLFileEntry> |
findByUuid_C(String uuid,
long companyId)
Returns all the document library file entries where uuid = ? and companyId = ?.
|
static List<DLFileEntry> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the document library file entries where uuid = ? and companyId = ?.
|
static List<DLFileEntry> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
|
static List<DLFileEntry> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where uuid = ? and companyId = ?.
|
static DLFileEntry |
findByUuid_First(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ?.
|
static DLFileEntry |
findByUUID_G(String uuid,
long groupId)
Returns the document library file entry where uuid = ? and groupId = ? or throws a
NoSuchFileEntryException if it could not be found. |
static DLFileEntry |
findByUuid_Last(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ?.
|
static DLFileEntry[] |
findByUuid_PrevAndNext(long fileEntryId,
String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?.
|
static List<DLFileEntry> |
findByUuid(String uuid)
Returns all the document library file entries where uuid = ?.
|
static List<DLFileEntry> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library file entries where uuid = ?.
|
static List<DLFileEntry> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries where uuid = ?.
|
static List<DLFileEntry> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries where uuid = ?.
|
static List<DLFileEntry> |
findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<DLFileEntry> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<DLFileEntry> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator) |
static Set<String> |
getBadColumnNames() |
static DLFileEntryPersistence |
getPersistence() |
static DLFileEntry |
remove(long fileEntryId)
Removes the document library file entry with the primary key from the database.
|
static void |
removeAll()
Removes all the document library file entries from the database.
|
static void |
removeByCompanyId(long companyId)
Removes all the document library file entries where companyId = ? from the database.
|
static void |
removeByCustom1ImageId(long custom1ImageId)
Removes all the document library file entries where custom1ImageId = ? from the database.
|
static void |
removeByCustom2ImageId(long custom2ImageId)
Removes all the document library file entries where custom2ImageId = ? from the database.
|
static void |
removeByF_N(long folderId,
String name)
Removes all the document library file entries where folderId = ? and name = ? from the database.
|
static void |
removeByFileEntryTypeId(long fileEntryTypeId)
Removes all the document library file entries where fileEntryTypeId = ? from the database.
|
static void |
removeByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Removes all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ? from the database.
|
static DLFileEntry |
removeByG_F_FN(long groupId,
long folderId,
String fileName)
Removes the document library file entry where groupId = ? and folderId = ? and fileName = ? from the database.
|
static DLFileEntry |
removeByG_F_N(long groupId,
long folderId,
String name)
Removes the document library file entry where groupId = ? and folderId = ? and name = ? from the database.
|
static DLFileEntry |
removeByG_F_T(long groupId,
long folderId,
String title)
Removes the document library file entry where groupId = ? and folderId = ? and title = ? from the database.
|
static void |
removeByG_F(long groupId,
long folderId)
Removes all the document library file entries where groupId = ? and folderId = ? from the database.
|
static void |
removeByG_U_F(long groupId,
long userId,
long folderId)
Removes all the document library file entries where groupId = ? and userId = ? and folderId = ? from the database.
|
static void |
removeByG_U(long groupId,
long userId)
Removes all the document library file entries where groupId = ? and userId = ? from the database.
|
static void |
removeByGroupId(long groupId)
Removes all the document library file entries where groupId = ? from the database.
|
static void |
removeByLargeImageId(long largeImageId)
Removes all the document library file entries where largeImageId = ? from the database.
|
static void |
removeByMimeType(String mimeType)
Removes all the document library file entries where mimeType = ? from the database.
|
static void |
removeByR_F(long repositoryId,
long folderId)
Removes all the document library file entries where repositoryId = ? and folderId = ? from the database.
|
static void |
removeByRepositoryId(long repositoryId)
Removes all the document library file entries where repositoryId = ? from the database.
|
static void |
removeByS_L_C1_C2(long smallImageId,
long largeImageId,
long custom1ImageId,
long custom2ImageId)
Removes all the document library file entries where smallImageId = ? and largeImageId = ? and custom1ImageId = ? and custom2ImageId = ? from the database.
|
static void |
removeBySmallImageId(long smallImageId)
Removes all the document library file entries where smallImageId = ? from the database.
|
static void |
removeByUuid_C(String uuid,
long companyId)
Removes all the document library file entries where uuid = ? and companyId = ? from the database.
|
static DLFileEntry |
removeByUUID_G(String uuid,
long groupId)
Removes the document library file entry where uuid = ? and groupId = ? from the database.
|
static void |
removeByUuid(String uuid)
Removes all the document library file entries where uuid = ? from the database.
|
static DLFileEntry |
update(DLFileEntry dlFileEntry) |
static DLFileEntry |
update(DLFileEntry dlFileEntry,
ServiceContext serviceContext) |
static DLFileEntry |
updateImpl(DLFileEntry dlFileEntry) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(DLFileEntry dlFileEntry)
public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
public static List<DLFileEntry> findWithDynamicQuery(DynamicQuery dynamicQuery)
public static List<DLFileEntry> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
public static List<DLFileEntry> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileEntry> orderByComparator)
public static DLFileEntry update(DLFileEntry dlFileEntry)
public static DLFileEntry update(DLFileEntry dlFileEntry, ServiceContext serviceContext)
public static List<DLFileEntry> findByUuid(String uuid)
uuid
- the uuidpublic static List<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFileEntry findByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByUuid_First(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry findByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry[] findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry 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 DLFileEntry findByUUID_G(String uuid, long groupId) throws NoSuchFileEntryException
NoSuchFileEntryException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry 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 file entry could not be foundpublic static DLFileEntry 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 file entry could not be foundpublic static DLFileEntry removeByUUID_G(String uuid, long groupId) throws NoSuchFileEntryException
uuid
- the uuidgroupId
- the group IDNoSuchFileEntryException
public static int countByUUID_G(String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDpublic static List<DLFileEntry> findByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static List<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFileEntry findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry[] findByUuid_C_PrevAndNext(long fileEntryId, String uuid, long companyId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry 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<DLFileEntry> findByGroupId(long groupId)
groupId
- the group IDpublic static List<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFileEntry findByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry findByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntry> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry[] findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static List<DLFileEntry> filterFindByGroupId(long groupId)
groupId
- the group IDpublic static List<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static DLFileEntry[] filterFindByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry 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<DLFileEntry> findByCompanyId(long companyId)
companyId
- the company IDpublic static List<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFileEntry findByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByCompanyId_First(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry findByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileEntry> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry[] findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entrycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry 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<DLFileEntry> findByRepositoryId(long repositoryId)
repositoryId
- the repository IDpublic static List<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByRepositoryId(long repositoryId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFileEntry findByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
repositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByRepositoryId_First(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
repositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry findByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
repositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByRepositoryId_Last(long repositoryId, OrderByComparator<DLFileEntry> orderByComparator)
repositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry[] findByRepositoryId_PrevAndNext(long fileEntryId, long repositoryId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entryrepositoryId
- the repository IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry 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<DLFileEntry> findByMimeType(String mimeType)
mimeType
- the mime typepublic static List<DLFileEntry> findByMimeType(String mimeType, 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 DLFileEntryModelImpl
. 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.
mimeType
- the mime typestart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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.
mimeType
- the mime typestart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByMimeType(String mimeType, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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.
mimeType
- the mime typestart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFileEntry findByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
mimeType
- the mime typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByMimeType_First(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
mimeType
- the mime typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry findByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
mimeType
- the mime typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByMimeType_Last(String mimeType, OrderByComparator<DLFileEntry> orderByComparator)
mimeType
- the mime typeorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry[] findByMimeType_PrevAndNext(long fileEntryId, String mimeType, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entrymimeType
- the mime typeorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static void removeByMimeType(String mimeType)
mimeType
- the mime typepublic static int countByMimeType(String mimeType)
mimeType
- the mime typepublic static List<DLFileEntry> findByFileEntryTypeId(long fileEntryTypeId)
fileEntryTypeId
- the file entry type IDpublic static List<DLFileEntry> findByFileEntryTypeId(long fileEntryTypeId, 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 DLFileEntryModelImpl
. 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.
fileEntryTypeId
- the file entry type IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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.
fileEntryTypeId
- the file entry type IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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.
fileEntryTypeId
- the file entry type IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFileEntry findByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
fileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry findByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
fileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry[] findByFileEntryTypeId_PrevAndNext(long fileEntryId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entryfileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static void removeByFileEntryTypeId(long fileEntryTypeId)
fileEntryTypeId
- the file entry type IDpublic static int countByFileEntryTypeId(long fileEntryTypeId)
fileEntryTypeId
- the file entry type IDpublic static List<DLFileEntry> findBySmallImageId(long smallImageId)
smallImageId
- the small image IDpublic static List<DLFileEntry> findBySmallImageId(long smallImageId, 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 DLFileEntryModelImpl
. 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.
smallImageId
- the small image IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findBySmallImageId(long smallImageId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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.
smallImageId
- the small image IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findBySmallImageId(long smallImageId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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.
smallImageId
- the small image IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFileEntry findBySmallImageId_First(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchBySmallImageId_First(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator)
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry findBySmallImageId_Last(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchBySmallImageId_Last(long smallImageId, OrderByComparator<DLFileEntry> orderByComparator)
smallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry[] findBySmallImageId_PrevAndNext(long fileEntryId, long smallImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entrysmallImageId
- the small image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static void removeBySmallImageId(long smallImageId)
smallImageId
- the small image IDpublic static int countBySmallImageId(long smallImageId)
smallImageId
- the small image IDpublic static List<DLFileEntry> findByLargeImageId(long largeImageId)
largeImageId
- the large image IDpublic static List<DLFileEntry> findByLargeImageId(long largeImageId, 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 DLFileEntryModelImpl
. 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.
largeImageId
- the large image IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByLargeImageId(long largeImageId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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.
largeImageId
- the large image IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByLargeImageId(long largeImageId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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.
largeImageId
- the large image IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFileEntry findByLargeImageId_First(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
largeImageId
- the large image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByLargeImageId_First(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator)
largeImageId
- the large image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry findByLargeImageId_Last(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
largeImageId
- the large image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByLargeImageId_Last(long largeImageId, OrderByComparator<DLFileEntry> orderByComparator)
largeImageId
- the large image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry[] findByLargeImageId_PrevAndNext(long fileEntryId, long largeImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entrylargeImageId
- the large image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static void removeByLargeImageId(long largeImageId)
largeImageId
- the large image IDpublic static int countByLargeImageId(long largeImageId)
largeImageId
- the large image IDpublic static List<DLFileEntry> findByCustom1ImageId(long custom1ImageId)
custom1ImageId
- the custom1 image IDpublic static List<DLFileEntry> findByCustom1ImageId(long custom1ImageId, 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 DLFileEntryModelImpl
. 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.
custom1ImageId
- the custom1 image IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByCustom1ImageId(long custom1ImageId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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.
custom1ImageId
- the custom1 image IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByCustom1ImageId(long custom1ImageId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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.
custom1ImageId
- the custom1 image IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFileEntry findByCustom1ImageId_First(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
custom1ImageId
- the custom1 image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByCustom1ImageId_First(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator)
custom1ImageId
- the custom1 image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry findByCustom1ImageId_Last(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
custom1ImageId
- the custom1 image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByCustom1ImageId_Last(long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator)
custom1ImageId
- the custom1 image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry[] findByCustom1ImageId_PrevAndNext(long fileEntryId, long custom1ImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entrycustom1ImageId
- the custom1 image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static void removeByCustom1ImageId(long custom1ImageId)
custom1ImageId
- the custom1 image IDpublic static int countByCustom1ImageId(long custom1ImageId)
custom1ImageId
- the custom1 image IDpublic static List<DLFileEntry> findByCustom2ImageId(long custom2ImageId)
custom2ImageId
- the custom2 image IDpublic static List<DLFileEntry> findByCustom2ImageId(long custom2ImageId, 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 DLFileEntryModelImpl
. 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.
custom2ImageId
- the custom2 image IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByCustom2ImageId(long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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.
custom2ImageId
- the custom2 image IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByCustom2ImageId(long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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.
custom2ImageId
- the custom2 image IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFileEntry findByCustom2ImageId_First(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
custom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByCustom2ImageId_First(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator)
custom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry findByCustom2ImageId_Last(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
custom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByCustom2ImageId_Last(long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator)
custom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry[] findByCustom2ImageId_PrevAndNext(long fileEntryId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entrycustom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static void removeByCustom2ImageId(long custom2ImageId)
custom2ImageId
- the custom2 image IDpublic static int countByCustom2ImageId(long custom2ImageId)
custom2ImageId
- the custom2 image IDpublic static List<DLFileEntry> findByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDpublic static List<DLFileEntry> findByG_U(long groupId, long userId, 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 DLFileEntryModelImpl
. 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 IDuserId
- the user IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDuserId
- the user IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDuserId
- the user IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFileEntry findByG_U_First(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByG_U_First(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry findByG_U_Last(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByG_U_Last(long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator)
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry[] findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entrygroupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static List<DLFileEntry> filterFindByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDpublic static List<DLFileEntry> filterFindByG_U(long groupId, long userId, 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 DLFileEntryModelImpl
. 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 IDuserId
- the user IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDuserId
- the user IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static DLFileEntry[] filterFindByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entrygroupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static void removeByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDpublic static int countByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDpublic static int filterCountByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDpublic static List<DLFileEntry> findByG_F(long groupId, long folderId)
groupId
- the group IDfolderId
- the folder IDpublic static List<DLFileEntry> findByG_F(long groupId, long folderId, 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 DLFileEntryModelImpl
. 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 IDfolderId
- the folder IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDfolderId
- the folder IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDfolderId
- the folder IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFileEntry findByG_F_First(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry findByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
groupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry[] findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entrygroupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static List<DLFileEntry> filterFindByG_F(long groupId, long folderId)
groupId
- the group IDfolderId
- the folder IDpublic static List<DLFileEntry> filterFindByG_F(long groupId, long folderId, 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 DLFileEntryModelImpl
. 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 IDfolderId
- the folder IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDfolderId
- the folder IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static DLFileEntry[] filterFindByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entrygroupId
- the group IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static List<DLFileEntry> filterFindByG_F(long groupId, long[] folderIds)
groupId
- the group IDfolderIds
- the folder IDspublic static List<DLFileEntry> filterFindByG_F(long groupId, long[] folderIds, 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 DLFileEntryModelImpl
. 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 IDfolderIds
- the folder IDsstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDfolderIds
- the folder IDsstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByG_F(long groupId, long[] folderIds)
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 DLFileEntryModelImpl
. 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 IDfolderIds
- the folder IDspublic static List<DLFileEntry> findByG_F(long groupId, long[] folderIds, 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 DLFileEntryModelImpl
. 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 IDfolderIds
- the folder IDsstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDfolderIds
- the folder IDsstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDfolderId
- the folder IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeByG_F(long groupId, long folderId)
groupId
- the group IDfolderId
- the folder IDpublic static int countByG_F(long groupId, long folderId)
groupId
- the group IDfolderId
- the folder IDpublic static int countByG_F(long groupId, long[] folderIds)
groupId
- the group IDfolderIds
- the folder IDspublic static int filterCountByG_F(long groupId, long folderId)
groupId
- the group IDfolderId
- the folder IDpublic static int filterCountByG_F(long groupId, long[] folderIds)
groupId
- the group IDfolderIds
- the folder IDspublic static List<DLFileEntry> findByR_F(long repositoryId, long folderId)
repositoryId
- the repository IDfolderId
- the folder IDpublic static List<DLFileEntry> findByR_F(long repositoryId, long folderId, 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 DLFileEntryModelImpl
. 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 IDfolderId
- the folder IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDfolderId
- the folder IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByR_F(long repositoryId, long folderId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDfolderId
- the folder IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFileEntry findByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
repositoryId
- the repository IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByR_F_First(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
repositoryId
- the repository IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry findByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
repositoryId
- the repository IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByR_F_Last(long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
repositoryId
- the repository IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry[] findByR_F_PrevAndNext(long fileEntryId, long repositoryId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entryrepositoryId
- the repository IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static void removeByR_F(long repositoryId, long folderId)
repositoryId
- the repository IDfolderId
- the folder IDpublic static int countByR_F(long repositoryId, long folderId)
repositoryId
- the repository IDfolderId
- the folder IDpublic static List<DLFileEntry> findByF_N(long folderId, String name)
folderId
- the folder IDname
- the namepublic static List<DLFileEntry> findByF_N(long folderId, 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 DLFileEntryModelImpl
. 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 IDname
- the namestart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByF_N(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDname
- the namestart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByF_N(long folderId, String name, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDname
- the namestart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFileEntry findByF_N_First(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
folderId
- the folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByF_N_First(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
folderId
- the folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry findByF_N_Last(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
folderId
- the folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByF_N_Last(long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator)
folderId
- the folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry[] findByF_N_PrevAndNext(long fileEntryId, long folderId, String name, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entryfolderId
- the folder IDname
- the nameorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static void removeByF_N(long folderId, String name)
folderId
- the folder IDname
- the namepublic static int countByF_N(long folderId, String name)
folderId
- the folder IDname
- the namepublic static List<DLFileEntry> findByG_U_F(long groupId, long userId, long folderId)
groupId
- the group IDuserId
- the user IDfolderId
- the folder IDpublic static List<DLFileEntry> findByG_U_F(long groupId, long userId, long folderId, 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 DLFileEntryModelImpl
. 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 IDuserId
- the user IDfolderId
- the folder IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDuserId
- the user IDfolderId
- the folder IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDuserId
- the user IDfolderId
- the folder IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFileEntry findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
groupId
- the group IDuserId
- the user IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
groupId
- the group IDuserId
- the user IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
groupId
- the group IDuserId
- the user IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator)
groupId
- the group IDuserId
- the user IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry[] findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entrygroupId
- the group IDuserId
- the user IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long folderId)
groupId
- the group IDuserId
- the user IDfolderId
- the folder IDpublic static List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long folderId, 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 DLFileEntryModelImpl
. 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 IDuserId
- the user IDfolderId
- the folder IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDuserId
- the user IDfolderId
- the folder IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static DLFileEntry[] filterFindByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entrygroupId
- the group IDuserId
- the user IDfolderId
- the folder IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long[] folderIds)
groupId
- the group IDuserId
- the user IDfolderIds
- the folder IDspublic static List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long[] folderIds, 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 DLFileEntryModelImpl
. 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 IDuserId
- the user IDfolderIds
- the folder IDsstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDuserId
- the user IDfolderIds
- the folder IDsstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByG_U_F(long groupId, long userId, long[] folderIds)
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 DLFileEntryModelImpl
. 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 IDuserId
- the user IDfolderIds
- the folder IDspublic static List<DLFileEntry> findByG_U_F(long groupId, long userId, long[] folderIds, 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 DLFileEntryModelImpl
. 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 IDuserId
- the user IDfolderIds
- the folder IDsstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDuserId
- the user IDfolderIds
- the folder IDsstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDuserId
- the user IDfolderId
- the folder IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeByG_U_F(long groupId, long userId, long folderId)
groupId
- the group IDuserId
- the user IDfolderId
- the folder IDpublic static int countByG_U_F(long groupId, long userId, long folderId)
groupId
- the group IDuserId
- the user IDfolderId
- the folder IDpublic static int countByG_U_F(long groupId, long userId, long[] folderIds)
groupId
- the group IDuserId
- the user IDfolderIds
- the folder IDspublic static int filterCountByG_U_F(long groupId, long userId, long folderId)
groupId
- the group IDuserId
- the user IDfolderId
- the folder IDpublic static int filterCountByG_U_F(long groupId, long userId, long[] folderIds)
groupId
- the group IDuserId
- the user IDfolderIds
- the folder IDspublic static DLFileEntry findByG_F_N(long groupId, long folderId, String name) throws NoSuchFileEntryException
NoSuchFileEntryException
if it could not be found.groupId
- the group IDfolderId
- the folder IDname
- the nameNoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByG_F_N(long groupId, long folderId, String name)
null
if it could not be found. Uses the finder cache.groupId
- the group IDfolderId
- the folder IDname
- the namenull
if a matching document library file entry could not be foundpublic static DLFileEntry fetchByG_F_N(long groupId, long folderId, String name, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDfolderId
- the folder IDname
- the nameretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching document library file entry could not be foundpublic static DLFileEntry removeByG_F_N(long groupId, long folderId, String name) throws NoSuchFileEntryException
groupId
- the group IDfolderId
- the folder IDname
- the nameNoSuchFileEntryException
public static int countByG_F_N(long groupId, long folderId, String name)
groupId
- the group IDfolderId
- the folder IDname
- the namepublic static DLFileEntry findByG_F_FN(long groupId, long folderId, String fileName) throws NoSuchFileEntryException
NoSuchFileEntryException
if it could not be found.groupId
- the group IDfolderId
- the folder IDfileName
- the file nameNoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByG_F_FN(long groupId, long folderId, String fileName)
null
if it could not be found. Uses the finder cache.groupId
- the group IDfolderId
- the folder IDfileName
- the file namenull
if a matching document library file entry could not be foundpublic static DLFileEntry fetchByG_F_FN(long groupId, long folderId, String fileName, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDfolderId
- the folder IDfileName
- the file nameretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching document library file entry could not be foundpublic static DLFileEntry removeByG_F_FN(long groupId, long folderId, String fileName) throws NoSuchFileEntryException
groupId
- the group IDfolderId
- the folder IDfileName
- the file nameNoSuchFileEntryException
public static int countByG_F_FN(long groupId, long folderId, String fileName)
groupId
- the group IDfolderId
- the folder IDfileName
- the file namepublic static DLFileEntry findByG_F_T(long groupId, long folderId, String title) throws NoSuchFileEntryException
NoSuchFileEntryException
if it could not be found.groupId
- the group IDfolderId
- the folder IDtitle
- the titleNoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByG_F_T(long groupId, long folderId, String title)
null
if it could not be found. Uses the finder cache.groupId
- the group IDfolderId
- the folder IDtitle
- the titlenull
if a matching document library file entry could not be foundpublic static DLFileEntry fetchByG_F_T(long groupId, long folderId, String title, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDfolderId
- the folder IDtitle
- the titleretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching document library file entry could not be foundpublic static DLFileEntry removeByG_F_T(long groupId, long folderId, String title) throws NoSuchFileEntryException
groupId
- the group IDfolderId
- the folder IDtitle
- the titleNoSuchFileEntryException
public static int countByG_F_T(long groupId, long folderId, String title)
groupId
- the group IDfolderId
- the folder IDtitle
- the titlepublic static List<DLFileEntry> findByG_F_F(long groupId, long folderId, long fileEntryTypeId)
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDpublic static List<DLFileEntry> findByG_F_F(long groupId, long folderId, long fileEntryTypeId, 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 DLFileEntryModelImpl
. 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 IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFileEntry findByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry findByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator)
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry[] findByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entrygroupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static List<DLFileEntry> filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId)
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDpublic static List<DLFileEntry> filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId, 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 DLFileEntryModelImpl
. 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 IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static DLFileEntry[] filterFindByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entrygroupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static List<DLFileEntry> filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId)
groupId
- the group IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type IDpublic static List<DLFileEntry> filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, 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 DLFileEntryModelImpl
. 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 IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId)
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 DLFileEntryModelImpl
. 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 IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type IDpublic static List<DLFileEntry> findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, 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 DLFileEntryModelImpl
. 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 IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeByG_F_F(long groupId, long folderId, long fileEntryTypeId)
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDpublic static int countByG_F_F(long groupId, long folderId, long fileEntryTypeId)
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDpublic static int countByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId)
groupId
- the group IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type IDpublic static int filterCountByG_F_F(long groupId, long folderId, long fileEntryTypeId)
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDpublic static int filterCountByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId)
groupId
- the group IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type IDpublic static List<DLFileEntry> findByS_L_C1_C2(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId)
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image IDpublic static List<DLFileEntry> findByS_L_C1_C2(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, 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 DLFileEntryModelImpl
. 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.
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findByS_L_C1_C2(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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.
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findByS_L_C1_C2(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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.
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image IDstart
- the lower bound of the range of document library file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static DLFileEntry findByS_L_C1_C2_First(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByS_L_C1_C2_First(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator)
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry findByS_L_C1_C2_Last(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a matching document library file entry could not be foundpublic static DLFileEntry fetchByS_L_C1_C2_Last(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator)
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching document library file entry could not be foundpublic static DLFileEntry[] findByS_L_C1_C2_PrevAndNext(long fileEntryId, long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId, OrderByComparator<DLFileEntry> orderByComparator) throws NoSuchFileEntryException
fileEntryId
- the primary key of the current document library file entrysmallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static void removeByS_L_C1_C2(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId)
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image IDpublic static int countByS_L_C1_C2(long smallImageId, long largeImageId, long custom1ImageId, long custom2ImageId)
smallImageId
- the small image IDlargeImageId
- the large image IDcustom1ImageId
- the custom1 image IDcustom2ImageId
- the custom2 image IDpublic static void cacheResult(DLFileEntry dlFileEntry)
dlFileEntry
- the document library file entrypublic static void cacheResult(List<DLFileEntry> dlFileEntries)
dlFileEntries
- the document library file entriespublic static DLFileEntry create(long fileEntryId)
fileEntryId
- the primary key for the new document library file entrypublic static DLFileEntry remove(long fileEntryId) throws NoSuchFileEntryException
fileEntryId
- the primary key of the document library file entryNoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static DLFileEntry updateImpl(DLFileEntry dlFileEntry)
public static DLFileEntry findByPrimaryKey(long fileEntryId) throws NoSuchFileEntryException
NoSuchFileEntryException
if it could not be found.fileEntryId
- the primary key of the document library file entryNoSuchFileEntryException
- if a document library file entry with the primary key could not be foundpublic static DLFileEntry fetchByPrimaryKey(long fileEntryId)
null
if it could not be found.fileEntryId
- the primary key of the document library file entrynull
if a document library file entry with the primary key could not be foundpublic static Map<Serializable,DLFileEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
public static List<DLFileEntry> findAll()
public static List<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)public static List<DLFileEntry> findAll(int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public static List<DLFileEntry> findAll(int start, int end, OrderByComparator<DLFileEntry> 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 DLFileEntryModelImpl
. 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 file entriesend
- the upper bound of the range of document library file entries (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 Set<String> getBadColumnNames()
public static DLFileEntryPersistence getPersistence()