Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for DLFolderService.
 

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

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFolderService
 void DLFolderServiceUtil.setService(DLFolderService service)
          Deprecated.  
 void DLFolderServiceWrapper.setWrappedDLFolderService(DLFolderService dlFolderService)
          Deprecated. Renamed to 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.1.2-ce-ga3