Liferay 6.1.2-ce-ga3

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

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

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)
           
 


Liferay 6.1.2-ce-ga3