Uses of Interface
com.liferay.portal.kernel.repository.model.FileShortcut
Packages that use FileShortcut
Package
Description
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
This package defines the portal repository proxy beans.
-
Uses of FileShortcut in com.liferay.document.library.kernel.service
Methods in com.liferay.document.library.kernel.service that return FileShortcutModifier and TypeMethodDescriptionDLAppLocalService.addFileShortcut(String externalReferenceCode, long userId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) Adds the file shortcut to the existing file entry.static FileShortcutDLAppLocalServiceUtil.addFileShortcut(String externalReferenceCode, long userId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) Adds the file shortcut to the existing file entry.DLAppLocalServiceWrapper.addFileShortcut(String externalReferenceCode, long userId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) Adds the file shortcut to the existing file entry.DLAppService.addFileShortcut(String externalReferenceCode, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) Adds a file shortcut to the existing file entry.static FileShortcutDLAppServiceUtil.addFileShortcut(String externalReferenceCode, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) Adds a file shortcut to the existing file entry.DLAppServiceWrapper.addFileShortcut(String externalReferenceCode, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) Adds a file shortcut to the existing file entry.DLAppService.copyFileShortcut(long fileShortcutId, long destinationFolderId, long destinationRepositoryId, ServiceContext serviceContext) static FileShortcutDLAppServiceUtil.copyFileShortcut(long fileShortcutId, long destinationFolderId, long destinationRepositoryId, ServiceContext serviceContext) DLAppServiceWrapper.copyFileShortcut(long fileShortcutId, long destinationFolderId, long destinationRepositoryId, ServiceContext serviceContext) DLAppLocalService.fetchFileShortcut(long fileShortcutId) static FileShortcutDLAppLocalServiceUtil.fetchFileShortcut(long fileShortcutId) DLAppLocalServiceWrapper.fetchFileShortcut(long fileShortcutId) DLAppLocalService.fetchFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) static FileShortcutDLAppLocalServiceUtil.fetchFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppLocalServiceWrapper.fetchFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppLocalService.getFileShortcut(long fileShortcutId) Returns the file shortcut with the primary key.static FileShortcutDLAppLocalServiceUtil.getFileShortcut(long fileShortcutId) Returns the file shortcut with the primary key.DLAppLocalServiceWrapper.getFileShortcut(long fileShortcutId) Returns the file shortcut with the primary key.DLAppService.getFileShortcut(long fileShortcutId) Returns the file shortcut with the primary key.static FileShortcutDLAppServiceUtil.getFileShortcut(long fileShortcutId) Returns the file shortcut with the primary key.DLAppServiceWrapper.getFileShortcut(long fileShortcutId) Returns the file shortcut with the primary key.DLAppLocalService.getFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) static FileShortcutDLAppLocalServiceUtil.getFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppLocalServiceWrapper.getFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppService.getFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) static FileShortcutDLAppServiceUtil.getFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppServiceWrapper.getFileShortcutByExternalReferenceCode(String externalReferenceCode, long groupId) DLAppHelperLocalService.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext) static FileShortcutDLAppHelperLocalServiceUtil.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext) DLAppHelperLocalServiceWrapper.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext) DLTrashService.moveFileShortcutFromTrash(long fileShortcutId, long newFolderId, ServiceContext serviceContext) Moves the file shortcut from a trashed folder to the new folder.static FileShortcutDLTrashServiceUtil.moveFileShortcutFromTrash(long fileShortcutId, long newFolderId, ServiceContext serviceContext) Moves the file shortcut from a trashed folder to the new folder.DLTrashServiceWrapper.moveFileShortcutFromTrash(long fileShortcutId, long newFolderId, ServiceContext serviceContext) Moves the file shortcut from a trashed folder to the new folder.DLAppHelperLocalService.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut) Moves the file shortcut to the recycle bin.static FileShortcutDLAppHelperLocalServiceUtil.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut) Moves the file shortcut to the recycle bin.DLAppHelperLocalServiceWrapper.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut) Moves the file shortcut to the recycle bin.DLTrashService.moveFileShortcutToTrash(long fileShortcutId) Moves the file shortcut with the primary key to the trash portlet.static FileShortcutDLTrashServiceUtil.moveFileShortcutToTrash(long fileShortcutId) Moves the file shortcut with the primary key to the trash portlet.DLTrashServiceWrapper.moveFileShortcutToTrash(long fileShortcutId) Moves the file shortcut with the primary key to the trash portlet.DLAppLocalService.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) Updates a file shortcut to the existing file entry.static FileShortcutDLAppLocalServiceUtil.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) Updates a file shortcut to the existing file entry.DLAppLocalServiceWrapper.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) Updates a file shortcut to the existing file entry.DLAppService.updateFileShortcut(long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) Updates a file shortcut to the existing file entry.static FileShortcutDLAppServiceUtil.updateFileShortcut(long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) Updates a file shortcut to the existing file entry.DLAppServiceWrapper.updateFileShortcut(long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) Updates a file shortcut to the existing file entry.Methods in com.liferay.document.library.kernel.service that return types with arguments of type FileShortcutModifier and TypeMethodDescriptionDLAppService.getGroupFileShortcuts(long groupId) static List<FileShortcut>DLAppServiceUtil.getGroupFileShortcuts(long groupId) DLAppServiceWrapper.getGroupFileShortcuts(long groupId) Methods in com.liferay.document.library.kernel.service with parameters of type FileShortcutModifier and TypeMethodDescriptionvoidDLAppLocalService.deleteFileShortcut(FileShortcut fileShortcut) Deletes the file shortcut.static voidDLAppLocalServiceUtil.deleteFileShortcut(FileShortcut fileShortcut) Deletes the file shortcut.voidDLAppLocalServiceWrapper.deleteFileShortcut(FileShortcut fileShortcut) Deletes the file shortcut.DLAppHelperLocalService.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext) static FileShortcutDLAppHelperLocalServiceUtil.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext) DLAppHelperLocalServiceWrapper.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext) DLAppHelperLocalService.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut) Moves the file shortcut to the recycle bin.static FileShortcutDLAppHelperLocalServiceUtil.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut) Moves the file shortcut to the recycle bin.DLAppHelperLocalServiceWrapper.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut) Moves the file shortcut to the recycle bin.voidDLAppHelperLocalService.restoreFileShortcutFromTrash(long userId, FileShortcut fileShortcut) static voidDLAppHelperLocalServiceUtil.restoreFileShortcutFromTrash(long userId, FileShortcut fileShortcut) voidDLAppHelperLocalServiceWrapper.restoreFileShortcutFromTrash(long userId, FileShortcut fileShortcut) -
Uses of FileShortcut in com.liferay.portal.kernel.repository
Methods in com.liferay.portal.kernel.repository that return FileShortcutModifier and TypeMethodDescriptionDefaultLocalRepositoryImpl.addFileShortcut(String externalReferenceCode, long userId, long folderId, long toFileEntryId, ServiceContext serviceContext) DocumentRepository.addFileShortcut(String externalReferenceCode, long userId, long folderId, long toFileEntryId, ServiceContext serviceContext) default FileShortcutDocumentRepository.fetchFileShortcut(long fileShortcutId) default FileShortcutDocumentRepository.fetchFileShortcutByExternalReferenceCode(String externalReferenceCode) DefaultLocalRepositoryImpl.getFileShortcut(long fileShortcutId) DocumentRepository.getFileShortcut(long fileShortcutId) default FileShortcutDocumentRepository.getFileShortcutByExternalReferenceCode(String externalReferenceCode) DefaultLocalRepositoryImpl.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) DocumentRepository.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) Methods in com.liferay.portal.kernel.repository that return types with arguments of type FileShortcut -
Uses of FileShortcut in com.liferay.portal.kernel.repository.capabilities
Methods in com.liferay.portal.kernel.repository.capabilities that return FileShortcutModifier and TypeMethodDescriptionTrashCapability.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, Folder newFolder, ServiceContext serviceContext) TrashCapability.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut) Methods in com.liferay.portal.kernel.repository.capabilities with parameters of type FileShortcutModifier and TypeMethodDescriptionTrashCapability.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, Folder newFolder, ServiceContext serviceContext) TrashCapability.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut) voidTrashCapability.restoreFileShortcutFromTrash(long userId, FileShortcut fileShortcut) -
Uses of FileShortcut in com.liferay.portal.kernel.repository.model
Classes in com.liferay.portal.kernel.repository.model that implement FileShortcutFields in com.liferay.portal.kernel.repository.model with type parameters of type FileShortcutModifier and TypeFieldDescriptionstatic final Accessor<FileShortcut,Long> FileShortcut.FILE_SHORTCUT_ID_ACCESSORMethods in com.liferay.portal.kernel.repository.model that return FileShortcutModifier and TypeMethodDescriptionFileShortcutWrapper.getWrappedModel()FileShortcutWrapper.toEscapedModel()FileShortcutWrapper.toUnescapedModel()Methods in com.liferay.portal.kernel.repository.model that return types with arguments of type FileShortcutModifier and TypeMethodDescriptionFileEntry.getFileShortcuts()FileEntryWrapper.getFileShortcuts()Methods in com.liferay.portal.kernel.repository.model with parameters of type FileShortcutModifier and TypeMethodDescriptionvoidBaseRepositoryModelOperation.execute(FileShortcut fileShortcut) voidRepositoryModelOperation.execute(FileShortcut fileShortcut) Constructors in com.liferay.portal.kernel.repository.model with parameters of type FileShortcut -
Uses of FileShortcut in com.liferay.portal.kernel.repository.proxy
Classes in com.liferay.portal.kernel.repository.proxy that implement FileShortcutMethods in com.liferay.portal.kernel.repository.proxy that return FileShortcutModifier and TypeMethodDescriptionBaseRepositoryProxyBean.addFileShortcut(String externalReferenceCode, long userId, long folderId, long toFileEntryId, ServiceContext serviceContext) LocalRepositoryProxyBean.addFileShortcut(String externalReferenceCode, long userId, long folderId, long toFileEntryId, ServiceContext serviceContext) BaseRepositoryProxyBean.getFileShortcut(long fileShortcutId) LocalRepositoryProxyBean.getFileShortcut(long fileShortcutId) FileShortcutProxyBean.toEscapedModel()FileShortcutProxyBean.toUnescapedModel()BaseRepositoryProxyBean.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) LocalRepositoryProxyBean.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) Methods in com.liferay.portal.kernel.repository.proxy that return types with arguments of type FileShortcutModifier and TypeMethodDescriptionFileEntryProxyBean.getFileShortcuts()BaseRepositoryProxyBean.getRepositoryFileShortcuts(long groupId) Methods in com.liferay.portal.kernel.repository.proxy with parameters of type FileShortcutModifier and TypeMethodDescriptionprotected FileShortcutProxyBeanRepositoryModelProxyBean.newFileShortcutProxyBean(FileShortcut fileShortcut) Constructors in com.liferay.portal.kernel.repository.proxy with parameters of type FileShortcutModifierConstructorDescriptionFileShortcutProxyBean(FileShortcut fileShortcut, ClassLoader classLoader)