Uses of Class
com.liferay.document.library.kernel.exception.NoSuchFileShortcutException
Packages that use NoSuchFileShortcutException
-
Uses of NoSuchFileShortcutException in com.liferay.document.library.kernel.service.persistence
Methods in com.liferay.document.library.kernel.service.persistence that throw NoSuchFileShortcutExceptionModifier and TypeMethodDescriptionDLFileShortcutPersistence.filterFindByG_F_A_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.static DLFileShortcut[]
DLFileShortcutUtil.filterFindByG_F_A_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.filterFindByG_F_A_S_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcut[]
DLFileShortcutUtil.filterFindByG_F_A_S_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.filterFindByG_F_PrevAndNext
(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.static DLFileShortcut[]
DLFileShortcutUtil.filterFindByG_F_PrevAndNext
(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.DLFileShortcutPersistence.filterFindByGroupId_PrevAndNext
(long fileShortcutId, long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ?.static DLFileShortcut[]
DLFileShortcutUtil.filterFindByGroupId_PrevAndNext
(long fileShortcutId, long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set of document library file shortcuts that the user has permission to view where groupId = ?.DLFileShortcutPersistence.findByC_NotS_First
(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.static DLFileShortcut
DLFileShortcutUtil.findByC_NotS_First
(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.DLFileShortcutPersistence.findByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.static DLFileShortcut
DLFileShortcutUtil.findByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.DLFileShortcutPersistence.findByC_NotS_PrevAndNext
(long fileShortcutId, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.static DLFileShortcut[]
DLFileShortcutUtil.findByC_NotS_PrevAndNext
(long fileShortcutId, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.DLFileShortcutPersistence.findByCompanyId_First
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ?.static DLFileShortcut
DLFileShortcutUtil.findByCompanyId_First
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ?.DLFileShortcutPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ?.static DLFileShortcut
DLFileShortcutUtil.findByCompanyId_Last
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ?.DLFileShortcutPersistence.findByCompanyId_PrevAndNext
(long fileShortcutId, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByCompanyId_PrevAndNext
(long fileShortcutId, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.DLFileShortcutPersistence.findByERC_G
(String externalReferenceCode, long groupId) Returns the document library file shortcut where externalReferenceCode = ? and groupId = ? or throws aNoSuchFileShortcutException
if it could not be found.static DLFileShortcut
DLFileShortcutUtil.findByERC_G
(String externalReferenceCode, long groupId) Returns the document library file shortcut where externalReferenceCode = ? and groupId = ? or throws aNoSuchFileShortcutException
if it could not be found.DLFileShortcutPersistence.findByG_F_A_First
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_A_First
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.findByG_F_A_Last
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_A_Last
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.findByG_F_A_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByG_F_A_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.findByG_F_A_S_First
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_A_S_First
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.findByG_F_A_S_Last
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_A_S_Last
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.findByG_F_A_S_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByG_F_A_S_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.findByG_F_First
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_First
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByG_F_Last
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_Last
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByG_F_PrevAndNext
(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByG_F_PrevAndNext
(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByGroupId_First
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ?.static DLFileShortcut
DLFileShortcutUtil.findByGroupId_First
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ?.DLFileShortcutPersistence.findByGroupId_Last
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ?.static DLFileShortcut
DLFileShortcutUtil.findByGroupId_Last
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ?.DLFileShortcutPersistence.findByGroupId_PrevAndNext
(long fileShortcutId, long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByGroupId_PrevAndNext
(long fileShortcutId, long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ?.DLFileShortcutPersistence.findByPrimaryKey
(long fileShortcutId) Returns the document library file shortcut with the primary key or throws aNoSuchFileShortcutException
if it could not be found.static DLFileShortcut
DLFileShortcutUtil.findByPrimaryKey
(long fileShortcutId) Returns the document library file shortcut with the primary key or throws aNoSuchFileShortcutException
if it could not be found.DLFileShortcutPersistence.findByToFileEntryId_First
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.static DLFileShortcut
DLFileShortcutUtil.findByToFileEntryId_First
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.DLFileShortcutPersistence.findByToFileEntryId_Last
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.static DLFileShortcut
DLFileShortcutUtil.findByToFileEntryId_Last
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.DLFileShortcutPersistence.findByToFileEntryId_PrevAndNext
(long fileShortcutId, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByToFileEntryId_PrevAndNext
(long fileShortcutId, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.DLFileShortcutPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.static DLFileShortcut
DLFileShortcutUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.DLFileShortcutPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.static DLFileShortcut
DLFileShortcutUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.DLFileShortcutPersistence.findByUuid_C_PrevAndNext
(long fileShortcutId, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByUuid_C_PrevAndNext
(long fileShortcutId, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.DLFileShortcutPersistence.findByUuid_First
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ?.static DLFileShortcut
DLFileShortcutUtil.findByUuid_First
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ?.DLFileShortcutPersistence.findByUUID_G
(String uuid, long groupId) Returns the document library file shortcut where uuid = ? and groupId = ? or throws aNoSuchFileShortcutException
if it could not be found.static DLFileShortcut
DLFileShortcutUtil.findByUUID_G
(String uuid, long groupId) Returns the document library file shortcut where uuid = ? and groupId = ? or throws aNoSuchFileShortcutException
if it could not be found.DLFileShortcutPersistence.findByUuid_Last
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ?.static DLFileShortcut
DLFileShortcutUtil.findByUuid_Last
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ?.DLFileShortcutPersistence.findByUuid_PrevAndNext
(long fileShortcutId, String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByUuid_PrevAndNext
(long fileShortcutId, String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.DLFileShortcutPersistence.remove
(long fileShortcutId) Removes the document library file shortcut with the primary key from the database.static DLFileShortcut
DLFileShortcutUtil.remove
(long fileShortcutId) Removes the document library file shortcut with the primary key from the database.DLFileShortcutPersistence.removeByERC_G
(String externalReferenceCode, long groupId) Removes the document library file shortcut where externalReferenceCode = ? and groupId = ? from the database.static DLFileShortcut
DLFileShortcutUtil.removeByERC_G
(String externalReferenceCode, long groupId) Removes the document library file shortcut where externalReferenceCode = ? and groupId = ? from the database.DLFileShortcutPersistence.removeByUUID_G
(String uuid, long groupId) Removes the document library file shortcut where uuid = ? and groupId = ? from the database.static DLFileShortcut
DLFileShortcutUtil.removeByUUID_G
(String uuid, long groupId) Removes the document library file shortcut where uuid = ? and groupId = ? from the database.