|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DLFileEntryPersistence
The persistence interface for the document library file entry service.
Caching information and settings can be found in portal.properties
DLFileEntryPersistenceImpl
,
DLFileEntryUtil
Method Summary | |
---|---|
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 |
countByF_N(long folderId,
String name)
Returns the number of document library file entries where folderId = ? and name = ?. |
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_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 |
countByMimeType(String mimeType)
Returns the number of document library file entries where mimeType = ?. |
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 orderByComparator)
Returns the first document library file entry in the ordered set where companyId = ?. |
DLFileEntry |
fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where companyId = ?. |
DLFileEntry |
fetchByF_N_First(long folderId,
String name,
OrderByComparator 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 orderByComparator)
Returns the last document library file entry in the ordered set where folderId = ? and name = ?. |
DLFileEntry |
fetchByG_F_F_First(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator 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 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 orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator 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 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 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 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 orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ?. |
DLFileEntry |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ?. |
DLFileEntry |
fetchByMimeType_First(String mimeType,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where mimeType = ?. |
DLFileEntry |
fetchByMimeType_Last(String mimeType,
OrderByComparator 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. |
DLFileEntry |
fetchByUuid_First(String uuid,
OrderByComparator 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 orderByComparator)
Returns an ordered range of all the document library file entries. |
DLFileEntry |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where companyId = ?. |
DLFileEntry |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where companyId = ?. |
DLFileEntry[] |
findByCompanyId_PrevAndNext(long fileEntryId,
long companyId,
OrderByComparator 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 orderByComparator)
Returns an ordered range of all the document library file entries where companyId = ?. |
DLFileEntry |
findByF_N_First(long folderId,
String name,
OrderByComparator 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 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 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 orderByComparator)
Returns an ordered range of all the document library file entries where folderId = ? and name = ?. |
DLFileEntry |
findByG_F_F_First(long groupId,
long folderId,
long fileEntryTypeId,
OrderByComparator 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 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 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 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 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 orderByComparator)
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 orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
findByG_F_Last(long groupId,
long folderId,
OrderByComparator 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 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 orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?. |
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 orderByComparator)
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 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 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 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 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 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 orderByComparator)
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 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 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 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 orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ? and userId = ?. |
DLFileEntry |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where groupId = ?. |
DLFileEntry |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where groupId = ?. |
DLFileEntry[] |
findByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator 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 orderByComparator)
Returns an ordered range of all the document library file entries where groupId = ?. |
DLFileEntry |
findByMimeType_First(String mimeType,
OrderByComparator orderByComparator)
Returns the first document library file entry in the ordered set where mimeType = ?. |
DLFileEntry |
findByMimeType_Last(String mimeType,
OrderByComparator orderByComparator)
Returns the last document library file entry in the ordered set where mimeType = ?. |
DLFileEntry[] |
findByMimeType_PrevAndNext(long fileEntryId,
String mimeType,
OrderByComparator 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 orderByComparator)
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 |
findByUuid_First(String uuid,
OrderByComparator 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 orderByComparator)
Returns the last document library file entry in the ordered set where uuid = ?. |
DLFileEntry[] |
findByUuid_PrevAndNext(long fileEntryId,
String uuid,
OrderByComparator 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 orderByComparator)
Returns an ordered range of all the document library file entries where uuid = ?. |
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 |
removeByF_N(long folderId,
String name)
Removes all the document library file entries where folderId = ? and name = ? 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_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 |
removeByMimeType(String mimeType)
Removes all the document library file entries where mimeType = ? 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,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
Method Detail |
---|
void 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 entry
DLFileEntry remove(long fileEntryId) throws SystemException, NoSuchFileEntryException
fileEntryId
- the primary key of the document library file entry
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
SystemException
- if a system exception occurredDLFileEntry updateImpl(DLFileEntry dlFileEntry, boolean merge) throws SystemException
SystemException
DLFileEntry findByPrimaryKey(long fileEntryId) throws SystemException, NoSuchFileEntryException
NoSuchFileEntryException
if it could not be found.
fileEntryId
- the primary key of the document library file entry
NoSuchFileEntryException
- if a document library file entry with the primary key could not be found
SystemException
- if a system exception occurredDLFileEntry fetchByPrimaryKey(long fileEntryId) throws SystemException
null
if it could not be found.
fileEntryId
- the primary key of the document library file entry
null
if a document library file entry with the primary key could not be found
SystemException
- if a system exception occurredList<DLFileEntry> findByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredList<DLFileEntry> findByUuid(String uuid, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredDLFileEntry findByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileEntryException
- if a matching document library file entry could not be found
SystemException
- if a system exception occurredDLFileEntry fetchByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file entry could not be found
SystemException
- if a system exception occurredDLFileEntry findByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileEntryException
- if a matching document library file entry could not be found
SystemException
- if a system exception occurredDLFileEntry fetchByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file entry could not be found
SystemException
- if a system exception occurredDLFileEntry[] findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredDLFileEntry findByUUID_G(String uuid, long groupId) throws SystemException, NoSuchFileEntryException
NoSuchFileEntryException
if it could not be found.
uuid
- the uuidgroupId
- the group ID
NoSuchFileEntryException
- if a matching document library file entry could not be found
SystemException
- if a system exception occurredDLFileEntry fetchByUUID_G(String uuid, long groupId) throws SystemException
null
if it could not be found. Uses the finder cache.
uuid
- the uuidgroupId
- the group ID
null
if a matching document library file entry could not be found
SystemException
- if a system exception occurredDLFileEntry fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
uuid
- the uuidgroupId
- the group IDretrieveFromCache
- whether to use the finder cache
null
if a matching document library file entry could not be found
SystemException
- if a system exception occurredList<DLFileEntry> findByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredList<DLFileEntry> findByGroupId(long groupId, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredDLFileEntry findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredDLFileEntry fetchByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file entry could not be found
SystemException
- if a system exception occurredDLFileEntry findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredDLFileEntry fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file entry could not be found
SystemException
- if a system exception occurredDLFileEntry[] findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByGroupId(long groupId, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredDLFileEntry[] filterFindByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<DLFileEntry> findByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredList<DLFileEntry> findByCompanyId(long companyId, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredDLFileEntry findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredDLFileEntry fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file entry could not be found
SystemException
- if a system exception occurredDLFileEntry findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredDLFileEntry fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file entry could not be found
SystemException
- if a system exception occurredDLFileEntry[] findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<DLFileEntry> findByMimeType(String mimeType) throws SystemException
mimeType
- the mime type
SystemException
- if a system exception occurredList<DLFileEntry> findByMimeType(String mimeType, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> findByMimeType(String mimeType, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredDLFileEntry findByMimeType_First(String mimeType, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredDLFileEntry fetchByMimeType_First(String mimeType, OrderByComparator orderByComparator) throws SystemException
mimeType
- the mime typeorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file entry could not be found
SystemException
- if a system exception occurredDLFileEntry findByMimeType_Last(String mimeType, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredDLFileEntry fetchByMimeType_Last(String mimeType, OrderByComparator orderByComparator) throws SystemException
mimeType
- the mime typeorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file entry could not be found
SystemException
- if a system exception occurredDLFileEntry[] findByMimeType_PrevAndNext(long fileEntryId, String mimeType, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<DLFileEntry> findByF_N(long folderId, String name) throws SystemException
folderId
- the folder IDname
- the name
SystemException
- if a system exception occurredList<DLFileEntry> findByF_N(long folderId, String name, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> findByF_N(long folderId, String name, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredDLFileEntry findByF_N_First(long folderId, String name, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredDLFileEntry fetchByF_N_First(long folderId, String name, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredDLFileEntry findByF_N_Last(long folderId, String name, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredDLFileEntry fetchByF_N_Last(long folderId, String name, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredDLFileEntry[] findByF_N_PrevAndNext(long fileEntryId, long folderId, String name, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<DLFileEntry> findByG_U(long groupId, long userId) throws SystemException
groupId
- the group IDuserId
- the user ID
SystemException
- if a system exception occurredList<DLFileEntry> findByG_U(long groupId, long userId, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredDLFileEntry findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredDLFileEntry fetchByG_U_First(long groupId, long userId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredDLFileEntry findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredDLFileEntry fetchByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredDLFileEntry[] findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_U(long groupId, long userId) throws SystemException
groupId
- the group IDuserId
- the user ID
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_U(long groupId, long userId, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredDLFileEntry[] filterFindByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<DLFileEntry> findByG_F(long groupId, long folderId) throws SystemException
groupId
- the group IDfolderId
- the folder ID
SystemException
- if a system exception occurredList<DLFileEntry> findByG_F(long groupId, long folderId, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredDLFileEntry findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredDLFileEntry fetchByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredDLFileEntry findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredDLFileEntry fetchByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredDLFileEntry[] findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<DLFileEntry> findByG_F(long groupId, long[] folderIds) throws SystemException
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.
groupId
- the group IDfolderIds
- the folder IDs
SystemException
- if a system exception occurredList<DLFileEntry> findByG_F(long groupId, long[] folderIds, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_F(long groupId, long folderId) throws SystemException
groupId
- the group IDfolderId
- the folder ID
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_F(long groupId, long folderId, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredDLFileEntry[] filterFindByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_F(long groupId, long[] folderIds) throws SystemException
groupId
- the group IDfolderIds
- the folder IDs
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_F(long groupId, long[] folderIds, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredList<DLFileEntry> findByG_U_F(long groupId, long userId, long folderId) throws SystemException
groupId
- the group IDuserId
- the user IDfolderId
- the folder ID
SystemException
- if a system exception occurredList<DLFileEntry> findByG_U_F(long groupId, long userId, long folderId, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredDLFileEntry findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredDLFileEntry fetchByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredDLFileEntry findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredDLFileEntry fetchByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredDLFileEntry[] findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<DLFileEntry> findByG_U_F(long groupId, long userId, long[] folderIds) throws SystemException
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.
groupId
- the group IDuserId
- the user IDfolderIds
- the folder IDs
SystemException
- if a system exception occurredList<DLFileEntry> findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long folderId) throws SystemException
groupId
- the group IDuserId
- the user IDfolderId
- the folder ID
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredDLFileEntry[] filterFindByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long[] folderIds) throws SystemException
groupId
- the group IDuserId
- the user IDfolderIds
- the folder IDs
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredDLFileEntry findByG_F_N(long groupId, long folderId, String name) throws SystemException, NoSuchFileEntryException
NoSuchFileEntryException
if it could not be found.
groupId
- the group IDfolderId
- the folder IDname
- the name
NoSuchFileEntryException
- if a matching document library file entry could not be found
SystemException
- if a system exception occurredDLFileEntry fetchByG_F_N(long groupId, long folderId, String name) throws SystemException
null
if it could not be found. Uses the finder cache.
groupId
- the group IDfolderId
- the folder IDname
- the name
null
if a matching document library file entry could not be found
SystemException
- if a system exception occurredDLFileEntry fetchByG_F_N(long groupId, long folderId, String name, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
groupId
- the group IDfolderId
- the folder IDname
- the nameretrieveFromCache
- whether to use the finder cache
null
if a matching document library file entry could not be found
SystemException
- if a system exception occurredDLFileEntry findByG_F_T(long groupId, long folderId, String title) throws SystemException, NoSuchFileEntryException
NoSuchFileEntryException
if it could not be found.
groupId
- the group IDfolderId
- the folder IDtitle
- the title
NoSuchFileEntryException
- if a matching document library file entry could not be found
SystemException
- if a system exception occurredDLFileEntry fetchByG_F_T(long groupId, long folderId, String title) throws SystemException
null
if it could not be found. Uses the finder cache.
groupId
- the group IDfolderId
- the folder IDtitle
- the title
null
if a matching document library file entry could not be found
SystemException
- if a system exception occurredDLFileEntry fetchByG_F_T(long groupId, long folderId, String title, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
groupId
- the group IDfolderId
- the folder IDtitle
- the titleretrieveFromCache
- whether to use the finder cache
null
if a matching document library file entry could not be found
SystemException
- if a system exception occurredList<DLFileEntry> findByG_F_F(long groupId, long folderId, long fileEntryTypeId) throws SystemException
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type ID
SystemException
- if a system exception occurredList<DLFileEntry> findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredDLFileEntry findByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredDLFileEntry fetchByG_F_F_First(long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredDLFileEntry findByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredDLFileEntry fetchByG_F_F_Last(long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredDLFileEntry[] findByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<DLFileEntry> findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId) throws SystemException
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.
groupId
- the group IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type ID
SystemException
- if a system exception occurredList<DLFileEntry> findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId) throws SystemException
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type ID
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredDLFileEntry[] filterFindByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId) throws SystemException
groupId
- the group IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type ID
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredList<DLFileEntry> findAll() throws SystemException
SystemException
- if a system exception occurredList<DLFileEntry> findAll(int start, int end) throws SystemException
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.
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)
SystemException
- if a system exception occurredList<DLFileEntry> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
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.
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
)
SystemException
- if a system exception occurredvoid removeByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredDLFileEntry removeByUUID_G(String uuid, long groupId) throws SystemException, NoSuchFileEntryException
uuid
- the uuidgroupId
- the group ID
SystemException
- if a system exception occurred
NoSuchFileEntryException
void removeByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredvoid removeByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredvoid removeByMimeType(String mimeType) throws SystemException
mimeType
- the mime type
SystemException
- if a system exception occurredvoid removeByF_N(long folderId, String name) throws SystemException
folderId
- the folder IDname
- the name
SystemException
- if a system exception occurredvoid removeByG_U(long groupId, long userId) throws SystemException
groupId
- the group IDuserId
- the user ID
SystemException
- if a system exception occurredvoid removeByG_F(long groupId, long folderId) throws SystemException
groupId
- the group IDfolderId
- the folder ID
SystemException
- if a system exception occurredvoid removeByG_U_F(long groupId, long userId, long folderId) throws SystemException
groupId
- the group IDuserId
- the user IDfolderId
- the folder ID
SystemException
- if a system exception occurredDLFileEntry removeByG_F_N(long groupId, long folderId, String name) throws SystemException, NoSuchFileEntryException
groupId
- the group IDfolderId
- the folder IDname
- the name
SystemException
- if a system exception occurred
NoSuchFileEntryException
DLFileEntry removeByG_F_T(long groupId, long folderId, String title) throws SystemException, NoSuchFileEntryException
groupId
- the group IDfolderId
- the folder IDtitle
- the title
SystemException
- if a system exception occurred
NoSuchFileEntryException
void removeByG_F_F(long groupId, long folderId, long fileEntryTypeId) throws SystemException
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type ID
SystemException
- if a system exception occurredvoid removeAll() throws SystemException
SystemException
- if a system exception occurredint countByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredint countByUUID_G(String uuid, long groupId) throws SystemException
uuid
- the uuidgroupId
- the group ID
SystemException
- if a system exception occurredint countByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredint filterCountByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredint countByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredint countByMimeType(String mimeType) throws SystemException
mimeType
- the mime type
SystemException
- if a system exception occurredint countByF_N(long folderId, String name) throws SystemException
folderId
- the folder IDname
- the name
SystemException
- if a system exception occurredint countByG_U(long groupId, long userId) throws SystemException
groupId
- the group IDuserId
- the user ID
SystemException
- if a system exception occurredint filterCountByG_U(long groupId, long userId) throws SystemException
groupId
- the group IDuserId
- the user ID
SystemException
- if a system exception occurredint countByG_F(long groupId, long folderId) throws SystemException
groupId
- the group IDfolderId
- the folder ID
SystemException
- if a system exception occurredint countByG_F(long groupId, long[] folderIds) throws SystemException
groupId
- the group IDfolderIds
- the folder IDs
SystemException
- if a system exception occurredint filterCountByG_F(long groupId, long folderId) throws SystemException
groupId
- the group IDfolderId
- the folder ID
SystemException
- if a system exception occurredint filterCountByG_F(long groupId, long[] folderIds) throws SystemException
groupId
- the group IDfolderIds
- the folder IDs
SystemException
- if a system exception occurredint countByG_U_F(long groupId, long userId, long folderId) throws SystemException
groupId
- the group IDuserId
- the user IDfolderId
- the folder ID
SystemException
- if a system exception occurredint countByG_U_F(long groupId, long userId, long[] folderIds) throws SystemException
groupId
- the group IDuserId
- the user IDfolderIds
- the folder IDs
SystemException
- if a system exception occurredint filterCountByG_U_F(long groupId, long userId, long folderId) throws SystemException
groupId
- the group IDuserId
- the user IDfolderId
- the folder ID
SystemException
- if a system exception occurredint filterCountByG_U_F(long groupId, long userId, long[] folderIds) throws SystemException
groupId
- the group IDuserId
- the user IDfolderIds
- the folder IDs
SystemException
- if a system exception occurredint countByG_F_N(long groupId, long folderId, String name) throws SystemException
groupId
- the group IDfolderId
- the folder IDname
- the name
SystemException
- if a system exception occurredint countByG_F_T(long groupId, long folderId, String title) throws SystemException
groupId
- the group IDfolderId
- the folder IDtitle
- the title
SystemException
- if a system exception occurredint countByG_F_F(long groupId, long folderId, long fileEntryTypeId) throws SystemException
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type ID
SystemException
- if a system exception occurredint countByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId) throws SystemException
groupId
- the group IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type ID
SystemException
- if a system exception occurredint filterCountByG_F_F(long groupId, long folderId, long fileEntryTypeId) throws SystemException
groupId
- the group IDfolderId
- the folder IDfileEntryTypeId
- the file entry type ID
SystemException
- if a system exception occurredint filterCountByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId) throws SystemException
groupId
- the group IDfolderIds
- the folder IDsfileEntryTypeId
- the file entry type ID
SystemException
- if a system exception occurredint countAll() throws SystemException
SystemException
- if a system exception occurred
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |