Liferay 7.0-ce-b4

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

Packages that use DLContentLocalService
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 DLContentLocalService in com.liferay.portlet.documentlibrary.service
 

Classes in com.liferay.portlet.documentlibrary.service that implement DLContentLocalService
 class DLContentLocalServiceWrapper
          Provides a wrapper for DLContentLocalService.
 

Methods in com.liferay.portlet.documentlibrary.service that return DLContentLocalService
static DLContentLocalService DLContentLocalServiceUtil.getService()
           
 DLContentLocalService DLContentLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLContentLocalService
 void DLContentLocalServiceWrapper.setWrappedService(DLContentLocalService dlContentLocalService)
           
 

Constructors in com.liferay.portlet.documentlibrary.service with parameters of type DLContentLocalService
DLContentLocalServiceWrapper(DLContentLocalService dlContentLocalService)
           
 

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

Classes in com.liferay.portlet.documentlibrary.service.base that implement DLContentLocalService
 class DLContentLocalServiceBaseImpl
          Provides the base implementation for the document library content local service.
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as DLContentLocalService
protected  DLContentLocalService DLContentLocalServiceBaseImpl.dlContentLocalService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return DLContentLocalService
 DLContentLocalService DLContentLocalServiceBaseImpl.getDLContentLocalService()
          Returns the document library content local service.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLContentLocalService
 void DLContentLocalServiceBaseImpl.setDLContentLocalService(DLContentLocalService dlContentLocalService)
          Sets the document library content local service.
 

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

Classes in com.liferay.portlet.documentlibrary.service.impl that implement DLContentLocalService
 class DLContentLocalServiceImpl
           
 


Liferay 7.0-ce-b4