Liferay 7.0-ce-b4

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

Packages that use Folder
com.liferay.portal.kernel.backgroundtask   
com.liferay.portal.kernel.repository   
com.liferay.portal.kernel.repository.capabilities   
com.liferay.portal.kernel.repository.model   
com.liferay.portal.portletfilerepository   
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.liferayrepository.util   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
com.liferay.portal.repository.util   
com.liferay.portlet.blogs.service   
com.liferay.portlet.blogs.service.impl   
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.util.comparator   
com.liferay.portlet.exportimport.service.impl   
com.liferay.portlet.imagegallerydisplay.util   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.messageboards.model.impl   
 

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

Methods in com.liferay.portal.kernel.backgroundtask that return Folder
 Folder BackgroundTask.addAttachmentsFolder()
           
 

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

Methods in com.liferay.portal.kernel.repository that return Folder
abstract  Folder BaseRepositoryImpl.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder DefaultLocalRepositoryImpl.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder DocumentRepository.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder BaseRepositoryImpl.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by BaseRepositoryImpl.addFolder(long, long, String, String, ServiceContext)
 Folder Repository.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DocumentRepository.addFolder(long, long, String, String, ServiceContext)
 Folder DefaultLocalRepositoryImpl.getFolder(long folderId)
           
 Folder DocumentRepository.getFolder(long folderId)
           
 Folder DefaultLocalRepositoryImpl.getFolder(long parentFolderId, String name)
           
 Folder DocumentRepository.getFolder(long parentFolderId, String name)
           
 Folder DefaultLocalRepositoryImpl.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 Folder DocumentRepository.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 Folder BaseRepositoryImpl.moveFolder(long folderId, long newParentFolderId, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DocumentRepository.moveFolder(long, long, long, ServiceContext)
 Folder Repository.moveFolder(long folderId, long newParentFolderId, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by DocumentRepository.moveFolder(long, long, long, ServiceContext)
 Folder BaseRepositoryImpl.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder DefaultLocalRepositoryImpl.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder DocumentRepository.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder Repository.updateFolder(long folderId, String name, 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<Folder> obc)
           
 List<Folder> DocumentRepository.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> BaseRepositoryImpl.getFolders(long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> DefaultLocalRepositoryImpl.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> DocumentRepository.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> Repository.getMountFolders(long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
           
 

Method parameters in com.liferay.portal.kernel.repository with type arguments of type Folder
 List<Folder> DefaultLocalRepositoryImpl.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> DocumentRepository.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> BaseRepositoryImpl.getFolders(long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> DefaultLocalRepositoryImpl.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> DocumentRepository.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> Repository.getMountFolders(long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
           
 

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

Methods in com.liferay.portal.kernel.repository.capabilities that return Folder
 Folder TrashCapability.moveFolderFromTrash(long userId, Folder folder, Folder destinationFolder, ServiceContext serviceContext)
           
 Folder TrashCapability.moveFolderToTrash(long userId, Folder folder)
           
 

Methods in com.liferay.portal.kernel.repository.capabilities with parameters of type Folder
 void TrashCapability.deleteFolder(Folder folder)
           
 boolean TrashCapability.isInTrash(Folder folder)
           
 FileEntry TrashCapability.moveFileEntryFromTrash(long userId, FileEntry fileEntry, Folder newFolder, ServiceContext serviceContext)
           
 FileShortcut TrashCapability.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, Folder newFolder, ServiceContext serviceContext)
           
 Folder TrashCapability.moveFolderFromTrash(long userId, Folder folder, Folder destinationFolder, ServiceContext serviceContext)
           
 Folder TrashCapability.moveFolderToTrash(long userId, Folder folder)
           
 void TrashCapability.restoreFolderFromTrash(long userId, Folder folder)
           
 

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

Classes in com.liferay.portal.kernel.repository.model that implement Folder
 class FolderWrapper
           
 

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 FileEntryWrapper.getFolder()
           
 Folder FileShortcutWrapper.getFolder()
           
 Folder FileEntry.getFolder()
           
 Folder FileShortcut.getFolder()
           
 Folder Folder.getParentFolder()
           
 Folder FolderWrapper.getParentFolder()
           
 Folder FolderWrapper.getWrappedModel()
           
 Folder FolderWrapper.toEscapedModel()
           
 Folder FolderWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portal.kernel.repository.model with parameters of type Folder
 void RepositoryModelOperation.execute(Folder folder)
           
 void BaseRepositoryModelOperation.execute(Folder 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)
           
 

Constructors in com.liferay.portal.kernel.repository.model with parameters of type Folder
FolderWrapper(Folder folder)
           
 

Uses of Folder in com.liferay.portal.portletfilerepository
 

Methods in com.liferay.portal.portletfilerepository that return Folder
 Folder PortletFileRepository.addPortletFolder(long userId, long repositoryId, long parentFolderId, String folderName, ServiceContext serviceContext)
           
static Folder PortletFileRepositoryUtil.addPortletFolder(long userId, long repositoryId, long parentFolderId, String folderName, ServiceContext serviceContext)
           
 Folder PortletFileRepositoryImpl.addPortletFolder(long userId, long repositoryId, long parentFolderId, String folderName, ServiceContext serviceContext)
           
 Folder PortletFileRepository.addPortletFolder(long groupId, long userId, String portletId, long parentFolderId, String folderName, ServiceContext serviceContext)
           
static Folder PortletFileRepositoryUtil.addPortletFolder(long groupId, long userId, String portletId, long parentFolderId, String folderName, ServiceContext serviceContext)
           
 Folder PortletFileRepositoryImpl.addPortletFolder(long groupId, long userId, String portletId, long parentFolderId, String folderName, ServiceContext serviceContext)
           
 Folder PortletFileRepository.getPortletFolder(long folderId)
           
static Folder PortletFileRepositoryUtil.getPortletFolder(long folderId)
           
 Folder PortletFileRepositoryImpl.getPortletFolder(long folderId)
           
 Folder PortletFileRepository.getPortletFolder(long repositoryId, long parentFolderId, String folderName)
           
static Folder PortletFileRepositoryUtil.getPortletFolder(long repositoryId, long parentFolderId, String folderName)
           
 Folder PortletFileRepositoryImpl.getPortletFolder(long repositoryId, long parentFolderId, String folderName)
           
 Folder PortletFileRepository.movePortletFolder(long groupId, long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
static Folder PortletFileRepositoryUtil.movePortletFolder(long groupId, long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 Folder PortletFileRepositoryImpl.movePortletFolder(long groupId, long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 

Uses of Folder in com.liferay.portal.repository
 

Methods in com.liferay.portal.repository that return Folder
 Folder InitializedDocumentRepository.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder InitializedRepository.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
          Deprecated. 
 Folder InitializedDocumentRepository.getFolder(long folderId)
           
 Folder InitializedDocumentRepository.getFolder(long parentFolderId, String name)
           
 Folder InitializedDocumentRepository.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 Folder InitializedRepository.moveFolder(long folderId, long newParentFolderId, ServiceContext serviceContext)
          Deprecated. 
 Folder InitializedDocumentRepository.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder InitializedRepository.updateFolder(long folderId, String name, String description, ServiceContext serviceContext)
           
 

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

Method parameters in com.liferay.portal.repository with type arguments of type Folder
 List<Folder> InitializedDocumentRepository.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> InitializedRepository.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> InitializedDocumentRepository.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> InitializedRepository.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> InitializedRepository.getMountFolders(long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
           
 

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

Methods in com.liferay.portal.repository.capabilities that return Folder
protected  Folder TemporaryFileEntriesCapabilityImpl.addFolder(long userId, long parentFolderId, String folderName, ServiceContext serviceContext)
           
 Folder CapabilityRepository.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder CapabilityLocalRepository.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder CapabilityRepository.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by CapabilityRepository.addFolder(long, long, String, String, ServiceContext)
protected  Folder TemporaryFileEntriesCapabilityImpl.addFolders(long userId, long folderId, String folderPath, ServiceContext serviceContext)
           
protected  Folder TemporaryFileEntriesCapabilityImpl.addTempFolder(TemporaryFileEntriesScope temporaryFileEntriesScope)
           
protected  Folder TemporaryFileEntriesCapabilityImpl.getDeepestFolder(long parentFolderId, String folderPath)
           
 Folder CapabilityRepository.getFolder(long folderId)
           
 Folder CapabilityLocalRepository.getFolder(long folderId)
           
 Folder CapabilityRepository.getFolder(long parentFolderId, String name)
           
 Folder CapabilityLocalRepository.getFolder(long parentFolderId, String name)
           
protected  Folder TemporaryFileEntriesCapabilityImpl.getTempFolder(TemporaryFileEntriesScope temporaryFileEntriesScope)
           
 Folder CapabilityRepository.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 Folder CapabilityLocalRepository.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 Folder CapabilityRepository.moveFolder(long folderId, long newParentFolderId, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by CapabilityRepository.moveFolder(long, long, long, ServiceContext)
 Folder LiferayTrashCapability.moveFolderFromTrash(long userId, Folder folder, Folder destinationFolder, ServiceContext serviceContext)
           
 Folder LiferayTrashCapability.moveFolderToTrash(long userId, Folder folder)
           
 Folder CapabilityRepository.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder CapabilityLocalRepository.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder CapabilityRepository.updateFolder(long folderId, String name, String description, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.repository.capabilities that return types with arguments of type Folder
 List<Folder> CapabilityRepository.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> CapabilityLocalRepository.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> CapabilityRepository.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> CapabilityLocalRepository.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> CapabilityRepository.getMountFolders(long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
           
 

Methods in com.liferay.portal.repository.capabilities with parameters of type Folder
 void LiferayTrashCapability.deleteFolder(Folder folder)
           
protected  void LiferayTrashCapability.deleteTrashEntry(Folder folder)
           
 boolean LiferayTrashCapability.isInTrash(Folder folder)
           
 FileEntry LiferayTrashCapability.moveFileEntryFromTrash(long userId, FileEntry fileEntry, Folder newFolder, ServiceContext serviceContext)
           
 FileShortcut LiferayTrashCapability.moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, Folder newFolder, ServiceContext serviceContext)
           
 Folder LiferayTrashCapability.moveFolderFromTrash(long userId, Folder folder, Folder destinationFolder, ServiceContext serviceContext)
           
 Folder LiferayTrashCapability.moveFolderToTrash(long userId, Folder folder)
           
protected  void LiferaySyncCapability.registerDLSyncEventCallback(String event, Folder folder)
           
 void LiferayTrashCapability.restoreFolderFromTrash(long userId, Folder folder)
           
 

Method parameters in com.liferay.portal.repository.capabilities with type arguments of type Folder
 List<Folder> CapabilityRepository.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> CapabilityLocalRepository.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> CapabilityRepository.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> CapabilityLocalRepository.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> CapabilityRepository.getMountFolders(long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
           
 

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

Methods in com.liferay.portal.repository.liferayrepository that return Folder
 Folder LiferayRepository.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder LiferayLocalRepository.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder LiferayRepository.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by LiferayRepository.addFolder(long, long, String, String, ServiceContext)
 Folder LiferayRepository.getFolder(long folderId)
           
 Folder LiferayLocalRepository.getFolder(long folderId)
           
 Folder LiferayRepository.getFolder(long parentFolderId, String name)
           
 Folder LiferayLocalRepository.getFolder(long parentFolderId, String name)
           
 Folder LiferayRepository.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 Folder LiferayLocalRepository.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 Folder LiferayRepository.moveFolder(long folderId, long newParentFolderId, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by LiferayRepository.moveFolder(long, long, ServiceContext)
 Folder LiferayRepository.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder LiferayLocalRepository.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder LiferayRepository.updateFolder(long folderId, String name, String description, ServiceContext serviceContext)
           
 

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

Method parameters in com.liferay.portal.repository.liferayrepository with type arguments of type Folder
 List<Folder> LiferayRepository.getFolders(long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> LiferayLocalRepository.getFolders(long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> LiferayRepository.getFolders(long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> LiferayLocalRepository.getFolders(long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> LiferayRepository.getMountFolders(long parentFolderId, int start, int end, OrderByComparator<Folder> 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 LiferayFileShortcut.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.social
 

Methods in com.liferay.portal.repository.liferayrepository.social with parameters of type Folder
protected  String LiferayFolderSocialActivityManager.getClassName(Folder folder)
           
 

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)
          Deprecated.  
 

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 BaseRepositoryProxyBean.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder LocalRepositoryProxyBean.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder BaseRepositoryProxyBean.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by BaseRepositoryProxyBean.addFolder(long, long, String, String, ServiceContext)
 Folder FileEntryProxyBean.getFolder()
           
 Folder FileShortcutProxyBean.getFolder()
           
 Folder BaseRepositoryProxyBean.getFolder(long folderId)
           
 Folder LocalRepositoryProxyBean.getFolder(long folderId)
           
 Folder BaseRepositoryProxyBean.getFolder(long parentFolderId, String name)
           
 Folder LocalRepositoryProxyBean.getFolder(long parentFolderId, String name)
           
 Folder FolderProxyBean.getParentFolder()
           
 Folder BaseRepositoryProxyBean.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 Folder LocalRepositoryProxyBean.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 Folder BaseRepositoryProxyBean.moveFolder(long folderId, long newParentFolderId, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by BaseRepositoryProxyBean.moveFolder(long, long, long, ServiceContext)
 Folder FolderProxyBean.toEscapedModel()
           
 Folder FolderProxyBean.toUnescapedModel()
           
 Folder BaseRepositoryProxyBean.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder LocalRepositoryProxyBean.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder BaseRepositoryProxyBean.updateFolder(long folderId, String name, 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<Folder> obc)
           
 List<Folder> LocalRepositoryProxyBean.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> BaseRepositoryProxyBean.getFolders(long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> LocalRepositoryProxyBean.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> BaseRepositoryProxyBean.getMountFolders(long parentFolderId, int start, int end, OrderByComparator<Folder> 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
 List<Folder> BaseRepositoryProxyBean.getFolders(long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> LocalRepositoryProxyBean.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> BaseRepositoryProxyBean.getFolders(long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> LocalRepositoryProxyBean.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> BaseRepositoryProxyBean.getMountFolders(long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
           
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.repository.util
 

Methods in com.liferay.portal.repository.util that return Folder
 Folder RepositoryWrapper.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder LocalRepositoryWrapper.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder RepositoryWrapper.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by RepositoryWrapper.addFolder(long, long, String, String, ServiceContext)
 Folder RepositoryWrapper.getFolder(long folderId)
           
 Folder LocalRepositoryWrapper.getFolder(long folderId)
           
 Folder RepositoryWrapper.getFolder(long parentFolderId, String name)
           
 Folder LocalRepositoryWrapper.getFolder(long parentFolderId, String name)
           
 Folder RepositoryWrapper.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 Folder LocalRepositoryWrapper.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 Folder RepositoryWrapper.moveFolder(long folderId, long newParentFolderId, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by RepositoryWrapper.moveFolder(long, long, long, ServiceContext)
 Folder RepositoryWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder LocalRepositoryWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 Folder RepositoryWrapper.updateFolder(long folderId, String name, String description, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.repository.util that return types with arguments of type Folder
 List<Folder> RepositoryWrapper.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> LocalRepositoryWrapper.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> RepositoryWrapper.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> LocalRepositoryWrapper.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> RepositoryWrapper.getMountFolders(long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
           
 

Method parameters in com.liferay.portal.repository.util with type arguments of type Folder
 List<Folder> RepositoryWrapper.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> LocalRepositoryWrapper.getFolders(long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> RepositoryWrapper.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> LocalRepositoryWrapper.getFolders(long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
 List<Folder> RepositoryWrapper.getMountFolders(long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
           
 

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

Methods in com.liferay.portlet.blogs.service that return Folder
 Folder BlogsEntryLocalServiceWrapper.addAttachmentsFolder(long userId, long groupId)
           
 Folder BlogsEntryLocalService.addAttachmentsFolder(long userId, long groupId)
           
static Folder BlogsEntryLocalServiceUtil.addAttachmentsFolder(long userId, long groupId)
           
 Folder BlogsEntryLocalServiceWrapper.fetchAttachmentsFolder(long userId, long groupId)
           
 Folder BlogsEntryLocalService.fetchAttachmentsFolder(long userId, long groupId)
           
static Folder BlogsEntryLocalServiceUtil.fetchAttachmentsFolder(long userId, long groupId)
           
 

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

Methods in com.liferay.portlet.blogs.service.impl that return Folder
 Folder BlogsEntryLocalServiceImpl.addAttachmentsFolder(long userId, long groupId)
           
protected  Folder BlogsEntryLocalServiceImpl.addCoverImageFolder(long userId, long groupId)
           
protected  Folder BlogsEntryLocalServiceImpl.addSmallImageFolder(long userId, long groupId)
           
protected  Folder BlogsEntryLocalServiceImpl.doAddFolder(long userId, long groupId, String folderName)
           
 Folder BlogsEntryLocalServiceImpl.fetchAttachmentsFolder(long userId, long groupId)
           
 

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

Methods in com.liferay.portlet.documentlibrary.model that return Folder
 Folder DLFileShortcut.getFolder()
           
 Folder DLFileShortcutWrapper.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.
 Folder DLAppLocalService.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 DLAppServiceWrapper.addFolder(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.
static Folder DLAppServiceUtil.addFolder(long repositoryId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Adds a folder.
 Folder DLAppServiceWrapper.copyFolder(long repositoryId, long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Performs a deep copy of the folder.
 Folder DLAppService.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 DLAppLocalServiceWrapper.getFolder(long folderId)
          Returns the folder with the primary key.
 Folder DLAppServiceWrapper.getFolder(long folderId)
          Returns the folder with the primary key.
 Folder DLAppService.getFolder(long folderId)
          Returns the folder with the primary key.
 Folder DLAppLocalService.getFolder(long folderId)
          Returns the folder with the primary key.
static Folder DLAppServiceUtil.getFolder(long folderId)
          Returns the folder with the primary key.
static Folder DLAppLocalServiceUtil.getFolder(long folderId)
          Returns the folder with the primary key.
 Folder DLAppLocalServiceWrapper.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.
 Folder DLAppService.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.
static Folder DLAppServiceUtil.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 DLAppLocalServiceWrapper.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.
static Folder DLAppLocalServiceUtil.getMountFolder(long repositoryId)
          Returns the mount folder of the repository with the primary key.
 Folder DLAppLocalServiceWrapper.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 Folder DLAppLocalService.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
static Folder DLAppLocalServiceUtil.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 Folder DLAppServiceWrapper.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
          Moves the folder to the new parent folder 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.
static Folder DLAppServiceUtil.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
          Moves the folder to the new parent folder with the primary key.
static Folder DLAppHelperLocalServiceUtil.moveFolderFromTrash(long userId, Folder folder, long parentFolderId, ServiceContext serviceContext)
           
 Folder DLAppHelperLocalServiceWrapper.moveFolderFromTrash(long userId, Folder folder, long parentFolderId, ServiceContext serviceContext)
           
 Folder DLAppHelperLocalService.moveFolderFromTrash(long userId, Folder folder, long parentFolderId, ServiceContext serviceContext)
           
 Folder DLTrashServiceWrapper.moveFolderFromTrash(long folderId, long parentFolderId, ServiceContext serviceContext)
          Moves the folder with the primary key from the trash portlet to the new parent folder with the primary key.
static Folder DLTrashServiceUtil.moveFolderFromTrash(long folderId, long parentFolderId, ServiceContext serviceContext)
          Moves the folder with the primary key from the trash portlet to the new parent folder with the primary key.
 Folder DLTrashService.moveFolderFromTrash(long folderId, long parentFolderId, ServiceContext serviceContext)
          Moves the folder with the primary key from the trash portlet to the new parent folder with the primary key.
 Folder DLTrashServiceWrapper.moveFolderToTrash(long folderId)
          Moves the folder with the primary key to the trash portlet.
static Folder DLTrashServiceUtil.moveFolderToTrash(long folderId)
          Moves the folder with the primary key to the trash portlet.
 Folder DLTrashService.moveFolderToTrash(long folderId)
          Moves the folder with the primary key to the trash portlet.
static Folder DLAppHelperLocalServiceUtil.moveFolderToTrash(long userId, Folder folder)
          Moves the folder to the recycle bin.
 Folder DLAppHelperLocalServiceWrapper.moveFolderToTrash(long userId, Folder folder)
          Moves the folder to the recycle bin.
 Folder DLAppHelperLocalService.moveFolderToTrash(long userId, Folder folder)
          Moves the folder to the recycle bin.
 Folder DLAppLocalServiceWrapper.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.
static Folder DLAppLocalServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Updates the folder.
 Folder DLAppServiceWrapper.updateFolder(long folderId, String name, String description, ServiceContext serviceContext)
          Updates the folder.
 Folder DLAppService.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> DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId)
          Returns all immediate subfolders of the parent folder.
 List<Folder> DLAppService.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> DLAppServiceWrapper.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)
          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> DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end)
          Returns a name-ordered 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)
          Returns a name-ordered 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 name-ordered 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, OrderByComparator<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppService.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> 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<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppService.getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
static List<Folder> DLAppServiceUtil.getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> 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)
          Returns a name-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 name-ordered 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 name-ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> 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, OrderByComparator<Folder> 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<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppServiceWrapper.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)
          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> DLAppServiceWrapper.getMountFolders(long repositoryId, long parentFolderId, int start, int end)
          Returns a name-ordered 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)
          Returns a name-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)
          Returns a name-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<Folder> obc)
          Returns an ordered 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<Folder> 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<Folder> 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
static void DLAppHelperLocalServiceUtil.addFolder(long userId, Folder folder, ServiceContext serviceContext)
           
 void DLAppHelperLocalServiceWrapper.addFolder(long userId, Folder folder, ServiceContext serviceContext)
           
 void DLAppHelperLocalService.addFolder(long userId, Folder folder, ServiceContext serviceContext)
           
static void DLAppHelperLocalServiceUtil.deleteFolder(Folder folder)
           
 void DLAppHelperLocalServiceWrapper.deleteFolder(Folder folder)
           
 void DLAppHelperLocalService.deleteFolder(Folder folder)
           
static Folder DLAppHelperLocalServiceUtil.moveFolderFromTrash(long userId, Folder folder, long parentFolderId, ServiceContext serviceContext)
           
 Folder DLAppHelperLocalServiceWrapper.moveFolderFromTrash(long userId, Folder folder, long parentFolderId, ServiceContext serviceContext)
           
 Folder DLAppHelperLocalService.moveFolderFromTrash(long userId, Folder folder, long parentFolderId, ServiceContext serviceContext)
           
static Folder DLAppHelperLocalServiceUtil.moveFolderToTrash(long userId, Folder folder)
          Moves the folder to the recycle bin.
 Folder DLAppHelperLocalServiceWrapper.moveFolderToTrash(long userId, Folder folder)
          Moves the folder to the recycle bin.
 Folder DLAppHelperLocalService.moveFolderToTrash(long userId, Folder folder)
          Moves the folder to the recycle bin.
static void DLAppHelperLocalServiceUtil.restoreFolderFromTrash(long userId, Folder folder)
           
 void DLAppHelperLocalServiceWrapper.restoreFolderFromTrash(long userId, Folder folder)
           
 void DLAppHelperLocalService.restoreFolderFromTrash(long userId, Folder folder)
           
static AssetEntry DLAppHelperLocalServiceUtil.updateAsset(long userId, Folder folder, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 AssetEntry DLAppHelperLocalServiceWrapper.updateAsset(long userId, Folder folder, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 AssetEntry DLAppHelperLocalService.updateAsset(long userId, Folder folder, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
static void DLAppHelperLocalServiceUtil.updateFolder(long userId, Folder folder, ServiceContext serviceContext)
           
 void DLAppHelperLocalServiceWrapper.updateFolder(long userId, Folder folder, ServiceContext serviceContext)
           
 void DLAppHelperLocalService.updateFolder(long userId, Folder folder, ServiceContext serviceContext)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service with type arguments of type Folder
 List<Folder> DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppService.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> 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<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppServiceWrapper.getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppService.getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
static List<Folder> DLAppServiceUtil.getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> 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<Folder> 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, OrderByComparator<Folder> 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<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppServiceWrapper.getMountFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
          Returns an ordered 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<Folder> 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<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
 

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 DLTrashServiceHttp.moveFolderFromTrash(HttpPrincipal httpPrincipal, long folderId, long parentFolderId, ServiceContext serviceContext)
           
static Folder DLTrashServiceHttp.moveFolderToTrash(HttpPrincipal httpPrincipal, long folderId)
           
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<Folder> obc)
           
static List<Folder> DLAppServiceHttp.getFolders(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> 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<Folder> 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<Folder> obc)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.http with type arguments of type Folder
static List<Folder> DLAppServiceHttp.getFolders(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
static List<Folder> DLAppServiceHttp.getFolders(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
           
static List<Folder> DLAppServiceHttp.getFolders(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
           
static FolderSoap[] DLAppServiceSoap.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
static FolderSoap[] DLAppServiceSoap.getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
static FolderSoap[] DLAppServiceSoap.getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
static List<Folder> DLAppServiceHttp.getMountFolders(HttpPrincipal httpPrincipal, long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
           
static FolderSoap[] DLAppServiceSoap.getMountFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
 

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.
protected  Folder DLAppLocalServiceImpl.copyFolder(long userId, long folderId, long parentFolderId, LocalRepository fromLocalRepository, LocalRepository toLocalRepository, ServiceContext serviceContext)
           
 Folder DLAppServiceImpl.copyFolder(long repositoryId, long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Performs a deep copy of the folder.
protected  Folder DLAppServiceImpl.copyFolder(long folderId, long parentFolderId, Repository fromRepository, Repository toRepository, ServiceContext serviceContext)
           
protected  Folder DLAppHelperLocalServiceImpl.doMoveFolderFromTrash(long userId, Folder folder, long parentFolderId, ServiceContext serviceContext)
           
protected  Folder DLAppHelperLocalServiceImpl.doMoveFolderToTrash(long userId, Folder 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.
protected  Folder DLAppLocalServiceImpl.moveFolder(long userId, long folderId, long parentFolderId, LocalRepository fromLocalRepository, LocalRepository toLocalRepository, ServiceContext serviceContext)
           
 Folder DLAppLocalServiceImpl.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
protected  Folder DLAppServiceImpl.moveFolder(long folderId, long parentFolderId, Repository fromRepository, Repository toRepository, ServiceContext serviceContext)
           
 Folder DLAppServiceImpl.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
          Moves the folder to the new parent folder with the primary key.
 Folder DLAppHelperLocalServiceImpl.moveFolderFromTrash(long userId, Folder folder, long parentFolderId, ServiceContext serviceContext)
           
 Folder DLTrashServiceImpl.moveFolderFromTrash(long folderId, long parentFolderId, ServiceContext serviceContext)
          Moves the folder with the primary key from the trash portlet to the new parent folder with the primary key.
 Folder DLTrashServiceImpl.moveFolderToTrash(long folderId)
          Moves the folder with the primary key to the trash portlet.
 Folder DLAppHelperLocalServiceImpl.moveFolderToTrash(long userId, Folder folder)
          Moves the folder to the recycle bin.
 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> 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> DLAppServiceImpl.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end)
          Returns a name-ordered 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<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppServiceImpl.getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> 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 name-ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppServiceImpl.getFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> 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> DLAppServiceImpl.getMountFolders(long repositoryId, long parentFolderId, int start, int end)
          Returns a name-ordered 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<Folder> 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(long userId, Folder folder, ServiceContext serviceContext)
           
protected  void DLAppServiceImpl.copyFolder(Repository repository, Folder srcFolder, Folder destFolder, ServiceContext serviceContext)
           
protected  void DLAppServiceImpl.copyFolderDependencies(Folder sourceFolder, Folder destinationFolder, Repository fromRepository, Repository toRepository, ServiceContext serviceContext)
           
protected  void DLAppLocalServiceImpl.copyFolderDependencies(long userId, Folder sourceFolder, Folder destinationFolder, LocalRepository fromLocalRepository, LocalRepository toLocalRepository, ServiceContext serviceContext)
           
 void DLAppHelperLocalServiceImpl.deleteFolder(Folder folder)
           
protected  Folder DLAppHelperLocalServiceImpl.doMoveFolderFromTrash(long userId, Folder folder, long parentFolderId, ServiceContext serviceContext)
           
protected  Folder DLAppHelperLocalServiceImpl.doMoveFolderToTrash(long userId, Folder folder)
           
 Folder DLAppHelperLocalServiceImpl.moveFolderFromTrash(long userId, Folder folder, long parentFolderId, ServiceContext serviceContext)
           
 Folder DLAppHelperLocalServiceImpl.moveFolderToTrash(long userId, Folder folder)
          Moves the folder to the recycle bin.
 void DLAppHelperLocalServiceImpl.restoreFolderFromTrash(long userId, Folder folder)
           
 AssetEntry DLAppHelperLocalServiceImpl.updateAsset(long userId, Folder folder, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 void DLAppHelperLocalServiceImpl.updateFolder(long userId, Folder folder, ServiceContext serviceContext)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.impl with type arguments of type Folder
 List<Folder> DLAppServiceImpl.getFolders(long repositoryId, long parentFolderId, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppServiceImpl.getFolders(long repositoryId, long parentFolderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<Folder> 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, OrderByComparator<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder.
 List<Folder> DLAppServiceImpl.getMountFolders(long repositoryId, long parentFolderId, int start, int end, OrderByComparator<Folder> obc)
          Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories.
 

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 that return types with arguments of type Folder
static List<Folder> RepositoryModelUtil.toFolders(List<DLFolder> dlFolders)
           
 

Methods in com.liferay.portlet.documentlibrary.util with parameters of type Folder
 String DL.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry)
           
static String DLUtil.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry)
           
 String DLImpl.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry)
           
 String DL.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry, boolean manualCheckInRequired)
           
static String DLUtil.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry, boolean manualCheckInRequired)
           
 String DLImpl.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry, boolean manualCheckInRequired)
           
 String DL.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry, boolean manualCheckInRequired, boolean officeExtensionRequired)
           
static String DLUtil.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry, boolean manualCheckInRequired, boolean officeExtensionRequired)
           
 String DLImpl.getWebDavURL(ThemeDisplay themeDisplay, Folder folder, FileEntry fileEntry, boolean manualCheckInRequired, boolean openDocumentUrl)
           
 

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

Methods in com.liferay.portlet.documentlibrary.util.comparator that return Folder
 Folder DLFolderOrderByComparator.adapt(DLFolder dlFolder)
           
 

Methods in com.liferay.portlet.documentlibrary.util.comparator with parameters of type Folder
 int FolderNameComparator.compare(Folder folder1, Folder folder2)
           
 

Method parameters in com.liferay.portlet.documentlibrary.util.comparator with type arguments of type Folder
static OrderByComparator<DLFolder> DLFolderOrderByComparator.getOrderByComparator(OrderByComparator<Folder> orderByComparator)
           
 

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

Methods in com.liferay.portlet.exportimport.service.impl with parameters of type Folder
protected  FileEntry StagingLocalServiceImpl.fetchStagingRequestFileEntry(long stagingRequestId, Folder folder)
           
protected  FileEntry StagingLocalServiceImpl.getStagingRequestFileEntry(long userId, long stagingRequestId, Folder folder)
           
 

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)
           
 

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

Methods in com.liferay.portlet.messageboards.model that return Folder
 Folder MBThreadWrapper.addAttachmentsFolder()
           
 Folder MBMessage.addAttachmentsFolder()
           
 Folder MBMessageWrapper.addAttachmentsFolder()
           
 Folder MBThread.addAttachmentsFolder()
           
 

Uses of Folder in com.liferay.portlet.messageboards.model.impl
 

Methods in com.liferay.portlet.messageboards.model.impl that return Folder
 Folder MBMessageImpl.addAttachmentsFolder()
           
 Folder MBThreadImpl.addAttachmentsFolder()
           
 


Liferay 7.0-ce-b4