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_ACCESSOR
Methods 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 DLFileShortcutWrapper
DLFileShortcutWrapper.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.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 DLFileShortcut
DLFileShortcutServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.deleteDLFileShortcut
(long fileShortcutId) Deletes the document library file shortcut with the primary key from the database.static DLFileShortcut
DLFileShortcutLocalServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.fetchDLFileShortcut
(long fileShortcutId) DLFileShortcutLocalServiceWrapper.fetchDLFileShortcut
(long fileShortcutId) DLFileShortcutLocalService.fetchDLFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) static DLFileShortcut
DLFileShortcutLocalServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.getDLFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileShortcutLocalServiceWrapper.getDLFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLFileShortcutService.getDLFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) static DLFileShortcut
DLFileShortcutServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.getFileShortcut
(long fileShortcutId) DLFileShortcutLocalServiceWrapper.getFileShortcut
(long fileShortcutId) DLFileShortcutService.getFileShortcut
(long fileShortcutId) static DLFileShortcut
DLFileShortcutServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.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 DLFileShortcut
DLFileShortcutServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.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.void
DLFileShortcutLocalService.addFileShortcutResources
(DLFileShortcut fileShortcut, boolean addGroupPermissions, boolean addGuestPermissions) void
DLFileShortcutLocalService.addFileShortcutResources
(DLFileShortcut fileShortcut, ModelPermissions modelPermissions) static void
DLFileShortcutLocalServiceUtil.addFileShortcutResources
(DLFileShortcut fileShortcut, boolean addGroupPermissions, boolean addGuestPermissions) static void
DLFileShortcutLocalServiceUtil.addFileShortcutResources
(DLFileShortcut fileShortcut, ModelPermissions modelPermissions) void
DLFileShortcutLocalServiceWrapper.addFileShortcutResources
(DLFileShortcut fileShortcut, boolean addGroupPermissions, boolean addGuestPermissions) void
DLFileShortcutLocalServiceWrapper.addFileShortcutResources
(DLFileShortcut fileShortcut, ModelPermissions modelPermissions) DLFileShortcutLocalService.deleteDLFileShortcut
(DLFileShortcut dlFileShortcut) Deletes the document library file shortcut from the database.static DLFileShortcut
DLFileShortcutLocalServiceUtil.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.void
DLFileShortcutLocalService.deleteFileShortcut
(DLFileShortcut fileShortcut) static void
DLFileShortcutLocalServiceUtil.deleteFileShortcut
(DLFileShortcut fileShortcut) void
DLFileShortcutLocalServiceWrapper.deleteFileShortcut
(DLFileShortcut fileShortcut) void
DLFileShortcutLocalService.updateAsset
(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, String[] assetTagNames) static void
DLFileShortcutLocalServiceUtil.updateAsset
(long userId, DLFileShortcut fileShortcut, long[] assetCategoryIds, String[] assetTagNames) void
DLFileShortcutLocalServiceWrapper.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 DLFileShortcut
DLFileShortcutLocalServiceUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 returnsnull
if 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 returnsnull
if it could not be found, optionally using the finder cache.static DLFileShortcut
DLFileShortcutUtil.fetchByERC_G
(String externalReferenceCode, long groupId) Returns the document library file shortcut where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.static DLFileShortcut
DLFileShortcutUtil.fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the document library file shortcut where externalReferenceCode = ? and groupId = ? or returnsnull
if 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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 returnsnull
if it could not be found.static DLFileShortcut
DLFileShortcutUtil.fetchByPrimaryKey
(long fileShortcutId) Returns the document library file shortcut with the primary key or returnsnull
if 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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 returnsnull
if 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 returnsnull
if it could not be found, optionally using the finder cache.static DLFileShortcut
DLFileShortcutUtil.fetchByUUID_G
(String uuid, long groupId) Returns the document library file shortcut where uuid = ? and groupId = ? or returnsnull
if it could not be found.static DLFileShortcut
DLFileShortcutUtil.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the document library file shortcut where uuid = ? and groupId = ? or returnsnull
if 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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.findByC_NotS_First
(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.DLFileShortcutPersistence.findByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.static DLFileShortcut
DLFileShortcutUtil.findByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.DLFileShortcutPersistence.findByC_NotS_PrevAndNext
(long fileShortcutId, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.static DLFileShortcut[]
DLFileShortcutUtil.findByC_NotS_PrevAndNext
(long fileShortcutId, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.DLFileShortcutPersistence.findByCompanyId_First
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ?.static DLFileShortcut
DLFileShortcutUtil.findByCompanyId_First
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ?.DLFileShortcutPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ?.static DLFileShortcut
DLFileShortcutUtil.findByCompanyId_Last
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ?.DLFileShortcutPersistence.findByCompanyId_PrevAndNext
(long fileShortcutId, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByCompanyId_PrevAndNext
(long fileShortcutId, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.DLFileShortcutPersistence.findByERC_G
(String externalReferenceCode, long groupId) Returns the document library file shortcut where externalReferenceCode = ? and groupId = ? or throws aNoSuchFileShortcutException
if it could not be found.static DLFileShortcut
DLFileShortcutUtil.findByERC_G
(String externalReferenceCode, long groupId) Returns the document library file shortcut where externalReferenceCode = ? and groupId = ? or throws aNoSuchFileShortcutException
if it could not be found.DLFileShortcutPersistence.findByG_F_A_First
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_A_First
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.findByG_F_A_Last
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_A_Last
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.findByG_F_A_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByG_F_A_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.findByG_F_A_S_First
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_A_S_First
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.findByG_F_A_S_Last
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_A_S_Last
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.findByG_F_A_S_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByG_F_A_S_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.findByG_F_First
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_First
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByG_F_Last
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_Last
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByG_F_PrevAndNext
(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByG_F_PrevAndNext
(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByGroupId_First
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ?.static DLFileShortcut
DLFileShortcutUtil.findByGroupId_First
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ?.DLFileShortcutPersistence.findByGroupId_Last
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ?.static DLFileShortcut
DLFileShortcutUtil.findByGroupId_Last
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ?.DLFileShortcutPersistence.findByGroupId_PrevAndNext
(long fileShortcutId, long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByGroupId_PrevAndNext
(long fileShortcutId, long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ?.DLFileShortcutPersistence.findByPrimaryKey
(long fileShortcutId) Returns the document library file shortcut with the primary key or throws aNoSuchFileShortcutException
if it could not be found.static DLFileShortcut
DLFileShortcutUtil.findByPrimaryKey
(long fileShortcutId) Returns the document library file shortcut with the primary key or throws aNoSuchFileShortcutException
if it could not be found.DLFileShortcutPersistence.findByToFileEntryId_First
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.static DLFileShortcut
DLFileShortcutUtil.findByToFileEntryId_First
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.DLFileShortcutPersistence.findByToFileEntryId_Last
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.static DLFileShortcut
DLFileShortcutUtil.findByToFileEntryId_Last
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.DLFileShortcutPersistence.findByToFileEntryId_PrevAndNext
(long fileShortcutId, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByToFileEntryId_PrevAndNext
(long fileShortcutId, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.DLFileShortcutPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.static DLFileShortcut
DLFileShortcutUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.DLFileShortcutPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.static DLFileShortcut
DLFileShortcutUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.DLFileShortcutPersistence.findByUuid_C_PrevAndNext
(long fileShortcutId, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByUuid_C_PrevAndNext
(long fileShortcutId, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.DLFileShortcutPersistence.findByUuid_First
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ?.static DLFileShortcut
DLFileShortcutUtil.findByUuid_First
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ?.DLFileShortcutPersistence.findByUUID_G
(String uuid, long groupId) Returns the document library file shortcut where uuid = ? and groupId = ? or throws aNoSuchFileShortcutException
if it could not be found.static DLFileShortcut
DLFileShortcutUtil.findByUUID_G
(String uuid, long groupId) Returns the document library file shortcut where uuid = ? and groupId = ? or throws aNoSuchFileShortcutException
if it could not be found.DLFileShortcutPersistence.findByUuid_Last
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ?.static DLFileShortcut
DLFileShortcutUtil.findByUuid_Last
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ?.DLFileShortcutPersistence.findByUuid_PrevAndNext
(long fileShortcutId, String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByUuid_PrevAndNext
(long fileShortcutId, String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.DLFileShortcutPersistence.remove
(long fileShortcutId) Removes the document library file shortcut with the primary key from the database.static DLFileShortcut
DLFileShortcutUtil.remove
(long fileShortcutId) Removes the document library file shortcut with the primary key from the database.DLFileShortcutPersistence.removeByERC_G
(String externalReferenceCode, long groupId) Removes the document library file shortcut where externalReferenceCode = ? and groupId = ? from the database.static DLFileShortcut
DLFileShortcutUtil.removeByERC_G
(String externalReferenceCode, long groupId) Removes the document library file shortcut where externalReferenceCode = ? and groupId = ? from the database.DLFileShortcutPersistence.removeByUUID_G
(String uuid, long groupId) Removes the document library file shortcut where uuid = ? and groupId = ? from the database.static DLFileShortcut
DLFileShortcutUtil.removeByUUID_G
(String uuid, long groupId) Removes the document library file shortcut where uuid = ? and groupId = ? from the database.static DLFileShortcut
DLFileShortcutUtil.update
(DLFileShortcut dlFileShortcut) static DLFileShortcut
DLFileShortcutUtil.update
(DLFileShortcut dlFileShortcut, ServiceContext serviceContext) DLFileShortcutPersistence.updateImpl
(DLFileShortcut dlFileShortcut) static DLFileShortcut
DLFileShortcutUtil.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 TypeMethodDescriptionvoid
DLFileShortcutPersistence.cacheResult
(DLFileShortcut dlFileShortcut) Caches the document library file shortcut in the entity cache if it is enabled.static void
DLFileShortcutUtil.cacheResult
(DLFileShortcut dlFileShortcut) Caches the document library file shortcut in the entity cache if it is enabled.static void
DLFileShortcutUtil.clearCache
(DLFileShortcut dlFileShortcut) static DLFileShortcut
DLFileShortcutUtil.update
(DLFileShortcut dlFileShortcut) static DLFileShortcut
DLFileShortcutUtil.update
(DLFileShortcut dlFileShortcut, ServiceContext serviceContext) DLFileShortcutPersistence.updateImpl
(DLFileShortcut dlFileShortcut) static DLFileShortcut
DLFileShortcutUtil.updateImpl
(DLFileShortcut dlFileShortcut) Method parameters in com.liferay.document.library.kernel.service.persistence with type arguments of type DLFileShortcutModifier and TypeMethodDescriptionvoid
DLFileShortcutPersistence.cacheResult
(List<DLFileShortcut> dlFileShortcuts) Caches the document library file shortcuts in the entity cache if it is enabled.static void
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.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 DLFileShortcut
DLFileShortcutUtil.findByC_NotS_First
(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ? and status ≠ ?.DLFileShortcutPersistence.findByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.static DLFileShortcut
DLFileShortcutUtil.findByC_NotS_Last
(long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ? and status ≠ ?.DLFileShortcutPersistence.findByC_NotS_PrevAndNext
(long fileShortcutId, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.static DLFileShortcut[]
DLFileShortcutUtil.findByC_NotS_PrevAndNext
(long fileShortcutId, long companyId, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ? and status ≠ ?.DLFileShortcutPersistence.findByCompanyId
(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 DLFileShortcut
DLFileShortcutUtil.findByCompanyId_First
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where companyId = ?.DLFileShortcutPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ?.static DLFileShortcut
DLFileShortcutUtil.findByCompanyId_Last
(long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where companyId = ?.DLFileShortcutPersistence.findByCompanyId_PrevAndNext
(long fileShortcutId, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByCompanyId_PrevAndNext
(long fileShortcutId, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where companyId = ?.DLFileShortcutPersistence.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 DLFileShortcut
DLFileShortcutUtil.findByG_F_A_First
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.findByG_F_A_Last
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_A_Last
(long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.findByG_F_A_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByG_F_A_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ?.DLFileShortcutPersistence.findByG_F_A_S
(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 DLFileShortcut
DLFileShortcutUtil.findByG_F_A_S_First
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.findByG_F_A_S_Last
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_A_S_Last
(long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.findByG_F_A_S_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByG_F_A_S_PrevAndNext
(long fileShortcutId, long groupId, long folderId, boolean active, int status, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ? and active = ? and status = ?.DLFileShortcutPersistence.findByG_F_First
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_First
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByG_F_Last
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.static DLFileShortcut
DLFileShortcutUtil.findByG_F_Last
(long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByG_F_PrevAndNext
(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByG_F_PrevAndNext
(long fileShortcutId, long groupId, long folderId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ? and folderId = ?.DLFileShortcutPersistence.findByGroupId
(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 DLFileShortcut
DLFileShortcutUtil.findByGroupId_First
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where groupId = ?.DLFileShortcutPersistence.findByGroupId_Last
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ?.static DLFileShortcut
DLFileShortcutUtil.findByGroupId_Last
(long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where groupId = ?.DLFileShortcutPersistence.findByGroupId_PrevAndNext
(long fileShortcutId, long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByGroupId_PrevAndNext
(long fileShortcutId, long groupId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where groupId = ?.DLFileShortcutPersistence.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 DLFileShortcut
DLFileShortcutUtil.findByToFileEntryId_First
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where toFileEntryId = ?.DLFileShortcutPersistence.findByToFileEntryId_Last
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.static DLFileShortcut
DLFileShortcutUtil.findByToFileEntryId_Last
(long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where toFileEntryId = ?.DLFileShortcutPersistence.findByToFileEntryId_PrevAndNext
(long fileShortcutId, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByToFileEntryId_PrevAndNext
(long fileShortcutId, long toFileEntryId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where toFileEntryId = ?.DLFileShortcutPersistence.findByUuid
(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 DLFileShortcut
DLFileShortcutUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ? and companyId = ?.DLFileShortcutPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.static DLFileShortcut
DLFileShortcutUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ? and companyId = ?.DLFileShortcutPersistence.findByUuid_C_PrevAndNext
(long fileShortcutId, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByUuid_C_PrevAndNext
(long fileShortcutId, String uuid, long companyId, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ? and companyId = ?.DLFileShortcutPersistence.findByUuid_First
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ?.static DLFileShortcut
DLFileShortcutUtil.findByUuid_First
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the first document library file shortcut in the ordered set where uuid = ?.DLFileShortcutPersistence.findByUuid_Last
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ?.static DLFileShortcut
DLFileShortcutUtil.findByUuid_Last
(String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the last document library file shortcut in the ordered set where uuid = ?.DLFileShortcutPersistence.findByUuid_PrevAndNext
(long fileShortcutId, String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.static DLFileShortcut[]
DLFileShortcutUtil.findByUuid_PrevAndNext
(long fileShortcutId, String uuid, OrderByComparator<DLFileShortcut> orderByComparator) Returns the document library file shortcuts before and after the current document library file shortcut in the ordered set where uuid = ?.static List<DLFileShortcut>
DLFileShortcutUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileShortcut> orderByComparator)