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 FileShortcut
DLAppLocalServiceUtil.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 FileShortcut
DLAppServiceUtil.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 FileShortcut
DLAppServiceUtil.copyFileShortcut
(long fileShortcutId, long destinationFolderId, long destinationRepositoryId, ServiceContext serviceContext) DLAppServiceWrapper.copyFileShortcut
(long fileShortcutId, long destinationFolderId, long destinationRepositoryId, ServiceContext serviceContext) DLAppLocalService.fetchFileShortcut
(long fileShortcutId) static FileShortcut
DLAppLocalServiceUtil.fetchFileShortcut
(long fileShortcutId) DLAppLocalServiceWrapper.fetchFileShortcut
(long fileShortcutId) DLAppLocalService.fetchFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) static FileShortcut
DLAppLocalServiceUtil.fetchFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppLocalServiceWrapper.fetchFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppLocalService.getFileShortcut
(long fileShortcutId) Returns the file shortcut with the primary key.static FileShortcut
DLAppLocalServiceUtil.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 FileShortcut
DLAppServiceUtil.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 FileShortcut
DLAppLocalServiceUtil.getFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppLocalServiceWrapper.getFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppService.getFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) static FileShortcut
DLAppServiceUtil.getFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppServiceWrapper.getFileShortcutByExternalReferenceCode
(String externalReferenceCode, long groupId) DLAppHelperLocalService.moveFileShortcutFromTrash
(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext) static FileShortcut
DLAppHelperLocalServiceUtil.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 FileShortcut
DLTrashServiceUtil.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 FileShortcut
DLAppHelperLocalServiceUtil.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 FileShortcut
DLTrashServiceUtil.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 FileShortcut
DLAppLocalServiceUtil.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 FileShortcut
DLAppServiceUtil.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 TypeMethodDescriptionvoid
DLAppLocalService.deleteFileShortcut
(FileShortcut fileShortcut) Deletes the file shortcut.static void
DLAppLocalServiceUtil.deleteFileShortcut
(FileShortcut fileShortcut) Deletes the file shortcut.void
DLAppLocalServiceWrapper.deleteFileShortcut
(FileShortcut fileShortcut) Deletes the file shortcut.DLAppHelperLocalService.moveFileShortcutFromTrash
(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext) static FileShortcut
DLAppHelperLocalServiceUtil.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 FileShortcut
DLAppHelperLocalServiceUtil.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.void
DLAppHelperLocalService.restoreFileShortcutFromTrash
(long userId, FileShortcut fileShortcut) static void
DLAppHelperLocalServiceUtil.restoreFileShortcutFromTrash
(long userId, FileShortcut fileShortcut) void
DLAppHelperLocalServiceWrapper.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 FileShortcut
DocumentRepository.fetchFileShortcut
(long fileShortcutId) default FileShortcut
DocumentRepository.fetchFileShortcutByExternalReferenceCode
(String externalReferenceCode) DefaultLocalRepositoryImpl.getFileShortcut
(long fileShortcutId) DocumentRepository.getFileShortcut
(long fileShortcutId) default FileShortcut
DocumentRepository.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) void
TrashCapability.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_ACCESSOR
Methods 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 TypeMethodDescriptionvoid
BaseRepositoryModelOperation.execute
(FileShortcut fileShortcut) void
RepositoryModelOperation.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 FileShortcutProxyBean
RepositoryModelProxyBean.newFileShortcutProxyBean
(FileShortcut fileShortcut) Constructors in com.liferay.portal.kernel.repository.proxy with parameters of type FileShortcutModifierConstructorDescriptionFileShortcutProxyBean
(FileShortcut fileShortcut, ClassLoader classLoader)