Liferay 6.0-ee-sp2

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

Packages that use DLFolderService
com.liferay.portlet.documentlibrary.service   
 

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

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

Methods in com.liferay.portlet.documentlibrary.service that return DLFolderService
static DLFolderService DLFolderServiceUtil.getService()
           
 DLFolderService DLFolderServiceWrapper.getWrappedDLFolderService()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFolderService
 void DLFolderServiceUtil.setService(DLFolderService service)
           
 void DLFolderServiceWrapper.setWrappedDLFolderService(DLFolderService dlFolderService)
           
 

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


Liferay 6.0-ee-sp2