Liferay 6.2-ce-ga5

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
          Provides a wrapper for DLAppService.
 

Methods in com.liferay.portlet.documentlibrary.service that return DLAppService
static DLAppService DLAppServiceUtil.getService()
           
 DLAppService DLAppServiceWrapper.getWrappedDLAppService()
          Deprecated. As of 6.1.0, replaced by DLAppServiceWrapper.getWrappedService()
 DLAppService DLAppServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLAppService
 void DLAppServiceUtil.setService(DLAppService service)
          Deprecated. As of 6.2.0
 void DLAppServiceWrapper.setWrappedDLAppService(DLAppService dlAppService)
          Deprecated. As of 6.1.0, replaced by 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.2-ce-ga5