Class DLFileShortcutPersistenceImpl
- All Implemented Interfaces:
com.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence,com.liferay.portal.kernel.dao.orm.SessionFactory,com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.document.library.kernel.model.DLFileShortcut>,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.document.library.kernel.model.DLFileShortcut>
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Field Summary
FieldsFields inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, dummyEntityCache, dummyFinderCache, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the document library file shortcut persistence.voidcacheResult(com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut) Caches the document library file shortcut in the entity cache if it is enabled.voidcacheResult(List<com.liferay.document.library.kernel.model.DLFileShortcut> dlFileShortcuts) Caches the document library file shortcuts in the entity cache if it is enabled.protected voidcacheUniqueFindersCache(DLFileShortcutModelImpl dlFileShortcutModelImpl) voidClears the cache for all document library file shortcuts.voidclearCache(com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut) Clears the cache for the document library file shortcut.voidclearCache(List<com.liferay.document.library.kernel.model.DLFileShortcut> dlFileShortcuts) voidclearCache(Set<Serializable> primaryKeys) intcountAll()Returns the number of document library file shortcuts.intcountByC_NotS(long companyId, int status) Returns the number of document library file shortcuts where companyId = ? and status ≠ ?.intcountByCompanyId(long companyId) Returns the number of document library file shortcuts where companyId = ?.intcountByERC_G(String externalReferenceCode, long groupId) Returns the number of document library file shortcuts where externalReferenceCode = ? and groupId = ?.intcountByG_F(long groupId, long folderId) Returns the number of document library file shortcuts where groupId = ? and folderId = ?.intcountByG_F_A(long groupId, long folderId, boolean active) Returns the number of document library file shortcuts where groupId = ? and folderId = ? and active = ?.intcountByG_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 = ?.intcountByGroupId(long groupId) Returns the number of document library file shortcuts where groupId = ?.intcountByToFileEntryId(long toFileEntryId) Returns the number of document library file shortcuts where toFileEntryId = ?.intcountByUuid(String uuid) Returns the number of document library file shortcuts where uuid = ?.intcountByUuid_C(String uuid, long companyId) Returns the number of document library file shortcuts where uuid = ? and companyId = ?.intcountByUUID_G(String uuid, long groupId) Returns the number of document library file shortcuts where uuid = ? and groupId = ?.com.liferay.document.library.kernel.model.DLFileShortcutcreate(long fileShortcutId) Creates a new document library file shortcut with the primary key.voiddestroy()com.liferay.document.library.kernel.model.DLFileShortcutfetchByC_NotS_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.com.liferay.document.library.kernel.model.DLFileShortcutfetchByC_NotS_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.com.liferay.document.library.kernel.model.DLFileShortcutfetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfetchByERC_G(String externalReferenceCode, long groupId) Returns the document library file shortcut where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found.com.liferay.document.library.kernel.model.DLFileShortcutfetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the document library file shortcut where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.com.liferay.document.library.kernel.model.DLFileShortcutfetchByG_F_A_First(long groupId, long folderId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.com.liferay.document.library.kernel.model.DLFileShortcutfetchByG_F_A_Last(long groupId, long folderId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.com.liferay.document.library.kernel.model.DLFileShortcutfetchByG_F_A_S_First(long groupId, long folderId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.com.liferay.document.library.kernel.model.DLFileShortcutfetchByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.com.liferay.document.library.kernel.model.DLFileShortcutfetchByG_F_First(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfetchByG_F_Last(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfetchByPrimaryKey(long fileShortcutId) Returns the document library file shortcut with the primary key or returnsnullif it could not be found.com.liferay.document.library.kernel.model.DLFileShortcutfetchByPrimaryKey(Serializable primaryKey) Returns the document library file shortcut with the primary key or returnsnullif it could not be found.Map<Serializable,com.liferay.document.library.kernel.model.DLFileShortcut> fetchByPrimaryKeys(Set<Serializable> primaryKeys) com.liferay.document.library.kernel.model.DLFileShortcutfetchByToFileEntryId_First(long toFileEntryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfetchByToFileEntryId_Last(long toFileEntryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ?.com.liferay.document.library.kernel.model.DLFileShortcutfetchByUUID_G(String uuid, long groupId) Returns the document library file shortcut where uuid = ? and groupId = ? or returnsnullif it could not be found.com.liferay.document.library.kernel.model.DLFileShortcutfetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the document library file shortcut where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.com.liferay.document.library.kernel.model.DLFileShortcutfetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ?.intfilterCountByG_F(long groupId, long folderId) Returns the number of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.intfilterCountByG_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 = ?.intfilterCountByG_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 = ?.intfilterCountByGroupId(long groupId) Returns the number of document library file shortcuts that the user has permission to view where groupId = ?.List<com.liferay.document.library.kernel.model.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<com.liferay.document.library.kernel.model.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<com.liferay.document.library.kernel.model.DLFileShortcut>filterFindByG_F(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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<com.liferay.document.library.kernel.model.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<com.liferay.document.library.kernel.model.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<com.liferay.document.library.kernel.model.DLFileShortcut>filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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 = ?.com.liferay.document.library.kernel.model.DLFileShortcut[]filterFindByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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 = ?.List<com.liferay.document.library.kernel.model.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<com.liferay.document.library.kernel.model.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<com.liferay.document.library.kernel.model.DLFileShortcut>filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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 = ?.com.liferay.document.library.kernel.model.DLFileShortcut[]filterFindByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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 = ?.com.liferay.document.library.kernel.model.DLFileShortcut[]filterFindByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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<com.liferay.document.library.kernel.model.DLFileShortcut>filterFindByGroupId(long groupId) Returns all the document library file shortcuts that the user has permission to view where groupId = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>filterFindByGroupId(long groupId, int start, int end) Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ?.com.liferay.document.library.kernel.model.DLFileShortcut[]filterFindByGroupId_PrevAndNext(long fileShortcutId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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 = ?.protected com.liferay.document.library.kernel.model.DLFileShortcutfilterGetByG_F_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) protected com.liferay.document.library.kernel.model.DLFileShortcutfilterGetByG_F_A_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) protected com.liferay.document.library.kernel.model.DLFileShortcutfilterGetByG_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) protected com.liferay.document.library.kernel.model.DLFileShortcutfilterGetByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) List<com.liferay.document.library.kernel.model.DLFileShortcut>findAll()Returns all the document library file shortcuts.List<com.liferay.document.library.kernel.model.DLFileShortcut>findAll(int start, int end) Returns a range of all the document library file shortcuts.List<com.liferay.document.library.kernel.model.DLFileShortcut>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts.List<com.liferay.document.library.kernel.model.DLFileShortcut>findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByC_NotS(long companyId, int status) Returns all the document library file shortcuts where companyId = ? and status ≠ ?.List<com.liferay.document.library.kernel.model.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<com.liferay.document.library.kernel.model.DLFileShortcut>findByC_NotS(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByC_NotS(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByC_NotS_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByC_NotS_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.com.liferay.document.library.kernel.model.DLFileShortcut[]findByC_NotS_PrevAndNext(long fileShortcutId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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<com.liferay.document.library.kernel.model.DLFileShortcut>findByCompanyId(long companyId) Returns all the document library file shortcuts where companyId = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByCompanyId(long companyId, int start, int end) Returns a range of all the document library file shortcuts where companyId = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where companyId = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where companyId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ?.com.liferay.document.library.kernel.model.DLFileShortcut[]findByCompanyId_PrevAndNext(long fileShortcutId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByERC_G(String externalReferenceCode, long groupId) Returns the document library file shortcut where externalReferenceCode = ? and groupId = ? or throws aNoSuchFileShortcutExceptionif it could not be found.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByG_F(long groupId, long folderId) Returns all the document library file shortcuts where groupId = ? and folderId = ?.List<com.liferay.document.library.kernel.model.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<com.liferay.document.library.kernel.model.DLFileShortcut>findByG_F(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByG_F(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByG_F_A(long groupId, long folderId, boolean active) Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.List<com.liferay.document.library.kernel.model.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<com.liferay.document.library.kernel.model.DLFileShortcut>findByG_F_A(long groupId, long folderId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByG_F_A(long groupId, long folderId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByG_F_A_First(long groupId, long folderId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByG_F_A_Last(long groupId, long folderId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.com.liferay.document.library.kernel.model.DLFileShortcut[]findByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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 = ?.List<com.liferay.document.library.kernel.model.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<com.liferay.document.library.kernel.model.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<com.liferay.document.library.kernel.model.DLFileShortcut>findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByG_F_A_S_First(long groupId, long folderId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.com.liferay.document.library.kernel.model.DLFileShortcut[]findByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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 = ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByG_F_First(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByG_F_Last(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.com.liferay.document.library.kernel.model.DLFileShortcut[]findByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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<com.liferay.document.library.kernel.model.DLFileShortcut>findByGroupId(long groupId) Returns all the document library file shortcuts where groupId = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByGroupId(long groupId, int start, int end) Returns a range of all the document library file shortcuts where groupId = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ?.com.liferay.document.library.kernel.model.DLFileShortcut[]findByGroupId_PrevAndNext(long fileShortcutId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByPrimaryKey(long fileShortcutId) Returns the document library file shortcut with the primary key or throws aNoSuchFileShortcutExceptionif it could not be found.com.liferay.document.library.kernel.model.DLFileShortcutfindByPrimaryKey(Serializable primaryKey) Returns the document library file shortcut with the primary key or throws acom.liferay.portal.kernel.exception.NoSuchModelExceptionif it could not be found.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByToFileEntryId(long toFileEntryId) Returns all the document library file shortcuts where toFileEntryId = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByToFileEntryId(long toFileEntryId, int start, int end) Returns a range of all the document library file shortcuts where toFileEntryId = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByToFileEntryId(long toFileEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByToFileEntryId(long toFileEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByToFileEntryId_First(long toFileEntryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByToFileEntryId_Last(long toFileEntryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.com.liferay.document.library.kernel.model.DLFileShortcut[]findByToFileEntryId_PrevAndNext(long fileShortcutId, long toFileEntryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByUuid(String uuid) Returns all the document library file shortcuts where uuid = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByUuid(String uuid, int start, int end) Returns a range of all the document library file shortcuts where uuid = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where uuid = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where uuid = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByUuid_C(String uuid, long companyId) Returns all the document library file shortcuts where uuid = ? and companyId = ?.List<com.liferay.document.library.kernel.model.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<com.liferay.document.library.kernel.model.DLFileShortcut>findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.List<com.liferay.document.library.kernel.model.DLFileShortcut>findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.com.liferay.document.library.kernel.model.DLFileShortcut[]findByUuid_C_PrevAndNext(long fileShortcutId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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 = ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ?.com.liferay.document.library.kernel.model.DLFileShortcutfindByUUID_G(String uuid, long groupId) Returns the document library file shortcut where uuid = ? and groupId = ? or throws aNoSuchFileShortcutExceptionif it could not be found.com.liferay.document.library.kernel.model.DLFileShortcutfindByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ?.com.liferay.document.library.kernel.model.DLFileShortcut[]findByUuid_PrevAndNext(long fileShortcutId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.protected com.liferay.document.library.kernel.model.DLFileShortcutgetByC_NotS_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) protected com.liferay.document.library.kernel.model.DLFileShortcutgetByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) protected com.liferay.document.library.kernel.model.DLFileShortcutgetByG_F_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) protected com.liferay.document.library.kernel.model.DLFileShortcutgetByG_F_A_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) protected com.liferay.document.library.kernel.model.DLFileShortcutgetByG_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) protected com.liferay.document.library.kernel.model.DLFileShortcutgetByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) protected com.liferay.document.library.kernel.model.DLFileShortcutgetByToFileEntryId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long toFileEntryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) protected com.liferay.document.library.kernel.model.DLFileShortcutgetByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) protected com.liferay.document.library.kernel.model.DLFileShortcutgetByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType) protected com.liferay.portal.kernel.dao.orm.EntityCacheprotected com.liferay.portal.kernel.dao.orm.FinderCacheprotected Stringprotected Stringcom.liferay.document.library.kernel.model.DLFileShortcutremove(long fileShortcutId) Removes the document library file shortcut with the primary key from the database.com.liferay.document.library.kernel.model.DLFileShortcutremove(Serializable primaryKey) Removes the document library file shortcut with the primary key from the database.voidRemoves all the document library file shortcuts from the database.voidremoveByC_NotS(long companyId, int status) Removes all the document library file shortcuts where companyId = ? and status ≠ ? from the database.voidremoveByCompanyId(long companyId) Removes all the document library file shortcuts where companyId = ? from the database.com.liferay.document.library.kernel.model.DLFileShortcutremoveByERC_G(String externalReferenceCode, long groupId) Removes the document library file shortcut where externalReferenceCode = ? and groupId = ? from the database.voidremoveByG_F(long groupId, long folderId) Removes all the document library file shortcuts where groupId = ? and folderId = ? from the database.voidremoveByG_F_A(long groupId, long folderId, boolean active) Removes all the document library file shortcuts where groupId = ? and folderId = ? and active = ? from the database.voidremoveByG_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.voidremoveByGroupId(long groupId) Removes all the document library file shortcuts where groupId = ? from the database.voidremoveByToFileEntryId(long toFileEntryId) Removes all the document library file shortcuts where toFileEntryId = ? from the database.voidremoveByUuid(String uuid) Removes all the document library file shortcuts where uuid = ? from the database.voidremoveByUuid_C(String uuid, long companyId) Removes all the document library file shortcuts where uuid = ? and companyId = ? from the database.com.liferay.document.library.kernel.model.DLFileShortcutremoveByUUID_G(String uuid, long groupId) Removes the document library file shortcut where uuid = ? and groupId = ? from the database.protected com.liferay.document.library.kernel.model.DLFileShortcutremoveImpl(com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut) com.liferay.document.library.kernel.model.DLFileShortcutupdateImpl(com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut) Methods inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeByFunction, removeConjunction, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, removeByFunction, setDataSource, unregisterListener, update, update
-
Field Details
-
FINDER_CLASS_NAME_ENTITY
-
FINDER_CLASS_NAME_LIST_WITH_PAGINATION
-
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
-
-
Constructor Details
-
DLFileShortcutPersistenceImpl
public DLFileShortcutPersistenceImpl()
-
-
Method Details
-
findByUuid
Returns all the document library file shortcuts where uuid = ?.- Specified by:
findByUuidin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuid- Returns:
- the matching document library file shortcuts
-
findByUuid
public List<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByUuidin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)- Returns:
- the range of matching document library file shortcuts
-
findByUuid
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByUuidin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching document library file shortcuts
-
findByUuid
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByUuidin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching document library file shortcuts
-
findByUuid_First
public com.liferay.document.library.kernel.model.DLFileShortcut findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the first document library file shortcut in the ordered set where uuid = ?.- Specified by:
findByUuid_Firstin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByUuid_First
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ?.- Specified by:
fetchByUuid_Firstin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
findByUuid_Last
public com.liferay.document.library.kernel.model.DLFileShortcut findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the last document library file shortcut in the ordered set where uuid = ?.- Specified by:
findByUuid_Lastin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByUuid_Last
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ?.- Specified by:
fetchByUuid_Lastin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
findByUuid_PrevAndNext
public com.liferay.document.library.kernel.model.DLFileShortcut[] findByUuid_PrevAndNext(long fileShortcutId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.- Specified by:
findByUuid_PrevAndNextin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
fileShortcutId- the primary key of the current document library file shortcutuuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a document library file shortcut with the primary key could not be found
-
getByUuid_PrevAndNext
protected com.liferay.document.library.kernel.model.DLFileShortcut getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) -
removeByUuid
Removes all the document library file shortcuts where uuid = ? from the database.- Specified by:
removeByUuidin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuid
-
countByUuid
Returns the number of document library file shortcuts where uuid = ?.- Specified by:
countByUuidin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuid- Returns:
- the number of matching document library file shortcuts
-
findByUUID_G
public com.liferay.document.library.kernel.model.DLFileShortcut findByUUID_G(String uuid, long groupId) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the document library file shortcut where uuid = ? and groupId = ? or throws aNoSuchFileShortcutExceptionif it could not be found.- Specified by:
findByUUID_Gin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByUUID_G
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByUUID_G(String uuid, long groupId) Returns the document library file shortcut where uuid = ? and groupId = ? or returnsnullif it could not be found. Uses the finder cache.- Specified by:
fetchByUUID_Gin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
fetchByUUID_G
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the document library file shortcut where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.- Specified by:
fetchByUUID_Gin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidgroupId- the group IDuseFinderCache- whether to use the finder cache- Returns:
- the matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
removeByUUID_G
public com.liferay.document.library.kernel.model.DLFileShortcut removeByUUID_G(String uuid, long groupId) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Removes the document library file shortcut where uuid = ? and groupId = ? from the database.- Specified by:
removeByUUID_Gin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the document library file shortcut that was removed
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException
-
countByUUID_G
Returns the number of document library file shortcuts where uuid = ? and groupId = ?.- Specified by:
countByUUID_Gin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the number of matching document library file shortcuts
-
findByUuid_C
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByUuid_C(String uuid, long companyId) Returns all the document library file shortcuts where uuid = ? and companyId = ?.- Specified by:
findByUuid_Cin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the matching document library file shortcuts
-
findByUuid_C
public List<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByUuid_Cin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)- Returns:
- the range of matching document library file shortcuts
-
findByUuid_C
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByUuid_Cin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching document library file shortcuts
-
findByUuid_C
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByUuid_Cin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching document library file shortcuts
-
findByUuid_C_First
public com.liferay.document.library.kernel.model.DLFileShortcut findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.- Specified by:
findByUuid_C_Firstin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByUuid_C_First
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.- Specified by:
fetchByUuid_C_Firstin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
findByUuid_C_Last
public com.liferay.document.library.kernel.model.DLFileShortcut findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.- Specified by:
findByUuid_C_Lastin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByUuid_C_Last
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.- Specified by:
fetchByUuid_C_Lastin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
findByUuid_C_PrevAndNext
public com.liferay.document.library.kernel.model.DLFileShortcut[] findByUuid_C_PrevAndNext(long fileShortcutId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.- Specified by:
findByUuid_C_PrevAndNextin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
fileShortcutId- the primary key of the current document library file shortcutuuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a document library file shortcut with the primary key could not be found
-
getByUuid_C_PrevAndNext
protected com.liferay.document.library.kernel.model.DLFileShortcut getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) -
removeByUuid_C
Removes all the document library file shortcuts where uuid = ? and companyId = ? from the database.- Specified by:
removeByUuid_Cin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidcompanyId- the company ID
-
countByUuid_C
Returns the number of document library file shortcuts where uuid = ? and companyId = ?.- Specified by:
countByUuid_Cin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the number of matching document library file shortcuts
-
findByGroupId
Returns all the document library file shortcuts where groupId = ?.- Specified by:
findByGroupIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group ID- Returns:
- the matching document library file shortcuts
-
findByGroupId
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByGroupId(long groupId, int start, int end) Returns a range of all the document library file shortcuts where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByGroupIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)- Returns:
- the range of matching document library file shortcuts
-
findByGroupId
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByGroupIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching document library file shortcuts
-
findByGroupId
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByGroupIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching document library file shortcuts
-
findByGroupId_First
public com.liferay.document.library.kernel.model.DLFileShortcut findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the first document library file shortcut in the ordered set where groupId = ?.- Specified by:
findByGroupId_Firstin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByGroupId_First
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ?.- Specified by:
fetchByGroupId_Firstin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
findByGroupId_Last
public com.liferay.document.library.kernel.model.DLFileShortcut findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the last document library file shortcut in the ordered set where groupId = ?.- Specified by:
findByGroupId_Lastin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByGroupId_Last
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ?.- Specified by:
fetchByGroupId_Lastin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
findByGroupId_PrevAndNext
public com.liferay.document.library.kernel.model.DLFileShortcut[] findByGroupId_PrevAndNext(long fileShortcutId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ?.- Specified by:
findByGroupId_PrevAndNextin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
fileShortcutId- the primary key of the current document library file shortcutgroupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a document library file shortcut with the primary key could not be found
-
getByGroupId_PrevAndNext
protected com.liferay.document.library.kernel.model.DLFileShortcut getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) -
filterFindByGroupId
public List<com.liferay.document.library.kernel.model.DLFileShortcut> filterFindByGroupId(long groupId) Returns all the document library file shortcuts that the user has permission to view where groupId = ?.- Specified by:
filterFindByGroupIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group ID- Returns:
- the matching document library file shortcuts that the user has permission to view
-
filterFindByGroupId
public List<com.liferay.document.library.kernel.model.DLFileShortcut> filterFindByGroupId(long groupId, int start, int end) Returns a range of all the document library file shortcuts that the user has permission to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
filterFindByGroupIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDstart- the lower bound of the range of document library file shortcutsend- 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
-
filterFindByGroupId
public List<com.liferay.document.library.kernel.model.DLFileShortcut> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
filterFindByGroupIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching document library file shortcuts that the user has permission to view
-
filterFindByGroupId_PrevAndNext
public com.liferay.document.library.kernel.model.DLFileShortcut[] filterFindByGroupId_PrevAndNext(long fileShortcutId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.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 = ?.- Specified by:
filterFindByGroupId_PrevAndNextin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
fileShortcutId- the primary key of the current document library file shortcutgroupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a document library file shortcut with the primary key could not be found
-
filterGetByGroupId_PrevAndNext
protected com.liferay.document.library.kernel.model.DLFileShortcut filterGetByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) -
removeByGroupId
public void removeByGroupId(long groupId) Removes all the document library file shortcuts where groupId = ? from the database.- Specified by:
removeByGroupIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group ID
-
countByGroupId
public int countByGroupId(long groupId) Returns the number of document library file shortcuts where groupId = ?.- Specified by:
countByGroupIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group ID- Returns:
- the number of matching document library file shortcuts
-
filterCountByGroupId
public int filterCountByGroupId(long groupId) Returns the number of document library file shortcuts that the user has permission to view where groupId = ?.- Specified by:
filterCountByGroupIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group ID- Returns:
- the number of matching document library file shortcuts that the user has permission to view
-
findByCompanyId
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByCompanyId(long companyId) Returns all the document library file shortcuts where companyId = ?.- Specified by:
findByCompanyIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company ID- Returns:
- the matching document library file shortcuts
-
findByCompanyId
public List<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByCompanyIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company IDstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)- Returns:
- the range of matching document library file shortcuts
-
findByCompanyId
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByCompanyIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company IDstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching document library file shortcuts
-
findByCompanyId
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByCompanyIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company IDstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching document library file shortcuts
-
findByCompanyId_First
public com.liferay.document.library.kernel.model.DLFileShortcut findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the first document library file shortcut in the ordered set where companyId = ?.- Specified by:
findByCompanyId_Firstin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByCompanyId_First
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ?.- Specified by:
fetchByCompanyId_Firstin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
findByCompanyId_Last
public com.liferay.document.library.kernel.model.DLFileShortcut findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the last document library file shortcut in the ordered set where companyId = ?.- Specified by:
findByCompanyId_Lastin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByCompanyId_Last
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ?.- Specified by:
fetchByCompanyId_Lastin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
findByCompanyId_PrevAndNext
public com.liferay.document.library.kernel.model.DLFileShortcut[] findByCompanyId_PrevAndNext(long fileShortcutId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.- Specified by:
findByCompanyId_PrevAndNextin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
fileShortcutId- the primary key of the current document library file shortcutcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a document library file shortcut with the primary key could not be found
-
getByCompanyId_PrevAndNext
protected com.liferay.document.library.kernel.model.DLFileShortcut getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) -
removeByCompanyId
public void removeByCompanyId(long companyId) Removes all the document library file shortcuts where companyId = ? from the database.- Specified by:
removeByCompanyIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company ID
-
countByCompanyId
public int countByCompanyId(long companyId) Returns the number of document library file shortcuts where companyId = ?.- Specified by:
countByCompanyIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company ID- Returns:
- the number of matching document library file shortcuts
-
findByToFileEntryId
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByToFileEntryId(long toFileEntryId) Returns all the document library file shortcuts where toFileEntryId = ?.- Specified by:
findByToFileEntryIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
toFileEntryId- the to file entry ID- Returns:
- the matching document library file shortcuts
-
findByToFileEntryId
public List<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByToFileEntryIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
toFileEntryId- the to file entry IDstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)- Returns:
- the range of matching document library file shortcuts
-
findByToFileEntryId
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByToFileEntryId(long toFileEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByToFileEntryIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
toFileEntryId- the to file entry IDstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching document library file shortcuts
-
findByToFileEntryId
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByToFileEntryId(long toFileEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByToFileEntryIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
toFileEntryId- the to file entry IDstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching document library file shortcuts
-
findByToFileEntryId_First
public com.liferay.document.library.kernel.model.DLFileShortcut findByToFileEntryId_First(long toFileEntryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.- Specified by:
findByToFileEntryId_Firstin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
toFileEntryId- the to file entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByToFileEntryId_First
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByToFileEntryId_First(long toFileEntryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.- Specified by:
fetchByToFileEntryId_Firstin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
toFileEntryId- the to file entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
findByToFileEntryId_Last
public com.liferay.document.library.kernel.model.DLFileShortcut findByToFileEntryId_Last(long toFileEntryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.- Specified by:
findByToFileEntryId_Lastin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
toFileEntryId- the to file entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByToFileEntryId_Last
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByToFileEntryId_Last(long toFileEntryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.- Specified by:
fetchByToFileEntryId_Lastin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
toFileEntryId- the to file entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
findByToFileEntryId_PrevAndNext
public com.liferay.document.library.kernel.model.DLFileShortcut[] findByToFileEntryId_PrevAndNext(long fileShortcutId, long toFileEntryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.- Specified by:
findByToFileEntryId_PrevAndNextin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
fileShortcutId- the primary key of the current document library file shortcuttoFileEntryId- the to file entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a document library file shortcut with the primary key could not be found
-
getByToFileEntryId_PrevAndNext
protected com.liferay.document.library.kernel.model.DLFileShortcut getByToFileEntryId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long toFileEntryId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) -
removeByToFileEntryId
public void removeByToFileEntryId(long toFileEntryId) Removes all the document library file shortcuts where toFileEntryId = ? from the database.- Specified by:
removeByToFileEntryIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
toFileEntryId- the to file entry ID
-
countByToFileEntryId
public int countByToFileEntryId(long toFileEntryId) Returns the number of document library file shortcuts where toFileEntryId = ?.- Specified by:
countByToFileEntryIdin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
toFileEntryId- the to file entry ID- Returns:
- the number of matching document library file shortcuts
-
findByG_F
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByG_F(long groupId, long folderId) Returns all the document library file shortcuts where groupId = ? and folderId = ?.- Specified by:
findByG_Fin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder ID- Returns:
- the matching document library file shortcuts
-
findByG_F
public List<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByG_Fin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)- Returns:
- the range of matching document library file shortcuts
-
findByG_F
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByG_F(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByG_Fin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching document library file shortcuts
-
findByG_F
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByG_F(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByG_Fin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching document library file shortcuts
-
findByG_F_First
public com.liferay.document.library.kernel.model.DLFileShortcut findByG_F_First(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.- Specified by:
findByG_F_Firstin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByG_F_First
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByG_F_First(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.- Specified by:
fetchByG_F_Firstin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
findByG_F_Last
public com.liferay.document.library.kernel.model.DLFileShortcut findByG_F_Last(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.- Specified by:
findByG_F_Lastin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByG_F_Last
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByG_F_Last(long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.- Specified by:
fetchByG_F_Lastin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
findByG_F_PrevAndNext
public com.liferay.document.library.kernel.model.DLFileShortcut[] findByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.- Specified by:
findByG_F_PrevAndNextin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
fileShortcutId- the primary key of the current document library file shortcutgroupId- the group IDfolderId- the folder IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a document library file shortcut with the primary key could not be found
-
getByG_F_PrevAndNext
protected com.liferay.document.library.kernel.model.DLFileShortcut getByG_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) -
filterFindByG_F
public List<com.liferay.document.library.kernel.model.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 = ?.- Specified by:
filterFindByG_Fin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder ID- Returns:
- the matching document library file shortcuts that the user has permission to view
-
filterFindByG_F
public List<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
filterFindByG_Fin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDstart- the lower bound of the range of document library file shortcutsend- 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
public List<com.liferay.document.library.kernel.model.DLFileShortcut> filterFindByG_F(long groupId, long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
filterFindByG_Fin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching document library file shortcuts that the user has permission to view
-
filterFindByG_F_PrevAndNext
public com.liferay.document.library.kernel.model.DLFileShortcut[] filterFindByG_F_PrevAndNext(long fileShortcutId, long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.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 = ?.- Specified by:
filterFindByG_F_PrevAndNextin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
fileShortcutId- the primary key of the current document library file shortcutgroupId- the group IDfolderId- the folder IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a document library file shortcut with the primary key could not be found
-
filterGetByG_F_PrevAndNext
protected com.liferay.document.library.kernel.model.DLFileShortcut filterGetByG_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long groupId, long folderId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) -
removeByG_F
public void removeByG_F(long groupId, long folderId) Removes all the document library file shortcuts where groupId = ? and folderId = ? from the database.- Specified by:
removeByG_Fin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder ID
-
countByG_F
public int countByG_F(long groupId, long folderId) Returns the number of document library file shortcuts where groupId = ? and folderId = ?.- Specified by:
countByG_Fin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder ID- Returns:
- the number of matching document library file shortcuts
-
filterCountByG_F
public 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 = ?.- Specified by:
filterCountByG_Fin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder ID- Returns:
- the number of matching document library file shortcuts that the user has permission to view
-
findByC_NotS
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByC_NotS(long companyId, int status) Returns all the document library file shortcuts where companyId = ? and status ≠ ?.- Specified by:
findByC_NotSin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company IDstatus- the status- Returns:
- the matching document library file shortcuts
-
findByC_NotS
public List<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByC_NotSin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company IDstatus- the statusstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)- Returns:
- the range of matching document library file shortcuts
-
findByC_NotS
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByC_NotS(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByC_NotSin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company IDstatus- the statusstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching document library file shortcuts
-
findByC_NotS
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByC_NotS(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByC_NotSin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company IDstatus- the statusstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching document library file shortcuts
-
findByC_NotS_First
public com.liferay.document.library.kernel.model.DLFileShortcut findByC_NotS_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.- Specified by:
findByC_NotS_Firstin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByC_NotS_First
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByC_NotS_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.- Specified by:
fetchByC_NotS_Firstin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
findByC_NotS_Last
public com.liferay.document.library.kernel.model.DLFileShortcut findByC_NotS_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.- Specified by:
findByC_NotS_Lastin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByC_NotS_Last
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByC_NotS_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.- Specified by:
fetchByC_NotS_Lastin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
findByC_NotS_PrevAndNext
public com.liferay.document.library.kernel.model.DLFileShortcut[] findByC_NotS_PrevAndNext(long fileShortcutId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.- Specified by:
findByC_NotS_PrevAndNextin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
fileShortcutId- the primary key of the current document library file shortcutcompanyId- the company IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a document library file shortcut with the primary key could not be found
-
getByC_NotS_PrevAndNext
protected com.liferay.document.library.kernel.model.DLFileShortcut getByC_NotS_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) -
removeByC_NotS
public void removeByC_NotS(long companyId, int status) Removes all the document library file shortcuts where companyId = ? and status ≠ ? from the database.- Specified by:
removeByC_NotSin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company IDstatus- the status
-
countByC_NotS
public int countByC_NotS(long companyId, int status) Returns the number of document library file shortcuts where companyId = ? and status ≠ ?.- Specified by:
countByC_NotSin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
companyId- the company IDstatus- the status- Returns:
- the number of matching document library file shortcuts
-
findByG_F_A
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByG_F_A(long groupId, long folderId, boolean active) Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.- Specified by:
findByG_F_Ain interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the active- Returns:
- the matching document library file shortcuts
-
findByG_F_A
public List<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByG_F_Ain interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestart- the lower bound of the range of document library file shortcutsend- 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
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByG_F_A(long groupId, long folderId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByG_F_Ain interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching document library file shortcuts
-
findByG_F_A
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByG_F_A(long groupId, long folderId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByG_F_Ain interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching document library file shortcuts
-
findByG_F_A_First
public com.liferay.document.library.kernel.model.DLFileShortcut findByG_F_A_First(long groupId, long folderId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.- Specified by:
findByG_F_A_Firstin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByG_F_A_First
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByG_F_A_First(long groupId, long folderId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.- Specified by:
fetchByG_F_A_Firstin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
findByG_F_A_Last
public com.liferay.document.library.kernel.model.DLFileShortcut findByG_F_A_Last(long groupId, long folderId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.- Specified by:
findByG_F_A_Lastin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByG_F_A_Last
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByG_F_A_Last(long groupId, long folderId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.- Specified by:
fetchByG_F_A_Lastin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
findByG_F_A_PrevAndNext
public com.liferay.document.library.kernel.model.DLFileShortcut[] findByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.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 = ?.- Specified by:
findByG_F_A_PrevAndNextin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
fileShortcutId- the primary key of the current document library file shortcutgroupId- the group IDfolderId- the folder IDactive- the activeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a document library file shortcut with the primary key could not be found
-
getByG_F_A_PrevAndNext
protected com.liferay.document.library.kernel.model.DLFileShortcut getByG_F_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) -
filterFindByG_F_A
public List<com.liferay.document.library.kernel.model.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 = ?.- Specified by:
filterFindByG_F_Ain interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the active- Returns:
- the matching document library file shortcuts that the user has permission to view
-
filterFindByG_F_A
public List<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
filterFindByG_F_Ain interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestart- the lower bound of the range of document library file shortcutsend- 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
public List<com.liferay.document.library.kernel.model.DLFileShortcut> filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
filterFindByG_F_Ain interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching document library file shortcuts that the user has permission to view
-
filterFindByG_F_A_PrevAndNext
public com.liferay.document.library.kernel.model.DLFileShortcut[] filterFindByG_F_A_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.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 = ?.- Specified by:
filterFindByG_F_A_PrevAndNextin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
fileShortcutId- the primary key of the current document library file shortcutgroupId- the group IDfolderId- the folder IDactive- the activeorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a document library file shortcut with the primary key could not be found
-
filterGetByG_F_A_PrevAndNext
protected com.liferay.document.library.kernel.model.DLFileShortcut filterGetByG_F_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) -
removeByG_F_A
public 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.- Specified by:
removeByG_F_Ain interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the active
-
countByG_F_A
public int countByG_F_A(long groupId, long folderId, boolean active) Returns the number of document library file shortcuts where groupId = ? and folderId = ? and active = ?.- Specified by:
countByG_F_Ain interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the active- Returns:
- the number of matching document library file shortcuts
-
filterCountByG_F_A
public 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 = ?.- Specified by:
filterCountByG_F_Ain interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the active- Returns:
- the number of matching document library file shortcuts that the user has permission to view
-
findByG_F_A_S
public List<com.liferay.document.library.kernel.model.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 = ?.- Specified by:
findByG_F_A_Sin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestatus- the status- Returns:
- the matching document library file shortcuts
-
findByG_F_A_S
public List<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByG_F_A_Sin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestatus- the statusstart- the lower bound of the range of document library file shortcutsend- 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
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByG_F_A_Sin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestatus- the statusstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching document library file shortcuts
-
findByG_F_A_S
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findByG_F_A_Sin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestatus- the statusstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching document library file shortcuts
-
findByG_F_A_S_First
public com.liferay.document.library.kernel.model.DLFileShortcut findByG_F_A_S_First(long groupId, long folderId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.- Specified by:
findByG_F_A_S_Firstin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByG_F_A_S_First
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByG_F_A_S_First(long groupId, long folderId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.- Specified by:
fetchByG_F_A_S_Firstin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
findByG_F_A_S_Last
public com.liferay.document.library.kernel.model.DLFileShortcut findByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.- Specified by:
findByG_F_A_S_Lastin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByG_F_A_S_Last
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.- Specified by:
fetchByG_F_A_S_Lastin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
findByG_F_A_S_PrevAndNext
public com.liferay.document.library.kernel.model.DLFileShortcut[] findByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.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 = ?.- Specified by:
findByG_F_A_S_PrevAndNextin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
fileShortcutId- the primary key of the current document library file shortcutgroupId- the group IDfolderId- the folder IDactive- the activestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a document library file shortcut with the primary key could not be found
-
getByG_F_A_S_PrevAndNext
protected com.liferay.document.library.kernel.model.DLFileShortcut getByG_F_A_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) -
filterFindByG_F_A_S
public List<com.liferay.document.library.kernel.model.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 = ?.- Specified by:
filterFindByG_F_A_Sin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestatus- the status- Returns:
- the matching document library file shortcuts that the user has permission to view
-
filterFindByG_F_A_S
public List<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
filterFindByG_F_A_Sin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestatus- the statusstart- the lower bound of the range of document library file shortcutsend- 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
public List<com.liferay.document.library.kernel.model.DLFileShortcut> filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
filterFindByG_F_A_Sin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestatus- the statusstart- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching document library file shortcuts that the user has permission to view
-
filterFindByG_F_A_S_PrevAndNext
public com.liferay.document.library.kernel.model.DLFileShortcut[] filterFindByG_F_A_S_PrevAndNext(long fileShortcutId, long groupId, long folderId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) throws com.liferay.document.library.kernel.exception.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 = ?.- Specified by:
filterFindByG_F_A_S_PrevAndNextin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
fileShortcutId- the primary key of the current document library file shortcutgroupId- the group IDfolderId- the folder IDactive- the activestatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a document library file shortcut with the primary key could not be found
-
filterGetByG_F_A_S_PrevAndNext
protected com.liferay.document.library.kernel.model.DLFileShortcut filterGetByG_F_A_S_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut, long groupId, long folderId, boolean active, int status, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean previous) -
removeByG_F_A_S
public 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.- Specified by:
removeByG_F_A_Sin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestatus- the status
-
countByG_F_A_S
public 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 = ?.- Specified by:
countByG_F_A_Sin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestatus- the status- Returns:
- the number of matching document library file shortcuts
-
filterCountByG_F_A_S
public 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 = ?.- Specified by:
filterCountByG_F_A_Sin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
groupId- the group IDfolderId- the folder IDactive- the activestatus- the status- Returns:
- the number of matching document library file shortcuts that the user has permission to view
-
findByERC_G
public com.liferay.document.library.kernel.model.DLFileShortcut findByERC_G(String externalReferenceCode, long groupId) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the document library file shortcut where externalReferenceCode = ? and groupId = ? or throws aNoSuchFileShortcutExceptionif it could not be found.- Specified by:
findByERC_Gin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
externalReferenceCode- the external reference codegroupId- the group ID- Returns:
- the matching document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a matching document library file shortcut could not be found
-
fetchByERC_G
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByERC_G(String externalReferenceCode, long groupId) Returns the document library file shortcut where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found. Uses the finder cache.- Specified by:
fetchByERC_Gin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
externalReferenceCode- the external reference codegroupId- the group ID- Returns:
- the matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
fetchByERC_G
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the document library file shortcut where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.- Specified by:
fetchByERC_Gin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
externalReferenceCode- the external reference codegroupId- the group IDuseFinderCache- whether to use the finder cache- Returns:
- the matching document library file shortcut, or
nullif a matching document library file shortcut could not be found
-
removeByERC_G
public com.liferay.document.library.kernel.model.DLFileShortcut removeByERC_G(String externalReferenceCode, long groupId) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Removes the document library file shortcut where externalReferenceCode = ? and groupId = ? from the database.- Specified by:
removeByERC_Gin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
externalReferenceCode- the external reference codegroupId- the group ID- Returns:
- the document library file shortcut that was removed
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException
-
countByERC_G
Returns the number of document library file shortcuts where externalReferenceCode = ? and groupId = ?.- Specified by:
countByERC_Gin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
externalReferenceCode- the external reference codegroupId- the group ID- Returns:
- the number of matching document library file shortcuts
-
cacheResult
public void cacheResult(com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut) Caches the document library file shortcut in the entity cache if it is enabled.- Specified by:
cacheResultin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Overrides:
cacheResultin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.document.library.kernel.model.DLFileShortcut>- Parameters:
dlFileShortcut- the document library file shortcut
-
cacheResult
public void cacheResult(List<com.liferay.document.library.kernel.model.DLFileShortcut> dlFileShortcuts) Caches the document library file shortcuts in the entity cache if it is enabled.- Specified by:
cacheResultin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
dlFileShortcuts- the document library file shortcuts
-
clearCache
public void clearCache()Clears the cache for all document library file shortcuts.The
EntityCacheandFinderCacheare both cleared by this method.- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.document.library.kernel.model.DLFileShortcut>- Overrides:
clearCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
clearCache
public void clearCache(com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut) Clears the cache for the document library file shortcut.The
EntityCacheandFinderCacheare both cleared by this method.- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.document.library.kernel.model.DLFileShortcut>- Overrides:
clearCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
clearCache
public void clearCache(List<com.liferay.document.library.kernel.model.DLFileShortcut> dlFileShortcuts) - Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.document.library.kernel.model.DLFileShortcut>- Overrides:
clearCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
clearCache
- Specified by:
clearCachein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.document.library.kernel.model.DLFileShortcut>
-
cacheUniqueFindersCache
-
create
public com.liferay.document.library.kernel.model.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.- Specified by:
createin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
fileShortcutId- the primary key for the new document library file shortcut- Returns:
- the new document library file shortcut
-
remove
public com.liferay.document.library.kernel.model.DLFileShortcut remove(long fileShortcutId) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Removes the document library file shortcut with the primary key from the database. Also notifies the appropriate model listeners.- Specified by:
removein interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
fileShortcutId- the primary key of the document library file shortcut- Returns:
- the document library file shortcut that was removed
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a document library file shortcut with the primary key could not be found
-
remove
public com.liferay.document.library.kernel.model.DLFileShortcut remove(Serializable primaryKey) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Removes the document library file shortcut with the primary key from the database. Also notifies the appropriate model listeners.- Specified by:
removein interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.document.library.kernel.model.DLFileShortcut>- Overrides:
removein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.document.library.kernel.model.DLFileShortcut>- Parameters:
primaryKey- the primary key of the document library file shortcut- Returns:
- the document library file shortcut that was removed
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a document library file shortcut with the primary key could not be found
-
removeImpl
protected com.liferay.document.library.kernel.model.DLFileShortcut removeImpl(com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut) - Overrides:
removeImplin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
updateImpl
public com.liferay.document.library.kernel.model.DLFileShortcut updateImpl(com.liferay.document.library.kernel.model.DLFileShortcut dlFileShortcut) - Specified by:
updateImplin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Overrides:
updateImplin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
findByPrimaryKey
public com.liferay.document.library.kernel.model.DLFileShortcut findByPrimaryKey(Serializable primaryKey) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the document library file shortcut with the primary key or throws acom.liferay.portal.kernel.exception.NoSuchModelExceptionif it could not be found.- Specified by:
findByPrimaryKeyin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.document.library.kernel.model.DLFileShortcut>- Overrides:
findByPrimaryKeyin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.document.library.kernel.model.DLFileShortcut>- Parameters:
primaryKey- the primary key of the document library file shortcut- Returns:
- the document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a document library file shortcut with the primary key could not be found
-
findByPrimaryKey
public com.liferay.document.library.kernel.model.DLFileShortcut findByPrimaryKey(long fileShortcutId) throws com.liferay.document.library.kernel.exception.NoSuchFileShortcutException Returns the document library file shortcut with the primary key or throws aNoSuchFileShortcutExceptionif it could not be found.- Specified by:
findByPrimaryKeyin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
fileShortcutId- the primary key of the document library file shortcut- Returns:
- the document library file shortcut
- Throws:
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException- if a document library file shortcut with the primary key could not be found
-
fetchByPrimaryKey
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByPrimaryKey(Serializable primaryKey) Returns the document library file shortcut with the primary key or returnsnullif it could not be found.- Specified by:
fetchByPrimaryKeyin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.document.library.kernel.model.DLFileShortcut>- Overrides:
fetchByPrimaryKeyin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.document.library.kernel.model.DLFileShortcut>- Parameters:
primaryKey- the primary key of the document library file shortcut- Returns:
- the document library file shortcut, or
nullif a document library file shortcut with the primary key could not be found
-
fetchByPrimaryKey
public com.liferay.document.library.kernel.model.DLFileShortcut fetchByPrimaryKey(long fileShortcutId) Returns the document library file shortcut with the primary key or returnsnullif it could not be found.- Specified by:
fetchByPrimaryKeyin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
fileShortcutId- the primary key of the document library file shortcut- Returns:
- the document library file shortcut, or
nullif a document library file shortcut with the primary key could not be found
-
fetchByPrimaryKeys
public Map<Serializable,com.liferay.document.library.kernel.model.DLFileShortcut> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - Specified by:
fetchByPrimaryKeysin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.document.library.kernel.model.DLFileShortcut>- Overrides:
fetchByPrimaryKeysin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
findAll
Returns all the document library file shortcuts.- Specified by:
findAllin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Returns:
- the document library file shortcuts
-
findAll
Returns a range of all the document library file shortcuts.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findAllin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
start- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)- Returns:
- the range of document library file shortcuts
-
findAll
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findAllin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
start- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of document library file shortcuts
-
findAll
public List<com.liferay.document.library.kernel.model.DLFileShortcut> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.document.library.kernel.model.DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromDLFileShortcutModelImpl.- Specified by:
findAllin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Parameters:
start- the lower bound of the range of document library file shortcutsend- the upper bound of the range of document library file shortcuts (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of document library file shortcuts
-
removeAll
public void removeAll()Removes all the document library file shortcuts from the database.- Specified by:
removeAllin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence
-
countAll
public int countAll()Returns the number of document library file shortcuts.- Specified by:
countAllin interfacecom.liferay.document.library.kernel.service.persistence.DLFileShortcutPersistence- Returns:
- the number of document library file shortcuts
-
getBadColumnNames
- Specified by:
getBadColumnNamesin interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.document.library.kernel.model.DLFileShortcut>- Overrides:
getBadColumnNamesin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
getEntityCache
protected com.liferay.portal.kernel.dao.orm.EntityCache getEntityCache()- Overrides:
getEntityCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
getPKDBName
- Overrides:
getPKDBNamein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
getSelectSQL
- Overrides:
getSelectSQLin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
getCTColumnNames
public Set<String> getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType) - Specified by:
getCTColumnNamesin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.document.library.kernel.model.DLFileShortcut>
-
getMappingTableNames
- Specified by:
getMappingTableNamesin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.document.library.kernel.model.DLFileShortcut>
-
getTableColumnsMap
- Specified by:
getTableColumnsMapin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.document.library.kernel.model.DLFileShortcut>- Overrides:
getTableColumnsMapin classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-
getTableName
- Specified by:
getTableNamein interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.document.library.kernel.model.DLFileShortcut>
-
getUniqueIndexColumnNames
- Specified by:
getUniqueIndexColumnNamesin interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.document.library.kernel.model.DLFileShortcut>
-
afterPropertiesSet
public void afterPropertiesSet()Initializes the document library file shortcut persistence. -
destroy
public void destroy() -
getFinderCache
protected com.liferay.portal.kernel.dao.orm.FinderCache getFinderCache()- Overrides:
getFinderCachein classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.document.library.kernel.model.DLFileShortcut>
-