Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.dynamicdatamapping.service.DDMContentLocalService

Packages that use DDMContentLocalService
com.liferay.portlet.dynamicdatamapping.service   
 

Uses of DDMContentLocalService in com.liferay.portlet.dynamicdatamapping.service
 

Classes in com.liferay.portlet.dynamicdatamapping.service that implement DDMContentLocalService
 class DDMContentLocalServiceWrapper
          Provides a wrapper for DDMContentLocalService.
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return DDMContentLocalService
static DDMContentLocalService DDMContentLocalServiceUtil.getService()
           
 DDMContentLocalService DDMContentLocalServiceWrapper.getWrappedDDMContentLocalService()
          Deprecated. As of 6.1.0, replaced by DDMContentLocalServiceWrapper.getWrappedService()
 DDMContentLocalService DDMContentLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMContentLocalService
 void DDMContentLocalServiceUtil.setService(DDMContentLocalService service)
          Deprecated. As of 6.2.0
 void DDMContentLocalServiceWrapper.setWrappedDDMContentLocalService(DDMContentLocalService ddmContentLocalService)
          Deprecated. As of 6.1.0, replaced by DDMContentLocalServiceWrapper.setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMContentLocalService)
 void DDMContentLocalServiceWrapper.setWrappedService(DDMContentLocalService ddmContentLocalService)
           
 

Constructors in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMContentLocalService
DDMContentLocalServiceWrapper(DDMContentLocalService ddmContentLocalService)
           
 


Liferay 6.2-ce-ga5