Liferay 6.1.2-ce-ga3

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

Packages that use Folder
com.liferay.portal.kernel.repository   
com.liferay.portal.kernel.repository.cmis   
com.liferay.portal.kernel.repository.model   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.util This package defines the document library portlet utility interfaces and classes. 
 

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

Methods in com.liferay.portal.kernel.repository that return Folder
 Folder DefaultLocalRepositoryImpl.addFolder(long userId, long parentFolderId, String title, String description, ServiceContext serviceContext)
           
 Folder LocalRepository.addFolder(long userId, long parentFolderId, String title, String description, ServiceContext serviceContext)
           
 Folder Repository.addFolder(long parentFolderId, String title, String description, ServiceContext serviceContext)
           
 Folder DefaultLocalRepositoryImpl.getFolder(long folderId)
           
 Folder Repository.getFolder(long folderId)
           
 Folder LocalRepository.getFolder(long folderId)
           
 Folder DefaultLocalRepositoryImpl.getFolder(long parentFolderId, String title)
           
 Folder Repository.getFolder(long parentFolderId, String title)
           
 Folder LocalRepository.getFolder(long parentFolderId, String title)
           
 Folder Repository.moveFolder(long folderId, long newParentFolderId, ServiceContext serviceContext)
           
 Folder DefaultLocalRepositoryImpl.updateFolder(long folderId, long parentFolderId, String title, String description, ServiceContext serviceContext)
           
 Folder LocalRepository.updateFolder(long folderId, long parentFolderId, String title, String description, ServiceContext serviceContext)
           
 Folder Repository.updateFolder(long folderId, String title, String description, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.kernel.repository that return types with arguments of type Folder
 List<Folder> DefaultLocalRepositoryImpl.getFolders(long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
 List<Folder> Repository.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
 List<Folder> LocalRepository.getFolders(long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
 List<Folder> DefaultLocalRepositoryImpl.getMountFolders(long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<Folder> Repository.getMountFolders(long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<Folder> LocalRepository.getMountFolders(long parentFolderId, int start, int end, OrderByComparator obc)
           
 

Uses of Folder in com.liferay.portal.kernel.repository.cmis
 

Methods in com.liferay.portal.kernel.repository.cmis that return Folder
 Folder CMISRepositoryHandler.addFolder(long parentFolderId, String title, String description, ServiceContext serviceContext)
           
 Folder CMISRepositoryHandler.getFolder(long folderId)
           
 Folder CMISRepositoryHandler.getFolder(long parentFolderId, String title)
           
 Folder CMISRepositoryHandler.moveFolder(long folderId, long newParentFolderId, ServiceContext serviceContext)
           
abstract  Folder BaseCmisRepository.toFolder(String objectId)
           
 Folder CMISRepositoryHandler.toFolder(String objectId)
           
 Folder CMISRepositoryHandler.updateFolder(long folderId, String title, String description, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.kernel.repository.cmis that return types with arguments of type Folder
 List<Folder> CMISRepositoryHandler.getFolders(long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
 List<Folder> CMISRepositoryHandler.getMountFolders(long parentFolderId, int start, int end, OrderByComparator obc)
           
 

Uses of Folder in com.liferay.portal.kernel.repository.model
 

Fields in com.liferay.portal.kernel.repository.model with type parameters of type Folder
static Accessor<Folder,Long> Folder.FOLDER_ID_ACCESSOR
           
 

Methods in com.liferay.portal.kernel.repository.model that return Folder
 Folder FileEntry.getFolder()
           
 Folder Folder.getParentFolder()
           
 

Methods in com.liferay.portal.kernel.repository.model that return types with arguments of type Folder
 List<Folder> Folder.getAncestors()
           
 

Methods in com.liferay.portal.kernel.repository.model with parameters of type Folder
static FolderSoap FolderSoap.toSoapModel(Folder model)
           
static FolderSoap[] FolderSoap.toSoapModels(Folder[] models)
           
static FolderSoap[][] FolderSoap.toSoapModels(Folder[][] models)
           
 

Method parameters in com.liferay.portal.kernel.repository.model with type arguments of type Folder
static FolderSoap[] FolderSoap.toSoapModels(List<Folder> models)
           
 

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

Classes in com.liferay.portal.repository.proxy that implement Folder
 class FolderProxyBean
           
 

Methods in com.liferay.portal.repository.proxy that return Folder
 Folder LocalRepositoryProxyBean.addFolder(long userId, long parentFolderId, String title, String description, ServiceContext serviceContext)
           
 Folder BaseRepositoryProxyBean.addFolder(long parentFolderId, String title, String description, ServiceContext serviceContext)
           
 Folder FileEntryProxyBean.getFolder()
           
 Folder BaseRepositoryProxyBean.getFolder(long folderId)
           
 Folder LocalRepositoryProxyBean.getFolder(long folderId)
           
 Folder BaseRepositoryProxyBean.getFolder(long parentFolderId, String title)
           
 Folder LocalRepositoryProxyBean.getFolder(long parentFolderId, String title)
           
 Folder FolderProxyBean.getParentFolder()
           
 Folder BaseRepositoryProxyBean.moveFolder(long folderId, long newParentFolderId, ServiceContext serviceContext)
           
 Folder FolderProxyBean.toEscapedModel()
           
 Folder FolderProxyBean.toUnescapedModel()
           
 Folder LocalRepositoryProxyBean.updateFolder(long folderId, long parentFolderId, String title, String description, ServiceContext serviceContext)
           
 Folder BaseRepositoryProxyBean.updateFolder(long folderId, String title, String description, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.repository.proxy that return types with arguments of type Folder
 List<Folder> FolderProxyBean.getAncestors()
           
 List<Folder> BaseRepositoryProxyBean.getFolders(long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
 List<Folder> LocalRepositoryProxyBean.getFolders(long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
 List<Folder> BaseRepositoryProxyBean.getMountFolders(long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<Folder> LocalRepositoryProxyBean.getMountFolders(long parentFolderId, int start, int end, OrderByComparator obc)
           
protected  List<Folder> RepositoryModelProxyBean.toFolderProxyBeans(List<Folder> folders)
           
 

Methods in com.liferay.portal.repository.proxy with parameters of type Folder
protected  FolderProxyBean RepositoryModelProxyBean.newFolderProxyBean(Folder folder)
           
 

Method parameters in com.liferay.portal.repository.proxy with type arguments of type Folder
protected  List<Folder> RepositoryModelProxyBean.toFolderProxyBeans(List<Folder> folders)
           
 

Constructors in com.liferay.portal.repository.proxy with parameters of type Folder
FolderProxyBean(Folder folder, ClassLoader classLoader)
           
 

Uses of Folder in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Folder
static Folder CMISRepositoryLocalServiceUtil.toFolder(long repositoryId, Object object)
           
 Folder CMISRepositoryLocalServiceWrapper.toFolder(long repositoryId, Object object)
           
 Folder CMISRepositoryLocalService.toFolder(long repositoryId, Object object)
           
 

Uses of Folder in com.liferay.portlet.documentlibrary.model
 

Methods in com.liferay.portlet.documentlibrary.model that return Folder
 Folder DLFileShortcutWrapper.getFolder()
           
 Folder DLFileShortcut.getFolder()
           
 

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

Methods in com.liferay.portlet.documentlibrary.service that return Folder
 Folder DLAppLocalServiceWrapper.addFolder(long userId, long repositoryId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Adds a folder.
static Folder DLAppLocalServiceUtil.addFolder(long userId, long repositoryId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Adds a folder.
 Folder DLAppLocalService.addFolder(long userId, long repositoryId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Adds a folder.
 Folder DLAppService.addFolder(long repositoryId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Adds a folder.
 Folder DLAppServiceWrapper.addFolder(long repositoryId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Adds a folder.
static Folder DLAppServiceUtil.addFolder(long repositoryId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Adds a folder.
 Folder DLAppService.copyFolder(long repositoryId, long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Performs a deep copy of the folder.
 Folder DLAppServiceWrapper.copyFolder(long repositoryId, long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Performs a deep copy of the folder.
static Folder DLAppServiceUtil.copyFolder(long repositoryId, long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Performs a deep copy of the folder.
 Folder DLAppService.getFolder(long folderId)
          Returns the folder with the primary key.
 Folder DLAppLocalServiceWrapper.getFolder(long folderId)
          Returns the folder with the primary key.
static Folder DLAppLocalServiceUtil.getFolder(long folderId)
          Returns the folder with the primary key.
 Folder DLAppLocalService.getFolder(long folderId)
          Returns the folder with the primary key.
 Folder DLAppServiceWrapper.getFolder(long folderId)
          Returns the folder with the primary key.
static Folder DLAppServiceUtil.getFolder(long folderId)
          Returns the folder with the primary key.
 Folder DLAppService.getFolder(long repositoryId, long parentFolderId, String name)
          Returns the folder with the name in the parent folder.
 Folder DLAppLocalServiceWrapper.getFolder(long repositoryId, long parentFolderId, String name)
          Returns the folder with the name in the parent folder.
static Folder DLAppLocalServiceUtil.getFolder(long repositoryId, long parentFolderId, String name)
          Returns the folder with the name in the parent folder.
 Folder DLAppLocalService.getFolder(long repositoryId, long parentFolderId, String name)
          Returns the folder with the name in the parent folder.
 Folder DLAppServiceWrapper.getFolder(long repositoryId, long parentFolderId, String name)
          Returns the folder with the name in the parent folder.
static Folder DLAppServiceUtil.getFolder(long repositoryId, long parentFolderId, String name)
          Returns the folder with the name in the parent folder.
 Folder DLAppLocalServiceWrapper.getMountFolder(long repositoryId)
          Returns the mount folder of the repository with the primary key.
static Folder DLAppLocalServiceUtil.getMountFolder(long repositoryId)
          Returns the mount folder of the repository with the primary key.
 Folder DLAppLocalService.getMountFolder(long repositoryId)
          Returns the mount folder of the repository with the primary key.
 Folder DLAppService.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
          Moves the folder to the new parent folder with the primary key.
 Folder DLAppServiceWrapper.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
          Moves the folder to the new parent folder with the primary key.
static Folder DLAppServiceUtil.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
          Moves the folder to the new parent folder with the primary key.
 Folder DLAppLocalServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Updates the folder.
static Folder DLAppLocalServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Updates the folder.
 Folder DLAppLocalService.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Updates the folder.
 Folder DLAppService.updateFolder(long folderId, String name, String description, ServiceContext serviceContext)
          Updates the folder.
 Folder DLAppServiceWrapper.updateFolder(long folderId, String name, String description, ServiceContext serviceContext)
          Updates the folder.
static Folder DLAppServiceUtil.updateFolder(long folderId, String name, String description, ServiceContext serviceContext)
          Updates the folder.
 

Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type Folder
 List<Folder> DLAppService.getFolders(long repositoryId, long parentFolderId)
          Returns all immediate subfolders of the parent folder.
 List<Folder> DLAppLocalServiceWrapper.getFolders(long repositoryId, long parentFolderId)
          Returns all immediate subfolders of the parent folder.
static List<Folder> DLAppLocalServiceUtil.getFolders(long repositoryId, long parentFolderId)
          Returns all immediate subfolders of the parent folder.
 List<Folder> DLAppLocalService.getFolders(long repositoryId, long parentFolderId)
          Returns all immediate subfolders of the parent folder.
 List<Folder> DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId)
          Returns all immediate subfolders of the parent folder.
static List<Folder> DLAppServiceUtil.getFolders(long repositoryId, long parentFolderId)
          Returns all immediate subfolders of the parent folder.
 List<Folder> DLAppService.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders)
          Returns all immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.
 List<Folder> DLAppLocalServiceWrapper.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders)
          Returns all immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.
static List<Folder> DLAppLocalServiceUtil.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders)
          Returns all immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.
 List<Folder> DLAppLocalService.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders)
          Returns all immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.
 List<Folder> DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders)
          Returns all immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.
static List<Folder> DLAppServiceUtil.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders)
          Returns all immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.
 List<Folder> DLAppService.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.
 List<Folder> DLAppLocalServiceWrapper.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.
static List<Folder> DLAppLocalServiceUtil.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.
 List<Folder> DLAppLocalService.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.
 List<Folder> DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.
static List<Folder> DLAppServiceUtil.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.
 List<Folder> DLAppService.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppLocalServiceWrapper.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
static List<Folder> DLAppLocalServiceUtil.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppLocalService.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
static List<Folder> DLAppServiceUtil.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppService.getFolders(long repositoryId, long parentFolderId, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppLocalServiceWrapper.getFolders(long repositoryId, long parentFolderId, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder.
static List<Folder> DLAppLocalServiceUtil.getFolders(long repositoryId, long parentFolderId, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppLocalService.getFolders(long repositoryId, long parentFolderId, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder.
static List<Folder> DLAppServiceUtil.getFolders(long repositoryId, long parentFolderId, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppService.getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppLocalServiceWrapper.getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
static List<Folder> DLAppLocalServiceUtil.getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppLocalService.getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
static List<Folder> DLAppServiceUtil.getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppService.getMountFolders(long repositoryId, long parentFolderId)
          Returns all immediate subfolders of the parent folder that are used for mounting third-party repositories.
 List<Folder> DLAppLocalServiceWrapper.getMountFolders(long repositoryId, long parentFolderId)
          Returns all immediate subfolders of the parent folder that are used for mounting third-party repositories.
static List<Folder> DLAppLocalServiceUtil.getMountFolders(long repositoryId, long parentFolderId)
          Returns all immediate subfolders of the parent folder that are used for mounting third-party repositories.
 List<Folder> DLAppLocalService.getMountFolders(long repositoryId, long parentFolderId)
          Returns all immediate subfolders of the parent folder that are used for mounting third-party repositories.
 List<Folder> DLAppServiceWrapper.getMountFolders(long repositoryId, long parentFolderId)
          Returns all immediate subfolders of the parent folder that are used for mounting third-party repositories.
static List<Folder> DLAppServiceUtil.getMountFolders(long repositoryId, long parentFolderId)
          Returns all immediate subfolders of the parent folder that are used for mounting third-party repositories.
 List<Folder> DLAppService.getMountFolders(long repositoryId, long parentFolderId, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
 List<Folder> DLAppLocalServiceWrapper.getMountFolders(long repositoryId, long parentFolderId, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
static List<Folder> DLAppLocalServiceUtil.getMountFolders(long repositoryId, long parentFolderId, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
 List<Folder> DLAppLocalService.getMountFolders(long repositoryId, long parentFolderId, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
 List<Folder> DLAppServiceWrapper.getMountFolders(long repositoryId, long parentFolderId, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
static List<Folder> DLAppServiceUtil.getMountFolders(long repositoryId, long parentFolderId, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
 List<Folder> DLAppService.getMountFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
 List<Folder> DLAppLocalServiceWrapper.getMountFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
static List<Folder> DLAppLocalServiceUtil.getMountFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
 List<Folder> DLAppLocalService.getMountFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
 List<Folder> DLAppServiceWrapper.getMountFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
static List<Folder> DLAppServiceUtil.getMountFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
          Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type Folder
 void DLAppHelperLocalService.addFolder(Folder folder, ServiceContext serviceContext)
           
 void DLAppHelperLocalServiceWrapper.addFolder(Folder folder, ServiceContext serviceContext)
           
static void DLAppHelperLocalServiceUtil.addFolder(Folder folder, ServiceContext serviceContext)
           
 void DLAppHelperLocalService.deleteFolder(Folder folder)
           
 void DLAppHelperLocalServiceWrapper.deleteFolder(Folder folder)
           
static void DLAppHelperLocalServiceUtil.deleteFolder(Folder folder)
           
 void DLAppHelperLocalService.moveFolder(Folder folder)
           
 void DLAppHelperLocalServiceWrapper.moveFolder(Folder folder)
           
static void DLAppHelperLocalServiceUtil.moveFolder(Folder folder)
           
 void DLAppHelperLocalService.updateFolder(Folder folder, ServiceContext serviceContext)
           
 void DLAppHelperLocalServiceWrapper.updateFolder(Folder folder, ServiceContext serviceContext)
           
static void DLAppHelperLocalServiceUtil.updateFolder(Folder folder, ServiceContext serviceContext)
           
 

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

Methods in com.liferay.portlet.documentlibrary.util with parameters of type Folder
static void DLUtil.addPortletBreadcrumbEntries(Folder folder, javax.servlet.http.HttpServletRequest request, LiferayPortletResponse liferayPortletResponse)
           
static void DLUtil.addPortletBreadcrumbEntries(Folder folder, javax.servlet.http.HttpServletRequest request, PortletURL portletURL)
           
static void DLUtil.addPortletBreadcrumbEntries(Folder folder, javax.servlet.http.HttpServletRequest request, RenderResponse renderResponse)
           
static String DLUtil.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry)
           
static String DLUtil.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry, boolean openDocumentUrl)
           
 


Liferay 6.1.2-ce-ga3