Liferay 6.1.10-ee-ga1

com.liferay.portlet.documentlibrary.service.persistence
Class DLFileEntryUtil

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryUtil

public class DLFileEntryUtil
extends Object

The persistence utility for the document library 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.

Caching information and settings can be found in portal.properties

See Also:
DLFileEntryPersistence, DLFileEntryPersistenceImpl

Constructor Summary
DLFileEntryUtil()
           
 
Method Summary
static void cacheResult(DLFileEntry dlFileEntry)
          Caches the document library file entry in the entity cache if it is enabled.
static void cacheResult(List<DLFileEntry> dlFileEntries)
          Caches the document library file entries in the entity cache if it is enabled.
static void clearCache()
           
static void clearCache(DLFileEntry dlFileEntry)
           
static int countAll()
          Returns the number of document library file entries.
static int countByCompanyId(long companyId)
          Returns the number of document library file entries where companyId = ?.
static int countByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId)
          Returns the number of document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
static int countByG_F_F(long groupId, long folderId, long fileEntryTypeId)
          Returns the number of document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static int countByG_F_N(long groupId, long folderId, String name)
          Returns the number of document library file entries where groupId = ? and folderId = ? and name = ?.
static int countByG_F_T(long groupId, long folderId, String title)
          Returns the number of document library file entries where groupId = ? and folderId = ? and title = ?.
static int countByG_F(long groupId, long folderId)
          Returns the number of document library file entries where groupId = ? and folderId = ?.
static int countByG_F(long groupId, long[] folderIds)
          Returns the number of document library file entries where groupId = ? and folderId = any ?.
static int countByG_U_F(long groupId, long userId, long folderId)
          Returns the number of document library file entries where groupId = ? and userId = ? and folderId = ?.
static int countByG_U_F(long groupId, long userId, long[] folderIds)
          Returns the number of document library file entries where groupId = ? and userId = ? and folderId = any ?.
static int countByG_U(long groupId, long userId)
          Returns the number of document library file entries where groupId = ? and userId = ?.
static int countByGroupId(long groupId)
          Returns the number of document library file entries where groupId = ?.
static int countByUUID_G(String uuid, long groupId)
          Returns the number of document library file entries where uuid = ? and groupId = ?.
static int countByUuid(String uuid)
          Returns the number of document library file entries where uuid = ?.
 long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static DLFileEntry create(long fileEntryId)
          Creates a new document library file entry with the primary key.
static DLFileEntry fetchByG_F_N(long groupId, long folderId, String name)
          Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found.
static DLFileEntry fetchByG_F_N(long groupId, long folderId, String name, boolean retrieveFromCache)
          Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static DLFileEntry fetchByG_F_T(long groupId, long folderId, String title)
          Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found.
static DLFileEntry fetchByG_F_T(long groupId, long folderId, String title, boolean retrieveFromCache)
          Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found, optionally using the finder cache.
static DLFileEntry fetchByPrimaryKey(long fileEntryId)
          Returns the document library file entry with the primary key or returns null if it could not be found.
static DLFileEntry fetchByUUID_G(String uuid, long groupId)
          Returns the document library file entry where uuid = ? and groupId = ? or returns null if it could not be found.
static DLFileEntry fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the document library file entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static int filterCountByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId)
          Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
static int filterCountByG_F_F(long groupId, long folderId, long fileEntryTypeId)
          Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static int filterCountByG_F(long groupId, long folderId)
          Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = ?.
static int filterCountByG_F(long groupId, long[] folderIds)
          Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
static int filterCountByG_U_F(long groupId, long userId, long folderId)
          Returns the number of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
static int filterCountByG_U_F(long groupId, long userId, long[] folderIds)
          Returns the number of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
static int filterCountByG_U(long groupId, long userId)
          Returns the number of document library file entries that the user has permission to view where groupId = ? and userId = ?.
static int filterCountByGroupId(long groupId)
          Returns the number of document library file entries that the user has permission to view where groupId = ?.
static DLFileEntry[] filterFindByG_F_F_PrevAndNext(long fileEntryId, long groupId, long folderId, long fileEntryTypeId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static List<DLFileEntry> filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
static List<DLFileEntry> filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
static List<DLFileEntry> filterFindByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
static List<DLFileEntry> filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static List<DLFileEntry> filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static List<DLFileEntry> filterFindByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static DLFileEntry[] filterFindByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and folderId = ?.
static List<DLFileEntry> filterFindByG_F(long groupId, long folderId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ?.
static List<DLFileEntry> filterFindByG_F(long groupId, long[] folderIds)
          Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
static List<DLFileEntry> filterFindByG_F(long groupId, long[] folderIds, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
static List<DLFileEntry> filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.
static List<DLFileEntry> filterFindByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ?.
static List<DLFileEntry> filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?.
static DLFileEntry[] filterFindByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long folderId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long[] folderIds)
          Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
static List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
static List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.
static List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry[] filterFindByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ? and userId = ?.
static List<DLFileEntry> filterFindByG_U(long groupId, long userId)
          Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ?.
static List<DLFileEntry> filterFindByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ?.
static List<DLFileEntry> filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?.
static DLFileEntry[] filterFindByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set of document library file entries that the user has permission to view where groupId = ?.
static List<DLFileEntry> filterFindByGroupId(long groupId)
          Returns all the document library file entries that the user has permission to view where groupId = ?.
static List<DLFileEntry> filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the document library file entries that the user has permission to view where groupId = ?.
static List<DLFileEntry> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?.
static List<DLFileEntry> findAll()
          Returns all the document library file entries.
static List<DLFileEntry> findAll(int start, int end)
          Returns a range of all the document library file entries.
static List<DLFileEntry> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries.
static DLFileEntry findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where companyId = ?.
static DLFileEntry findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where companyId = ?.
static 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 = ?.
static List<DLFileEntry> findByCompanyId(long companyId)
          Returns all the document library file entries where companyId = ?.
static List<DLFileEntry> findByCompanyId(long companyId, int start, int end)
          Returns a range of all the document library file entries where companyId = ?.
static List<DLFileEntry> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where companyId = ?.
static 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 = ?.
static 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 = ?.
static 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 = ?.
static List<DLFileEntry> findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId)
          Returns all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
static List<DLFileEntry> findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
static List<DLFileEntry> findByG_F_F(long groupId, long[] folderIds, long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.
static List<DLFileEntry> findByG_F_F(long groupId, long folderId, long fileEntryTypeId)
          Returns all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static List<DLFileEntry> findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static List<DLFileEntry> findByG_F_F(long groupId, long folderId, long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.
static DLFileEntry findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.
static 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 = ?.
static DLFileEntry findByG_F_N(long groupId, long folderId, String name)
          Returns the document library file entry where groupId = ? and folderId = ? and name = ? or throws a NoSuchFileEntryException if it could not be found.
static DLFileEntry[] findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?.
static DLFileEntry findByG_F_T(long groupId, long folderId, String title)
          Returns the document library file entry where groupId = ? and folderId = ? and title = ? or throws a NoSuchFileEntryException if it could not be found.
static List<DLFileEntry> findByG_F(long groupId, long folderId)
          Returns all the document library file entries where groupId = ? and folderId = ?.
static List<DLFileEntry> findByG_F(long groupId, long[] folderIds)
          Returns all the document library file entries where groupId = ? and folderId = any ?.
static List<DLFileEntry> findByG_F(long groupId, long[] folderIds, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and folderId = any ?.
static List<DLFileEntry> findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?.
static List<DLFileEntry> findByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and folderId = ?.
static List<DLFileEntry> findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.
static DLFileEntry findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry[] findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> findByG_U_F(long groupId, long userId, long folderId)
          Returns all the document library file entries where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> findByG_U_F(long groupId, long userId, long[] folderIds)
          Returns all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
static List<DLFileEntry> findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
static List<DLFileEntry> findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.
static List<DLFileEntry> findByG_U_F(long groupId, long userId, long folderId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
static List<DLFileEntry> findByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.
static DLFileEntry findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.
static DLFileEntry[] findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?.
static List<DLFileEntry> findByG_U(long groupId, long userId)
          Returns all the document library file entries where groupId = ? and userId = ?.
static List<DLFileEntry> findByG_U(long groupId, long userId, int start, int end)
          Returns a range of all the document library file entries where groupId = ? and userId = ?.
static List<DLFileEntry> findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.
static DLFileEntry findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where groupId = ?.
static DLFileEntry findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where groupId = ?.
static 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 = ?.
static List<DLFileEntry> findByGroupId(long groupId)
          Returns all the document library file entries where groupId = ?.
static List<DLFileEntry> findByGroupId(long groupId, int start, int end)
          Returns a range of all the document library file entries where groupId = ?.
static List<DLFileEntry> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where groupId = ?.
static DLFileEntry findByPrimaryKey(long fileEntryId)
          Returns the document library file entry with the primary key or throws a NoSuchFileEntryException if it could not be found.
static DLFileEntry findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry in the ordered set where uuid = ?.
static DLFileEntry findByUUID_G(String uuid, long groupId)
          Returns the document library file entry where uuid = ? and groupId = ? or throws a NoSuchFileEntryException if it could not be found.
static DLFileEntry findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library file entry in the ordered set where uuid = ?.
static 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 = ?.
static List<DLFileEntry> findByUuid(String uuid)
          Returns all the document library file entries where uuid = ?.
static List<DLFileEntry> findByUuid(String uuid, int start, int end)
          Returns a range of all the document library file entries where uuid = ?.
static List<DLFileEntry> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library file entries where uuid = ?.
static List<DLFileEntry> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<DLFileEntry> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<DLFileEntry> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static DLFileEntryPersistence getPersistence()
           
static DLFileEntry remove(long fileEntryId)
          Removes the document library file entry with the primary key from the database.
static void removeAll()
          Removes all the document library file entries from the database.
static void removeByCompanyId(long companyId)
          Removes all the document library file entries where companyId = ? from the database.
static void removeByG_F_F(long groupId, long folderId, long fileEntryTypeId)
          Removes all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ? from the database.
static void removeByG_F_N(long groupId, long folderId, String name)
          Removes the document library file entry where groupId = ? and folderId = ? and name = ? from the database.
static void removeByG_F_T(long groupId, long folderId, String title)
          Removes the document library file entry where groupId = ? and folderId = ? and title = ? from the database.
static void removeByG_F(long groupId, long folderId)
          Removes all the document library file entries where groupId = ? and folderId = ? from the database.
static void removeByG_U_F(long groupId, long userId, long folderId)
          Removes all the document library file entries where groupId = ? and userId = ? and folderId = ? from the database.
static void removeByG_U(long groupId, long userId)
          Removes all the document library file entries where groupId = ? and userId = ? from the database.
static void removeByGroupId(long groupId)
          Removes all the document library file entries where groupId = ? from the database.
static void removeByUUID_G(String uuid, long groupId)
          Removes the document library file entry where uuid = ? and groupId = ? from the database.
static void removeByUuid(String uuid)
          Removes all the document library file entries where uuid = ? from the database.
 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

DLFileEntryUtil

public DLFileEntryUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(DLFileEntry dlFileEntry)
See Also:
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)

countWithDynamicQuery

public long countWithDynamicQuery(DynamicQuery dynamicQuery)
                           throws SystemException
Throws:
SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<DLFileEntry> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                              throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<DLFileEntry> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

findWithDynamicQuery

public static List<DLFileEntry> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end,
                                                     OrderByComparator orderByComparator)
                                              throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)

update

public static DLFileEntry update(DLFileEntry dlFileEntry,
                                 boolean merge)
                          throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)

update

public static DLFileEntry update(DLFileEntry dlFileEntry,
                                 boolean merge,
                                 ServiceContext serviceContext)
                          throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)

cacheResult

public static void cacheResult(DLFileEntry dlFileEntry)
Caches the document library file entry in the entity cache if it is enabled.

Parameters:
dlFileEntry - the document library file entry

cacheResult

public static void cacheResult(List<DLFileEntry> dlFileEntries)
Caches the document library file entries in the entity cache if it is enabled.

Parameters:
dlFileEntries - the document library file entries

create

public static DLFileEntry create(long fileEntryId)
Creates a new document library file entry with the primary key. Does not add the document library file entry to the database.

Parameters:
fileEntryId - the primary key for the new document library file entry
Returns:
the new document library file entry

remove

public static DLFileEntry remove(long fileEntryId)
                          throws SystemException,
                                 NoSuchFileEntryException
Removes the document library file entry with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
fileEntryId - the primary key of the document library file entry
Returns:
the document library file entry that was removed
Throws:
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

public static DLFileEntry updateImpl(DLFileEntry dlFileEntry,
                                     boolean merge)
                              throws SystemException
Throws:
SystemException

findByPrimaryKey

public static DLFileEntry findByPrimaryKey(long fileEntryId)
                                    throws SystemException,
                                           NoSuchFileEntryException
Returns the document library file entry with the primary key or throws a NoSuchFileEntryException if it could not be found.

Parameters:
fileEntryId - the primary key of the document library file entry
Returns:
the document library file entry
Throws:
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

public static DLFileEntry fetchByPrimaryKey(long fileEntryId)
                                     throws SystemException
Returns the document library file entry with the primary key or returns null if it could not be found.

Parameters:
fileEntryId - the primary key of the document library file entry
Returns:
the document library file entry, or null if a document library file entry with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findByUuid

public static List<DLFileEntry> findByUuid(String uuid)
                                    throws SystemException
Returns all the document library file entries where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the matching document library file entries
Throws:
SystemException - if a system exception occurred

findByUuid

public static List<DLFileEntry> findByUuid(String uuid,
                                           int start,
                                           int end)
                                    throws SystemException
Returns a range of all the document library file entries where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
uuid - the uuid
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of matching document library file entries
Throws:
SystemException - if a system exception occurred

findByUuid

public static List<DLFileEntry> findByUuid(String uuid,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns an ordered range of all the document library file entries where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
uuid - the uuid
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entries
Throws:
SystemException - if a system exception occurred

findByUuid_First

public static DLFileEntry findByUuid_First(String uuid,
                                           OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchFileEntryException
Returns the first document library file entry in the ordered set where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file entry
Throws:
NoSuchFileEntryException - if a matching document library file entry could not be found
SystemException - if a system exception occurred

findByUuid_Last

public static DLFileEntry findByUuid_Last(String uuid,
                                          OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchFileEntryException
Returns the last document library file entry in the ordered set where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file entry
Throws:
NoSuchFileEntryException - if a matching document library file entry could not be found
SystemException - if a system exception occurred

findByUuid_PrevAndNext

public static DLFileEntry[] findByUuid_PrevAndNext(long fileEntryId,
                                                   String uuid,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException,
                                                   NoSuchFileEntryException
Returns the document library file entries before and after the current document library file entry in the ordered set where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
fileEntryId - the primary key of the current document library file entry
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file entry
Throws:
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
SystemException - if a system exception occurred

findByUUID_G

public static DLFileEntry findByUUID_G(String uuid,
                                       long groupId)
                                throws SystemException,
                                       NoSuchFileEntryException
Returns the document library file entry where uuid = ? and groupId = ? or throws a NoSuchFileEntryException if it could not be found.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching document library file entry
Throws:
NoSuchFileEntryException - if a matching document library file entry could not be found
SystemException - if a system exception occurred

fetchByUUID_G

public static DLFileEntry fetchByUUID_G(String uuid,
                                        long groupId)
                                 throws SystemException
Returns the document library file entry where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching document library file entry, or null if a matching document library file entry could not be found
Throws:
SystemException - if a system exception occurred

fetchByUUID_G

public static DLFileEntry fetchByUUID_G(String uuid,
                                        long groupId,
                                        boolean retrieveFromCache)
                                 throws SystemException
Returns the document library file entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
uuid - the uuid
groupId - the group ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching document library file entry, or null if a matching document library file entry could not be found
Throws:
SystemException - if a system exception occurred

findByGroupId

public static List<DLFileEntry> findByGroupId(long groupId)
                                       throws SystemException
Returns all the document library file entries where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the matching document library file entries
Throws:
SystemException - if a system exception occurred

findByGroupId

public static List<DLFileEntry> findByGroupId(long groupId,
                                              int start,
                                              int end)
                                       throws SystemException
Returns a range of all the document library file entries where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of matching document library file entries
Throws:
SystemException - if a system exception occurred

findByGroupId

public static List<DLFileEntry> findByGroupId(long groupId,
                                              int start,
                                              int end,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Returns an ordered range of all the document library file entries where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entries
Throws:
SystemException - if a system exception occurred

findByGroupId_First

public static DLFileEntry findByGroupId_First(long groupId,
                                              OrderByComparator orderByComparator)
                                       throws SystemException,
                                              NoSuchFileEntryException
Returns the first document library file entry in the ordered set where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file entry
Throws:
NoSuchFileEntryException - if a matching document library file entry could not be found
SystemException - if a system exception occurred

findByGroupId_Last

public static DLFileEntry findByGroupId_Last(long groupId,
                                             OrderByComparator orderByComparator)
                                      throws SystemException,
                                             NoSuchFileEntryException
Returns the last document library file entry in the ordered set where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file entry
Throws:
NoSuchFileEntryException - if a matching document library file entry could not be found
SystemException - if a system exception occurred

findByGroupId_PrevAndNext

public static DLFileEntry[] findByGroupId_PrevAndNext(long fileEntryId,
                                                      long groupId,
                                                      OrderByComparator orderByComparator)
                                               throws SystemException,
                                                      NoSuchFileEntryException
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
fileEntryId - the primary key of the current document library file entry
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file entry
Throws:
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
SystemException - if a system exception occurred

filterFindByGroupId

public static List<DLFileEntry> filterFindByGroupId(long groupId)
                                             throws SystemException
Returns all the document library file entries that the user has permission to view where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByGroupId

public static List<DLFileEntry> filterFindByGroupId(long groupId,
                                                    int start,
                                                    int end)
                                             throws SystemException
Returns a range of all the document library file entries that the user has permission to view where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByGroupId

public static List<DLFileEntry> filterFindByGroupId(long groupId,
                                                    int start,
                                                    int end,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByGroupId_PrevAndNext

public static DLFileEntry[] filterFindByGroupId_PrevAndNext(long fileEntryId,
                                                            long groupId,
                                                            OrderByComparator orderByComparator)
                                                     throws SystemException,
                                                            NoSuchFileEntryException
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 = ?.

Parameters:
fileEntryId - the primary key of the current document library file entry
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file entry
Throws:
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
SystemException - if a system exception occurred

findByCompanyId

public static List<DLFileEntry> findByCompanyId(long companyId)
                                         throws SystemException
Returns all the document library file entries where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the matching document library file entries
Throws:
SystemException - if a system exception occurred

findByCompanyId

public static List<DLFileEntry> findByCompanyId(long companyId,
                                                int start,
                                                int end)
                                         throws SystemException
Returns a range of all the document library file entries where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of matching document library file entries
Throws:
SystemException - if a system exception occurred

findByCompanyId

public static List<DLFileEntry> findByCompanyId(long companyId,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Returns an ordered range of all the document library file entries where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entries
Throws:
SystemException - if a system exception occurred

findByCompanyId_First

public static DLFileEntry findByCompanyId_First(long companyId,
                                                OrderByComparator orderByComparator)
                                         throws SystemException,
                                                NoSuchFileEntryException
Returns the first document library file entry in the ordered set where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file entry
Throws:
NoSuchFileEntryException - if a matching document library file entry could not be found
SystemException - if a system exception occurred

findByCompanyId_Last

public static DLFileEntry findByCompanyId_Last(long companyId,
                                               OrderByComparator orderByComparator)
                                        throws SystemException,
                                               NoSuchFileEntryException
Returns the last document library file entry in the ordered set where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file entry
Throws:
NoSuchFileEntryException - if a matching document library file entry could not be found
SystemException - if a system exception occurred

findByCompanyId_PrevAndNext

public static DLFileEntry[] findByCompanyId_PrevAndNext(long fileEntryId,
                                                        long companyId,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException,
                                                        NoSuchFileEntryException
Returns the document library file entries before and after the current document library file entry in the ordered set where companyId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
fileEntryId - the primary key of the current document library file entry
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file entry
Throws:
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
SystemException - if a system exception occurred

findByG_U

public static List<DLFileEntry> findByG_U(long groupId,
                                          long userId)
                                   throws SystemException
Returns all the document library file entries where groupId = ? and userId = ?.

Parameters:
groupId - the group ID
userId - the user ID
Returns:
the matching document library file entries
Throws:
SystemException - if a system exception occurred

findByG_U

public static List<DLFileEntry> findByG_U(long groupId,
                                          long userId,
                                          int start,
                                          int end)
                                   throws SystemException
Returns a range of all the document library file entries where groupId = ? and userId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of matching document library file entries
Throws:
SystemException - if a system exception occurred

findByG_U

public static List<DLFileEntry> findByG_U(long groupId,
                                          long userId,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the document library file entries where groupId = ? and userId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entries
Throws:
SystemException - if a system exception occurred

findByG_U_First

public static DLFileEntry findByG_U_First(long groupId,
                                          long userId,
                                          OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchFileEntryException
Returns the first document library file entry in the ordered set where groupId = ? and userId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file entry
Throws:
NoSuchFileEntryException - if a matching document library file entry could not be found
SystemException - if a system exception occurred

findByG_U_Last

public static DLFileEntry findByG_U_Last(long groupId,
                                         long userId,
                                         OrderByComparator orderByComparator)
                                  throws SystemException,
                                         NoSuchFileEntryException
Returns the last document library file entry in the ordered set where groupId = ? and userId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file entry
Throws:
NoSuchFileEntryException - if a matching document library file entry could not be found
SystemException - if a system exception occurred

findByG_U_PrevAndNext

public static DLFileEntry[] findByG_U_PrevAndNext(long fileEntryId,
                                                  long groupId,
                                                  long userId,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  NoSuchFileEntryException
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and userId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
fileEntryId - the primary key of the current document library file entry
groupId - the group ID
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file entry
Throws:
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
SystemException - if a system exception occurred

filterFindByG_U

public static List<DLFileEntry> filterFindByG_U(long groupId,
                                                long userId)
                                         throws SystemException
Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ?.

Parameters:
groupId - the group ID
userId - the user ID
Returns:
the matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U

public static List<DLFileEntry> filterFindByG_U(long groupId,
                                                long userId,
                                                int start,
                                                int end)
                                         throws SystemException
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U

public static List<DLFileEntry> filterFindByG_U(long groupId,
                                                long userId,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U_PrevAndNext

public static DLFileEntry[] filterFindByG_U_PrevAndNext(long fileEntryId,
                                                        long groupId,
                                                        long userId,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException,
                                                        NoSuchFileEntryException
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 = ?.

Parameters:
fileEntryId - the primary key of the current document library file entry
groupId - the group ID
userId - the user ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file entry
Throws:
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
SystemException - if a system exception occurred

findByG_F

public static List<DLFileEntry> findByG_F(long groupId,
                                          long folderId)
                                   throws SystemException
Returns all the document library file entries where groupId = ? and folderId = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
Returns:
the matching document library file entries
Throws:
SystemException - if a system exception occurred

findByG_F

public static List<DLFileEntry> findByG_F(long groupId,
                                          long folderId,
                                          int start,
                                          int end)
                                   throws SystemException
Returns a range of all the document library file entries where groupId = ? and folderId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderId - the folder ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of matching document library file entries
Throws:
SystemException - if a system exception occurred

findByG_F

public static List<DLFileEntry> findByG_F(long groupId,
                                          long folderId,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderId - the folder ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entries
Throws:
SystemException - if a system exception occurred

findByG_F_First

public static DLFileEntry findByG_F_First(long groupId,
                                          long folderId,
                                          OrderByComparator orderByComparator)
                                   throws SystemException,
                                          NoSuchFileEntryException
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderId - the folder ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file entry
Throws:
NoSuchFileEntryException - if a matching document library file entry could not be found
SystemException - if a system exception occurred

findByG_F_Last

public static DLFileEntry findByG_F_Last(long groupId,
                                         long folderId,
                                         OrderByComparator orderByComparator)
                                  throws SystemException,
                                         NoSuchFileEntryException
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderId - the folder ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file entry
Throws:
NoSuchFileEntryException - if a matching document library file entry could not be found
SystemException - if a system exception occurred

findByG_F_PrevAndNext

public static DLFileEntry[] findByG_F_PrevAndNext(long fileEntryId,
                                                  long groupId,
                                                  long folderId,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException,
                                                  NoSuchFileEntryException
Returns the document library file entries before and after the current document library file entry in the ordered set where groupId = ? and folderId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
fileEntryId - the primary key of the current document library file entry
groupId - the group ID
folderId - the folder ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file entry
Throws:
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
SystemException - if a system exception occurred

findByG_F

public static List<DLFileEntry> findByG_F(long groupId,
                                          long[] folderIds)
                                   throws SystemException
Returns all the document library file entries where groupId = ? and folderId = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderIds - the folder IDs
Returns:
the matching document library file entries
Throws:
SystemException - if a system exception occurred

findByG_F

public static List<DLFileEntry> findByG_F(long groupId,
                                          long[] folderIds,
                                          int start,
                                          int end)
                                   throws SystemException
Returns a range of all the document library file entries where groupId = ? and folderId = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderIds - the folder IDs
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of matching document library file entries
Throws:
SystemException - if a system exception occurred

findByG_F

public static List<DLFileEntry> findByG_F(long groupId,
                                          long[] folderIds,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderIds - the folder IDs
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entries
Throws:
SystemException - if a system exception occurred

filterFindByG_F

public static List<DLFileEntry> filterFindByG_F(long groupId,
                                                long folderId)
                                         throws SystemException
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
Returns:
the matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_F

public static List<DLFileEntry> filterFindByG_F(long groupId,
                                                long folderId,
                                                int start,
                                                int end)
                                         throws SystemException
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderId - the folder ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_F

public static List<DLFileEntry> filterFindByG_F(long groupId,
                                                long folderId,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderId - the folder ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_F_PrevAndNext

public static DLFileEntry[] filterFindByG_F_PrevAndNext(long fileEntryId,
                                                        long groupId,
                                                        long folderId,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException,
                                                        NoSuchFileEntryException
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 = ?.

Parameters:
fileEntryId - the primary key of the current document library file entry
groupId - the group ID
folderId - the folder ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file entry
Throws:
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
SystemException - if a system exception occurred

filterFindByG_F

public static List<DLFileEntry> filterFindByG_F(long groupId,
                                                long[] folderIds)
                                         throws SystemException
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.

Parameters:
groupId - the group ID
folderIds - the folder IDs
Returns:
the matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_F

public static List<DLFileEntry> filterFindByG_F(long groupId,
                                                long[] folderIds,
                                                int start,
                                                int end)
                                         throws SystemException
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderIds - the folder IDs
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_F

public static List<DLFileEntry> filterFindByG_F(long groupId,
                                                long[] folderIds,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Returns an ordered range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderIds - the folder IDs
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByG_U_F

public static List<DLFileEntry> findByG_U_F(long groupId,
                                            long userId,
                                            long folderId)
                                     throws SystemException
Returns all the document library file entries where groupId = ? and userId = ? and folderId = ?.

Parameters:
groupId - the group ID
userId - the user ID
folderId - the folder ID
Returns:
the matching document library file entries
Throws:
SystemException - if a system exception occurred

findByG_U_F

public static List<DLFileEntry> findByG_U_F(long groupId,
                                            long userId,
                                            long folderId,
                                            int start,
                                            int end)
                                     throws SystemException
Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
folderId - the folder ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of matching document library file entries
Throws:
SystemException - if a system exception occurred

findByG_U_F

public static List<DLFileEntry> findByG_U_F(long groupId,
                                            long userId,
                                            long folderId,
                                            int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
folderId - the folder ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entries
Throws:
SystemException - if a system exception occurred

findByG_U_F_First

public static DLFileEntry findByG_U_F_First(long groupId,
                                            long userId,
                                            long folderId,
                                            OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchFileEntryException
Returns the first document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
folderId - the folder ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file entry
Throws:
NoSuchFileEntryException - if a matching document library file entry could not be found
SystemException - if a system exception occurred

findByG_U_F_Last

public static DLFileEntry findByG_U_F_Last(long groupId,
                                           long userId,
                                           long folderId,
                                           OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchFileEntryException
Returns the last document library file entry in the ordered set where groupId = ? and userId = ? and folderId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
folderId - the folder ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file entry
Throws:
NoSuchFileEntryException - if a matching document library file entry could not be found
SystemException - if a system exception occurred

findByG_U_F_PrevAndNext

public static DLFileEntry[] findByG_U_F_PrevAndNext(long fileEntryId,
                                                    long groupId,
                                                    long userId,
                                                    long folderId,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException,
                                                    NoSuchFileEntryException
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 = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
fileEntryId - the primary key of the current document library file entry
groupId - the group ID
userId - the user ID
folderId - the folder ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file entry
Throws:
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
SystemException - if a system exception occurred

findByG_U_F

public static List<DLFileEntry> findByG_U_F(long groupId,
                                            long userId,
                                            long[] folderIds)
                                     throws SystemException
Returns all the document library file entries where groupId = ? and userId = ? and folderId = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
folderIds - the folder IDs
Returns:
the matching document library file entries
Throws:
SystemException - if a system exception occurred

findByG_U_F

public static List<DLFileEntry> findByG_U_F(long groupId,
                                            long userId,
                                            long[] folderIds,
                                            int start,
                                            int end)
                                     throws SystemException
Returns a range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
folderIds - the folder IDs
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of matching document library file entries
Throws:
SystemException - if a system exception occurred

findByG_U_F

public static List<DLFileEntry> findByG_U_F(long groupId,
                                            long userId,
                                            long[] folderIds,
                                            int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns an ordered range of all the document library file entries where groupId = ? and userId = ? and folderId = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
folderIds - the folder IDs
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entries
Throws:
SystemException - if a system exception occurred

filterFindByG_U_F

public static List<DLFileEntry> filterFindByG_U_F(long groupId,
                                                  long userId,
                                                  long folderId)
                                           throws SystemException
Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.

Parameters:
groupId - the group ID
userId - the user ID
folderId - the folder ID
Returns:
the matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U_F

public static List<DLFileEntry> filterFindByG_U_F(long groupId,
                                                  long userId,
                                                  long folderId,
                                                  int start,
                                                  int end)
                                           throws SystemException
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
folderId - the folder ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U_F

public static List<DLFileEntry> filterFindByG_U_F(long groupId,
                                                  long userId,
                                                  long folderId,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
folderId - the folder ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U_F_PrevAndNext

public static DLFileEntry[] filterFindByG_U_F_PrevAndNext(long fileEntryId,
                                                          long groupId,
                                                          long userId,
                                                          long folderId,
                                                          OrderByComparator orderByComparator)
                                                   throws SystemException,
                                                          NoSuchFileEntryException
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 = ?.

Parameters:
fileEntryId - the primary key of the current document library file entry
groupId - the group ID
userId - the user ID
folderId - the folder ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file entry
Throws:
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
SystemException - if a system exception occurred

filterFindByG_U_F

public static List<DLFileEntry> filterFindByG_U_F(long groupId,
                                                  long userId,
                                                  long[] folderIds)
                                           throws SystemException
Returns all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.

Parameters:
groupId - the group ID
userId - the user ID
folderIds - the folder IDs
Returns:
the matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U_F

public static List<DLFileEntry> filterFindByG_U_F(long groupId,
                                                  long userId,
                                                  long[] folderIds,
                                                  int start,
                                                  int end)
                                           throws SystemException
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
folderIds - the folder IDs
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_U_F

public static List<DLFileEntry> filterFindByG_U_F(long groupId,
                                                  long userId,
                                                  long[] folderIds,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
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 ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
userId - the user ID
folderIds - the folder IDs
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByG_F_N

public static DLFileEntry findByG_F_N(long groupId,
                                      long folderId,
                                      String name)
                               throws SystemException,
                                      NoSuchFileEntryException
Returns the document library file entry where groupId = ? and folderId = ? and name = ? or throws a NoSuchFileEntryException if it could not be found.

Parameters:
groupId - the group ID
folderId - the folder ID
name - the name
Returns:
the matching document library file entry
Throws:
NoSuchFileEntryException - if a matching document library file entry could not be found
SystemException - if a system exception occurred

fetchByG_F_N

public static DLFileEntry fetchByG_F_N(long groupId,
                                       long folderId,
                                       String name)
                                throws SystemException
Returns the document library file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
groupId - the group ID
folderId - the folder ID
name - the name
Returns:
the matching document library file entry, or null if a matching document library file entry could not be found
Throws:
SystemException - if a system exception occurred

fetchByG_F_N

public static DLFileEntry fetchByG_F_N(long groupId,
                                       long folderId,
                                       String name,
                                       boolean retrieveFromCache)
                                throws SystemException
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.

Parameters:
groupId - the group ID
folderId - the folder ID
name - the name
retrieveFromCache - whether to use the finder cache
Returns:
the matching document library file entry, or null if a matching document library file entry could not be found
Throws:
SystemException - if a system exception occurred

findByG_F_T

public static DLFileEntry findByG_F_T(long groupId,
                                      long folderId,
                                      String title)
                               throws SystemException,
                                      NoSuchFileEntryException
Returns the document library file entry where groupId = ? and folderId = ? and title = ? or throws a NoSuchFileEntryException if it could not be found.

Parameters:
groupId - the group ID
folderId - the folder ID
title - the title
Returns:
the matching document library file entry
Throws:
NoSuchFileEntryException - if a matching document library file entry could not be found
SystemException - if a system exception occurred

fetchByG_F_T

public static DLFileEntry fetchByG_F_T(long groupId,
                                       long folderId,
                                       String title)
                                throws SystemException
Returns the document library file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
groupId - the group ID
folderId - the folder ID
title - the title
Returns:
the matching document library file entry, or null if a matching document library file entry could not be found
Throws:
SystemException - if a system exception occurred

fetchByG_F_T

public static DLFileEntry fetchByG_F_T(long groupId,
                                       long folderId,
                                       String title,
                                       boolean retrieveFromCache)
                                throws SystemException
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.

Parameters:
groupId - the group ID
folderId - the folder ID
title - the title
retrieveFromCache - whether to use the finder cache
Returns:
the matching document library file entry, or null if a matching document library file entry could not be found
Throws:
SystemException - if a system exception occurred

findByG_F_F

public static List<DLFileEntry> findByG_F_F(long groupId,
                                            long folderId,
                                            long fileEntryTypeId)
                                     throws SystemException
Returns all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
fileEntryTypeId - the file entry type ID
Returns:
the matching document library file entries
Throws:
SystemException - if a system exception occurred

findByG_F_F

public static List<DLFileEntry> findByG_F_F(long groupId,
                                            long folderId,
                                            long fileEntryTypeId,
                                            int start,
                                            int end)
                                     throws SystemException
Returns a range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderId - the folder ID
fileEntryTypeId - the file entry type ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of matching document library file entries
Throws:
SystemException - if a system exception occurred

findByG_F_F

public static List<DLFileEntry> findByG_F_F(long groupId,
                                            long folderId,
                                            long fileEntryTypeId,
                                            int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns an ordered range of all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderId - the folder ID
fileEntryTypeId - the file entry type ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entries
Throws:
SystemException - if a system exception occurred

findByG_F_F_First

public static DLFileEntry findByG_F_F_First(long groupId,
                                            long folderId,
                                            long fileEntryTypeId,
                                            OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchFileEntryException
Returns the first document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderId - the folder ID
fileEntryTypeId - the file entry type ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file entry
Throws:
NoSuchFileEntryException - if a matching document library file entry could not be found
SystemException - if a system exception occurred

findByG_F_F_Last

public static DLFileEntry findByG_F_F_Last(long groupId,
                                           long folderId,
                                           long fileEntryTypeId,
                                           OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchFileEntryException
Returns the last document library file entry in the ordered set where groupId = ? and folderId = ? and fileEntryTypeId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderId - the folder ID
fileEntryTypeId - the file entry type ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file entry
Throws:
NoSuchFileEntryException - if a matching document library file entry could not be found
SystemException - if a system exception occurred

findByG_F_F_PrevAndNext

public static DLFileEntry[] findByG_F_F_PrevAndNext(long fileEntryId,
                                                    long groupId,
                                                    long folderId,
                                                    long fileEntryTypeId,
                                                    OrderByComparator orderByComparator)
                                             throws SystemException,
                                                    NoSuchFileEntryException
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 = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
fileEntryId - the primary key of the current document library file entry
groupId - the group ID
folderId - the folder ID
fileEntryTypeId - the file entry type ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file entry
Throws:
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
SystemException - if a system exception occurred

findByG_F_F

public static List<DLFileEntry> findByG_F_F(long groupId,
                                            long[] folderIds,
                                            long fileEntryTypeId)
                                     throws SystemException
Returns all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderIds - the folder IDs
fileEntryTypeId - the file entry type ID
Returns:
the matching document library file entries
Throws:
SystemException - if a system exception occurred

findByG_F_F

public static List<DLFileEntry> findByG_F_F(long groupId,
                                            long[] folderIds,
                                            long fileEntryTypeId,
                                            int start,
                                            int end)
                                     throws SystemException
Returns a range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderIds - the folder IDs
fileEntryTypeId - the file entry type ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of matching document library file entries
Throws:
SystemException - if a system exception occurred

findByG_F_F

public static List<DLFileEntry> findByG_F_F(long groupId,
                                            long[] folderIds,
                                            long fileEntryTypeId,
                                            int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns an ordered range of all the document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderIds - the folder IDs
fileEntryTypeId - the file entry type ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entries
Throws:
SystemException - if a system exception occurred

filterFindByG_F_F

public static List<DLFileEntry> filterFindByG_F_F(long groupId,
                                                  long folderId,
                                                  long fileEntryTypeId)
                                           throws SystemException
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
fileEntryTypeId - the file entry type ID
Returns:
the matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_F_F

public static List<DLFileEntry> filterFindByG_F_F(long groupId,
                                                  long folderId,
                                                  long fileEntryTypeId,
                                                  int start,
                                                  int end)
                                           throws SystemException
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderId - the folder ID
fileEntryTypeId - the file entry type ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_F_F

public static List<DLFileEntry> filterFindByG_F_F(long groupId,
                                                  long folderId,
                                                  long fileEntryTypeId,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
Returns an ordered range of all the document library file entries that the user has permissions to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderId - the folder ID
fileEntryTypeId - the file entry type ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_F_F_PrevAndNext

public static DLFileEntry[] filterFindByG_F_F_PrevAndNext(long fileEntryId,
                                                          long groupId,
                                                          long folderId,
                                                          long fileEntryTypeId,
                                                          OrderByComparator orderByComparator)
                                                   throws SystemException,
                                                          NoSuchFileEntryException
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 = ?.

Parameters:
fileEntryId - the primary key of the current document library file entry
groupId - the group ID
folderId - the folder ID
fileEntryTypeId - the file entry type ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file entry
Throws:
NoSuchFileEntryException - if a document library file entry with the primary key could not be found
SystemException - if a system exception occurred

filterFindByG_F_F

public static List<DLFileEntry> filterFindByG_F_F(long groupId,
                                                  long[] folderIds,
                                                  long fileEntryTypeId)
                                           throws SystemException
Returns all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.

Parameters:
groupId - the group ID
folderIds - the folder IDs
fileEntryTypeId - the file entry type ID
Returns:
the matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_F_F

public static List<DLFileEntry> filterFindByG_F_F(long groupId,
                                                  long[] folderIds,
                                                  long fileEntryTypeId,
                                                  int start,
                                                  int end)
                                           throws SystemException
Returns a range of all the document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderIds - the folder IDs
fileEntryTypeId - the file entry type ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByG_F_F

public static List<DLFileEntry> filterFindByG_F_F(long groupId,
                                                  long[] folderIds,
                                                  long fileEntryTypeId,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
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 = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
groupId - the group ID
folderIds - the folder IDs
fileEntryTypeId - the file entry type ID
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

findAll

public static List<DLFileEntry> findAll()
                                 throws SystemException
Returns all the document library file entries.

Returns:
the document library file entries
Throws:
SystemException - if a system exception occurred

findAll

public static List<DLFileEntry> findAll(int start,
                                        int end)
                                 throws SystemException
Returns a range of all the document library file entries.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
Returns:
the range of document library file entries
Throws:
SystemException - if a system exception occurred

findAll

public static List<DLFileEntry> findAll(int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the document library file entries.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
start - the lower bound of the range of document library file entries
end - the upper bound of the range of document library file entries (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of document library file entries
Throws:
SystemException - if a system exception occurred

removeByUuid

public static void removeByUuid(String uuid)
                         throws SystemException
Removes all the document library file entries where uuid = ? from the database.

Parameters:
uuid - the uuid
Throws:
SystemException - if a system exception occurred

removeByUUID_G

public static void removeByUUID_G(String uuid,
                                  long groupId)
                           throws SystemException,
                                  NoSuchFileEntryException
Removes the document library file entry where uuid = ? and groupId = ? from the database.

Parameters:
uuid - the uuid
groupId - the group ID
Throws:
SystemException - if a system exception occurred
NoSuchFileEntryException

removeByGroupId

public static void removeByGroupId(long groupId)
                            throws SystemException
Removes all the document library file entries where groupId = ? from the database.

Parameters:
groupId - the group ID
Throws:
SystemException - if a system exception occurred

removeByCompanyId

public static void removeByCompanyId(long companyId)
                              throws SystemException
Removes all the document library file entries where companyId = ? from the database.

Parameters:
companyId - the company ID
Throws:
SystemException - if a system exception occurred

removeByG_U

public static void removeByG_U(long groupId,
                               long userId)
                        throws SystemException
Removes all the document library file entries where groupId = ? and userId = ? from the database.

Parameters:
groupId - the group ID
userId - the user ID
Throws:
SystemException - if a system exception occurred

removeByG_F

public static void removeByG_F(long groupId,
                               long folderId)
                        throws SystemException
Removes all the document library file entries where groupId = ? and folderId = ? from the database.

Parameters:
groupId - the group ID
folderId - the folder ID
Throws:
SystemException - if a system exception occurred

removeByG_U_F

public static void removeByG_U_F(long groupId,
                                 long userId,
                                 long folderId)
                          throws SystemException
Removes all the document library file entries where groupId = ? and userId = ? and folderId = ? from the database.

Parameters:
groupId - the group ID
userId - the user ID
folderId - the folder ID
Throws:
SystemException - if a system exception occurred

removeByG_F_N

public static void removeByG_F_N(long groupId,
                                 long folderId,
                                 String name)
                          throws SystemException,
                                 NoSuchFileEntryException
Removes the document library file entry where groupId = ? and folderId = ? and name = ? from the database.

Parameters:
groupId - the group ID
folderId - the folder ID
name - the name
Throws:
SystemException - if a system exception occurred
NoSuchFileEntryException

removeByG_F_T

public static void removeByG_F_T(long groupId,
                                 long folderId,
                                 String title)
                          throws SystemException,
                                 NoSuchFileEntryException
Removes the document library file entry where groupId = ? and folderId = ? and title = ? from the database.

Parameters:
groupId - the group ID
folderId - the folder ID
title - the title
Throws:
SystemException - if a system exception occurred
NoSuchFileEntryException

removeByG_F_F

public static void removeByG_F_F(long groupId,
                                 long folderId,
                                 long fileEntryTypeId)
                          throws SystemException
Removes all the document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ? from the database.

Parameters:
groupId - the group ID
folderId - the folder ID
fileEntryTypeId - the file entry type ID
Throws:
SystemException - if a system exception occurred

removeAll

public static void removeAll()
                      throws SystemException
Removes all the document library file entries from the database.

Throws:
SystemException - if a system exception occurred

countByUuid

public static int countByUuid(String uuid)
                       throws SystemException
Returns the number of document library file entries where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the number of matching document library file entries
Throws:
SystemException - if a system exception occurred

countByUUID_G

public static int countByUUID_G(String uuid,
                                long groupId)
                         throws SystemException
Returns the number of document library file entries where uuid = ? and groupId = ?.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the number of matching document library file entries
Throws:
SystemException - if a system exception occurred

countByGroupId

public static int countByGroupId(long groupId)
                          throws SystemException
Returns the number of document library file entries where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the number of matching document library file entries
Throws:
SystemException - if a system exception occurred

filterCountByGroupId

public static int filterCountByGroupId(long groupId)
                                throws SystemException
Returns the number of document library file entries that the user has permission to view where groupId = ?.

Parameters:
groupId - the group ID
Returns:
the number of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

countByCompanyId

public static int countByCompanyId(long companyId)
                            throws SystemException
Returns the number of document library file entries where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the number of matching document library file entries
Throws:
SystemException - if a system exception occurred

countByG_U

public static int countByG_U(long groupId,
                             long userId)
                      throws SystemException
Returns the number of document library file entries where groupId = ? and userId = ?.

Parameters:
groupId - the group ID
userId - the user ID
Returns:
the number of matching document library file entries
Throws:
SystemException - if a system exception occurred

filterCountByG_U

public static int filterCountByG_U(long groupId,
                                   long userId)
                            throws SystemException
Returns the number of document library file entries that the user has permission to view where groupId = ? and userId = ?.

Parameters:
groupId - the group ID
userId - the user ID
Returns:
the number of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

countByG_F

public static int countByG_F(long groupId,
                             long folderId)
                      throws SystemException
Returns the number of document library file entries where groupId = ? and folderId = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
Returns:
the number of matching document library file entries
Throws:
SystemException - if a system exception occurred

countByG_F

public static int countByG_F(long groupId,
                             long[] folderIds)
                      throws SystemException
Returns the number of document library file entries where groupId = ? and folderId = any ?.

Parameters:
groupId - the group ID
folderIds - the folder IDs
Returns:
the number of matching document library file entries
Throws:
SystemException - if a system exception occurred

filterCountByG_F

public static int filterCountByG_F(long groupId,
                                   long folderId)
                            throws SystemException
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
Returns:
the number of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterCountByG_F

public static int filterCountByG_F(long groupId,
                                   long[] folderIds)
                            throws SystemException
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = any ?.

Parameters:
groupId - the group ID
folderIds - the folder IDs
Returns:
the number of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

countByG_U_F

public static int countByG_U_F(long groupId,
                               long userId,
                               long folderId)
                        throws SystemException
Returns the number of document library file entries where groupId = ? and userId = ? and folderId = ?.

Parameters:
groupId - the group ID
userId - the user ID
folderId - the folder ID
Returns:
the number of matching document library file entries
Throws:
SystemException - if a system exception occurred

countByG_U_F

public static int countByG_U_F(long groupId,
                               long userId,
                               long[] folderIds)
                        throws SystemException
Returns the number of document library file entries where groupId = ? and userId = ? and folderId = any ?.

Parameters:
groupId - the group ID
userId - the user ID
folderIds - the folder IDs
Returns:
the number of matching document library file entries
Throws:
SystemException - if a system exception occurred

filterCountByG_U_F

public static int filterCountByG_U_F(long groupId,
                                     long userId,
                                     long folderId)
                              throws SystemException
Returns the number of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = ?.

Parameters:
groupId - the group ID
userId - the user ID
folderId - the folder ID
Returns:
the number of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterCountByG_U_F

public static int filterCountByG_U_F(long groupId,
                                     long userId,
                                     long[] folderIds)
                              throws SystemException
Returns the number of document library file entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ?.

Parameters:
groupId - the group ID
userId - the user ID
folderIds - the folder IDs
Returns:
the number of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

countByG_F_N

public static int countByG_F_N(long groupId,
                               long folderId,
                               String name)
                        throws SystemException
Returns the number of document library file entries where groupId = ? and folderId = ? and name = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
name - the name
Returns:
the number of matching document library file entries
Throws:
SystemException - if a system exception occurred

countByG_F_T

public static int countByG_F_T(long groupId,
                               long folderId,
                               String title)
                        throws SystemException
Returns the number of document library file entries where groupId = ? and folderId = ? and title = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
title - the title
Returns:
the number of matching document library file entries
Throws:
SystemException - if a system exception occurred

countByG_F_F

public static int countByG_F_F(long groupId,
                               long folderId,
                               long fileEntryTypeId)
                        throws SystemException
Returns the number of document library file entries where groupId = ? and folderId = ? and fileEntryTypeId = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
fileEntryTypeId - the file entry type ID
Returns:
the number of matching document library file entries
Throws:
SystemException - if a system exception occurred

countByG_F_F

public static int countByG_F_F(long groupId,
                               long[] folderIds,
                               long fileEntryTypeId)
                        throws SystemException
Returns the number of document library file entries where groupId = ? and folderId = any ? and fileEntryTypeId = ?.

Parameters:
groupId - the group ID
folderIds - the folder IDs
fileEntryTypeId - the file entry type ID
Returns:
the number of matching document library file entries
Throws:
SystemException - if a system exception occurred

filterCountByG_F_F

public static int filterCountByG_F_F(long groupId,
                                     long folderId,
                                     long fileEntryTypeId)
                              throws SystemException
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = ? and fileEntryTypeId = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
fileEntryTypeId - the file entry type ID
Returns:
the number of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterCountByG_F_F

public static int filterCountByG_F_F(long groupId,
                                     long[] folderIds,
                                     long fileEntryTypeId)
                              throws SystemException
Returns the number of document library file entries that the user has permission to view where groupId = ? and folderId = any ? and fileEntryTypeId = ?.

Parameters:
groupId - the group ID
folderIds - the folder IDs
fileEntryTypeId - the file entry type ID
Returns:
the number of matching document library file entries that the user has permission to view
Throws:
SystemException - if a system exception occurred

countAll

public static int countAll()
                    throws SystemException
Returns the number of document library file entries.

Returns:
the number of document library file entries
Throws:
SystemException - if a system exception occurred

getPersistence

public static DLFileEntryPersistence getPersistence()

setPersistence

public void setPersistence(DLFileEntryPersistence persistence)

Liferay 6.1.10-ee-ga1