Liferay 7.0-ce-m6

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

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

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)
           
 

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

Classes in com.liferay.portlet.dynamicdatamapping.service.base that implement DDMStructureVersionService
 class DDMStructureVersionServiceBaseImpl
          Provides the base implementation for the d d m structure version remote service.
 

Fields in com.liferay.portlet.dynamicdatamapping.service.base declared as DDMStructureVersionService
protected  DDMStructureVersionService DDMStructureLocalServiceBaseImpl.ddmStructureVersionService
           
protected  DDMStructureVersionService DDMStructureVersionServiceBaseImpl.ddmStructureVersionService
           
protected  DDMStructureVersionService DDMStructureServiceBaseImpl.ddmStructureVersionService
           
protected  DDMStructureVersionService DDMStructureVersionLocalServiceBaseImpl.ddmStructureVersionService
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base that return DDMStructureVersionService
 DDMStructureVersionService DDMStructureLocalServiceBaseImpl.getDDMStructureVersionService()
          Returns the d d m structure version remote service.
 DDMStructureVersionService DDMStructureVersionServiceBaseImpl.getDDMStructureVersionService()
          Returns the d d m structure version remote service.
 DDMStructureVersionService DDMStructureServiceBaseImpl.getDDMStructureVersionService()
          Returns the d d m structure version remote service.
 DDMStructureVersionService DDMStructureVersionLocalServiceBaseImpl.getDDMStructureVersionService()
          Returns the d d m structure version remote service.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base with parameters of type DDMStructureVersionService
 void DDMStructureLocalServiceBaseImpl.setDDMStructureVersionService(DDMStructureVersionService ddmStructureVersionService)
          Sets the d d m structure version remote service.
 void DDMStructureVersionServiceBaseImpl.setDDMStructureVersionService(DDMStructureVersionService ddmStructureVersionService)
          Sets the d d m structure version remote service.
 void DDMStructureServiceBaseImpl.setDDMStructureVersionService(DDMStructureVersionService ddmStructureVersionService)
          Sets the d d m structure version remote service.
 void DDMStructureVersionLocalServiceBaseImpl.setDDMStructureVersionService(DDMStructureVersionService ddmStructureVersionService)
          Sets the d d m structure version remote service.
 

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

Classes in com.liferay.portlet.dynamicdatamapping.service.impl that implement DDMStructureVersionService
 class DDMStructureVersionServiceImpl
           
 


Liferay 7.0-ce-m6