Liferay 6.1.2-ce-ga3

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

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

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

Classes in com.liferay.portlet.dynamicdatalists.service that implement DDLRecordSetService
 class DDLRecordSetServiceWrapper
           This class is a wrapper for DDLRecordSetService.
 

Methods in com.liferay.portlet.dynamicdatalists.service that return DDLRecordSetService
static DDLRecordSetService DDLRecordSetServiceUtil.getService()
           
 DDLRecordSetService DDLRecordSetServiceWrapper.getWrappedDDLRecordSetService()
          Deprecated. Renamed to DDLRecordSetServiceWrapper.getWrappedService()
 DDLRecordSetService DDLRecordSetServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.dynamicdatalists.service with parameters of type DDLRecordSetService
 void DDLRecordSetServiceUtil.setService(DDLRecordSetService service)
          Deprecated.  
 void DDLRecordSetServiceWrapper.setWrappedDDLRecordSetService(DDLRecordSetService ddlRecordSetService)
          Deprecated. Renamed to DDLRecordSetServiceWrapper.setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordSetService)
 void DDLRecordSetServiceWrapper.setWrappedService(DDLRecordSetService ddlRecordSetService)
           
 

Constructors in com.liferay.portlet.dynamicdatalists.service with parameters of type DDLRecordSetService
DDLRecordSetServiceWrapper(DDLRecordSetService ddlRecordSetService)
           
 

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

Classes in com.liferay.portlet.dynamicdatalists.service.base that implement DDLRecordSetService
 class DDLRecordSetServiceBaseImpl
          The base implementation of the d d l record set remote service.
 

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

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

Methods in com.liferay.portlet.dynamicdatalists.service.base with parameters of type DDLRecordSetService
 void DDLRecordServiceBaseImpl.setDDLRecordSetService(DDLRecordSetService ddlRecordSetService)
          Sets the d d l record set remote service.
 void DDLRecordLocalServiceBaseImpl.setDDLRecordSetService(DDLRecordSetService ddlRecordSetService)
          Sets the d d l record set remote service.
 void DDLRecordSetServiceBaseImpl.setDDLRecordSetService(DDLRecordSetService ddlRecordSetService)
          Sets the d d l record set remote service.
 void DDLRecordSetLocalServiceBaseImpl.setDDLRecordSetService(DDLRecordSetService ddlRecordSetService)
          Sets the d d l record set remote service.
 

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

Classes in com.liferay.portlet.dynamicdatalists.service.impl that implement DDLRecordSetService
 class DDLRecordSetServiceImpl
           
 


Liferay 6.1.2-ce-ga3