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   
com.liferay.portal.repository.capabilities   
com.liferay.portal.repository.liferayrepository   
com.liferay.portal.repository.liferayrepository.model   
com.liferay.portal.repository.liferayrepository.social   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
com.liferay.portal.repository.util   
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. 
com.liferay.portlet.documentlibrary.service.http This package defines the HTTP and SOAP document library portlet service utilities. 
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
com.liferay.portlet.documentlibrary.service.permission   
com.liferay.portlet.documentlibrary.util This package defines the document library portlet utility interfaces and classes. 
 

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
 

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

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

Methods in com.liferay.portal.repository.capabilities that return FileShortcut
 FileShortcut CapabilityRepository.addFileShortcut(long userId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 FileShortcut CapabilityLocalRepository.addFileShortcut(long userId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 FileShortcut CapabilityRepository.getFileShortcut(long fileShortcutId)
           
 FileShortcut CapabilityLocalRepository.getFileShortcut(long fileShortcutId)
           
 FileShortcut LiferayTrashCapability.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, Folder newFolder, ServiceContext serviceContext)
           
 FileShortcut LiferayTrashCapability.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut)
           
 FileShortcut CapabilityRepository.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 FileShortcut CapabilityLocalRepository.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.repository.capabilities with parameters of type FileShortcut
 FileShortcut LiferayTrashCapability.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, Folder newFolder, ServiceContext serviceContext)
           
 FileShortcut LiferayTrashCapability.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut)
           
 void LiferayTrashCapability.restoreFileShortcutFromTrash(long userId, FileShortcut fileShortcut)
           
 

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

Methods in com.liferay.portal.repository.liferayrepository that return FileShortcut
 FileShortcut LiferayRepository.addFileShortcut(long userId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 FileShortcut LiferayLocalRepository.addFileShortcut(long userId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 FileShortcut LiferayRepository.getFileShortcut(long fileShortcutId)
           
 FileShortcut LiferayLocalRepository.getFileShortcut(long fileShortcutId)
           
 FileShortcut LiferayRepository.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 FileShortcut LiferayLocalRepository.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 

Uses of FileShortcut in com.liferay.portal.repository.liferayrepository.model
 

Classes in com.liferay.portal.repository.liferayrepository.model that implement FileShortcut
 class LiferayFileShortcut
           
 

Methods in com.liferay.portal.repository.liferayrepository.model that return FileShortcut
 FileShortcut LiferayFileShortcut.toEscapedModel()
           
 FileShortcut LiferayFileShortcut.toUnescapedModel()
           
 

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

Uses of FileShortcut in com.liferay.portal.repository.liferayrepository.social
 

Methods in com.liferay.portal.repository.liferayrepository.social with parameters of type FileShortcut
protected  String LiferayFileShortcutSocialActivityManager.getClassName(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.portal.repository.util
 

Methods in com.liferay.portal.repository.util that return FileShortcut
 FileShortcut RepositoryWrapper.addFileShortcut(long userId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 FileShortcut LocalRepositoryWrapper.addFileShortcut(long userId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 FileShortcut RepositoryWrapper.getFileShortcut(long fileShortcutId)
           
 FileShortcut LocalRepositoryWrapper.getFileShortcut(long fileShortcutId)
           
 FileShortcut RepositoryWrapper.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 FileShortcut LocalRepositoryWrapper.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 

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)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.http that return FileShortcut
static FileShortcut DLAppServiceHttp.addFileShortcut(HttpPrincipal httpPrincipal, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
static FileShortcut DLAppServiceHttp.getFileShortcut(HttpPrincipal httpPrincipal, long fileShortcutId)
           
static FileShortcut DLTrashServiceHttp.moveFileShortcutFromTrash(HttpPrincipal httpPrincipal, long fileShortcutId, long newFolderId, ServiceContext serviceContext)
           
static FileShortcut DLTrashServiceHttp.moveFileShortcutToTrash(HttpPrincipal httpPrincipal, long fileShortcutId)
           
static FileShortcut DLAppServiceHttp.updateFileShortcut(HttpPrincipal httpPrincipal, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.impl that return FileShortcut
 FileShortcut DLAppLocalServiceImpl.addFileShortcut(long userId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
          Adds the file shortcut to the existing file entry.
 FileShortcut DLAppServiceImpl.addFileShortcut(long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
          Adds a file shortcut to the existing file entry.
 FileShortcut DLAppServiceImpl.getFileShortcut(long fileShortcutId)
          Returns the file shortcut with the primary key.
 FileShortcut DLAppLocalServiceImpl.getFileShortcut(long fileShortcutId)
          Returns the file shortcut with the primary key.
 FileShortcut DLAppHelperLocalServiceImpl.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext)
           
 FileShortcut DLTrashServiceImpl.moveFileShortcutFromTrash(long fileShortcutId, long newFolderId, ServiceContext serviceContext)
          Moves the file shortcut from a trashed folder to the new folder.
 FileShortcut DLTrashServiceImpl.moveFileShortcutToTrash(long fileShortcutId)
          Moves the file shortcut with the primary key to the trash portlet.
 FileShortcut DLAppHelperLocalServiceImpl.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut)
          Moves the file shortcut to the recycle bin.
 FileShortcut DLAppLocalServiceImpl.updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
          Updates a file shortcut to the existing file entry.
 FileShortcut DLAppServiceImpl.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.impl with parameters of type FileShortcut
 void DLAppLocalServiceImpl.deleteFileShortcut(FileShortcut fileShortcut)
          Deletes the file shortcut.
 FileShortcut DLAppHelperLocalServiceImpl.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext)
           
 FileShortcut DLAppHelperLocalServiceImpl.moveFileShortcutToTrash(long userId, FileShortcut fileShortcut)
          Moves the file shortcut to the recycle bin.
 void DLAppHelperLocalServiceImpl.restoreFileShortcutFromTrash(long userId, FileShortcut fileShortcut)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.permission with parameters of type FileShortcut
static void DLFileShortcutPermission.check(PermissionChecker permissionChecker, FileShortcut fileShortcut, String actionId)
           
static boolean DLFileShortcutPermission.contains(PermissionChecker permissionChecker, FileShortcut fileShortcut, String actionId)
           
 

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

Methods in com.liferay.portlet.documentlibrary.util that return types with arguments of type FileShortcut
static List<FileShortcut> RepositoryModelUtil.toFileShortcuts(List<DLFileShortcut> dlFileShortcuts)
           
 


Liferay 7.0-ce-b4