Liferay 7.0-ce-m6

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

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

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

Classes in com.liferay.portlet.dynamicdatamapping.service that implement DDMStructureVersionLocalService
 class DDMStructureVersionLocalServiceWrapper
          Provides a wrapper for DDMStructureVersionLocalService.
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return DDMStructureVersionLocalService
static DDMStructureVersionLocalService DDMStructureVersionLocalServiceUtil.getService()
           
 DDMStructureVersionLocalService DDMStructureVersionLocalServiceWrapper.getWrappedDDMStructureVersionLocalService()
          Deprecated. As of 6.1.0, replaced by DDMStructureVersionLocalServiceWrapper.getWrappedService()
 DDMStructureVersionLocalService DDMStructureVersionLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMStructureVersionLocalService
 void DDMStructureVersionLocalServiceUtil.setService(DDMStructureVersionLocalService service)
          Deprecated. As of 6.2.0
 void DDMStructureVersionLocalServiceWrapper.setWrappedDDMStructureVersionLocalService(DDMStructureVersionLocalService ddmStructureVersionLocalService)
          Deprecated. As of 6.1.0, replaced by DDMStructureVersionLocalServiceWrapper.setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureVersionLocalService)
 void DDMStructureVersionLocalServiceWrapper.setWrappedService(DDMStructureVersionLocalService ddmStructureVersionLocalService)
           
 

Constructors in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMStructureVersionLocalService
DDMStructureVersionLocalServiceWrapper(DDMStructureVersionLocalService ddmStructureVersionLocalService)
           
 


Liferay 7.0-ce-m6