Liferay 6.2-ce-ga5

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


Liferay 6.2-ce-ga5