Liferay 7.0-ce-m3

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

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

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)
           
 

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

Classes in com.liferay.portlet.dynamicdatamapping.service.base that implement DDMStructureVersionLocalService
 class DDMStructureVersionLocalServiceBaseImpl
          Provides the base implementation for the d d m structure version local service.
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.base that return DDMStructureVersionLocalService
 DDMStructureVersionLocalService DDMStructureVersionServiceBaseImpl.getDDMStructureVersionLocalService()
          Returns the d d m structure version local service.
 DDMStructureVersionLocalService DDMStructureServiceBaseImpl.getDDMStructureVersionLocalService()
          Returns the d d m structure version local service.
 DDMStructureVersionLocalService DDMStructureVersionLocalServiceBaseImpl.getDDMStructureVersionLocalService()
          Returns the d d m structure version local service.
 DDMStructureVersionLocalService DDMStructureLocalServiceBaseImpl.getDDMStructureVersionLocalService()
          Returns the d d m structure version local service.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base with parameters of type DDMStructureVersionLocalService
 void DDMStructureVersionServiceBaseImpl.setDDMStructureVersionLocalService(DDMStructureVersionLocalService ddmStructureVersionLocalService)
          Sets the d d m structure version local service.
 void DDMStructureServiceBaseImpl.setDDMStructureVersionLocalService(DDMStructureVersionLocalService ddmStructureVersionLocalService)
          Sets the d d m structure version local service.
 void DDMStructureVersionLocalServiceBaseImpl.setDDMStructureVersionLocalService(DDMStructureVersionLocalService ddmStructureVersionLocalService)
          Sets the d d m structure version local service.
 void DDMStructureLocalServiceBaseImpl.setDDMStructureVersionLocalService(DDMStructureVersionLocalService ddmStructureVersionLocalService)
          Sets the d d m structure version local service.
 

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

Classes in com.liferay.portlet.dynamicdatamapping.service.impl that implement DDMStructureVersionLocalService
 class DDMStructureVersionLocalServiceImpl
           
 


Liferay 7.0-ce-m3