Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.dynamicdatalists.service.DDLRecordService

Packages that use DDLRecordService
com.liferay.portlet.dynamicdatalists.service   
com.liferay.portlet.dynamicdatalists.service.base   
com.liferay.portlet.dynamicdatalists.service.impl   
 

Uses of DDLRecordService in com.liferay.portlet.dynamicdatalists.service
 

Classes in com.liferay.portlet.dynamicdatalists.service that implement DDLRecordService
 class DDLRecordServiceWrapper
          Provides a wrapper for DDLRecordService.
 

Methods in com.liferay.portlet.dynamicdatalists.service that return DDLRecordService
static DDLRecordService DDLRecordServiceUtil.getService()
           
 DDLRecordService DDLRecordServiceWrapper.getWrappedDDLRecordService()
          Deprecated. As of 6.1.0, replaced by DDLRecordServiceWrapper.getWrappedService()
 DDLRecordService DDLRecordServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.dynamicdatalists.service with parameters of type DDLRecordService
 void DDLRecordServiceUtil.setService(DDLRecordService service)
          Deprecated. As of 6.2.0
 void DDLRecordServiceWrapper.setWrappedDDLRecordService(DDLRecordService ddlRecordService)
          Deprecated. As of 6.1.0, replaced by DDLRecordServiceWrapper.setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordService)
 void DDLRecordServiceWrapper.setWrappedService(DDLRecordService ddlRecordService)
           
 

Constructors in com.liferay.portlet.dynamicdatalists.service with parameters of type DDLRecordService
DDLRecordServiceWrapper(DDLRecordService ddlRecordService)
           
 

Uses of DDLRecordService in com.liferay.portlet.dynamicdatalists.service.base
 

Classes in com.liferay.portlet.dynamicdatalists.service.base that implement DDLRecordService
 class DDLRecordServiceBaseImpl
          Provides the base implementation for the d d l record remote service.
 

Fields in com.liferay.portlet.dynamicdatalists.service.base declared as DDLRecordService
protected  DDLRecordService DDLRecordSetLocalServiceBaseImpl.ddlRecordService
           
protected  DDLRecordService DDLRecordSetServiceBaseImpl.ddlRecordService
           
protected  DDLRecordService DDLRecordServiceBaseImpl.ddlRecordService
           
protected  DDLRecordService DDLRecordLocalServiceBaseImpl.ddlRecordService
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.base that return DDLRecordService
 DDLRecordService DDLRecordSetLocalServiceBaseImpl.getDDLRecordService()
          Returns the d d l record remote service.
 DDLRecordService DDLRecordSetServiceBaseImpl.getDDLRecordService()
          Returns the d d l record remote service.
 DDLRecordService DDLRecordServiceBaseImpl.getDDLRecordService()
          Returns the d d l record remote service.
 DDLRecordService DDLRecordLocalServiceBaseImpl.getDDLRecordService()
          Returns the d d l record remote service.
 

Methods in com.liferay.portlet.dynamicdatalists.service.base with parameters of type DDLRecordService
 void DDLRecordSetLocalServiceBaseImpl.setDDLRecordService(DDLRecordService ddlRecordService)
          Sets the d d l record remote service.
 void DDLRecordSetServiceBaseImpl.setDDLRecordService(DDLRecordService ddlRecordService)
          Sets the d d l record remote service.
 void DDLRecordServiceBaseImpl.setDDLRecordService(DDLRecordService ddlRecordService)
          Sets the d d l record remote service.
 void DDLRecordLocalServiceBaseImpl.setDDLRecordService(DDLRecordService ddlRecordService)
          Sets the d d l record remote service.
 

Uses of DDLRecordService in com.liferay.portlet.dynamicdatalists.service.impl
 

Classes in com.liferay.portlet.dynamicdatalists.service.impl that implement DDLRecordService
 class DDLRecordServiceImpl
          Provides the remote service for accessing, adding, deleting, and updating dynamic data list (DDL) records.
 


Liferay 6.2-ce-ga5