Liferay 6.1.10-ee-ga1

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

Packages that use DLContentLocalService
com.liferay.portlet.documentlibrary.service This package defines the local and remote document library portlet service interfaces, utility and wrapper classes. 
 

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

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

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

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLContentLocalService
 void DLContentLocalServiceUtil.setService(DLContentLocalService service)
           
 void DLContentLocalServiceWrapper.setWrappedDLContentLocalService(DLContentLocalService dlContentLocalService)
          Deprecated. Renamed to 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.1.10-ee-ga1