Liferay 6.1.2-ce-ga3

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

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

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

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

Methods in com.liferay.portlet.documentlibrary.service that return DLAppService
static DLAppService DLAppServiceUtil.getService()
           
 DLAppService DLAppServiceWrapper.getWrappedDLAppService()
          Deprecated. Renamed to DLAppServiceWrapper.getWrappedService()
 DLAppService DLAppServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLAppService
 void DLAppServiceUtil.setService(DLAppService service)
          Deprecated.  
 void DLAppServiceWrapper.setWrappedDLAppService(DLAppService dlAppService)
          Deprecated. Renamed to DLAppServiceWrapper.setWrappedService(com.liferay.portlet.documentlibrary.service.DLAppService)
 void DLAppServiceWrapper.setWrappedService(DLAppService dlAppService)
           
 

Constructors in com.liferay.portlet.documentlibrary.service with parameters of type DLAppService
DLAppServiceWrapper(DLAppService dlAppService)
           
 


Liferay 6.1.2-ce-ga3