Liferay 7.0-ce-m3

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

Packages that use DLAppService
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. 
com.liferay.portlet.journal.service.base   
 

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

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

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

Methods in com.liferay.portal.service.base with parameters of type DLAppService
 void GroupLocalServiceBaseImpl.setDLAppService(DLAppService dlAppService)
          Sets the d l app remote service.
 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.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)
           
 

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 DLAppLocalServiceBaseImpl.dlAppService
           
protected  DLAppService DLFileShortcutLocalServiceBaseImpl.dlAppService
           
protected  DLAppService DLAppServiceBaseImpl.dlAppService
           
protected  DLAppService DLAppHelperLocalServiceBaseImpl.dlAppService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return DLAppService
 DLAppService DLFileShortcutServiceBaseImpl.getDLAppService()
          Returns the d l app remote service.
 DLAppService DLAppLocalServiceBaseImpl.getDLAppService()
          Returns the d l app remote service.
 DLAppService DLFileShortcutLocalServiceBaseImpl.getDLAppService()
          Returns the d l app remote service.
 DLAppService DLAppServiceBaseImpl.getDLAppService()
          Returns the d l app remote service.
 DLAppService DLAppHelperLocalServiceBaseImpl.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 DLAppLocalServiceBaseImpl.setDLAppService(DLAppService dlAppService)
          Sets the d l app remote service.
 void DLFileShortcutLocalServiceBaseImpl.setDLAppService(DLAppService dlAppService)
          Sets the d l app remote service.
 void DLAppServiceBaseImpl.setDLAppService(DLAppService dlAppService)
          Sets the d l app remote service.
 void DLAppHelperLocalServiceBaseImpl.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.
 

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

Fields in com.liferay.portlet.journal.service.base declared as DLAppService
protected  DLAppService JournalArticleServiceBaseImpl.dlAppService
           
protected  DLAppService JournalArticleLocalServiceBaseImpl.dlAppService
           
 

Methods in com.liferay.portlet.journal.service.base that return DLAppService
 DLAppService JournalArticleServiceBaseImpl.getDLAppService()
          Returns the d l app remote service.
 DLAppService JournalArticleLocalServiceBaseImpl.getDLAppService()
          Returns the d l app remote service.
 

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


Liferay 7.0-ce-m3