Uses of Interface
com.liferay.document.library.kernel.model.DLFileShortcut
Packages that use DLFileShortcut
Package
Description
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
-
Uses of DLFileShortcut in com.liferay.document.library.kernel.model
Classes in com.liferay.document.library.kernel.model that implement DLFileShortcutFields in com.liferay.document.library.kernel.model with type parameters of type DLFileShortcutModifier and TypeFieldDescriptionstatic final Accessor<DLFileShortcut,Long> DLFileShortcut.FILE_SHORTCUT_ID_ACCESSORMethods in com.liferay.document.library.kernel.model that return DLFileShortcutModifier and TypeMethodDescriptionDLFileShortcutModel.cloneWithOriginalValues()DLFileShortcutWrapper.cloneWithOriginalValues()Methods in com.liferay.document.library.kernel.model that return types with arguments of type DLFileShortcutModifier and TypeMethodDescriptionDLFileShortcutWrapper.getAttributeGetterFunctions()DLFileShortcutWrapper.getAttributeSetterBiConsumers()DLFileEntry.getFileShortcuts()DLFileEntryWrapper.getFileShortcuts()Methods in com.liferay.document.library.kernel.model with parameters of type DLFileShortcutModifier and TypeMethodDescriptionprotected DLFileShortcutWrapperDLFileShortcutWrapper.wrap(DLFileShortcut dlFileShortcut) Constructors in com.liferay.document.library.kernel.model with parameters of type DLFileShortcut -
Uses of DLFileShortcut in com.liferay.document.library.kernel.service
Methods in com.liferay.document.library.kernel.service that return DLFileShortcutModifier and TypeMethodDescriptionDLFileShortcutLocalService.addDLFileShortcut(DLFileShortcut dlFileShortcut) Adds the document library file shortcut to the database.static DLFileShortcutDLFileShortcutLocalServiceUtil.addDLFileShortcut(DLFileShortcut dlFileShortcut) Adds the document library file shortcut to the database.DLFileShortcutLocalServiceWrapper.addDLFileShortcut(DLFileShortcut dlFileShortcut) Adds the document library file shortcut to the database.DLFileShortcutLocalService.addFileShortcut(String externalReferenceCode, long userId, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) static DLFileShortcutDLFileShortcutLocalServiceUtil.addFileShortcut(String externalReferenceCode, long userId, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) DLFileShortcutLocalServiceWrapper.addFileShortcut(String externalReferenceCode, long userId, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) DLFileShortcutService.addFileShortcut(String externalReferenceCode, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) static DLFileShortcutDLFileShortcutServiceUtil.addFileShortcut(String externalReferenceCode, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) DLFileShortcutServiceWrapper.addFileShortcut(String externalReferenceCode, long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) DLFileShortcutLocalService.createDLFileShortcut(long fileShortcutId) Creates a new document library file shortcut with the primary key.static DLFileShortcutDLFileShortcutLocalServiceUtil.createDLFileShortcut(long fileShortcutId) Creates a new document library file shortcut with the primary key.DLFileShortcutLocalServiceWrapper.createDLFileShortcut(long fileShortcutId) Creates a new document library file shortcut with the primary key.DLFileShortcutLocalService.deleteDLFileShortcut(long fileShortcutId) Deletes the document library file shortcut with the primary key from the database.DLFileShortcutLocalService.deleteDLFileShortcut(DLFileShortcut dlFileShortcut) Deletes the document library file shortcut from the database.static DLFileShortcutDLFileShortcutLocalServiceUtil.deleteDLFileShortcut(long fileShortcutId) Deletes the document library file shortcut with the primary key from the database.static DLFileShortcutDLFileShortcutLocalServiceUtil.deleteDLFileShortcut(DLFileShortcut dlFileShortcut) Deletes the document library file shortcut from the database.DLFileShortcutLocalServiceWrapper.deleteDLFileShortcut(long fileShortcutId) Deletes the document library file shortcut with the primary key from the database.DLFileShortcutLocalServiceWrapper.deleteDLFileShortcut(DLFileShortcut dlFileShortcut) Deletes the document library file shortcut from the database.DLFileShortcutLocalService.fetchDLFileShortcut(long fileShortcutId) static DLFileShortcutDLFileShortcutLocalServiceUtil.fetchDLFileShortcut(long fileShortcutId) DLFileShortcutLocalServiceWrapper.fetchDLFileShortcut(long fileShortcutId) DLFileShortcutLocalService.fetchDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFileShortcutDLFileShortcutLocalServiceUtil.fetchDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileShortcutLocalServiceWrapper.fetchDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileShortcutLocalService.fetchDLFileShortcutByUuidAndGroupId(String uuid, long groupId) Returns the document library file shortcut matching the UUID and group.static DLFileShortcutDLFileShortcutLocalServiceUtil.fetchDLFileShortcutByUuidAndGroupId(String uuid, long groupId) Returns the document library file shortcut matching the UUID and group.DLFileShortcutLocalServiceWrapper.fetchDLFileShortcutByUuidAndGroupId(String uuid, long groupId) Returns the document library file shortcut matching the UUID and group.DLFileShortcutLocalService.getDLFileShortcut(long fileShortcutId) Returns the document library file shortcut with the primary key.static DLFileShortcutDLFileShortcutLocalServiceUtil.getDLFileShortcut(long fileShortcutId) Returns the document library file shortcut with the primary key.DLFileShortcutLocalServiceWrapper.getDLFileShortcut(long fileShortcutId) Returns the document library file shortcut with the primary key.DLFileShortcutLocalService.getDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFileShortcutDLFileShortcutLocalServiceUtil.getDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileShortcutLocalServiceWrapper.getDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileShortcutService.getDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) static DLFileShortcutDLFileShortcutServiceUtil.getDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileShortcutServiceWrapper.getDLFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLFileShortcutLocalService.getDLFileShortcutByUuidAndGroupId(String uuid, long groupId) Returns the document library file shortcut matching the UUID and group.static DLFileShortcutDLFileShortcutLocalServiceUtil.getDLFileShortcutByUuidAndGroupId(String uuid, long groupId) Returns the document library file shortcut matching the UUID and group.DLFileShortcutLocalServiceWrapper.getDLFileShortcutByUuidAndGroupId(String uuid, long groupId) Returns the document library file shortcut matching the UUID and group.DLFileShortcutLocalService.getFileShortcut(long fileShortcutId) static DLFileShortcutDLFileShortcutLocalServiceUtil.getFileShortcut(long fileShortcutId) DLFileShortcutLocalServiceWrapper.getFileShortcut(long fileShortcutId) DLFileShortcutService.getFileShortcut(long fileShortcutId) static DLFileShortcutDLFileShortcutServiceUtil.getFileShortcut(long fileShortcutId) DLFileShortcutServiceWrapper.getFileShortcut(long fileShortcutId) DLFileShortcutLocalService.updateDLFileShortcut(DLFileShortcut dlFileShortcut) Updates the document library file shortcut in the database or adds it if it does not yet exist.static DLFileShortcutDLFileShortcutLocalServiceUtil.updateDLFileShortcut(DLFileShortcut dlFileShortcut) Updates the document library file shortcut in the database or adds it if it does not yet exist.DLFileShortcutLocalServiceWrapper.updateDLFileShortcut(DLFileShortcut dlFileShortcut) Updates the document library file shortcut in the database or adds it if it does not yet exist.DLFileShortcutLocalService.updateFileShortcut(long userId, long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) static DLFileShortcutDLFileShortcutLocalServiceUtil.updateFileShortcut(long userId, long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) DLFileShortcutLocalServiceWrapper.updateFileShortcut(long userId, long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) DLFileShortcutService.updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) static DLFileShortcutDLFileShortcutServiceUtil.updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) DLFileShortcutServiceWrapper.updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) DLFileShortcutLocalService.updateStatus(long userId, long fileShortcutId, int status, ServiceContext serviceContext) static DLFileShortcutDLFileShortcutLocalServiceUtil.updateStatus(long userId, long fileShortcutId, int status, ServiceContext serviceContext) DLFileShortcutLocalServiceWrapper.updateStatus(long userId, long fileShortcutId, int status, ServiceContext serviceContext) Methods in com.liferay.document.library.kernel.service that return types with arguments of type DLFileShortcutModifier and TypeMethodDescriptionDLFileShortcutLocalService.getCTPersistence()DLFileShortcutLocalServiceWrapper.getCTPersistence()DLFileShortcutLocalService.getDLFileShortcuts(int start, int end) Returns a range of all the document library file shortcuts.static List<DLFileShortcut>DLFileShortcutLocalServiceUtil.getDLFileShortcuts(int start, int end) Returns a range of all the document library file shortcuts.DLFileShortcutLocalServiceWrapper.getDLFileShortcuts(int start, int end) Returns a range of all the document library file shortcuts.DLFileShortcutLocalService.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId) Returns all the document library file shortcuts matching the UUID and company.DLFileShortcutLocalService.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns a range of document library file shortcuts matching the UUID and company.static List<DLFileShortcut>DLFileShortcutLocalServiceUtil.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId) Returns all the document library file shortcuts matching the UUID and company.static List<DLFileShortcut>DLFileShortcutLocalServiceUtil.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns a range of document library file shortcuts matching the UUID and company.DLFileShortcutLocalServiceWrapper.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId) Returns all the document library file shortcuts matching the UUID and company.DLFileShortcutLocalServiceWrapper.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns a range of document library file shortcuts matching the UUID and company.DLAppHelperLocalService.getFileShortcuts(long groupId, long folderId, boolean active, int status) static List<DLFileShortcut>DLAppHelperLocalServiceUtil.getFileShortcuts(long groupId, long folderId, boolean active, int status) DLAppHelperLocalServiceWrapper.getFileShortcuts(long groupId, long folderId, boolean active, int status) DLFileShortcutLocalService.getFileShortcuts(long toFileEntryId) DLFileShortcutLocalService.getFileShortcuts(long groupId, long folderId) DLFileShortcutLocalService.getFileShortcuts(long groupId, long folderId, boolean active, int status, int start, int end) static List<DLFileShortcut>DLFileShortcutLocalServiceUtil.getFileShortcuts(long toFileEntryId) static List<DLFileShortcut>DLFileShortcutLocalServiceUtil.getFileShortcuts(long groupId, long folderId) static List<DLFileShortcut>DLFileShortcutLocalServiceUtil.getFileShortcuts(long groupId, long folderId, boolean active, int status, int start, int end) DLFileShortcutLocalServiceWrapper.getFileShortcuts(long toFileEntryId) DLFileShortcutLocalServiceWrapper.getFileShortcuts(long groupId, long folderId) DLFileShortcutLocalServiceWrapper.getFileShortcuts(long groupId, long folderId, boolean active, int status, int start, int end) DLAppHelperLocalService.getGroupFileShortcuts(long groupId) static List<DLFileShortcut>DLAppHelperLocalServiceUtil.getGroupFileShortcuts(long groupId) DLAppHelperLocalServiceWrapper.getGroupFileShortcuts(long groupId) DLFileShortcutLocalService.getGroupFileShortcuts(long groupId) static List<DLFileShortcut>DLFileShortcutLocalServiceUtil.getGroupFileShortcuts(long groupId) DLFileShortcutLocalServiceWrapper.getGroupFileShortcuts(long groupId) DLFileShortcutService.getGroupFileShortcuts(long groupId) DLFileShortcutService.getGroupFileShortcuts(long groupId, int start, int end) static List<DLFileShortcut>DLFileShortcutServiceUtil.getGroupFileShortcuts(long groupId) static List<DLFileShortcut>DLFileShortcutServiceUtil.getGroupFileShortcuts(long groupId, int start, int end) DLFileShortcutServiceWrapper.getGroupFileShortcuts(long groupId) DLFileShortcutServiceWrapper.getGroupFileShortcuts(long groupId, int start, int end) DLFileShortcutLocalService.getModelClass()DLFileShortcutLocalServiceWrapper.getModelClass()Methods in com.liferay.document.library.kernel.service with parameters of type DLFileShortcutModifier and TypeMethodDescriptionDLFileShortcutLocalService.addDLFileShortcut(DLFileShortcut dlFileShortcut) Adds the document library file shortcut to the database.static DLFileShortcutDLFileShortcutLocalServiceUtil.addDLFileShortcut(DLFileShortcut dlFileShortcut) Adds the document library file shortcut to the database.DLFileShortcutLocalServiceWrapper.addDLFileShortcut(DLFileShortcut dlFileShortcut) Adds the document library file shortcut to the database.voidDLFileShortcutLocalService.addFileShortcutResources(DLFileShortcut fileShortcut, boolean addGroupPermissions, boolean addGuestPermissions) voidDLFileShortcutLocalService.addFileShortcutResources(DLFileShortcut fileShortcut, ModelPermissions modelPermissions) static voidDLFileShortcutLocalServiceUtil.addFileShortcutResources(DLFileShortcut fileShortcut, boolean addGroupPermissions, boolean addGuestPermissions) static voidDLFileShortcutLocalServiceUtil.addFileShortcutResources(DLFileShortcut fileShortcut, ModelPermissions modelPermissions) voidDLFileShortcutLocalServiceWrapper.addFileShortcutResources(DLFileShortcut fileShortcut, boolean addGroupPermissions, boolean addGuestPermissions) voidDLFileShortcutLocalServiceWrapper.addFileShortcutResources(DLFileShortcut fileShortcut, ModelPermissions modelPermissions) DLFileShortcutLocalService.deleteDLFileShortcut(DLFileShortcut dlFileShortcut) Deletes the document library file shortcut from the database.static DLFileShortcutDLFileShortcutLocalServiceUtil.deleteDLFileShortcut(DLFileShortcut dlFileShortcut) Deletes the document library file shortcut from the database.DLFileShortcutLocalServiceWrapper.deleteDLFileShortcut(DLFileShortcut dlFileShortcut) Deletes the document library file shortcut from the database.voidDLFileShortcutLocalService.deleteFileShortcut(DLFileShortcut fileShortcut) static voidDLFileShortcutLocalServiceUtil.deleteFileShortcut(DLFileShortcut fileShortcut) voidDLFileShortcutLocalServiceWrapper.deleteFileShortcut(DLFileShortcut fileShortcut) voidDLFileShortcutLocalService.updateAsset(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, String[] assetTagNames) static voidDLFileShortcutLocalServiceUtil.updateAsset(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, String[] assetTagNames) voidDLFileShortcutLocalServiceWrapper.updateAsset(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, String[] assetTagNames) DLFileShortcutLocalService.updateDLFileShortcut(DLFileShortcut dlFileShortcut) Updates the document library file shortcut in the database or adds it if it does not yet exist.static DLFileShortcutDLFileShortcutLocalServiceUtil.updateDLFileShortcut(DLFileShortcut dlFileShortcut) Updates the document library file shortcut in the database or adds it if it does not yet exist.DLFileShortcutLocalServiceWrapper.updateDLFileShortcut(DLFileShortcut dlFileShortcut) Updates the document library file shortcut in the database or adds it if it does not yet exist.Method parameters in com.liferay.document.library.kernel.service with type arguments of type DLFileShortcutModifier and TypeMethodDescriptionDLFileShortcutLocalService.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns a range of document library file shortcuts matching the UUID and company.static List<DLFileShortcut>DLFileShortcutLocalServiceUtil.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns a range of document library file shortcuts matching the UUID and company.DLFileShortcutLocalServiceWrapper.getDLFileShortcutsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns a range of document library file shortcuts matching the UUID and company.<R,E extends Throwable>
RDLFileShortcutLocalService.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<DLFileShortcut>, R, E> updateUnsafeFunction) <R,E extends Throwable>
RDLFileShortcutLocalServiceWrapper.updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<CTPersistence<DLFileShortcut>, R, E> updateUnsafeFunction) -
Uses of DLFileShortcut in com.liferay.document.library.kernel.service.persistence
Methods in com.liferay.document.library.kernel.service.persistence that return DLFileShortcutModifier and TypeMethodDescriptionDLFileShortcutPersistence.create(long fileShortcutId) Creates a new document library file shortcut with the primary key.static DLFileShortcutDLFileShortcutUtil.create(long fileShortcutId) Creates a new document library file shortcut with the primary key.DLFileShortcutPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.static DLFileShortcutDLFileShortcutUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.DLFileShortcutPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.static DLFileShortcutDLFileShortcutUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.DLFileShortcutPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ?.DLFileShortcutPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ?.DLFileShortcutPersistence.fetchByERC_G(String externalReferenceCode, long groupId) Returns the document library file shortcut where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found.DLFileShortcutPersistence.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.static DLFileShortcutDLFileShortcutUtil.fetchByERC_G(String externalReferenceCode, long groupId) Returns the document library file shortcut where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found.static DLFileShortcutDLFileShortcutUtil.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.DLFileShortcutPersistence.fetchByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.static DLFileShortcutDLFileShortcutUtil.fetchByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.fetchByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.static DLFileShortcutDLFileShortcutUtil.fetchByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.fetchByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcutDLFileShortcutUtil.fetchByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.fetchByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcutDLFileShortcutUtil.fetchByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.DLFileShortcutPersistence.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.DLFileShortcutPersistence.fetchByGroupId_First(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByGroupId_First(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ?.DLFileShortcutPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ?.DLFileShortcutPersistence.fetchByPrimaryKey(long fileShortcutId) Returns the document library file shortcut with the primary key or returnsnullif it could not be found.static DLFileShortcutDLFileShortcutUtil.fetchByPrimaryKey(long fileShortcutId) Returns the document library file shortcut with the primary key or returnsnullif it could not be found.DLFileShortcutPersistence.fetchByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.DLFileShortcutPersistence.fetchByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.DLFileShortcutPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.DLFileShortcutPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.DLFileShortcutPersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ?.static DLFileShortcutDLFileShortcutUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ?.DLFileShortcutPersistence.fetchByUUID_G(String uuid, long groupId) Returns the document library file shortcut where uuid = ? and groupId = ? or returnsnullif it could not be found.DLFileShortcutPersistence.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.static DLFileShortcutDLFileShortcutUtil.fetchByUUID_G(String uuid, long groupId) Returns the document library file shortcut where uuid = ? and groupId = ? or returnsnullif it could not be found.static DLFileShortcutDLFileShortcutUtil.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.DLFileShortcutPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ?.static DLFileShortcutDLFileShortcutUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ?.DLFileShortcutPersistence.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 aNoSuchFileShortcutExceptionif it could not be found.static DLFileShortcutDLFileShortcutUtil.findByERC_G(String externalReferenceCode, long groupId) Returns the document library file shortcut where externalReferenceCode = ? and groupId = ? or throws aNoSuchFileShortcutExceptionif 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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 aNoSuchFileShortcutExceptionif it could not be found.static DLFileShortcutDLFileShortcutUtil.findByPrimaryKey(long fileShortcutId) Returns the document library file shortcut with the primary key or throws aNoSuchFileShortcutExceptionif 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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 aNoSuchFileShortcutExceptionif it could not be found.static DLFileShortcutDLFileShortcutUtil.findByUUID_G(String uuid, long groupId) Returns the document library file shortcut where uuid = ? and groupId = ? or throws aNoSuchFileShortcutExceptionif 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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.removeByUUID_G(String uuid, long groupId) Removes the document library file shortcut where uuid = ? and groupId = ? from the database.static DLFileShortcutDLFileShortcutUtil.update(DLFileShortcut dlFileShortcut) static DLFileShortcutDLFileShortcutUtil.update(DLFileShortcut dlFileShortcut, ServiceContext serviceContext) DLFileShortcutPersistence.updateImpl(DLFileShortcut dlFileShortcut) static DLFileShortcutDLFileShortcutUtil.updateImpl(DLFileShortcut dlFileShortcut) Methods in com.liferay.document.library.kernel.service.persistence that return types with arguments of type DLFileShortcutModifier and TypeMethodDescriptionstatic Map<Serializable,DLFileShortcut> DLFileShortcutUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) DLFileShortcutPersistence.filterFindByG_F(long groupId, long folderId) Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.DLFileShortcutPersistence.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 = ?.DLFileShortcutPersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?.static List<DLFileShortcut>DLFileShortcutUtil.filterFindByG_F(long groupId, long folderId) Returns all the document library file shortcuts that the user has permission to view where groupId = ? and folderId = ?.static List<DLFileShortcut>DLFileShortcutUtil.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 = ?.static List<DLFileShortcut>DLFileShortcutUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?.DLFileShortcutPersistence.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 = ?.DLFileShortcutPersistence.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 = ?.DLFileShortcutPersistence.filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?.static List<DLFileShortcut>DLFileShortcutUtil.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 = ?.static List<DLFileShortcut>DLFileShortcutUtil.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 = ?.static List<DLFileShortcut>DLFileShortcutUtil.filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.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 = ?.DLFileShortcutPersistence.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 = ?.DLFileShortcutPersistence.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?.static List<DLFileShortcut>DLFileShortcutUtil.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 = ?.static List<DLFileShortcut>DLFileShortcutUtil.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 = ?.static List<DLFileShortcut>DLFileShortcutUtil.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.filterFindByGroupId(long groupId) Returns all the document library file shortcuts that the user has permission to view where groupId = ?.DLFileShortcutPersistence.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 = ?.DLFileShortcutPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ?.static List<DLFileShortcut>DLFileShortcutUtil.filterFindByGroupId(long groupId) Returns all the document library file shortcuts that the user has permission to view where groupId = ?.static List<DLFileShortcut>DLFileShortcutUtil.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 = ?.static List<DLFileShortcut>DLFileShortcutUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ?.DLFileShortcutPersistence.findAll()Returns all the document library file shortcuts.DLFileShortcutPersistence.findAll(int start, int end) Returns a range of all the document library file shortcuts.DLFileShortcutPersistence.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts.DLFileShortcutPersistence.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts.static List<DLFileShortcut>DLFileShortcutUtil.findAll()Returns all the document library file shortcuts.static List<DLFileShortcut>DLFileShortcutUtil.findAll(int start, int end) Returns a range of all the document library file shortcuts.static List<DLFileShortcut>DLFileShortcutUtil.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts.static List<DLFileShortcut>DLFileShortcutUtil.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts.DLFileShortcutPersistence.findByC_NotS(long companyId, int status) Returns all the document library file shortcuts where companyId = ? and status ≠ ?.DLFileShortcutPersistence.findByC_NotS(long companyId, int status, int start, int end) Returns a range of all the document library file shortcuts where companyId = ? and status ≠ ?.DLFileShortcutPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.DLFileShortcutPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.static List<DLFileShortcut>DLFileShortcutUtil.findByC_NotS(long companyId, int status) Returns all the document library file shortcuts where companyId = ? and status ≠ ?.static List<DLFileShortcut>DLFileShortcutUtil.findByC_NotS(long companyId, int status, int start, int end) Returns a range of all the document library file shortcuts where companyId = ? and status ≠ ?.static List<DLFileShortcut>DLFileShortcutUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.static List<DLFileShortcut>DLFileShortcutUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.DLFileShortcutPersistence.findByCompanyId(long companyId) Returns all the document library file shortcuts where companyId = ?.DLFileShortcutPersistence.findByCompanyId(long companyId, int start, int end) Returns a range of all the document library file shortcuts where companyId = ?.DLFileShortcutPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where companyId = ?.DLFileShortcutPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where companyId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByCompanyId(long companyId) Returns all the document library file shortcuts where companyId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByCompanyId(long companyId, int start, int end) Returns a range of all the document library file shortcuts where companyId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where companyId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where companyId = ?.DLFileShortcutPersistence.findByG_F(long groupId, long folderId) Returns all the document library file shortcuts where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByG_F(long groupId, long folderId, int start, int end) Returns a range of all the document library file shortcuts where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByG_F(long groupId, long folderId) Returns all the document library file shortcuts where groupId = ? and folderId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByG_F(long groupId, long folderId, int start, int end) Returns a range of all the document library file shortcuts where groupId = ? and folderId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByG_F_A(long groupId, long folderId, boolean active) Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.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 = ?.DLFileShortcutPersistence.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByG_F_A(long groupId, long folderId, boolean active) Returns all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.static List<DLFileShortcut>DLFileShortcutUtil.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 = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.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 = ?.DLFileShortcutPersistence.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 = ?.DLFileShortcutPersistence.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.static List<DLFileShortcut>DLFileShortcutUtil.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 = ?.static List<DLFileShortcut>DLFileShortcutUtil.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 = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.findByGroupId(long groupId) Returns all the document library file shortcuts where groupId = ?.DLFileShortcutPersistence.findByGroupId(long groupId, int start, int end) Returns a range of all the document library file shortcuts where groupId = ?.DLFileShortcutPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ?.DLFileShortcutPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByGroupId(long groupId) Returns all the document library file shortcuts where groupId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByGroupId(long groupId, int start, int end) Returns a range of all the document library file shortcuts where groupId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ?.DLFileShortcutPersistence.findByToFileEntryId(long toFileEntryId) Returns all the document library file shortcuts where toFileEntryId = ?.DLFileShortcutPersistence.findByToFileEntryId(long toFileEntryId, int start, int end) Returns a range of all the document library file shortcuts where toFileEntryId = ?.DLFileShortcutPersistence.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.DLFileShortcutPersistence.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByToFileEntryId(long toFileEntryId) Returns all the document library file shortcuts where toFileEntryId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByToFileEntryId(long toFileEntryId, int start, int end) Returns a range of all the document library file shortcuts where toFileEntryId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.DLFileShortcutPersistence.findByUuid(String uuid) Returns all the document library file shortcuts where uuid = ?.DLFileShortcutPersistence.findByUuid(String uuid, int start, int end) Returns a range of all the document library file shortcuts where uuid = ?.DLFileShortcutPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where uuid = ?.DLFileShortcutPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where uuid = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByUuid(String uuid) Returns all the document library file shortcuts where uuid = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByUuid(String uuid, int start, int end) Returns a range of all the document library file shortcuts where uuid = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where uuid = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where uuid = ?.DLFileShortcutPersistence.findByUuid_C(String uuid, long companyId) Returns all the document library file shortcuts where uuid = ? and companyId = ?.DLFileShortcutPersistence.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the document library file shortcuts where uuid = ? and companyId = ?.DLFileShortcutPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.DLFileShortcutPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByUuid_C(String uuid, long companyId) Returns all the document library file shortcuts where uuid = ? and companyId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the document library file shortcuts where uuid = ? and companyId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) static List<DLFileShortcut>DLFileShortcutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) static List<DLFileShortcut>DLFileShortcutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Methods in com.liferay.document.library.kernel.service.persistence with parameters of type DLFileShortcutModifier and TypeMethodDescriptionvoidDLFileShortcutPersistence.cacheResult(DLFileShortcut dlFileShortcut) Caches the document library file shortcut in the entity cache if it is enabled.static voidDLFileShortcutUtil.cacheResult(DLFileShortcut dlFileShortcut) Caches the document library file shortcut in the entity cache if it is enabled.static voidDLFileShortcutUtil.clearCache(DLFileShortcut dlFileShortcut) static DLFileShortcutDLFileShortcutUtil.update(DLFileShortcut dlFileShortcut) static DLFileShortcutDLFileShortcutUtil.update(DLFileShortcut dlFileShortcut, ServiceContext serviceContext) DLFileShortcutPersistence.updateImpl(DLFileShortcut dlFileShortcut) static DLFileShortcutDLFileShortcutUtil.updateImpl(DLFileShortcut dlFileShortcut) Method parameters in com.liferay.document.library.kernel.service.persistence with type arguments of type DLFileShortcutModifier and TypeMethodDescriptionvoidDLFileShortcutPersistence.cacheResult(List<DLFileShortcut> dlFileShortcuts) Caches the document library file shortcuts in the entity cache if it is enabled.static voidDLFileShortcutUtil.cacheResult(List<DLFileShortcut> dlFileShortcuts) Caches the document library file shortcuts in the entity cache if it is enabled.DLFileShortcutPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.static DLFileShortcutDLFileShortcutUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.DLFileShortcutPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.static DLFileShortcutDLFileShortcutUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.DLFileShortcutPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ?.DLFileShortcutPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ?.DLFileShortcutPersistence.fetchByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.static DLFileShortcutDLFileShortcutUtil.fetchByG_F_A_First(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.fetchByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.static DLFileShortcutDLFileShortcutUtil.fetchByG_F_A_Last(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.fetchByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcutDLFileShortcutUtil.fetchByG_F_A_S_First(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.fetchByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcutDLFileShortcutUtil.fetchByG_F_A_S_Last(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByG_F_First(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.DLFileShortcutPersistence.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByG_F_Last(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.DLFileShortcutPersistence.fetchByGroupId_First(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByGroupId_First(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ?.DLFileShortcutPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ?.DLFileShortcutPersistence.fetchByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.DLFileShortcutPersistence.fetchByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByToFileEntryId_Last(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.DLFileShortcutPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.DLFileShortcutPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.static DLFileShortcutDLFileShortcutUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.DLFileShortcutPersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ?.static DLFileShortcutDLFileShortcutUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ?.DLFileShortcutPersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ?.static DLFileShortcutDLFileShortcutUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ?.DLFileShortcutPersistence.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?.static List<DLFileShortcut>DLFileShortcutUtil.filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ?.DLFileShortcutPersistence.filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?.static List<DLFileShortcut>DLFileShortcutUtil.filterFindByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.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(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?.static List<DLFileShortcut>DLFileShortcutUtil.filterFindByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ? and folderId = ? and active = ? and status = ?.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(long groupId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ?.static List<DLFileShortcut>DLFileShortcutUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts that the user has permissions to view where groupId = ?.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.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts.DLFileShortcutPersistence.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts.static List<DLFileShortcut>DLFileShortcutUtil.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts.static List<DLFileShortcut>DLFileShortcutUtil.findAll(int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts.DLFileShortcutPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.DLFileShortcutPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.static List<DLFileShortcut>DLFileShortcutUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.static List<DLFileShortcut>DLFileShortcutUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where companyId = ? and status ≠ ?.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where companyId = ?.DLFileShortcutPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where companyId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where companyId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where companyId = ?.DLFileShortcutPersistence.findByCompanyId_First(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ?.static DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByG_F(long groupId, long folderId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByG_F_A(long groupId, long folderId, boolean active, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ?.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByG_F_A_S(long groupId, long folderId, boolean active, int status, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ? and folderId = ? and active = ? and status = ?.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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(long groupId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ?.DLFileShortcutPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where groupId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where groupId = ?.DLFileShortcutPersistence.findByGroupId_First(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ?.static DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.DLFileShortcutPersistence.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByToFileEntryId(long toFileEntryId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where toFileEntryId = ?.DLFileShortcutPersistence.findByToFileEntryId_First(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.static DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where uuid = ?.DLFileShortcutPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where uuid = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where uuid = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where uuid = ?.DLFileShortcutPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.DLFileShortcutPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator) Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.static List<DLFileShortcut>DLFileShortcutUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator, boolean useFinderCache) Returns an ordered range of all the document library file shortcuts where uuid = ? and companyId = ?.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.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 DLFileShortcutDLFileShortcutUtil.findByUuid_First(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ?.DLFileShortcutPersistence.findByUuid_Last(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ?.static DLFileShortcutDLFileShortcutUtil.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 = ?.static List<DLFileShortcut>DLFileShortcutUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)