Liferay 7.0-ce-b4

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

Packages that use DLAppService
com.liferay.portal.repository.capabilities.util   
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
 

Uses of DLAppService in com.liferay.portal.repository.capabilities.util
 

Constructors in com.liferay.portal.repository.capabilities.util with parameters of type DLAppService
DLAppServiceAdapter(DLAppLocalService dlAppLocalService, DLAppService dlAppService)
           
 

Uses of DLAppService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as DLAppService
protected  DLAppService GroupServiceBaseImpl.dlAppService
           
 

Methods in com.liferay.portal.service.base that return DLAppService
 DLAppService GroupServiceBaseImpl.getDLAppService()
          Returns the d l app remote service.
 

Methods in com.liferay.portal.service.base with parameters of type DLAppService
 void GroupServiceBaseImpl.setDLAppService(DLAppService dlAppService)
          Sets the d l app remote service.
 

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.getWrappedService()
           
 

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

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

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

Classes in com.liferay.portlet.documentlibrary.service.base that implement DLAppService
 class DLAppServiceBaseImpl
          Provides the base implementation for the d l app remote service.
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as DLAppService
protected  DLAppService DLFileShortcutServiceBaseImpl.dlAppService
           
protected  DLAppService DLAppServiceBaseImpl.dlAppService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return DLAppService
 DLAppService DLFileShortcutServiceBaseImpl.getDLAppService()
          Returns the d l app remote service.
 DLAppService DLAppServiceBaseImpl.getDLAppService()
          Returns the d l app remote service.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLAppService
 void DLFileShortcutServiceBaseImpl.setDLAppService(DLAppService dlAppService)
          Sets the d l app remote service.
 void DLAppServiceBaseImpl.setDLAppService(DLAppService dlAppService)
          Sets the d l app remote service.
 

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

Classes in com.liferay.portlet.documentlibrary.service.impl that implement DLAppService
 class DLAppServiceImpl
          Provides the remote service for accessing, adding, checking in/out, deleting, locking/unlocking, moving, subscription handling of, trash handling of, updating, and verifying document library file entries and folders.
 

Fields in com.liferay.portlet.documentlibrary.service.impl declared as DLAppService
protected  DLAppService DLAppHelperLocalServiceImpl.dlAppService
           
 


Liferay 7.0-ce-b4