@ProviderType public interface DLFileEntryPersistence extends BasePersistence<DLFileEntry>
Caching information and settings can be found in portal.properties
DLFileEntryPersistenceImpl
,
DLFileEntryUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(DLFileEntry dlFileEntry)
Caches the document library file entry in the entity cache if it is enabled.
|
void |
cacheResult(List<DLFileEntry> dlFileEntries)
Caches the document library file entries in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of document library file entries.
|
int |
countByCompanyId(long companyId)
Returns the number of document library file entries where companyId = ?.
|
int |
countByCustom1ImageId(long custom1ImageId)
Returns the number of document library file entries where custom1ImageId = ?.
|
int |
countByCustom2ImageId(long custom2ImageId)
Returns the number of document library file entries where custom2ImageId = ?.
|
int |
countByF_N(long folderId,
String name)
Returns the number of document library file entries where folderId = ? and name = ?.
|
int |
countByFileEntryTypeId(long fileEntryTypeId)
Returns the number of document library file entries where fileEntryTypeId = ?.
|
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 = ?.
|
int |
countByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Returns the number of document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
|
int |
countByG_F_FN(long groupId,
long folderId,
String fileName)
Returns the number of document library file entries where groupId = ? and folderId = ? and fileName = ?.
|
int |
countByG_F_N(long groupId,
long folderId,
String name)
Returns the number of document library file entries where groupId = ? and folderId = ? and name = ?.
|
int |
countByG_F_T(long groupId,
long folderId,
String title)
Returns the number of document library file entries where groupId = ? and folderId = ? and title = ?.
|
int |
countByG_F(long groupId,
long folderId)
Returns the number of document library file entries where groupId = ? and folderId = ?.
|
int |
countByG_F(long groupId,
long[] folderIds)
Returns the number of document library file entries where groupId = ? and folderId = any ?.
|
int |
countByG_U_F(long groupId,
long userId,
long folderId)
Returns the number of document library file entries where groupId = ? and userId = ? and folderId = ?.
|
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 ?.
|
int |
countByG_U(long groupId,
long userId)
Returns the number of document library file entries where groupId = ? and userId = ?.
|
int |
countByGroupId(long groupId)
Returns the number of document library file entries where groupId = ?.
|
int |
countByLargeImageId(long largeImageId)
Returns the number of document library file entries where largeImageId = ?.
|
int |
countByMimeType(String mimeType)
Returns the number of document library file entries where mimeType = ?.
|
int |
countByR_F(long repositoryId,
long folderId)
Returns the number of document library file entries where repositoryId = ? and folderId = ?.
|
int |
countByRepositoryId(long repositoryId)
Returns the number of document library file entries where repositoryId = ?.
|
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 = ?.
|
int |
countBySmallImageId(long smallImageId)
Returns the number of document library file entries where smallImageId = ?.
|
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of document library file entries where uuid = ? and companyId = ?.
|
int |
countByUUID_G(String uuid,
long groupId)
Returns the number of document library file entries where uuid = ? and groupId = ?.
|
int |
countByUuid(String uuid)
Returns the number of document library file entries where uuid = ?.
|
DLFileEntry |
create(long fileEntryId)
Creates a new document library file entry with the primary key.
|
DLFileEntry |
fetchByCompanyId_First(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where companyId = ?.
|
DLFileEntry |
fetchByCompanyId_Last(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where companyId = ?.
|
DLFileEntry |
fetchByCustom1ImageId_First(long custom1ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where custom1ImageId = ?.
|
DLFileEntry |
fetchByCustom1ImageId_Last(long custom1ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where custom1ImageId = ?.
|
DLFileEntry |
fetchByCustom2ImageId_First(long custom2ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where custom2ImageId = ?.
|
DLFileEntry |
fetchByCustom2ImageId_Last(long custom2ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where custom2ImageId = ?.
|
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 = ?.
|
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 = ?.
|
DLFileEntry |
fetchByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
|
DLFileEntry |
fetchByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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. |
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. |
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 = ?.
|
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. |
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. |
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. |
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. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
DLFileEntry |
fetchByGroupId_First(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ?.
|
DLFileEntry |
fetchByGroupId_Last(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ?.
|
DLFileEntry |
fetchByLargeImageId_First(long largeImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where largeImageId = ?.
|
DLFileEntry |
fetchByLargeImageId_Last(long largeImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where largeImageId = ?.
|
DLFileEntry |
fetchByMimeType_First(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where mimeType = ?.
|
DLFileEntry |
fetchByMimeType_Last(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where mimeType = ?.
|
DLFileEntry |
fetchByPrimaryKey(long fileEntryId)
Returns the document library file entry with the primary key or returns
null if it could not be found. |
Map<Serializable,DLFileEntry> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
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 = ?.
|
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 = ?.
|
DLFileEntry |
fetchByRepositoryId_First(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where repositoryId = ?.
|
DLFileEntry |
fetchByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where repositoryId = ?.
|
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 = ?.
|
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 = ?.
|
DLFileEntry |
fetchBySmallImageId_First(long smallImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where smallImageId = ?.
|
DLFileEntry |
fetchBySmallImageId_Last(long smallImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where smallImageId = ?.
|
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 = ?.
|
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 = ?.
|
DLFileEntry |
fetchByUuid_First(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ?.
|
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. |
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. |
DLFileEntry |
fetchByUuid_Last(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 ?.
|
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 = ?.
|
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 ?.
|
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 = ?.
|
int |
filterCountByGroupId(long groupId)
Returns the number of document library file entries that the user has permission to view where groupId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 ?.
|
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 ?.
|
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 ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 ?.
|
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 ?.
|
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 ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
List<DLFileEntry> |
filterFindByGroupId(long groupId)
Returns all the document library file entries that the user has permission to view where groupId = ?.
|
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 = ?.
|
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 = ?.
|
List<DLFileEntry> |
findAll()
Returns all the document library file entries.
|
List<DLFileEntry> |
findAll(int start,
int end)
Returns a range of all the document library file entries.
|
List<DLFileEntry> |
findAll(int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator)
Returns an ordered range of all the document library file entries.
|
List<DLFileEntry> |
findAll(int start,
int end,
OrderByComparator<DLFileEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the document library file entries.
|
DLFileEntry |
findByCompanyId_First(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where companyId = ?.
|
DLFileEntry |
findByCompanyId_Last(long companyId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where companyId = ?.
|
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 = ?.
|
List<DLFileEntry> |
findByCompanyId(long companyId)
Returns all the document library file entries where companyId = ?.
|
List<DLFileEntry> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the document library file entries where companyId = ?.
|
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 = ?.
|
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 = ?.
|
DLFileEntry |
findByCustom1ImageId_First(long custom1ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where custom1ImageId = ?.
|
DLFileEntry |
findByCustom1ImageId_Last(long custom1ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where custom1ImageId = ?.
|
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 = ?.
|
List<DLFileEntry> |
findByCustom1ImageId(long custom1ImageId)
Returns all the document library file entries where custom1ImageId = ?.
|
List<DLFileEntry> |
findByCustom1ImageId(long custom1ImageId,
int start,
int end)
Returns a range of all the document library file entries where custom1ImageId = ?.
|
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 = ?.
|
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 = ?.
|
DLFileEntry |
findByCustom2ImageId_First(long custom2ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where custom2ImageId = ?.
|
DLFileEntry |
findByCustom2ImageId_Last(long custom2ImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where custom2ImageId = ?.
|
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 = ?.
|
List<DLFileEntry> |
findByCustom2ImageId(long custom2ImageId)
Returns all the document library file entries where custom2ImageId = ?.
|
List<DLFileEntry> |
findByCustom2ImageId(long custom2ImageId,
int start,
int end)
Returns a range of all the document library file entries where custom2ImageId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
List<DLFileEntry> |
findByF_N(long folderId,
String name)
Returns all the document library file entries where folderId = ? and name = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
DLFileEntry |
findByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where fileEntryTypeId = ?.
|
DLFileEntry |
findByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where fileEntryTypeId = ?.
|
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 = ?.
|
List<DLFileEntry> |
findByFileEntryTypeId(long fileEntryTypeId)
Returns all the document library file entries where fileEntryTypeId = ?.
|
List<DLFileEntry> |
findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entries where fileEntryTypeId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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.
|
List<DLFileEntry> |
findByG_F_F(long groupId,
long folderId,
long fileEntryTypeId)
Returns all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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. |
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 = ?.
|
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. |
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 = ?.
|
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. |
List<DLFileEntry> |
findByG_F(long groupId,
long folderId)
Returns all the document library file entries where groupId = ? and folderId = ?.
|
List<DLFileEntry> |
findByG_F(long groupId,
long[] folderIds)
Returns all the document library file entries where groupId = ? and folderId = any ?.
|
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 ?.
|
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 ?.
|
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.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long folderId)
Returns all the document library file entries where groupId = ? and userId = ? and folderId = ?.
|
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 ?.
|
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 ?.
|
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 ?.
|
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.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
List<DLFileEntry> |
findByG_U(long groupId,
long userId)
Returns all the document library file entries where groupId = ? and userId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
DLFileEntry |
findByGroupId_First(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ?.
|
DLFileEntry |
findByGroupId_Last(long groupId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ?.
|
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 = ?.
|
List<DLFileEntry> |
findByGroupId(long groupId)
Returns all the document library file entries where groupId = ?.
|
List<DLFileEntry> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the document library file entries where groupId = ?.
|
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 = ?.
|
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 = ?.
|
DLFileEntry |
findByLargeImageId_First(long largeImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where largeImageId = ?.
|
DLFileEntry |
findByLargeImageId_Last(long largeImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where largeImageId = ?.
|
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 = ?.
|
List<DLFileEntry> |
findByLargeImageId(long largeImageId)
Returns all the document library file entries where largeImageId = ?.
|
List<DLFileEntry> |
findByLargeImageId(long largeImageId,
int start,
int end)
Returns a range of all the document library file entries where largeImageId = ?.
|
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 = ?.
|
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 = ?.
|
DLFileEntry |
findByMimeType_First(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where mimeType = ?.
|
DLFileEntry |
findByMimeType_Last(String mimeType,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where mimeType = ?.
|
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 = ?.
|
List<DLFileEntry> |
findByMimeType(String mimeType)
Returns all the document library file entries where mimeType = ?.
|
List<DLFileEntry> |
findByMimeType(String mimeType,
int start,
int end)
Returns a range of all the document library file entries where mimeType = ?.
|
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 = ?.
|
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 = ?.
|
DLFileEntry |
findByPrimaryKey(long fileEntryId)
Returns the document library file entry with the primary key or throws a
NoSuchFileEntryException if it could not be found. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
List<DLFileEntry> |
findByR_F(long repositoryId,
long folderId)
Returns all the document library file entries where repositoryId = ? and folderId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
DLFileEntry |
findByRepositoryId_First(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where repositoryId = ?.
|
DLFileEntry |
findByRepositoryId_Last(long repositoryId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where repositoryId = ?.
|
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 = ?.
|
List<DLFileEntry> |
findByRepositoryId(long repositoryId)
Returns all the document library file entries where repositoryId = ?.
|
List<DLFileEntry> |
findByRepositoryId(long repositoryId,
int start,
int end)
Returns a range of all the document library file entries where repositoryId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
DLFileEntry |
findBySmallImageId_First(long smallImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where smallImageId = ?.
|
DLFileEntry |
findBySmallImageId_Last(long smallImageId,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where smallImageId = ?.
|
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 = ?.
|
List<DLFileEntry> |
findBySmallImageId(long smallImageId)
Returns all the document library file entries where smallImageId = ?.
|
List<DLFileEntry> |
findBySmallImageId(long smallImageId,
int start,
int end)
Returns a range of all the document library file entries where smallImageId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
List<DLFileEntry> |
findByUuid_C(String uuid,
long companyId)
Returns all the document library file entries where uuid = ? and companyId = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
DLFileEntry |
findByUuid_First(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the first document library file entry in the ordered set where uuid = ?.
|
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. |
DLFileEntry |
findByUuid_Last(String uuid,
OrderByComparator<DLFileEntry> orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ?.
|
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 = ?.
|
List<DLFileEntry> |
findByUuid(String uuid)
Returns all the document library file entries where uuid = ?.
|
List<DLFileEntry> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library file entries where uuid = ?.
|
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 = ?.
|
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 = ?.
|
Set<String> |
getBadColumnNames() |
DLFileEntry |
remove(long fileEntryId)
Removes the document library file entry with the primary key from the database.
|
void |
removeAll()
Removes all the document library file entries from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the document library file entries where companyId = ? from the database.
|
void |
removeByCustom1ImageId(long custom1ImageId)
Removes all the document library file entries where custom1ImageId = ? from the database.
|
void |
removeByCustom2ImageId(long custom2ImageId)
Removes all the document library file entries where custom2ImageId = ? from the database.
|
void |
removeByF_N(long folderId,
String name)
Removes all the document library file entries where folderId = ? and name = ? from the database.
|
void |
removeByFileEntryTypeId(long fileEntryTypeId)
Removes all the document library file entries where fileEntryTypeId = ? from the database.
|
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.
|
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.
|
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.
|
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.
|
void |
removeByG_F(long groupId,
long folderId)
Removes all the document library file entries where groupId = ? and folderId = ? from the database.
|
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.
|
void |
removeByG_U(long groupId,
long userId)
Removes all the document library file entries where groupId = ? and userId = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the document library file entries where groupId = ? from the database.
|
void |
removeByLargeImageId(long largeImageId)
Removes all the document library file entries where largeImageId = ? from the database.
|
void |
removeByMimeType(String mimeType)
Removes all the document library file entries where mimeType = ? from the database.
|
void |
removeByR_F(long repositoryId,
long folderId)
Removes all the document library file entries where repositoryId = ? and folderId = ? from the database.
|
void |
removeByRepositoryId(long repositoryId)
Removes all the document library file entries where repositoryId = ? from the database.
|
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.
|
void |
removeBySmallImageId(long smallImageId)
Removes all the document library file entries where smallImageId = ? from the database.
|
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the document library file entries where uuid = ? and companyId = ? from the database.
|
DLFileEntry |
removeByUUID_G(String uuid,
long groupId)
Removes the document library file entry where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(String uuid)
Removes all the document library file entries where uuid = ? from the database.
|
DLFileEntry |
updateImpl(DLFileEntry dlFileEntry) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
List<DLFileEntry> findByUuid(String uuid)
uuid
- the uuidList<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)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
)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 cacheDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry[] 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 foundvoid removeByUuid(String uuid)
uuid
- the uuidint countByUuid(String uuid)
uuid
- the uuidDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry removeByUUID_G(String uuid, long groupId) throws NoSuchFileEntryException
uuid
- the uuidgroupId
- the group IDNoSuchFileEntryException
int countByUUID_G(String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDList<DLFileEntry> findByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDList<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)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
)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 cacheDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry[] 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 foundvoid removeByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDList<DLFileEntry> findByGroupId(long groupId)
groupId
- the group IDList<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)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
)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 cacheDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry[] 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 foundList<DLFileEntry> filterFindByGroupId(long groupId)
groupId
- the group IDList<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)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
)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 foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDint filterCountByGroupId(long groupId)
groupId
- the group IDList<DLFileEntry> findByCompanyId(long companyId)
companyId
- the company IDList<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)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
)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 cacheDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry[] 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 foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDList<DLFileEntry> findByRepositoryId(long repositoryId)
repositoryId
- the repository IDList<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)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
)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 cacheDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry[] 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 foundvoid removeByRepositoryId(long repositoryId)
repositoryId
- the repository IDint countByRepositoryId(long repositoryId)
repositoryId
- the repository IDList<DLFileEntry> findByMimeType(String mimeType)
mimeType
- the mime typeList<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)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
)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 cacheDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry[] 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 foundvoid removeByMimeType(String mimeType)
mimeType
- the mime typeint countByMimeType(String mimeType)
mimeType
- the mime typeList<DLFileEntry> findByFileEntryTypeId(long fileEntryTypeId)
fileEntryTypeId
- the file entry type IDList<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)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
)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 cacheDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry[] 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 foundvoid removeByFileEntryTypeId(long fileEntryTypeId)
fileEntryTypeId
- the file entry type IDint countByFileEntryTypeId(long fileEntryTypeId)
fileEntryTypeId
- the file entry type IDList<DLFileEntry> findBySmallImageId(long smallImageId)
smallImageId
- the small image IDList<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)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
)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 cacheDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry[] 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 foundvoid removeBySmallImageId(long smallImageId)
smallImageId
- the small image IDint countBySmallImageId(long smallImageId)
smallImageId
- the small image IDList<DLFileEntry> findByLargeImageId(long largeImageId)
largeImageId
- the large image IDList<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)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
)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 cacheDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry[] 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 foundvoid removeByLargeImageId(long largeImageId)
largeImageId
- the large image IDint countByLargeImageId(long largeImageId)
largeImageId
- the large image IDList<DLFileEntry> findByCustom1ImageId(long custom1ImageId)
custom1ImageId
- the custom1 image IDList<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)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
)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 cacheDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry[] 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 foundvoid removeByCustom1ImageId(long custom1ImageId)
custom1ImageId
- the custom1 image IDint countByCustom1ImageId(long custom1ImageId)
custom1ImageId
- the custom1 image IDList<DLFileEntry> findByCustom2ImageId(long custom2ImageId)
custom2ImageId
- the custom2 image IDList<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)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
)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 cacheDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry[] 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 foundvoid removeByCustom2ImageId(long custom2ImageId)
custom2ImageId
- the custom2 image IDint countByCustom2ImageId(long custom2ImageId)
custom2ImageId
- the custom2 image IDList<DLFileEntry> findByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDList<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)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
)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 cacheDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry[] 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 foundList<DLFileEntry> filterFindByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDList<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)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
)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 foundvoid removeByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDint countByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDint filterCountByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDList<DLFileEntry> findByG_F(long groupId, long folderId)
groupId
- the group IDfolderId
- the folder IDList<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)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
)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 cacheDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry[] 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 foundList<DLFileEntry> filterFindByG_F(long groupId, long folderId)
groupId
- the group IDfolderId
- the folder IDList<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)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
)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 foundList<DLFileEntry> filterFindByG_F(long groupId, long[] folderIds)
groupId
- the group IDfolderIds
- the folder IDsList<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)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
)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 IDsList<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)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
)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 cachevoid removeByG_F(long groupId, long folderId)
groupId
- the group IDfolderId
- the folder IDint countByG_F(long groupId, long folderId)
groupId
- the group IDfolderId
- the folder IDint countByG_F(long groupId, long[] folderIds)
groupId
- the group IDfolderIds
- the folder IDsint filterCountByG_F(long groupId, long folderId)
groupId
- the group IDfolderId
- the folder IDint filterCountByG_F(long groupId, long[] folderIds)
groupId
- the group IDfolderIds
- the folder IDsList<DLFileEntry> findByR_F(long repositoryId, long folderId)
repositoryId
- the repository IDfolderId
- the folder IDList<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)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
)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 cacheDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry[] 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 foundvoid removeByR_F(long repositoryId, long folderId)
repositoryId
- the repository IDfolderId
- the folder IDint countByR_F(long repositoryId, long folderId)
repositoryId
- the repository IDfolderId
- the folder IDList<DLFileEntry> findByF_N(long folderId, String name)
folderId
- the folder IDname
- the nameList<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)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
)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 cacheDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry[] 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 foundvoid removeByF_N(long folderId, String name)
folderId
- the folder IDname
- the nameint countByF_N(long folderId, String name)
folderId
- the folder IDname
- the nameList<DLFileEntry> findByG_U_F(long groupId, long userId, long folderId)
groupId
- the group IDuserId
- the user IDfolderId
- the folder IDList<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)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
)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 cacheDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry[] 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 foundList<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long folderId)
groupId
- the group IDuserId
- the user IDfolderId
- the folder IDList<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)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
)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 foundList<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long[] folderIds)
groupId
- the group IDuserId
- the user IDfolderIds
- the folder IDsList<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)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
)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 IDsList<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)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
)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 cachevoid removeByG_U_F(long groupId, long userId, long folderId)
groupId
- the group IDuserId
- the user IDfolderId
- the folder IDint countByG_U_F(long groupId, long userId, long folderId)
groupId
- the group IDuserId
- the user IDfolderId
- the folder IDint countByG_U_F(long groupId, long userId, long[] folderIds)
groupId
- the group IDuserId
- the user IDfolderIds
- the folder IDsint filterCountByG_U_F(long groupId, long userId, long folderId)
groupId
- the group IDuserId
- the user IDfolderId
- the folder IDint filterCountByG_U_F(long groupId, long userId, long[] folderIds)
groupId
- the group IDuserId
- the user IDfolderIds
- the folder IDsDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry removeByG_F_N(long groupId, long folderId, String name) throws NoSuchFileEntryException
groupId
- the group IDfolderId
- the folder IDname
- the nameNoSuchFileEntryException
int countByG_F_N(long groupId, long folderId, String name)
groupId
- the group IDfolderId
- the folder IDname
- the nameDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry removeByG_F_FN(long groupId, long folderId, String fileName) throws NoSuchFileEntryException
groupId
- the group IDfolderId
- the folder IDfileName
- the file nameNoSuchFileEntryException
int countByG_F_FN(long groupId, long folderId, String fileName)
groupId
- the group IDfolderId
- the folder IDfileName
- the file nameDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry removeByG_F_T(long groupId, long folderId, String title) throws NoSuchFileEntryException
groupId
- the group IDfolderId
- the folder IDtitle
- the titleNoSuchFileEntryException
int countByG_F_T(long groupId, long folderId, String title)
groupId
- the group IDfolderId
- the folder IDtitle
- the titleList<DLFileEntry> findByG_F_F(long groupId, long folderId, long fileEntryTypeId)
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDList<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)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
)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 cacheDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry[] 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 foundList<DLFileEntry> filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId)
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDList<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)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
)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 foundList<DLFileEntry> filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId)
groupId
- the group IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type IDList<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)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
)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 IDList<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)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
)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 cachevoid removeByG_F_F(long groupId, long folderId, long fileEntryTypeId)
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDint countByG_F_F(long groupId, long folderId, long fileEntryTypeId)
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDint countByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId)
groupId
- the group IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type IDint filterCountByG_F_F(long groupId, long folderId, long fileEntryTypeId)
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type IDint filterCountByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId)
groupId
- the group IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type IDList<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 IDList<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)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
)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 cacheDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry 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 foundDLFileEntry[] 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 foundvoid 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 IDint 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 IDvoid cacheResult(DLFileEntry dlFileEntry)
dlFileEntry
- the document library file entryvoid cacheResult(List<DLFileEntry> dlFileEntries)
dlFileEntries
- the document library file entriesDLFileEntry create(long fileEntryId)
fileEntryId
- the primary key for the new document library file entryDLFileEntry 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 foundDLFileEntry updateImpl(DLFileEntry dlFileEntry)
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 foundDLFileEntry 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 foundMap<Serializable,DLFileEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys
in interface BasePersistence<DLFileEntry>
List<DLFileEntry> findAll()
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)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
)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 cachevoid removeAll()
int countAll()
Set<String> getBadColumnNames()
getBadColumnNames
in interface BasePersistence<DLFileEntry>