Liferay 7.0-ce-m6

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

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

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

Classes in com.liferay.portlet.dynamicdatamapping.service that implement DDMStructureVersionService
 class DDMStructureVersionServiceWrapper
          Provides a wrapper for DDMStructureVersionService.
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return DDMStructureVersionService
static DDMStructureVersionService DDMStructureVersionServiceUtil.getService()
           
 DDMStructureVersionService DDMStructureVersionServiceWrapper.getWrappedDDMStructureVersionService()
          Deprecated. As of 6.1.0, replaced by DDMStructureVersionServiceWrapper.getWrappedService()
 DDMStructureVersionService DDMStructureVersionServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMStructureVersionService
 void DDMStructureVersionServiceUtil.setService(DDMStructureVersionService service)
          Deprecated. As of 6.2.0
 void DDMStructureVersionServiceWrapper.setWrappedDDMStructureVersionService(DDMStructureVersionService ddmStructureVersionService)
          Deprecated. As of 6.1.0, replaced by DDMStructureVersionServiceWrapper.setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureVersionService)
 void DDMStructureVersionServiceWrapper.setWrappedService(DDMStructureVersionService ddmStructureVersionService)
           
 

Constructors in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMStructureVersionService
DDMStructureVersionServiceWrapper(DDMStructureVersionService ddmStructureVersionService)
           
 


Liferay 7.0-ce-m6