Liferay 6.1.2-ce-ga3

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
           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)
          Deprecated.  
 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.2-ce-ga3