Liferay 6.1.0

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

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

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()
           
 

Methods in com.liferay.portlet.dynamicdatalists.service with parameters of type DDLRecordService
 void DDLRecordServiceUtil.setService(DDLRecordService service)
           
 void DDLRecordServiceWrapper.setWrappedDDLRecordService(DDLRecordService ddlRecordService)
           
 

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


Liferay 6.1.0