Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.repository.model.FileShortcut

Packages that use FileShortcut
com.liferay.image.gallery.display.kernel.display.context   
com.liferay.portal.kernel.repository   
com.liferay.portal.kernel.repository.capabilities   
com.liferay.portal.kernel.repository.model   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
com.liferay.portlet.documentlibrary.display.context   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
 

Uses of FileShortcut in com.liferay.image.gallery.display.kernel.display.context
 

Methods in com.liferay.image.gallery.display.kernel.display.context with parameters of type FileShortcut
 IGViewFileVersionDisplayContext BaseIGDisplayContextFactory.getIGViewFileVersionDisplayContext(IGViewFileVersionDisplayContext parentIGViewFileVersionDisplayContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, FileShortcut fileShortcut)
           
 IGViewFileVersionDisplayContext IGDisplayContextFactory.getIGViewFileVersionDisplayContext(IGViewFileVersionDisplayContext parentIGViewFileVersionDisplayContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, FileShortcut fileShortcut)
           
 

Uses of FileShortcut in com.liferay.portal.kernel.repository
 

Methods in com.liferay.portal.kernel.repository that return FileShortcut
 FileShortcut DefaultLocalRepositoryImpl.addFileShortcut(long userId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 FileShortcut DocumentRepository.addFileShortcut(long userId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 FileShortcut DefaultLocalRepositoryImpl.getFileShortcut(long fileShortcutId)
           
 FileShortcut DocumentRepository.getFileShortcut(long fileShortcutId)
           
 FileShortcut DefaultLocalRepositoryImpl.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 FileShortcut DocumentRepository.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 

Uses of FileShortcut in com.liferay.portal.kernel.repository.capabilities
 

Methods in com.liferay.portal.kernel.repository.capabilities that return FileShortcut
 FileShortcut TrashCapability.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, Folder newFolder, ServiceContext serviceContext)
           
 FileShortcut TrashCapability.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut)
           
 

Methods in com.liferay.portal.kernel.repository.capabilities with parameters of type FileShortcut
 FileShortcut TrashCapability.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, Folder newFolder, ServiceContext serviceContext)
           
 FileShortcut 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 FileShortcut
 class FileShortcutWrapper
           
 

Methods in com.liferay.portal.kernel.repository.model that return FileShortcut
 FileShortcut FileShortcutWrapper.getWrappedModel()
           
 FileShortcut FileShortcutWrapper.toEscapedModel()
           
 FileShortcut FileShortcutWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.kernel.repository.model that return types with arguments of type FileShortcut
 List<FileShortcut> FileEntryWrapper.getFileShortcuts()
           
 List<FileShortcut> FileEntry.getFileShortcuts()
           
 

Methods in com.liferay.portal.kernel.repository.model with parameters of type FileShortcut
 void RepositoryModelOperation.execute(FileShortcut fileShortcut)
           
 void BaseRepositoryModelOperation.execute(FileShortcut fileShortcut)
           
 

Constructors in com.liferay.portal.kernel.repository.model with parameters of type FileShortcut
FileShortcutWrapper(FileShortcut fileShortcut)
           
 

Uses of FileShortcut in com.liferay.portal.repository.proxy
 

Classes in com.liferay.portal.repository.proxy that implement FileShortcut
 class FileShortcutProxyBean
           
 

Methods in com.liferay.portal.repository.proxy that return FileShortcut
 FileShortcut BaseRepositoryProxyBean.addFileShortcut(long userId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 FileShortcut LocalRepositoryProxyBean.addFileShortcut(long userId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 FileShortcut BaseRepositoryProxyBean.getFileShortcut(long fileShortcutId)
           
 FileShortcut LocalRepositoryProxyBean.getFileShortcut(long fileShortcutId)
           
 FileShortcut FileShortcutProxyBean.toEscapedModel()
           
 FileShortcut FileShortcutProxyBean.toUnescapedModel()
           
 FileShortcut BaseRepositoryProxyBean.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 FileShortcut LocalRepositoryProxyBean.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.repository.proxy that return types with arguments of type FileShortcut
 List<FileShortcut> FileEntryProxyBean.getFileShortcuts()
           
 

Methods in com.liferay.portal.repository.proxy with parameters of type FileShortcut
protected  FileShortcutProxyBean RepositoryModelProxyBean.newFileShortcutProxyBean(FileShortcut fileShortcut)
           
 

Constructors in com.liferay.portal.repository.proxy with parameters of type FileShortcut
FileShortcutProxyBean(FileShortcut fileShortcut, ClassLoader classLoader)
           
 

Uses of FileShortcut in com.liferay.portlet.documentlibrary.display.context
 

Methods in com.liferay.portlet.documentlibrary.display.context with parameters of type FileShortcut
 DLViewFileVersionDisplayContext BaseDLDisplayContextFactory.getDLViewFileVersionDisplayContext(DLViewFileVersionDisplayContext parentDLViewFileVersionDisplayContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, FileShortcut fileShortcut)
           
 DLViewFileVersionDisplayContext DLDisplayContextFactory.getDLViewFileVersionDisplayContext(DLViewFileVersionDisplayContext parentDLViewFileVersionDisplayContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, FileShortcut fileShortcut)
           
 

Uses of FileShortcut in com.liferay.portlet.documentlibrary.service
 

Methods in com.liferay.portlet.documentlibrary.service that return FileShortcut
 FileShortcut DLAppLocalServiceWrapper.addFileShortcut(long userId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
          Adds the file shortcut to the existing file entry.
 FileShortcut DLAppLocalService.addFileShortcut(long userId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
          Adds the file shortcut to the existing file entry.
static FileShortcut DLAppLocalServiceUtil.addFileShortcut(long userId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
          Adds the file shortcut to the existing file entry.
 FileShortcut DLAppServiceWrapper.addFileShortcut(long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
          Adds a file shortcut to the existing file entry.
 FileShortcut DLAppService.addFileShortcut(long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
          Adds a file shortcut to the existing file entry.
static FileShortcut DLAppServiceUtil.addFileShortcut(long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
          Adds a file shortcut to the existing file entry.
 FileShortcut DLAppLocalServiceWrapper.getFileShortcut(long fileShortcutId)
          Returns the file shortcut with the primary key.
 FileShortcut DLAppServiceWrapper.getFileShortcut(long fileShortcutId)
          Returns the file shortcut with the primary key.
 FileShortcut DLAppService.getFileShortcut(long fileShortcutId)
          Returns the file shortcut with the primary key.
 FileShortcut DLAppLocalService.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.
static FileShortcut DLAppLocalServiceUtil.getFileShortcut(long fileShortcutId)
          Returns the file shortcut with the primary key.
static FileShortcut DLAppHelperLocalServiceUtil.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext)
           
 FileShortcut DLAppHelperLocalServiceWrapper.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext)
           
 FileShortcut DLAppHelperLocalService.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext)
           
 FileShortcut DLTrashServiceWrapper.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.
 FileShortcut DLTrashService.moveFileShortcutFromTrash(long fileShortcutId, long newFolderId, ServiceContext serviceContext)
          Moves the file shortcut from a trashed folder to the new folder.
 FileShortcut DLTrashServiceWrapper.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.
 FileShortcut DLTrashService.moveFileShortcutToTrash(long fileShortcutId)
          Moves the file shortcut with the primary key to the trash portlet.
static FileShortcut DLAppHelperLocalServiceUtil.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut)
          Moves the file shortcut to the recycle bin.
 FileShortcut DLAppHelperLocalServiceWrapper.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut)
          Moves the file shortcut to the recycle bin.
 FileShortcut DLAppHelperLocalService.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut)
          Moves the file shortcut to the recycle bin.
 FileShortcut DLAppLocalServiceWrapper.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
          Updates a file shortcut to the existing file entry.
 FileShortcut 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.
 FileShortcut DLAppServiceWrapper.updateFileShortcut(long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
          Updates a file shortcut to the existing file entry.
 FileShortcut 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.
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type FileShortcut
 void DLAppLocalServiceWrapper.deleteFileShortcut(FileShortcut fileShortcut)
          Deletes the file shortcut.
 void DLAppLocalService.deleteFileShortcut(FileShortcut fileShortcut)
          Deletes the file shortcut.
static void DLAppLocalServiceUtil.deleteFileShortcut(FileShortcut fileShortcut)
          Deletes the file shortcut.
static FileShortcut DLAppHelperLocalServiceUtil.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext)
           
 FileShortcut DLAppHelperLocalServiceWrapper.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext)
           
 FileShortcut DLAppHelperLocalService.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext)
           
static FileShortcut DLAppHelperLocalServiceUtil.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut)
          Moves the file shortcut to the recycle bin.
 FileShortcut DLAppHelperLocalServiceWrapper.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut)
          Moves the file shortcut to the recycle bin.
 FileShortcut DLAppHelperLocalService.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut)
          Moves the file shortcut to the recycle bin.
static void DLAppHelperLocalServiceUtil.restoreFileShortcutFromTrash(long userId, FileShortcut fileShortcut)
           
 void DLAppHelperLocalServiceWrapper.restoreFileShortcutFromTrash(long userId, FileShortcut fileShortcut)
           
 void DLAppHelperLocalService.restoreFileShortcutFromTrash(long userId, FileShortcut fileShortcut)
           
 


Liferay 7.0-ce-b4