Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.service.persistence
Interface DLFileShortcutPersistence

All Superinterfaces:
BasePersistence<DLFileShortcut>

@ProviderType
public interface DLFileShortcutPersistence
extends BasePersistence<DLFileShortcut>

The persistence interface for the document library file shortcut service.

Caching information and settings can be found in portal.properties

See Also:
com.liferay.portlet.documentlibrary.service.persistence.impl.DLFileShortcutPersistenceImpl, DLFileShortcutUtil

Method Summary
 void cacheResult(DLFileShortcut dlFileShortcut)
          Caches the document library file shortcut in the entity cache if it is enabled.
 void cacheResult(List<DLFileShortcut> dlFileShortcuts)
          Caches the document library file shortcuts in the entity cache if it is enabled.
 int countAll()
          Returns the number of document library file shortcuts.
 int countByC_NotS(long companyId, int status)
          Returns the number of document library file shortcuts where companyId = ? and status ≠ ?.
 int countByCompanyId(long companyId)
          Returns the number of document library file shortcuts where companyId = ?.
 int countByG_F_A_S(long groupId, long folderId, boolean active, int status)
          Returns the number of document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 int countByG_F_A(long groupId, long folderId, boolean active)
          Returns the number of document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 int countByG_F(long groupId, long folderId)
          Returns the number of document library file shortcuts where groupId = ? and folderId = ?.
 int countByToFileEntryId(long toFileEntryId)
          Returns the number of document library file shortcuts where toFileEntryId = ?.
 int countByUuid_C(String uuid, long companyId)
          Returns the number of document library file shortcuts where uuid = ? and companyId = ?.
 int countByUUID_G(String uuid, long groupId)
          Returns the number of document library file shortcuts where uuid = ? and groupId = ?.
 int countByUuid(String uuid)
          Returns the number of document library file shortcuts where uuid = ?.
 DLFileShortcut create(long fileShortcutId)
          Creates a new document library file shortcut with the primary key.
 DLFileShortcut fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut fetchByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut fetchByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut fetchByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut fetchByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut fetchByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut fetchByPrimaryKey(long fileShortcutId)
          Returns the document library file shortcut with the primary key or returns null if it could not be found.
 Map<Serializable,DLFileShortcut> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 DLFileShortcut fetchByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut fetchByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut fetchByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut fetchByUUID_G(String uuid, long groupId)
          Returns the document library file shortcut where uuid = ? and groupId = ? or returns null if it could not be found.
 DLFileShortcut fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the document library file shortcut where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileShortcut fetchByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
 int filterCountByG_F_A_S(long groupId, long folderId, boolean active, int status)
          Returns the number of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
 int filterCountByG_F_A(long groupId, long folderId, boolean active)
          Returns the number of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
 int filterCountByG_F(long groupId, long folderId)
          Returns the number of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
 DLFileShortcut[] filterFindByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut[] filterFindByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status)
          Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end)
          Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> filterFindByG_F_A(long groupId, long folderId, boolean active)
          Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end)
          Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut[] filterFindByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
 List<DLFileShortcut> filterFindByG_F(long groupId, long folderId)
          Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
 List<DLFileShortcut> filterFindByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.
 List<DLFileShortcut> filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?.
 List<DLFileShortcut> findAll()
          Returns all the document library file shortcuts.
 List<DLFileShortcut> findAll(int start, int end)
          Returns a range of all the document library file shortcuts.
 List<DLFileShortcut> findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts.
 List<DLFileShortcut> findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts.
 DLFileShortcut findByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut findByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 DLFileShortcut[] findByC_NotS_PrevAndNext(long fileShortcutId, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.
 List<DLFileShortcut> findByC_NotS(long companyId, int status)
          Returns all the document library file shortcuts where companyId = ? and status ≠ ?.
 List<DLFileShortcut> findByC_NotS(long companyId, int status, int start, int end)
          Returns a range of all the document library file shortcuts where companyId = ? and status ≠ ?.
 List<DLFileShortcut> findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
 List<DLFileShortcut> findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.
 DLFileShortcut findByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut findByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where companyId = ?.
 DLFileShortcut[] findByCompanyId_PrevAndNext(long fileShortcutId, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.
 List<DLFileShortcut> findByCompanyId(long companyId)
          Returns all the document library file shortcuts where companyId = ?.
 List<DLFileShortcut> findByCompanyId(long companyId, int start, int end)
          Returns a range of all the document library file shortcuts where companyId = ?.
 List<DLFileShortcut> findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
 List<DLFileShortcut> findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where companyId = ?.
 DLFileShortcut findByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut findByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut[] findByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut findByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut findByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 DLFileShortcut[] findByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> findByG_F_A_S(long groupId, long folderId, boolean active, int status)
          Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end)
          Returns a range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.
 List<DLFileShortcut> findByG_F_A(long groupId, long folderId, boolean active)
          Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> findByG_F_A(long groupId, long folderId, boolean active, int start, int end)
          Returns a range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 List<DLFileShortcut> findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.
 DLFileShortcut findByG_F_First(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut findByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 DLFileShortcut[] findByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.
 List<DLFileShortcut> findByG_F(long groupId, long folderId)
          Returns all the document library file shortcuts where groupId = ? and folderId = ?.
 List<DLFileShortcut> findByG_F(long groupId, long folderId, int start, int end)
          Returns a range of all the document library file shortcuts where groupId = ? and folderId = ?.
 List<DLFileShortcut> findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
 List<DLFileShortcut> findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.
 DLFileShortcut findByPrimaryKey(long fileShortcutId)
          Returns the document library file shortcut with the primary key or throws a NoSuchFileShortcutException if it could not be found.
 DLFileShortcut findByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut findByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.
 DLFileShortcut[] findByToFileEntryId_PrevAndNext(long fileShortcutId, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.
 List<DLFileShortcut> findByToFileEntryId(long toFileEntryId)
          Returns all the document library file shortcuts where toFileEntryId = ?.
 List<DLFileShortcut> findByToFileEntryId(long toFileEntryId, int start, int end)
          Returns a range of all the document library file shortcuts where toFileEntryId = ?.
 List<DLFileShortcut> findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
 List<DLFileShortcut> findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.
 DLFileShortcut findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 DLFileShortcut[] findByUuid_C_PrevAndNext(long fileShortcutId, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.
 List<DLFileShortcut> findByUuid_C(String uuid, long companyId)
          Returns all the document library file shortcuts where uuid = ? and companyId = ?.
 List<DLFileShortcut> findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the document library file shortcuts where uuid = ? and companyId = ?.
 List<DLFileShortcut> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
 List<DLFileShortcut> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.
 DLFileShortcut findByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the first document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut findByUUID_G(String uuid, long groupId)
          Returns the document library file shortcut where uuid = ? and groupId = ? or throws a NoSuchFileShortcutException if it could not be found.
 DLFileShortcut findByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the last document library file shortcut in the ordered set where uuid = ?.
 DLFileShortcut[] findByUuid_PrevAndNext(long fileShortcutId, String uuid, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.
 List<DLFileShortcut> findByUuid(String uuid)
          Returns all the document library file shortcuts where uuid = ?.
 List<DLFileShortcut> findByUuid(String uuid, int start, int end)
          Returns a range of all the document library file shortcuts where uuid = ?.
 List<DLFileShortcut> findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
 List<DLFileShortcut> findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file shortcuts where uuid = ?.
 Set<String> getBadColumnNames()
           
 DLFileShortcut remove(long fileShortcutId)
          Removes the document library file shortcut with the primary key from the database.
 void removeAll()
          Removes all the document library file shortcuts from the database.
 void removeByC_NotS(long companyId, int status)
          Removes all the document library file shortcuts where companyId = ? and status ≠ ? from the database.
 void removeByCompanyId(long companyId)
          Removes all the document library file shortcuts where companyId = ? from the database.
 void removeByG_F_A_S(long groupId, long folderId, boolean active, int status)
          Removes all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ? from the database.
 void removeByG_F_A(long groupId, long folderId, boolean active)
          Removes all the document library file shortcuts where groupId = ? and folderId = ? and active = ? from the database.
 void removeByG_F(long groupId, long folderId)
          Removes all the document library file shortcuts where groupId = ? and folderId = ? from the database.
 void removeByToFileEntryId(long toFileEntryId)
          Removes all the document library file shortcuts where toFileEntryId = ? from the database.
 void removeByUuid_C(String uuid, long companyId)
          Removes all the document library file shortcuts where uuid = ? and companyId = ? from the database.
 DLFileShortcut removeByUUID_G(String uuid, long groupId)
          Removes the document library file shortcut where uuid = ? and groupId = ? from the database.
 void removeByUuid(String uuid)
          Removes all the document library file shortcuts where uuid = ? from the database.
 DLFileShortcut updateImpl(DLFileShortcut dlFileShortcut)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update
 

Method Detail

findByUuid

List<DLFileShortcut> findByUuid(String uuid)
Returns all the document library file shortcuts where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the matching document library file shortcuts

findByUuid

List<DLFileShortcut> findByUuid(String uuid,
                                int start,
                                int end)
Returns a range of all the document library file shortcuts 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
Returns:
the range of matching document library file shortcuts

findByUuid

List<DLFileShortcut> findByUuid(String uuid,
                                int start,
                                int end,
                                OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file shortcuts

findByUuid

List<DLFileShortcut> findByUuid(String uuid,
                                int start,
                                int end,
                                OrderByComparator<DLFileShortcut> orderByComparator,
                                boolean retrieveFromCache)
Returns an ordered range of all the document library file shortcuts 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching document library file shortcuts

findByUuid_First

DLFileShortcut findByUuid_First(String uuid,
                                OrderByComparator<DLFileShortcut> orderByComparator)
                                throws NoSuchFileShortcutException
Returns the first document library file shortcut in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file shortcut
Throws:
NoSuchFileShortcutException - if a matching document library file shortcut could not be found

fetchByUuid_First

DLFileShortcut fetchByUuid_First(String uuid,
                                 OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file shortcut, or null if a matching document library file shortcut could not be found

findByUuid_Last

DLFileShortcut findByUuid_Last(String uuid,
                               OrderByComparator<DLFileShortcut> orderByComparator)
                               throws NoSuchFileShortcutException
Returns the last document library file shortcut in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file shortcut
Throws:
NoSuchFileShortcutException - if a matching document library file shortcut could not be found

fetchByUuid_Last

DLFileShortcut fetchByUuid_Last(String uuid,
                                OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ?.

Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file shortcut, or null if a matching document library file shortcut could not be found

findByUuid_PrevAndNext

DLFileShortcut[] findByUuid_PrevAndNext(long fileShortcutId,
                                        String uuid,
                                        OrderByComparator<DLFileShortcut> orderByComparator)
                                        throws NoSuchFileShortcutException
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.

Parameters:
fileShortcutId - the primary key of the current document library file shortcut
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file shortcut
Throws:
NoSuchFileShortcutException - if a document library file shortcut with the primary key could not be found

removeByUuid

void removeByUuid(String uuid)
Removes all the document library file shortcuts where uuid = ? from the database.

Parameters:
uuid - the uuid

countByUuid

int countByUuid(String uuid)
Returns the number of document library file shortcuts where uuid = ?.

Parameters:
uuid - the uuid
Returns:
the number of matching document library file shortcuts

findByUUID_G

DLFileShortcut findByUUID_G(String uuid,
                            long groupId)
                            throws NoSuchFileShortcutException
Returns the document library file shortcut where uuid = ? and groupId = ? or throws a NoSuchFileShortcutException if it could not be found.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching document library file shortcut
Throws:
NoSuchFileShortcutException - if a matching document library file shortcut could not be found

fetchByUUID_G

DLFileShortcut fetchByUUID_G(String uuid,
                             long groupId)
Returns the document library file shortcut 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 shortcut, or null if a matching document library file shortcut could not be found

fetchByUUID_G

DLFileShortcut fetchByUUID_G(String uuid,
                             long groupId,
                             boolean retrieveFromCache)
Returns the document library file shortcut 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 retrieve from the finder cache
Returns:
the matching document library file shortcut, or null if a matching document library file shortcut could not be found

removeByUUID_G

DLFileShortcut removeByUUID_G(String uuid,
                              long groupId)
                              throws NoSuchFileShortcutException
Removes the document library file shortcut where uuid = ? and groupId = ? from the database.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the document library file shortcut that was removed
Throws:
NoSuchFileShortcutException

countByUUID_G

int countByUUID_G(String uuid,
                  long groupId)
Returns the number of document library file shortcuts where uuid = ? and groupId = ?.

Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the number of matching document library file shortcuts

findByUuid_C

List<DLFileShortcut> findByUuid_C(String uuid,
                                  long companyId)
Returns all the document library file shortcuts where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching document library file shortcuts

findByUuid_C

List<DLFileShortcut> findByUuid_C(String uuid,
                                  long companyId,
                                  int start,
                                  int end)
Returns a range of all the document library file shortcuts where uuid = ? and 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
Returns:
the range of matching document library file shortcuts

findByUuid_C

List<DLFileShortcut> findByUuid_C(String uuid,
                                  long companyId,
                                  int start,
                                  int end,
                                  OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where uuid = ? and 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file shortcuts

findByUuid_C

List<DLFileShortcut> findByUuid_C(String uuid,
                                  long companyId,
                                  int start,
                                  int end,
                                  OrderByComparator<DLFileShortcut> orderByComparator,
                                  boolean retrieveFromCache)
Returns an ordered range of all the document library file shortcuts where uuid = ? and 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching document library file shortcuts

findByUuid_C_First

DLFileShortcut findByUuid_C_First(String uuid,
                                  long companyId,
                                  OrderByComparator<DLFileShortcut> orderByComparator)
                                  throws NoSuchFileShortcutException
Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file shortcut
Throws:
NoSuchFileShortcutException - if a matching document library file shortcut could not be found

fetchByUuid_C_First

DLFileShortcut fetchByUuid_C_First(String uuid,
                                   long companyId,
                                   OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file shortcut, or null if a matching document library file shortcut could not be found

findByUuid_C_Last

DLFileShortcut findByUuid_C_Last(String uuid,
                                 long companyId,
                                 OrderByComparator<DLFileShortcut> orderByComparator)
                                 throws NoSuchFileShortcutException
Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file shortcut
Throws:
NoSuchFileShortcutException - if a matching document library file shortcut could not be found

fetchByUuid_C_Last

DLFileShortcut fetchByUuid_C_Last(String uuid,
                                  long companyId,
                                  OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file shortcut, or null if a matching document library file shortcut could not be found

findByUuid_C_PrevAndNext

DLFileShortcut[] findByUuid_C_PrevAndNext(long fileShortcutId,
                                          String uuid,
                                          long companyId,
                                          OrderByComparator<DLFileShortcut> orderByComparator)
                                          throws NoSuchFileShortcutException
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.

Parameters:
fileShortcutId - the primary key of the current document library file shortcut
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file shortcut
Throws:
NoSuchFileShortcutException - if a document library file shortcut with the primary key could not be found

removeByUuid_C

void removeByUuid_C(String uuid,
                    long companyId)
Removes all the document library file shortcuts where uuid = ? and companyId = ? from the database.

Parameters:
uuid - the uuid
companyId - the company ID

countByUuid_C

int countByUuid_C(String uuid,
                  long companyId)
Returns the number of document library file shortcuts where uuid = ? and companyId = ?.

Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching document library file shortcuts

findByCompanyId

List<DLFileShortcut> findByCompanyId(long companyId)
Returns all the document library file shortcuts where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the matching document library file shortcuts

findByCompanyId

List<DLFileShortcut> findByCompanyId(long companyId,
                                     int start,
                                     int end)
Returns a range of all the document library file shortcuts 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
companyId - the company ID
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
Returns:
the range of matching document library file shortcuts

findByCompanyId

List<DLFileShortcut> findByCompanyId(long companyId,
                                     int start,
                                     int end,
                                     OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
companyId - the company ID
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file shortcuts

findByCompanyId

List<DLFileShortcut> findByCompanyId(long companyId,
                                     int start,
                                     int end,
                                     OrderByComparator<DLFileShortcut> orderByComparator,
                                     boolean retrieveFromCache)
Returns an ordered range of all the document library file shortcuts 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
companyId - the company ID
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching document library file shortcuts

findByCompanyId_First

DLFileShortcut findByCompanyId_First(long companyId,
                                     OrderByComparator<DLFileShortcut> orderByComparator)
                                     throws NoSuchFileShortcutException
Returns the first document library file shortcut in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file shortcut
Throws:
NoSuchFileShortcutException - if a matching document library file shortcut could not be found

fetchByCompanyId_First

DLFileShortcut fetchByCompanyId_First(long companyId,
                                      OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file shortcut, or null if a matching document library file shortcut could not be found

findByCompanyId_Last

DLFileShortcut findByCompanyId_Last(long companyId,
                                    OrderByComparator<DLFileShortcut> orderByComparator)
                                    throws NoSuchFileShortcutException
Returns the last document library file shortcut in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file shortcut
Throws:
NoSuchFileShortcutException - if a matching document library file shortcut could not be found

fetchByCompanyId_Last

DLFileShortcut fetchByCompanyId_Last(long companyId,
                                     OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where companyId = ?.

Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file shortcut, or null if a matching document library file shortcut could not be found

findByCompanyId_PrevAndNext

DLFileShortcut[] findByCompanyId_PrevAndNext(long fileShortcutId,
                                             long companyId,
                                             OrderByComparator<DLFileShortcut> orderByComparator)
                                             throws NoSuchFileShortcutException
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.

Parameters:
fileShortcutId - the primary key of the current document library file shortcut
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file shortcut
Throws:
NoSuchFileShortcutException - if a document library file shortcut with the primary key could not be found

removeByCompanyId

void removeByCompanyId(long companyId)
Removes all the document library file shortcuts where companyId = ? from the database.

Parameters:
companyId - the company ID

countByCompanyId

int countByCompanyId(long companyId)
Returns the number of document library file shortcuts where companyId = ?.

Parameters:
companyId - the company ID
Returns:
the number of matching document library file shortcuts

findByToFileEntryId

List<DLFileShortcut> findByToFileEntryId(long toFileEntryId)
Returns all the document library file shortcuts where toFileEntryId = ?.

Parameters:
toFileEntryId - the to file entry ID
Returns:
the matching document library file shortcuts

findByToFileEntryId

List<DLFileShortcut> findByToFileEntryId(long toFileEntryId,
                                         int start,
                                         int end)
Returns a range of all the document library file shortcuts where toFileEntryId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
toFileEntryId - the to file entry ID
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
Returns:
the range of matching document library file shortcuts

findByToFileEntryId

List<DLFileShortcut> findByToFileEntryId(long toFileEntryId,
                                         int start,
                                         int end,
                                         OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
toFileEntryId - the to file entry ID
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file shortcuts

findByToFileEntryId

List<DLFileShortcut> findByToFileEntryId(long toFileEntryId,
                                         int start,
                                         int end,
                                         OrderByComparator<DLFileShortcut> orderByComparator,
                                         boolean retrieveFromCache)
Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
toFileEntryId - the to file entry ID
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching document library file shortcuts

findByToFileEntryId_First

DLFileShortcut findByToFileEntryId_First(long toFileEntryId,
                                         OrderByComparator<DLFileShortcut> orderByComparator)
                                         throws NoSuchFileShortcutException
Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.

Parameters:
toFileEntryId - the to file entry ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file shortcut
Throws:
NoSuchFileShortcutException - if a matching document library file shortcut could not be found

fetchByToFileEntryId_First

DLFileShortcut fetchByToFileEntryId_First(long toFileEntryId,
                                          OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.

Parameters:
toFileEntryId - the to file entry ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file shortcut, or null if a matching document library file shortcut could not be found

findByToFileEntryId_Last

DLFileShortcut findByToFileEntryId_Last(long toFileEntryId,
                                        OrderByComparator<DLFileShortcut> orderByComparator)
                                        throws NoSuchFileShortcutException
Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.

Parameters:
toFileEntryId - the to file entry ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file shortcut
Throws:
NoSuchFileShortcutException - if a matching document library file shortcut could not be found

fetchByToFileEntryId_Last

DLFileShortcut fetchByToFileEntryId_Last(long toFileEntryId,
                                         OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.

Parameters:
toFileEntryId - the to file entry ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file shortcut, or null if a matching document library file shortcut could not be found

findByToFileEntryId_PrevAndNext

DLFileShortcut[] findByToFileEntryId_PrevAndNext(long fileShortcutId,
                                                 long toFileEntryId,
                                                 OrderByComparator<DLFileShortcut> orderByComparator)
                                                 throws NoSuchFileShortcutException
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.

Parameters:
fileShortcutId - the primary key of the current document library file shortcut
toFileEntryId - the to file entry ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file shortcut
Throws:
NoSuchFileShortcutException - if a document library file shortcut with the primary key could not be found

removeByToFileEntryId

void removeByToFileEntryId(long toFileEntryId)
Removes all the document library file shortcuts where toFileEntryId = ? from the database.

Parameters:
toFileEntryId - the to file entry ID

countByToFileEntryId

int countByToFileEntryId(long toFileEntryId)
Returns the number of document library file shortcuts where toFileEntryId = ?.

Parameters:
toFileEntryId - the to file entry ID
Returns:
the number of matching document library file shortcuts

findByG_F

List<DLFileShortcut> findByG_F(long groupId,
                               long folderId)
Returns all the document library file shortcuts where groupId = ? and folderId = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
Returns:
the matching document library file shortcuts

findByG_F

List<DLFileShortcut> findByG_F(long groupId,
                               long folderId,
                               int start,
                               int end)
Returns a range of all the document library file shortcuts 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
folderId - the folder ID
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
Returns:
the range of matching document library file shortcuts

findByG_F

List<DLFileShortcut> findByG_F(long groupId,
                               long folderId,
                               int start,
                               int end,
                               OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
folderId - the folder ID
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file shortcuts

findByG_F

List<DLFileShortcut> findByG_F(long groupId,
                               long folderId,
                               int start,
                               int end,
                               OrderByComparator<DLFileShortcut> orderByComparator,
                               boolean retrieveFromCache)
Returns an ordered range of all the document library file shortcuts 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
folderId - the folder ID
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching document library file shortcuts

findByG_F_First

DLFileShortcut findByG_F_First(long groupId,
                               long folderId,
                               OrderByComparator<DLFileShortcut> orderByComparator)
                               throws NoSuchFileShortcutException
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.

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 shortcut
Throws:
NoSuchFileShortcutException - if a matching document library file shortcut could not be found

fetchByG_F_First

DLFileShortcut fetchByG_F_First(long groupId,
                                long folderId,
                                OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.

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 shortcut, or null if a matching document library file shortcut could not be found

findByG_F_Last

DLFileShortcut findByG_F_Last(long groupId,
                              long folderId,
                              OrderByComparator<DLFileShortcut> orderByComparator)
                              throws NoSuchFileShortcutException
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.

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 shortcut
Throws:
NoSuchFileShortcutException - if a matching document library file shortcut could not be found

fetchByG_F_Last

DLFileShortcut fetchByG_F_Last(long groupId,
                               long folderId,
                               OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.

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 shortcut, or null if a matching document library file shortcut could not be found

findByG_F_PrevAndNext

DLFileShortcut[] findByG_F_PrevAndNext(long fileShortcutId,
                                       long groupId,
                                       long folderId,
                                       OrderByComparator<DLFileShortcut> orderByComparator)
                                       throws NoSuchFileShortcutException
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.

Parameters:
fileShortcutId - the primary key of the current document library file shortcut
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 shortcut
Throws:
NoSuchFileShortcutException - if a document library file shortcut with the primary key could not be found

filterFindByG_F

List<DLFileShortcut> filterFindByG_F(long groupId,
                                     long folderId)
Returns all the document library file shortcuts 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 shortcuts that the user has permission to view

filterFindByG_F

List<DLFileShortcut> filterFindByG_F(long groupId,
                                     long folderId,
                                     int start,
                                     int end)
Returns a range of all the document library file shortcuts 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
folderId - the folder ID
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
Returns:
the range of matching document library file shortcuts that the user has permission to view

filterFindByG_F

List<DLFileShortcut> filterFindByG_F(long groupId,
                                     long folderId,
                                     int start,
                                     int end,
                                     OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

filterFindByG_F_PrevAndNext

DLFileShortcut[] filterFindByG_F_PrevAndNext(long fileShortcutId,
                                             long groupId,
                                             long folderId,
                                             OrderByComparator<DLFileShortcut> orderByComparator)
                                             throws NoSuchFileShortcutException
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.

Parameters:
fileShortcutId - the primary key of the current document library file shortcut
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 shortcut
Throws:
NoSuchFileShortcutException - if a document library file shortcut with the primary key could not be found

removeByG_F

void removeByG_F(long groupId,
                 long folderId)
Removes all the document library file shortcuts where groupId = ? and folderId = ? from the database.

Parameters:
groupId - the group ID
folderId - the folder ID

countByG_F

int countByG_F(long groupId,
               long folderId)
Returns the number of document library file shortcuts where groupId = ? and folderId = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
Returns:
the number of matching document library file shortcuts

filterCountByG_F

int filterCountByG_F(long groupId,
                     long folderId)
Returns the number of document library file shortcuts 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 shortcuts that the user has permission to view

findByC_NotS

List<DLFileShortcut> findByC_NotS(long companyId,
                                  int status)
Returns all the document library file shortcuts where companyId = ? and status ≠ ?.

Parameters:
companyId - the company ID
status - the status
Returns:
the matching document library file shortcuts

findByC_NotS

List<DLFileShortcut> findByC_NotS(long companyId,
                                  int status,
                                  int start,
                                  int end)
Returns a range of all the document library file shortcuts where companyId = ? and status ≠ ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
companyId - the company ID
status - the status
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
Returns:
the range of matching document library file shortcuts

findByC_NotS

List<DLFileShortcut> findByC_NotS(long companyId,
                                  int status,
                                  int start,
                                  int end,
                                  OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
companyId - the company ID
status - the status
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file shortcuts

findByC_NotS

List<DLFileShortcut> findByC_NotS(long companyId,
                                  int status,
                                  int start,
                                  int end,
                                  OrderByComparator<DLFileShortcut> orderByComparator,
                                  boolean retrieveFromCache)
Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
companyId - the company ID
status - the status
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching document library file shortcuts

findByC_NotS_First

DLFileShortcut findByC_NotS_First(long companyId,
                                  int status,
                                  OrderByComparator<DLFileShortcut> orderByComparator)
                                  throws NoSuchFileShortcutException
Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.

Parameters:
companyId - the company ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file shortcut
Throws:
NoSuchFileShortcutException - if a matching document library file shortcut could not be found

fetchByC_NotS_First

DLFileShortcut fetchByC_NotS_First(long companyId,
                                   int status,
                                   OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.

Parameters:
companyId - the company ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file shortcut, or null if a matching document library file shortcut could not be found

findByC_NotS_Last

DLFileShortcut findByC_NotS_Last(long companyId,
                                 int status,
                                 OrderByComparator<DLFileShortcut> orderByComparator)
                                 throws NoSuchFileShortcutException
Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.

Parameters:
companyId - the company ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file shortcut
Throws:
NoSuchFileShortcutException - if a matching document library file shortcut could not be found

fetchByC_NotS_Last

DLFileShortcut fetchByC_NotS_Last(long companyId,
                                  int status,
                                  OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.

Parameters:
companyId - the company ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file shortcut, or null if a matching document library file shortcut could not be found

findByC_NotS_PrevAndNext

DLFileShortcut[] findByC_NotS_PrevAndNext(long fileShortcutId,
                                          long companyId,
                                          int status,
                                          OrderByComparator<DLFileShortcut> orderByComparator)
                                          throws NoSuchFileShortcutException
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.

Parameters:
fileShortcutId - the primary key of the current document library file shortcut
companyId - the company ID
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file shortcut
Throws:
NoSuchFileShortcutException - if a document library file shortcut with the primary key could not be found

removeByC_NotS

void removeByC_NotS(long companyId,
                    int status)
Removes all the document library file shortcuts where companyId = ? and status ≠ ? from the database.

Parameters:
companyId - the company ID
status - the status

countByC_NotS

int countByC_NotS(long companyId,
                  int status)
Returns the number of document library file shortcuts where companyId = ? and status ≠ ?.

Parameters:
companyId - the company ID
status - the status
Returns:
the number of matching document library file shortcuts

findByG_F_A

List<DLFileShortcut> findByG_F_A(long groupId,
                                 long folderId,
                                 boolean active)
Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
Returns:
the matching document library file shortcuts

findByG_F_A

List<DLFileShortcut> findByG_F_A(long groupId,
                                 long folderId,
                                 boolean active,
                                 int start,
                                 int end)
Returns a range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
Returns:
the range of matching document library file shortcuts

findByG_F_A

List<DLFileShortcut> findByG_F_A(long groupId,
                                 long folderId,
                                 boolean active,
                                 int start,
                                 int end,
                                 OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file shortcuts

findByG_F_A

List<DLFileShortcut> findByG_F_A(long groupId,
                                 long folderId,
                                 boolean active,
                                 int start,
                                 int end,
                                 OrderByComparator<DLFileShortcut> orderByComparator,
                                 boolean retrieveFromCache)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching document library file shortcuts

findByG_F_A_First

DLFileShortcut findByG_F_A_First(long groupId,
                                 long folderId,
                                 boolean active,
                                 OrderByComparator<DLFileShortcut> orderByComparator)
                                 throws NoSuchFileShortcutException
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file shortcut
Throws:
NoSuchFileShortcutException - if a matching document library file shortcut could not be found

fetchByG_F_A_First

DLFileShortcut fetchByG_F_A_First(long groupId,
                                  long folderId,
                                  boolean active,
                                  OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file shortcut, or null if a matching document library file shortcut could not be found

findByG_F_A_Last

DLFileShortcut findByG_F_A_Last(long groupId,
                                long folderId,
                                boolean active,
                                OrderByComparator<DLFileShortcut> orderByComparator)
                                throws NoSuchFileShortcutException
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file shortcut
Throws:
NoSuchFileShortcutException - if a matching document library file shortcut could not be found

fetchByG_F_A_Last

DLFileShortcut fetchByG_F_A_Last(long groupId,
                                 long folderId,
                                 boolean active,
                                 OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file shortcut, or null if a matching document library file shortcut could not be found

findByG_F_A_PrevAndNext

DLFileShortcut[] findByG_F_A_PrevAndNext(long fileShortcutId,
                                         long groupId,
                                         long folderId,
                                         boolean active,
                                         OrderByComparator<DLFileShortcut> orderByComparator)
                                         throws NoSuchFileShortcutException
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.

Parameters:
fileShortcutId - the primary key of the current document library file shortcut
groupId - the group ID
folderId - the folder ID
active - the active
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file shortcut
Throws:
NoSuchFileShortcutException - if a document library file shortcut with the primary key could not be found

filterFindByG_F_A

List<DLFileShortcut> filterFindByG_F_A(long groupId,
                                       long folderId,
                                       boolean active)
Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
Returns:
the matching document library file shortcuts that the user has permission to view

filterFindByG_F_A

List<DLFileShortcut> filterFindByG_F_A(long groupId,
                                       long folderId,
                                       boolean active,
                                       int start,
                                       int end)
Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
Returns:
the range of matching document library file shortcuts that the user has permission to view

filterFindByG_F_A

List<DLFileShortcut> filterFindByG_F_A(long groupId,
                                       long folderId,
                                       boolean active,
                                       int start,
                                       int end,
                                       OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file shortcuts that the user has permission to view

filterFindByG_F_A_PrevAndNext

DLFileShortcut[] filterFindByG_F_A_PrevAndNext(long fileShortcutId,
                                               long groupId,
                                               long folderId,
                                               boolean active,
                                               OrderByComparator<DLFileShortcut> orderByComparator)
                                               throws NoSuchFileShortcutException
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.

Parameters:
fileShortcutId - the primary key of the current document library file shortcut
groupId - the group ID
folderId - the folder ID
active - the active
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file shortcut
Throws:
NoSuchFileShortcutException - if a document library file shortcut with the primary key could not be found

removeByG_F_A

void removeByG_F_A(long groupId,
                   long folderId,
                   boolean active)
Removes all the document library file shortcuts where groupId = ? and folderId = ? and active = ? from the database.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active

countByG_F_A

int countByG_F_A(long groupId,
                 long folderId,
                 boolean active)
Returns the number of document library file shortcuts where groupId = ? and folderId = ? and active = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
Returns:
the number of matching document library file shortcuts

filterCountByG_F_A

int filterCountByG_F_A(long groupId,
                       long folderId,
                       boolean active)
Returns the number of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
Returns:
the number of matching document library file shortcuts that the user has permission to view

findByG_F_A_S

List<DLFileShortcut> findByG_F_A_S(long groupId,
                                   long folderId,
                                   boolean active,
                                   int status)
Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
status - the status
Returns:
the matching document library file shortcuts

findByG_F_A_S

List<DLFileShortcut> findByG_F_A_S(long groupId,
                                   long folderId,
                                   boolean active,
                                   int status,
                                   int start,
                                   int end)
Returns a range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
status - the status
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
Returns:
the range of matching document library file shortcuts

findByG_F_A_S

List<DLFileShortcut> findByG_F_A_S(long groupId,
                                   long folderId,
                                   boolean active,
                                   int status,
                                   int start,
                                   int end,
                                   OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
status - the status
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file shortcuts

findByG_F_A_S

List<DLFileShortcut> findByG_F_A_S(long groupId,
                                   long folderId,
                                   boolean active,
                                   int status,
                                   int start,
                                   int end,
                                   OrderByComparator<DLFileShortcut> orderByComparator,
                                   boolean retrieveFromCache)
Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
status - the status
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching document library file shortcuts

findByG_F_A_S_First

DLFileShortcut findByG_F_A_S_First(long groupId,
                                   long folderId,
                                   boolean active,
                                   int status,
                                   OrderByComparator<DLFileShortcut> orderByComparator)
                                   throws NoSuchFileShortcutException
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file shortcut
Throws:
NoSuchFileShortcutException - if a matching document library file shortcut could not be found

fetchByG_F_A_S_First

DLFileShortcut fetchByG_F_A_S_First(long groupId,
                                    long folderId,
                                    boolean active,
                                    int status,
                                    OrderByComparator<DLFileShortcut> orderByComparator)
Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching document library file shortcut, or null if a matching document library file shortcut could not be found

findByG_F_A_S_Last

DLFileShortcut findByG_F_A_S_Last(long groupId,
                                  long folderId,
                                  boolean active,
                                  int status,
                                  OrderByComparator<DLFileShortcut> orderByComparator)
                                  throws NoSuchFileShortcutException
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file shortcut
Throws:
NoSuchFileShortcutException - if a matching document library file shortcut could not be found

fetchByG_F_A_S_Last

DLFileShortcut fetchByG_F_A_S_Last(long groupId,
                                   long folderId,
                                   boolean active,
                                   int status,
                                   OrderByComparator<DLFileShortcut> orderByComparator)
Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching document library file shortcut, or null if a matching document library file shortcut could not be found

findByG_F_A_S_PrevAndNext

DLFileShortcut[] findByG_F_A_S_PrevAndNext(long fileShortcutId,
                                           long groupId,
                                           long folderId,
                                           boolean active,
                                           int status,
                                           OrderByComparator<DLFileShortcut> orderByComparator)
                                           throws NoSuchFileShortcutException
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.

Parameters:
fileShortcutId - the primary key of the current document library file shortcut
groupId - the group ID
folderId - the folder ID
active - the active
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file shortcut
Throws:
NoSuchFileShortcutException - if a document library file shortcut with the primary key could not be found

filterFindByG_F_A_S

List<DLFileShortcut> filterFindByG_F_A_S(long groupId,
                                         long folderId,
                                         boolean active,
                                         int status)
Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
status - the status
Returns:
the matching document library file shortcuts that the user has permission to view

filterFindByG_F_A_S

List<DLFileShortcut> filterFindByG_F_A_S(long groupId,
                                         long folderId,
                                         boolean active,
                                         int status,
                                         int start,
                                         int end)
Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
status - the status
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
Returns:
the range of matching document library file shortcuts that the user has permission to view

filterFindByG_F_A_S

List<DLFileShortcut> filterFindByG_F_A_S(long groupId,
                                         long folderId,
                                         boolean active,
                                         int status,
                                         int start,
                                         int end,
                                         OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
status - the status
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching document library file shortcuts that the user has permission to view

filterFindByG_F_A_S_PrevAndNext

DLFileShortcut[] filterFindByG_F_A_S_PrevAndNext(long fileShortcutId,
                                                 long groupId,
                                                 long folderId,
                                                 boolean active,
                                                 int status,
                                                 OrderByComparator<DLFileShortcut> orderByComparator)
                                                 throws NoSuchFileShortcutException
Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.

Parameters:
fileShortcutId - the primary key of the current document library file shortcut
groupId - the group ID
folderId - the folder ID
active - the active
status - the status
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next document library file shortcut
Throws:
NoSuchFileShortcutException - if a document library file shortcut with the primary key could not be found

removeByG_F_A_S

void removeByG_F_A_S(long groupId,
                     long folderId,
                     boolean active,
                     int status)
Removes all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ? from the database.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
status - the status

countByG_F_A_S

int countByG_F_A_S(long groupId,
                   long folderId,
                   boolean active,
                   int status)
Returns the number of document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
status - the status
Returns:
the number of matching document library file shortcuts

filterCountByG_F_A_S

int filterCountByG_F_A_S(long groupId,
                         long folderId,
                         boolean active,
                         int status)
Returns the number of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.

Parameters:
groupId - the group ID
folderId - the folder ID
active - the active
status - the status
Returns:
the number of matching document library file shortcuts that the user has permission to view

cacheResult

void cacheResult(DLFileShortcut dlFileShortcut)
Caches the document library file shortcut in the entity cache if it is enabled.

Parameters:
dlFileShortcut - the document library file shortcut

cacheResult

void cacheResult(List<DLFileShortcut> dlFileShortcuts)
Caches the document library file shortcuts in the entity cache if it is enabled.

Parameters:
dlFileShortcuts - the document library file shortcuts

create

DLFileShortcut create(long fileShortcutId)
Creates a new document library file shortcut with the primary key. Does not add the document library file shortcut to the database.

Parameters:
fileShortcutId - the primary key for the new document library file shortcut
Returns:
the new document library file shortcut

remove

DLFileShortcut remove(long fileShortcutId)
                      throws NoSuchFileShortcutException
Removes the document library file shortcut with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
fileShortcutId - the primary key of the document library file shortcut
Returns:
the document library file shortcut that was removed
Throws:
NoSuchFileShortcutException - if a document library file shortcut with the primary key could not be found

updateImpl

DLFileShortcut updateImpl(DLFileShortcut dlFileShortcut)

findByPrimaryKey

DLFileShortcut findByPrimaryKey(long fileShortcutId)
                                throws NoSuchFileShortcutException
Returns the document library file shortcut with the primary key or throws a NoSuchFileShortcutException if it could not be found.

Parameters:
fileShortcutId - the primary key of the document library file shortcut
Returns:
the document library file shortcut
Throws:
NoSuchFileShortcutException - if a document library file shortcut with the primary key could not be found

fetchByPrimaryKey

DLFileShortcut fetchByPrimaryKey(long fileShortcutId)
Returns the document library file shortcut with the primary key or returns null if it could not be found.

Parameters:
fileShortcutId - the primary key of the document library file shortcut
Returns:
the document library file shortcut, or null if a document library file shortcut with the primary key could not be found

fetchByPrimaryKeys

Map<Serializable,DLFileShortcut> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Specified by:
fetchByPrimaryKeys in interface BasePersistence<DLFileShortcut>

findAll

List<DLFileShortcut> findAll()
Returns all the document library file shortcuts.

Returns:
the document library file shortcuts

findAll

List<DLFileShortcut> findAll(int start,
                             int end)
Returns a range of all the document library file shortcuts.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
Returns:
the range of document library file shortcuts

findAll

List<DLFileShortcut> findAll(int start,
                             int end,
                             OrderByComparator<DLFileShortcut> orderByComparator)
Returns an ordered range of all the document library file shortcuts.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of document library file shortcuts

findAll

List<DLFileShortcut> findAll(int start,
                             int end,
                             OrderByComparator<DLFileShortcut> orderByComparator,
                             boolean retrieveFromCache)
Returns an ordered range of all the document library file shortcuts.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from DLFileShortcutModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of document library file shortcuts
end - the upper bound of the range of document library file shortcuts (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of document library file shortcuts

removeAll

void removeAll()
Removes all the document library file shortcuts from the database.


countAll

int countAll()
Returns the number of document library file shortcuts.

Returns:
the number of document library file shortcuts

getBadColumnNames

Set<String> getBadColumnNames()
Specified by:
getBadColumnNames in interface BasePersistence<DLFileShortcut>

Liferay 7.0-ce-b4