Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for DDLRecordService.
 

Methods in com.liferay.portlet.dynamicdatalists.service that return DDLRecordService
static DDLRecordService DDLRecordServiceUtil.getService()
           
 DDLRecordService DDLRecordServiceWrapper.getWrappedDDLRecordService()
          Deprecated. Renamed to DDLRecordServiceWrapper.getWrappedService()
 DDLRecordService DDLRecordServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.dynamicdatalists.service with parameters of type DDLRecordService
 void DDLRecordServiceUtil.setService(DDLRecordService service)
          Deprecated.  
 void DDLRecordServiceWrapper.setWrappedDDLRecordService(DDLRecordService ddlRecordService)
          Deprecated. Renamed to 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
          The base implementation of the d d l record remote service.
 

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

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

Methods in com.liferay.portlet.dynamicdatalists.service.base with parameters of type DDLRecordService
 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.
 void DDLRecordSetServiceBaseImpl.setDDLRecordService(DDLRecordService ddlRecordService)
          Sets the d d l record remote service.
 void DDLRecordSetLocalServiceBaseImpl.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
           
 


Liferay 6.1.2-ce-ga3