Liferay 7.0-ce-b4

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

Packages that use DLAppLocalService
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 DLAppLocalService in com.liferay.portal.repository.capabilities.util
 

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

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

Fields in com.liferay.portal.service.base declared as DLAppLocalService
protected  DLAppLocalService GroupServiceBaseImpl.dlAppLocalService
           
protected  DLAppLocalService GroupLocalServiceBaseImpl.dlAppLocalService
           
 

Methods in com.liferay.portal.service.base that return DLAppLocalService
 DLAppLocalService GroupServiceBaseImpl.getDLAppLocalService()
          Returns the d l app local service.
 DLAppLocalService GroupLocalServiceBaseImpl.getDLAppLocalService()
          Returns the d l app local service.
 

Methods in com.liferay.portal.service.base with parameters of type DLAppLocalService
 void GroupServiceBaseImpl.setDLAppLocalService(DLAppLocalService dlAppLocalService)
          Sets the d l app local service.
 void GroupLocalServiceBaseImpl.setDLAppLocalService(DLAppLocalService dlAppLocalService)
          Sets the d l app local service.
 

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

Classes in com.liferay.portlet.documentlibrary.service that implement DLAppLocalService
 class DLAppLocalServiceWrapper
          Provides a wrapper for DLAppLocalService.
 

Methods in com.liferay.portlet.documentlibrary.service that return DLAppLocalService
static DLAppLocalService DLAppLocalServiceUtil.getService()
           
 DLAppLocalService DLAppLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLAppLocalService
 void DLAppLocalServiceWrapper.setWrappedService(DLAppLocalService dlAppLocalService)
           
 

Constructors in com.liferay.portlet.documentlibrary.service with parameters of type DLAppLocalService
DLAppLocalServiceWrapper(DLAppLocalService dlAppLocalService)
           
 

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

Classes in com.liferay.portlet.documentlibrary.service.base that implement DLAppLocalService
 class DLAppLocalServiceBaseImpl
          Provides the base implementation for the d l app local service.
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as DLAppLocalService
protected  DLAppLocalService DLFileShortcutServiceBaseImpl.dlAppLocalService
           
protected  DLAppLocalService DLFileShortcutLocalServiceBaseImpl.dlAppLocalService
           
protected  DLAppLocalService DLAppLocalServiceBaseImpl.dlAppLocalService
           
protected  DLAppLocalService DLAppHelperLocalServiceBaseImpl.dlAppLocalService
           
protected  DLAppLocalService DLAppServiceBaseImpl.dlAppLocalService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return DLAppLocalService
 DLAppLocalService DLFileShortcutServiceBaseImpl.getDLAppLocalService()
          Returns the d l app local service.
 DLAppLocalService DLFileShortcutLocalServiceBaseImpl.getDLAppLocalService()
          Returns the d l app local service.
 DLAppLocalService DLAppLocalServiceBaseImpl.getDLAppLocalService()
          Returns the d l app local service.
 DLAppLocalService DLAppHelperLocalServiceBaseImpl.getDLAppLocalService()
          Returns the d l app local service.
 DLAppLocalService DLAppServiceBaseImpl.getDLAppLocalService()
          Returns the d l app local service.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLAppLocalService
 void DLFileShortcutServiceBaseImpl.setDLAppLocalService(DLAppLocalService dlAppLocalService)
          Sets the d l app local service.
 void DLFileShortcutLocalServiceBaseImpl.setDLAppLocalService(DLAppLocalService dlAppLocalService)
          Sets the d l app local service.
 void DLAppLocalServiceBaseImpl.setDLAppLocalService(DLAppLocalService dlAppLocalService)
          Sets the d l app local service.
 void DLAppHelperLocalServiceBaseImpl.setDLAppLocalService(DLAppLocalService dlAppLocalService)
          Sets the d l app local service.
 void DLAppServiceBaseImpl.setDLAppLocalService(DLAppLocalService dlAppLocalService)
          Sets the d l app local service.
 

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

Classes in com.liferay.portlet.documentlibrary.service.impl that implement DLAppLocalService
 class DLAppLocalServiceImpl
          Provides the local service for accessing, adding, deleting, moving, subscription handling of, and updating document library file entries, file ranks, and folders.
 


Liferay 7.0-ce-b4