Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.documentlibrary.service.DLFolderService

Packages that use DLFolderService
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
 

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

Classes in com.liferay.portlet.documentlibrary.service that implement DLFolderService
 class DLFolderServiceWrapper
          Provides a wrapper for DLFolderService.
 

Methods in com.liferay.portlet.documentlibrary.service that return DLFolderService
static DLFolderService DLFolderServiceUtil.getService()
           
 DLFolderService DLFolderServiceWrapper.getWrappedDLFolderService()
          Deprecated. As of 6.1.0, replaced by DLFolderServiceWrapper.getWrappedService()
 DLFolderService DLFolderServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFolderService
 void DLFolderServiceUtil.setService(DLFolderService service)
          Deprecated. As of 6.2.0
 void DLFolderServiceWrapper.setWrappedDLFolderService(DLFolderService dlFolderService)
          Deprecated. As of 6.1.0, replaced by DLFolderServiceWrapper.setWrappedService(com.liferay.portlet.documentlibrary.service.DLFolderService)
 void DLFolderServiceWrapper.setWrappedService(DLFolderService dlFolderService)
           
 

Constructors in com.liferay.portlet.documentlibrary.service with parameters of type DLFolderService
DLFolderServiceWrapper(DLFolderService dlFolderService)
           
 


Liferay 6.2-ce-ga5