Liferay 6.2-ce-ga5

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. 
 

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.getWrappedDLContentLocalService()
          Deprecated. As of 6.1.0, replaced by DLContentLocalServiceWrapper.getWrappedService()
 DLContentLocalService DLContentLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLContentLocalService
 void DLContentLocalServiceUtil.setService(DLContentLocalService service)
          Deprecated. As of 6.2.0
 void DLContentLocalServiceWrapper.setWrappedDLContentLocalService(DLContentLocalService dlContentLocalService)
          Deprecated. As of 6.1.0, replaced by DLContentLocalServiceWrapper.setWrappedService(com.liferay.portlet.documentlibrary.service.DLContentLocalService)
 void DLContentLocalServiceWrapper.setWrappedService(DLContentLocalService dlContentLocalService)
           
 

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


Liferay 6.2-ce-ga5