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.cmis   
com.liferay.portal.repository.cmis.model   
com.liferay.portal.repository.liferayrepository   
com.liferay.portal.repository.liferayrepository.model   
com.liferay.portal.repository.liferayrepository.util   
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.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portlet.documentlibrary.atom   
com.liferay.portlet.documentlibrary.lar   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
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.sharepoint   
com.liferay.portlet.documentlibrary.util This package defines the document library portlet utility interfaces and classes. 
com.liferay.portlet.documentlibrary.webdav   
com.liferay.portlet.imagegallerydisplay.util   
 

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.cmis
 

Methods in com.liferay.portal.repository.cmis that return Folder
 Folder CMISRepository.addFolder(long parentFolderId, String title, String description, ServiceContext serviceContext)
           
 Folder CMISRepository.getFolder(long folderId)
           
 Folder CMISRepository.getFolder(long parentFolderId, String title)
           
protected  Folder CMISRepository.getFolder(org.apache.chemistry.opencmis.client.api.Session session, long folderId)
           
 Folder CMISRepository.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
           
 Folder CMISRepository.toFolder(org.apache.chemistry.opencmis.client.api.Folder cmisFolder)
           
 Folder CMISRepository.toFolder(String objectId)
           
 Folder CMISRepository.updateFolder(long folderId, String title, String description, ServiceContext serviceContext)
           
 

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

Method parameters in com.liferay.portal.repository.cmis with type arguments of type Folder
protected  void CMISRepository.getSubfolderIds(List<Long> subfolderIds, List<Folder> subfolders, boolean recurse)
           
 

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

Classes in com.liferay.portal.repository.cmis.model that implement Folder
 class CMISFolder
           
 

Methods in com.liferay.portal.repository.cmis.model that return Folder
 Folder CMISFileEntry.getFolder()
           
protected  Folder CMISModel.getParentFolder()
           
 Folder CMISFolder.getParentFolder()
           
 Folder CMISFolder.toEscapedModel()
           
 Folder CMISFolder.toUnescapedModel()
           
 

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

Methods in com.liferay.portal.repository.cmis.model with parameters of type Folder
 void CMISModel.setParentFolder(Folder parentFolder)
           
 

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

Methods in com.liferay.portal.repository.liferayrepository that return Folder
 Folder LiferayLocalRepository.addFolder(long userId, long parentFolderId, String title, String description, ServiceContext serviceContext)
           
 Folder LiferayRepository.addFolder(long parentFolderId, String title, String description, ServiceContext serviceContext)
           
 Folder LiferayLocalRepository.getFolder(long folderId)
           
 Folder LiferayRepository.getFolder(long folderId)
           
 Folder LiferayLocalRepository.getFolder(long parentFolderId, String title)
           
 Folder LiferayRepository.getFolder(long parentFolderId, String title)
           
 Folder LiferayRepository.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
           
 Folder LiferayLocalRepository.updateFolder(long folderId, long parentFolderId, String title, String description, ServiceContext serviceContext)
           
 Folder LiferayRepository.updateFolder(long folderId, String title, String description, ServiceContext serviceContext)
           
 

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

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

Classes in com.liferay.portal.repository.liferayrepository.model that implement Folder
 class LiferayFolder
           
 

Methods in com.liferay.portal.repository.liferayrepository.model that return Folder
 Folder LiferayFileEntry.getFolder()
           
 Folder LiferayFolder.getParentFolder()
           
 Folder LiferayFolder.toEscapedModel()
           
 Folder LiferayFolder.toUnescapedModel()
           
 

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

Uses of Folder in com.liferay.portal.repository.liferayrepository.util
 

Methods in com.liferay.portal.repository.liferayrepository.util that return types with arguments of type Folder
 List<Folder> LiferayBase.toFolders(List<DLFolder> dlFolders)
           
 

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.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return Folder
 Folder CMISRepositoryLocalServiceImpl.toFolder(long repositoryId, Object object)
           
 

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

Methods in com.liferay.portlet.documentlibrary.atom that return Folder
protected  Folder FolderAtomCollectionAdapter.doGetEntry(String resourceName, AtomRequestContext atomRequestContext)
           
protected  Folder FolderAtomCollectionAdapter.doPostEntry(String title, String summary, String content, Date date, AtomRequestContext atomRequestContext)
           
 

Methods in com.liferay.portlet.documentlibrary.atom that return types with arguments of type Folder
protected  Iterable<Folder> FolderAtomCollectionAdapter.doGetFeedEntries(AtomRequestContext atomRequestContext)
           
 

Methods in com.liferay.portlet.documentlibrary.atom with parameters of type Folder
protected  void FolderAtomCollectionAdapter.doPutEntry(Folder folder, String title, String summary, String content, Date date, AtomRequestContext atomRequestContext)
           
 List<String> FolderAtomCollectionAdapter.getEntryAuthors(Folder folder)
           
 AtomEntryContent FolderAtomCollectionAdapter.getEntryContent(Folder folder, AtomRequestContext atomRequestContext)
           
 String FolderAtomCollectionAdapter.getEntryId(Folder folder)
           
 String FolderAtomCollectionAdapter.getEntrySummary(Folder folder)
           
 String FolderAtomCollectionAdapter.getEntryTitle(Folder folder)
           
 Date FolderAtomCollectionAdapter.getEntryUpdated(Folder folder)
           
 

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

Methods in com.liferay.portlet.documentlibrary.lar that return Folder
static Folder FolderUtil.fetchByR_P_N(long groupId, long parentFolderId, String name)
           
static Folder FolderUtil.fetchByUUID_R(String uuid, long repositoryId)
           
static Folder FolderUtil.findByPrimaryKey(long folderId)
           
 

Methods in com.liferay.portlet.documentlibrary.lar that return types with arguments of type Folder
static List<Folder> FolderUtil.findByR_P(long repositoryId, long parentFolderId)
           
static List<Folder> FolderUtil.findByRepositoryId(long repositoryId)
           
 

Methods in com.liferay.portlet.documentlibrary.lar with parameters of type Folder
protected static void DLPortletDataHandlerImpl.exportFolder(PortletDataContext portletDataContext, Element fileEntryTypesElement, Element foldersElement, Element fileEntriesElement, Element fileShortcutsElement, Element fileRanksElement, Element repositoriesElement, Element repositoryEntriesElement, Folder folder, boolean recurse)
           
protected static void DLPortletDataHandlerImpl.exportFolderFileEntryTypes(PortletDataContext portletDataContext, Folder folder, Element fileEntryTypesElement, Element folderElement)
           
protected static String DLPortletDataHandlerImpl.getFolderPath(PortletDataContext portletDataContext, Folder folder)
           
protected static void DLPortletDataHandlerImpl.importFolder(PortletDataContext portletDataContext, String folderPath, Element folderElement, Folder folder)
           
protected static void DLPortletDataHandlerImpl.importFolderFileEntryTypes(PortletDataContext portletDataContext, Element folderElement, Folder folder, ServiceContext serviceContext)
           
 

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.model.impl
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return Folder
 Folder DLFileShortcutImpl.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.service.http
 

Methods in com.liferay.portlet.documentlibrary.service.http that return Folder
static Folder DLAppServiceHttp.addFolder(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static Folder DLAppServiceHttp.copyFolder(HttpPrincipal httpPrincipal, long repositoryId, long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static Folder DLAppServiceHttp.getFolder(HttpPrincipal httpPrincipal, long folderId)
           
static Folder DLAppServiceHttp.getFolder(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId, String name)
           
static Folder DLAppServiceHttp.moveFolder(HttpPrincipal httpPrincipal, long folderId, long parentFolderId, ServiceContext serviceContext)
           
static Folder DLAppServiceHttp.updateFolder(HttpPrincipal httpPrincipal, long folderId, String name, String description, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service.http that return types with arguments of type Folder
static List<Folder> DLAppServiceHttp.getFolders(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId)
           
static List<Folder> DLAppServiceHttp.getFolders(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId, boolean includeMountFolders)
           
static List<Folder> DLAppServiceHttp.getFolders(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end)
           
static List<Folder> DLAppServiceHttp.getFolders(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator obc)
           
static List<Folder> DLAppServiceHttp.getFolders(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId, int start, int end)
           
static List<Folder> DLAppServiceHttp.getFolders(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
           
static List<Folder> DLAppServiceHttp.getMountFolders(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId)
           
static List<Folder> DLAppServiceHttp.getMountFolders(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId, int start, int end)
           
static List<Folder> DLAppServiceHttp.getMountFolders(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId, int start, int end, OrderByComparator obc)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.impl that return Folder
 Folder DLAppLocalServiceImpl.addFolder(long userId, long repositoryId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Adds a folder.
 Folder DLAppServiceImpl.addFolder(long repositoryId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Adds a folder.
 Folder DLAppServiceImpl.copyFolder(long repositoryId, long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Performs a deep copy of the folder.
 Folder DLAppServiceImpl.getFolder(long folderId)
          Returns the folder with the primary key.
 Folder DLAppLocalServiceImpl.getFolder(long folderId)
          Returns the folder with the primary key.
 Folder DLAppServiceImpl.getFolder(long repositoryId, long parentFolderId, String name)
          Returns the folder with the name in the parent folder.
 Folder DLAppLocalServiceImpl.getFolder(long repositoryId, long parentFolderId, String name)
          Returns the folder with the name in the parent folder.
 Folder DLAppLocalServiceImpl.getMountFolder(long repositoryId)
          Returns the mount folder of the repository with the primary key.
 Folder DLAppServiceImpl.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
          Moves the folder to the new parent folder with the primary key.
protected  Folder DLAppServiceImpl.moveFolders(long folderId, long parentFolderId, Repository fromRepository, Repository toRepository, ServiceContext serviceContext)
           
 Folder DLAppLocalServiceImpl.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Updates the folder.
 Folder DLAppServiceImpl.updateFolder(long folderId, String name, String description, ServiceContext serviceContext)
          Updates the folder.
 

Methods in com.liferay.portlet.documentlibrary.service.impl that return types with arguments of type Folder
 List<Folder> DLAppServiceImpl.getFolders(long repositoryId, long parentFolderId)
          Returns all immediate subfolders of the parent folder.
 List<Folder> DLAppLocalServiceImpl.getFolders(long repositoryId, long parentFolderId)
          Returns all immediate subfolders of the parent folder.
 List<Folder> DLAppServiceImpl.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> DLAppLocalServiceImpl.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> DLAppServiceImpl.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> DLAppLocalServiceImpl.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> DLAppServiceImpl.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> DLAppLocalServiceImpl.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> DLAppServiceImpl.getFolders(long repositoryId, long parentFolderId, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppLocalServiceImpl.getFolders(long repositoryId, long parentFolderId, int start, int end)
          Returns a range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppServiceImpl.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> DLAppLocalServiceImpl.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> DLAppServiceImpl.getMountFolders(long repositoryId, long parentFolderId)
          Returns all immediate subfolders of the parent folder that are used for mounting third-party repositories.
 List<Folder> DLAppLocalServiceImpl.getMountFolders(long repositoryId, long parentFolderId)
          Returns all immediate subfolders of the parent folder that are used for mounting third-party repositories.
 List<Folder> DLAppServiceImpl.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> DLAppLocalServiceImpl.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> DLAppServiceImpl.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> DLAppLocalServiceImpl.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.impl with parameters of type Folder
 void DLAppHelperLocalServiceImpl.addFolder(Folder folder, ServiceContext serviceContext)
           
protected  void DLAppServiceImpl.copyFolder(Repository repository, Folder srcFolder, Folder destFolder, ServiceContext serviceContext)
           
 void DLAppHelperLocalServiceImpl.deleteFolder(Folder folder)
           
 void DLAppHelperLocalServiceImpl.moveFolder(Folder folder)
           
 void DLAppHelperLocalServiceImpl.updateFolder(Folder folder, ServiceContext serviceContext)
           
 

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

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

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

Methods in com.liferay.portlet.documentlibrary.sharepoint with parameters of type Folder
protected  Tree DLSharepointStorageImpl.getFolderTree(Folder folder, String parentFolderPath)
           
 

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)
           
 

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

Methods in com.liferay.portlet.documentlibrary.webdav with parameters of type Folder
protected  Resource DLWebDAVStorageImpl.toResource(WebDAVRequest webDavRequest, Folder folder, boolean appendPath)
           
 

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

Methods in com.liferay.portlet.imagegallerydisplay.util with parameters of type Folder
static void IGUtil.addPortletBreadcrumbEntries(Folder folder, javax.servlet.http.HttpServletRequest request, RenderResponse renderResponse)
           
 


Liferay 6.1.2-ce-ga3