Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for DDMContentLocalService.
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return DDMContentLocalService
static DDMContentLocalService DDMContentLocalServiceUtil.getService()
           
 DDMContentLocalService DDMContentLocalServiceWrapper.getWrappedDDMContentLocalService()
          Deprecated. Renamed to DDMContentLocalServiceWrapper.getWrappedService()
 DDMContentLocalService DDMContentLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMContentLocalService
 void DDMContentLocalServiceUtil.setService(DDMContentLocalService service)
          Deprecated.  
 void DDMContentLocalServiceWrapper.setWrappedDDMContentLocalService(DDMContentLocalService ddmContentLocalService)
          Deprecated. Renamed to 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.1.2-ce-ga3