Liferay 6.2-ce-ga5

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

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

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

Classes in com.liferay.portlet.dynamicdatamapping.service that implement DDMStructureService
 class DDMStructureServiceWrapper
          Provides a wrapper for DDMStructureService.
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return DDMStructureService
static DDMStructureService DDMStructureServiceUtil.getService()
           
 DDMStructureService DDMStructureServiceWrapper.getWrappedDDMStructureService()
          Deprecated. As of 6.1.0, replaced by DDMStructureServiceWrapper.getWrappedService()
 DDMStructureService DDMStructureServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMStructureService
 void DDMStructureServiceUtil.setService(DDMStructureService service)
          Deprecated. As of 6.2.0
 void DDMStructureServiceWrapper.setWrappedDDMStructureService(DDMStructureService ddmStructureService)
          Deprecated. As of 6.1.0, replaced by DDMStructureServiceWrapper.setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureService)
 void DDMStructureServiceWrapper.setWrappedService(DDMStructureService ddmStructureService)
           
 

Constructors in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMStructureService
DDMStructureServiceWrapper(DDMStructureService ddmStructureService)
           
 


Liferay 6.2-ce-ga5