Liferay 7.0-ce-m6

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

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

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

Classes in com.liferay.portlet.dynamicdatamapping.service that implement DDMStructureLayoutLocalService
 class DDMStructureLayoutLocalServiceWrapper
          Provides a wrapper for DDMStructureLayoutLocalService.
 

Methods in com.liferay.portlet.dynamicdatamapping.service that return DDMStructureLayoutLocalService
static DDMStructureLayoutLocalService DDMStructureLayoutLocalServiceUtil.getService()
           
 DDMStructureLayoutLocalService DDMStructureLayoutLocalServiceWrapper.getWrappedDDMStructureLayoutLocalService()
          Deprecated. As of 6.1.0, replaced by DDMStructureLayoutLocalServiceWrapper.getWrappedService()
 DDMStructureLayoutLocalService DDMStructureLayoutLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMStructureLayoutLocalService
 void DDMStructureLayoutLocalServiceUtil.setService(DDMStructureLayoutLocalService service)
          Deprecated. As of 6.2.0
 void DDMStructureLayoutLocalServiceWrapper.setWrappedDDMStructureLayoutLocalService(DDMStructureLayoutLocalService ddmStructureLayoutLocalService)
          Deprecated. As of 6.1.0, replaced by DDMStructureLayoutLocalServiceWrapper.setWrappedService(com.liferay.portlet.dynamicdatamapping.service.DDMStructureLayoutLocalService)
 void DDMStructureLayoutLocalServiceWrapper.setWrappedService(DDMStructureLayoutLocalService ddmStructureLayoutLocalService)
           
 

Constructors in com.liferay.portlet.dynamicdatamapping.service with parameters of type DDMStructureLayoutLocalService
DDMStructureLayoutLocalServiceWrapper(DDMStructureLayoutLocalService ddmStructureLayoutLocalService)
           
 

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

Classes in com.liferay.portlet.dynamicdatamapping.service.base that implement DDMStructureLayoutLocalService
 class DDMStructureLayoutLocalServiceBaseImpl
          Provides the base implementation for the d d m structure layout local service.
 

Fields in com.liferay.portlet.dynamicdatamapping.service.base declared as DDMStructureLayoutLocalService
protected  DDMStructureLayoutLocalService DDMStructureLocalServiceBaseImpl.ddmStructureLayoutLocalService
           
protected  DDMStructureLayoutLocalService DDMStructureServiceBaseImpl.ddmStructureLayoutLocalService
           
protected  DDMStructureLayoutLocalService DDMStructureLayoutLocalServiceBaseImpl.ddmStructureLayoutLocalService
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base that return DDMStructureLayoutLocalService
 DDMStructureLayoutLocalService DDMStructureLocalServiceBaseImpl.getDDMStructureLayoutLocalService()
          Returns the d d m structure layout local service.
 DDMStructureLayoutLocalService DDMStructureServiceBaseImpl.getDDMStructureLayoutLocalService()
          Returns the d d m structure layout local service.
 DDMStructureLayoutLocalService DDMStructureLayoutLocalServiceBaseImpl.getDDMStructureLayoutLocalService()
          Returns the d d m structure layout local service.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base with parameters of type DDMStructureLayoutLocalService
 void DDMStructureLocalServiceBaseImpl.setDDMStructureLayoutLocalService(DDMStructureLayoutLocalService ddmStructureLayoutLocalService)
          Sets the d d m structure layout local service.
 void DDMStructureServiceBaseImpl.setDDMStructureLayoutLocalService(DDMStructureLayoutLocalService ddmStructureLayoutLocalService)
          Sets the d d m structure layout local service.
 void DDMStructureLayoutLocalServiceBaseImpl.setDDMStructureLayoutLocalService(DDMStructureLayoutLocalService ddmStructureLayoutLocalService)
          Sets the d d m structure layout local service.
 

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

Classes in com.liferay.portlet.dynamicdatamapping.service.impl that implement DDMStructureLayoutLocalService
 class DDMStructureLayoutLocalServiceImpl
           
 


Liferay 7.0-ce-m6