|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryUtil
public class DLFileEntryUtil
The persistence utility for the d l file entry service. This utility wraps DLFileEntryPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Never modify this class directly. Modify service.xml
and rerun ServiceBuilder to regenerate this class.
Caching information and settings can be found in portal.properties
DLFileEntryPersistence
,
DLFileEntryPersistenceImpl
Constructor Summary | |
---|---|
DLFileEntryUtil()
|
Method Summary | |
---|---|
static void |
cacheResult(DLFileEntry dlFileEntry)
Caches the d l file entry in the entity cache if it is enabled. |
static void |
cacheResult(List<DLFileEntry> dlFileEntries)
Caches the d l file entries in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(DLFileEntry dlFileEntry)
|
static int |
countAll()
Counts all the d l file entries. |
static int |
countByCompanyId(long companyId)
Counts all the d l file entries where companyId = ?. |
static int |
countByG_F_N(long groupId,
long folderId,
String name)
Counts all the d l file entries where groupId = ? and folderId = ? and name = ?. |
static int |
countByG_F_T(long groupId,
long folderId,
String title)
Counts all the d l file entries where groupId = ? and folderId = ? and title = ?. |
static int |
countByG_F(long groupId,
long folderId)
Counts all the d l file entries where groupId = ? and folderId = ?. |
static int |
countByG_F(long groupId,
long[] folderIds)
Counts all the d l file entries where groupId = ? and folderId = any ?. |
static int |
countByG_U_F(long groupId,
long userId,
long folderId)
Counts all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
static int |
countByG_U_F(long groupId,
long userId,
long[] folderIds)
Counts all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
static int |
countByG_U(long groupId,
long userId)
Counts all the d l file entries where groupId = ? and userId = ?. |
static int |
countByGroupId(long groupId)
Counts all the d l file entries where groupId = ?. |
static int |
countByUUID_G(String uuid,
long groupId)
Counts all the d l file entries where uuid = ? and groupId = ?. |
static int |
countByUuid(String uuid)
Counts all the d l file entries where uuid = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static DLFileEntry |
create(long fileEntryId)
Creates a new d l file entry with the primary key. |
static DLFileEntry |
fetchByG_F_N(long groupId,
long folderId,
String name)
Finds the d l file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found. |
static DLFileEntry |
fetchByG_F_N(long groupId,
long folderId,
String name,
boolean retrieveFromCache)
Finds the d l file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileEntry |
fetchByG_F_T(long groupId,
long folderId,
String title)
Finds the d l file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found. |
static DLFileEntry |
fetchByG_F_T(long groupId,
long folderId,
String title,
boolean retrieveFromCache)
Finds the d l file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileEntry |
fetchByPrimaryKey(long fileEntryId)
Finds the d l file entry with the primary key or returns null if it could not be found. |
static DLFileEntry |
fetchByUUID_G(String uuid,
long groupId)
Finds the d l file entry where uuid = ? and groupId = ? or returns null if it could not be found. |
static DLFileEntry |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the d l file entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static int |
filterCountByG_F_N(long groupId,
long folderId,
String name)
Filters by the user's permissions and counts all the d l file entries where groupId = ? and folderId = ? and name = ?. |
static int |
filterCountByG_F_T(long groupId,
long folderId,
String title)
Filters by the user's permissions and counts all the d l file entries where groupId = ? and folderId = ? and title = ?. |
static int |
filterCountByG_F(long groupId,
long folderId)
Filters by the user's permissions and counts all the d l file entries where groupId = ? and folderId = ?. |
static int |
filterCountByG_F(long groupId,
long[] folderIds)
Filters by the user's permissions and counts all the d l file entries where groupId = ? and folderId = any ?. |
static int |
filterCountByG_U_F(long groupId,
long userId,
long folderId)
Filters by the user's permissions and counts all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
static int |
filterCountByG_U_F(long groupId,
long userId,
long[] folderIds)
Filters by the user's permissions and counts all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
static int |
filterCountByG_U(long groupId,
long userId)
Filters by the user's permissions and counts all the d l file entries where groupId = ? and userId = ?. |
static int |
filterCountByGroupId(long groupId)
Filters by the user's permissions and counts all the d l file entries where groupId = ?. |
static List<DLFileEntry> |
filterFindByG_F(long groupId,
long folderId)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
filterFindByG_F(long groupId,
long[] folderIds)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and folderId = any ?. |
static List<DLFileEntry> |
filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and folderId = any ?. |
static List<DLFileEntry> |
filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and folderId = any ?. |
static List<DLFileEntry> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long folderId)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long[] folderIds)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
filterFindByG_U(long groupId,
long userId)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ?. |
static List<DLFileEntry> |
filterFindByG_U(long groupId,
long userId,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ?. |
static List<DLFileEntry> |
filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ?. |
static List<DLFileEntry> |
filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the d l file entries where groupId = ?. |
static List<DLFileEntry> |
filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ?. |
static List<DLFileEntry> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ?. |
static List<DLFileEntry> |
findAll()
Finds all the d l file entries. |
static List<DLFileEntry> |
findAll(int start,
int end)
Finds a range of all the d l file entries. |
static List<DLFileEntry> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries. |
static DLFileEntry |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where companyId = ?. |
static DLFileEntry |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where companyId = ?. |
static DLFileEntry[] |
findByCompanyId_PrevAndNext(long fileEntryId,
long companyId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where companyId = ?. |
static List<DLFileEntry> |
findByCompanyId(long companyId)
Finds all the d l file entries where companyId = ?. |
static List<DLFileEntry> |
findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the d l file entries where companyId = ?. |
static List<DLFileEntry> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where companyId = ?. |
static DLFileEntry |
findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where groupId = ? and folderId = ?. |
static DLFileEntry |
findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where groupId = ? and folderId = ?. |
static DLFileEntry |
findByG_F_N(long groupId,
long folderId,
String name)
Finds the d l file entry where groupId = ? and folderId = ? and name = ? or throws a NoSuchFileEntryException if it could not be found. |
static DLFileEntry[] |
findByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and folderId = ?. |
static DLFileEntry |
findByG_F_T(long groupId,
long folderId,
String title)
Finds the d l file entry where groupId = ? and folderId = ? and title = ? or throws a NoSuchFileEntryException if it could not be found. |
static List<DLFileEntry> |
findByG_F(long groupId,
long folderId)
Finds all the d l file entries where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
findByG_F(long groupId,
long[] folderIds)
Finds all the d l file entries where groupId = ? and folderId = any ?. |
static List<DLFileEntry> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and folderId = any ?. |
static List<DLFileEntry> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and folderId = any ?. |
static List<DLFileEntry> |
findByG_F(long groupId,
long folderId,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and folderId = ?. |
static DLFileEntry |
findByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
static DLFileEntry |
findByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
static DLFileEntry[] |
findByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long folderId)
Finds all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long[] folderIds)
Finds all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
static DLFileEntry |
findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where groupId = ? and userId = ?. |
static DLFileEntry |
findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where groupId = ? and userId = ?. |
static DLFileEntry[] |
findByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ?. |
static List<DLFileEntry> |
findByG_U(long groupId,
long userId)
Finds all the d l file entries where groupId = ? and userId = ?. |
static List<DLFileEntry> |
findByG_U(long groupId,
long userId,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and userId = ?. |
static List<DLFileEntry> |
findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and userId = ?. |
static DLFileEntry |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where groupId = ?. |
static DLFileEntry |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where groupId = ?. |
static DLFileEntry[] |
findByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ?. |
static List<DLFileEntry> |
findByGroupId(long groupId)
Finds all the d l file entries where groupId = ?. |
static List<DLFileEntry> |
findByGroupId(long groupId,
int start,
int end)
Finds a range of all the d l file entries where groupId = ?. |
static List<DLFileEntry> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ?. |
static DLFileEntry |
findByPrimaryKey(long fileEntryId)
Finds the d l file entry with the primary key or throws a NoSuchFileEntryException if it could not be found. |
static DLFileEntry |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where uuid = ?. |
static DLFileEntry |
findByUUID_G(String uuid,
long groupId)
Finds the d l file entry where uuid = ? and groupId = ? or throws a NoSuchFileEntryException if it could not be found. |
static DLFileEntry |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where uuid = ?. |
static DLFileEntry[] |
findByUuid_PrevAndNext(long fileEntryId,
String uuid,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where uuid = ?. |
static List<DLFileEntry> |
findByUuid(String uuid)
Finds all the d l file entries where uuid = ?. |
static List<DLFileEntry> |
findByUuid(String uuid,
int start,
int end)
Finds a range of all the d l file entries where uuid = ?. |
static List<DLFileEntry> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where uuid = ?. |
static List<DLFileEntry> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DLFileEntry> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DLFileEntry> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static DLFileEntryPersistence |
getPersistence()
|
static DLFileEntry |
remove(DLFileEntry dlFileEntry)
|
static DLFileEntry |
remove(long fileEntryId)
Removes the d l file entry with the primary key from the database. |
static void |
removeAll()
Removes all the d l file entries from the database. |
static void |
removeByCompanyId(long companyId)
Removes all the d l file entries where companyId = ? from the database. |
static void |
removeByG_F_N(long groupId,
long folderId,
String name)
Removes the d l file entry where groupId = ? and folderId = ? and name = ? from the database. |
static void |
removeByG_F_T(long groupId,
long folderId,
String title)
Removes the d l file entry where groupId = ? and folderId = ? and title = ? from the database. |
static void |
removeByG_F(long groupId,
long folderId)
Removes all the d l file entries where groupId = ? and folderId = ? from the database. |
static void |
removeByG_U_F(long groupId,
long userId,
long folderId)
Removes all the d l file entries where groupId = ? and userId = ? and folderId = ? from the database. |
static void |
removeByG_U(long groupId,
long userId)
Removes all the d l file entries where groupId = ? and userId = ? from the database. |
static void |
removeByGroupId(long groupId)
Removes all the d l file entries where groupId = ? from the database. |
static void |
removeByUUID_G(String uuid,
long groupId)
Removes the d l file entry where uuid = ? and groupId = ? from the database. |
static void |
removeByUuid(String uuid)
Removes all the d l file entries where uuid = ? from the database. |
void |
setPersistence(DLFileEntryPersistence persistence)
|
static DLFileEntry |
update(DLFileEntry dlFileEntry,
boolean merge)
|
static DLFileEntry |
update(DLFileEntry dlFileEntry,
boolean merge,
ServiceContext serviceContext)
|
static DLFileEntry |
updateImpl(DLFileEntry dlFileEntry,
boolean merge)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DLFileEntryUtil()
Method Detail |
---|
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(DLFileEntry dlFileEntry)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<DLFileEntry> findWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<DLFileEntry> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<DLFileEntry> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static DLFileEntry remove(DLFileEntry dlFileEntry) throws SystemException
SystemException
BasePersistence.remove(com.liferay.portal.model.BaseModel)
public static DLFileEntry update(DLFileEntry dlFileEntry, boolean merge) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static DLFileEntry update(DLFileEntry dlFileEntry, boolean merge, ServiceContext serviceContext) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)
public static void cacheResult(DLFileEntry dlFileEntry)
dlFileEntry
- the d l file entry to cachepublic static void cacheResult(List<DLFileEntry> dlFileEntries)
dlFileEntries
- the d l file entries to cachepublic static DLFileEntry create(long fileEntryId)
fileEntryId
- the primary key for the new d l file entry
public static DLFileEntry remove(long fileEntryId) throws SystemException, NoSuchFileEntryException
fileEntryId
- the primary key of the d l file entry to remove
NoSuchFileEntryException
- if a d l file entry with the primary key could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry updateImpl(DLFileEntry dlFileEntry, boolean merge) throws SystemException
SystemException
public static DLFileEntry findByPrimaryKey(long fileEntryId) throws SystemException, NoSuchFileEntryException
NoSuchFileEntryException
if it could not be found.
fileEntryId
- the primary key of the d l file entry to find
NoSuchFileEntryException
- if a d l file entry with the primary key could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry fetchByPrimaryKey(long fileEntryId) throws SystemException
null
if it could not be found.
fileEntryId
- the primary key of the d l file entry to find
null
if a d l file entry with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<DLFileEntry> findByUuid(String uuid) throws SystemException
uuid
- the uuid to search with
SystemException
- if a system exception occurredpublic static List<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 uuid to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<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 uuid to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static DLFileEntry findByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 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 uuid to search withorderByComparator
- the comparator to order the set by
NoSuchFileEntryException
- if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry findByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 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 uuid to search withorderByComparator
- the comparator to order the set by
NoSuchFileEntryException
- if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry[] findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
fileEntryId
- the primary key of the current d l file entryuuid
- the uuid to search withorderByComparator
- the comparator to order the set by
NoSuchFileEntryException
- if a d l file entry with the primary key could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry findByUUID_G(String uuid, long groupId) throws SystemException, NoSuchFileEntryException
NoSuchFileEntryException
if it could not be found.
uuid
- the uuid to search withgroupId
- the group id to search with
NoSuchFileEntryException
- if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry fetchByUUID_G(String uuid, long groupId) throws SystemException
null
if it could not be found. Uses the finder cache.
uuid
- the uuid to search withgroupId
- the group id to search with
null
if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
uuid
- the uuid to search withgroupId
- the group id to search with
null
if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static List<DLFileEntry> findByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic static List<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 id to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<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 id to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static DLFileEntry findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 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 id to search withorderByComparator
- the comparator to order the set by
NoSuchFileEntryException
- if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 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 id to search withorderByComparator
- the comparator to order the set by
NoSuchFileEntryException
- if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry[] findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
fileEntryId
- the primary key of the current d l file entrygroupId
- the group id to search withorderByComparator
- the comparator to order the set by
NoSuchFileEntryException
- if a d l file entry with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<DLFileEntry> filterFindByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic static List<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 id to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<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 id to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static List<DLFileEntry> findByCompanyId(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredpublic static List<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 id to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<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 id to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static DLFileEntry findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 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 id to search withorderByComparator
- the comparator to order the set by
NoSuchFileEntryException
- if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 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 id to search withorderByComparator
- the comparator to order the set by
NoSuchFileEntryException
- if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry[] findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
fileEntryId
- the primary key of the current d l file entrycompanyId
- the company id to search withorderByComparator
- the comparator to order the set by
NoSuchFileEntryException
- if a d l file entry with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<DLFileEntry> findByG_U(long groupId, long userId) throws SystemException
groupId
- the group id to search withuserId
- the user id to search with
SystemException
- if a system exception occurredpublic static List<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 id to search withuserId
- the user id to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<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 id to search withuserId
- the user id to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static DLFileEntry findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 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 id to search withuserId
- the user id to search withorderByComparator
- the comparator to order the set by
NoSuchFileEntryException
- if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 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 id to search withuserId
- the user id to search withorderByComparator
- the comparator to order the set by
NoSuchFileEntryException
- if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry[] findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
fileEntryId
- the primary key of the current d l file entrygroupId
- the group id to search withuserId
- the user id to search withorderByComparator
- the comparator to order the set by
NoSuchFileEntryException
- if a d l file entry with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<DLFileEntry> filterFindByG_U(long groupId, long userId) throws SystemException
groupId
- the group id to search withuserId
- the user id to search with
SystemException
- if a system exception occurredpublic static List<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 id to search withuserId
- the user id to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<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 id to search withuserId
- the user id to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static List<DLFileEntry> findByG_F(long groupId, long folderId) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search with
SystemException
- if a system exception occurredpublic static List<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 id to search withfolderId
- the folder id to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<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 id to search withfolderId
- the folder id to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static DLFileEntry findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 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 id to search withfolderId
- the folder id to search withorderByComparator
- the comparator to order the set by
NoSuchFileEntryException
- if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 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 id to search withfolderId
- the folder id to search withorderByComparator
- the comparator to order the set by
NoSuchFileEntryException
- if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry[] findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
fileEntryId
- the primary key of the current d l file entrygroupId
- the group id to search withfolderId
- the folder id to search withorderByComparator
- the comparator to order the set by
NoSuchFileEntryException
- if a d l file entry with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<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 id to search withfolderIds
- the folder ids to search with
SystemException
- if a system exception occurredpublic static List<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 id to search withfolderIds
- the folder ids to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<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 id to search withfolderIds
- the folder ids to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static List<DLFileEntry> filterFindByG_F(long groupId, long folderId) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search with
SystemException
- if a system exception occurredpublic static List<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 id to search withfolderId
- the folder id to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<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 id to search withfolderId
- the folder id to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static List<DLFileEntry> filterFindByG_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 id to search withfolderIds
- the folder ids to search with
SystemException
- if a system exception occurredpublic static List<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 id to search withfolderIds
- the folder ids to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<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 id to search withfolderIds
- the folder ids to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static List<DLFileEntry> findByG_U_F(long groupId, long userId, long folderId) throws SystemException
groupId
- the group id to search withuserId
- the user id to search withfolderId
- the folder id to search with
SystemException
- if a system exception occurredpublic static List<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 id to search withuserId
- the user id to search withfolderId
- the folder id to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<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 id to search withuserId
- the user id to search withfolderId
- the folder id to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static DLFileEntry findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 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 id to search withuserId
- the user id to search withfolderId
- the folder id to search withorderByComparator
- the comparator to order the set by
NoSuchFileEntryException
- if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 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 id to search withuserId
- the user id to search withfolderId
- the folder id to search withorderByComparator
- the comparator to order the set by
NoSuchFileEntryException
- if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry[] findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
fileEntryId
- the primary key of the current d l file entrygroupId
- the group id to search withuserId
- the user id to search withfolderId
- the folder id to search withorderByComparator
- the comparator to order the set by
NoSuchFileEntryException
- if a d l file entry with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<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 id to search withuserId
- the user id to search withfolderIds
- the folder ids to search with
SystemException
- if a system exception occurredpublic static List<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 id to search withuserId
- the user id to search withfolderIds
- the folder ids to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<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 id to search withuserId
- the user id to search withfolderIds
- the folder ids to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long folderId) throws SystemException
groupId
- the group id to search withuserId
- the user id to search withfolderId
- the folder id to search with
SystemException
- if a system exception occurredpublic static List<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 id to search withuserId
- the user id to search withfolderId
- the folder id to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<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 id to search withuserId
- the user id to search withfolderId
- the folder id to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static List<DLFileEntry> filterFindByG_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 id to search withuserId
- the user id to search withfolderIds
- the folder ids to search with
SystemException
- if a system exception occurredpublic static List<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 id to search withuserId
- the user id to search withfolderIds
- the folder ids to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<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 id to search withuserId
- the user id to search withfolderIds
- the folder ids to search withstart
- the lower bound of the range of d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static DLFileEntry findByG_F_N(long groupId, long folderId, String name) throws SystemException, NoSuchFileEntryException
NoSuchFileEntryException
if it could not be found.
groupId
- the group id to search withfolderId
- the folder id to search withname
- the name to search with
NoSuchFileEntryException
- if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry 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 id to search withfolderId
- the folder id to search withname
- the name to search with
null
if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry 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 id to search withfolderId
- the folder id to search withname
- the name to search with
null
if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry findByG_F_T(long groupId, long folderId, String title) throws SystemException, NoSuchFileEntryException
NoSuchFileEntryException
if it could not be found.
groupId
- the group id to search withfolderId
- the folder id to search withtitle
- the title to search with
NoSuchFileEntryException
- if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry 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 id to search withfolderId
- the folder id to search withtitle
- the title to search with
null
if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static DLFileEntry 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 id to search withfolderId
- the folder id to search withtitle
- the title to search with
null
if a matching d l file entry could not be found
SystemException
- if a system exception occurredpublic static List<DLFileEntry> findAll() throws SystemException
SystemException
- if a system exception occurredpublic static List<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 d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<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 d l file entries to returnend
- the upper bound of the range of d l file entries to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static void removeByUuid(String uuid) throws SystemException
uuid
- the uuid to search with
SystemException
- if a system exception occurredpublic static void removeByUUID_G(String uuid, long groupId) throws SystemException, NoSuchFileEntryException
uuid
- the uuid to search withgroupId
- the group id to search with
SystemException
- if a system exception occurred
NoSuchFileEntryException
public static void removeByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic static void removeByCompanyId(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredpublic static void removeByG_U(long groupId, long userId) throws SystemException
groupId
- the group id to search withuserId
- the user id to search with
SystemException
- if a system exception occurredpublic static void removeByG_F(long groupId, long folderId) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search with
SystemException
- if a system exception occurredpublic static void removeByG_U_F(long groupId, long userId, long folderId) throws SystemException
groupId
- the group id to search withuserId
- the user id to search withfolderId
- the folder id to search with
SystemException
- if a system exception occurredpublic static void removeByG_F_N(long groupId, long folderId, String name) throws SystemException, NoSuchFileEntryException
groupId
- the group id to search withfolderId
- the folder id to search withname
- the name to search with
SystemException
- if a system exception occurred
NoSuchFileEntryException
public static void removeByG_F_T(long groupId, long folderId, String title) throws SystemException, NoSuchFileEntryException
groupId
- the group id to search withfolderId
- the folder id to search withtitle
- the title to search with
SystemException
- if a system exception occurred
NoSuchFileEntryException
public static void removeAll() throws SystemException
SystemException
- if a system exception occurredpublic static int countByUuid(String uuid) throws SystemException
uuid
- the uuid to search with
SystemException
- if a system exception occurredpublic static int countByUUID_G(String uuid, long groupId) throws SystemException
uuid
- the uuid to search withgroupId
- the group id to search with
SystemException
- if a system exception occurredpublic static int countByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic static int filterCountByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic static int countByCompanyId(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredpublic static int countByG_U(long groupId, long userId) throws SystemException
groupId
- the group id to search withuserId
- the user id to search with
SystemException
- if a system exception occurredpublic static int filterCountByG_U(long groupId, long userId) throws SystemException
groupId
- the group id to search withuserId
- the user id to search with
SystemException
- if a system exception occurredpublic static int countByG_F(long groupId, long folderId) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search with
SystemException
- if a system exception occurredpublic static int countByG_F(long groupId, long[] folderIds) throws SystemException
groupId
- the group id to search withfolderIds
- the folder ids to search with
SystemException
- if a system exception occurredpublic static int filterCountByG_F(long groupId, long folderId) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search with
SystemException
- if a system exception occurredpublic static int filterCountByG_F(long groupId, long[] folderIds) throws SystemException
groupId
- the group id to search withfolderIds
- the folder ids to search with
SystemException
- if a system exception occurredpublic static int countByG_U_F(long groupId, long userId, long folderId) throws SystemException
groupId
- the group id to search withuserId
- the user id to search withfolderId
- the folder id to search with
SystemException
- if a system exception occurredpublic static int countByG_U_F(long groupId, long userId, long[] folderIds) throws SystemException
groupId
- the group id to search withuserId
- the user id to search withfolderIds
- the folder ids to search with
SystemException
- if a system exception occurredpublic static int filterCountByG_U_F(long groupId, long userId, long folderId) throws SystemException
groupId
- the group id to search withuserId
- the user id to search withfolderId
- the folder id to search with
SystemException
- if a system exception occurredpublic static int filterCountByG_U_F(long groupId, long userId, long[] folderIds) throws SystemException
groupId
- the group id to search withuserId
- the user id to search withfolderIds
- the folder ids to search with
SystemException
- if a system exception occurredpublic static int countByG_F_N(long groupId, long folderId, String name) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search withname
- the name to search with
SystemException
- if a system exception occurredpublic static int filterCountByG_F_N(long groupId, long folderId, String name) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search withname
- the name to search with
SystemException
- if a system exception occurredpublic static int countByG_F_T(long groupId, long folderId, String title) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search withtitle
- the title to search with
SystemException
- if a system exception occurredpublic static int filterCountByG_F_T(long groupId, long folderId, String title) throws SystemException
groupId
- the group id to search withfolderId
- the folder id to search withtitle
- the title to search with
SystemException
- if a system exception occurredpublic static int countAll() throws SystemException
SystemException
- if a system exception occurredpublic static DLFileEntryPersistence getPersistence()
public void setPersistence(DLFileEntryPersistence persistence)
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |