Liferay 7.0-ce-m3

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

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

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

Classes in com.liferay.portlet.dynamicdatalists.service that implement DDLRecordVersionService
 class DDLRecordVersionServiceWrapper
          Provides a wrapper for DDLRecordVersionService.
 

Methods in com.liferay.portlet.dynamicdatalists.service that return DDLRecordVersionService
static DDLRecordVersionService DDLRecordVersionServiceUtil.getService()
           
 DDLRecordVersionService DDLRecordVersionServiceWrapper.getWrappedDDLRecordVersionService()
          Deprecated. As of 6.1.0, replaced by DDLRecordVersionServiceWrapper.getWrappedService()
 DDLRecordVersionService DDLRecordVersionServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.dynamicdatalists.service with parameters of type DDLRecordVersionService
 void DDLRecordVersionServiceUtil.setService(DDLRecordVersionService service)
          Deprecated. As of 6.2.0
 void DDLRecordVersionServiceWrapper.setWrappedDDLRecordVersionService(DDLRecordVersionService ddlRecordVersionService)
          Deprecated. As of 6.1.0, replaced by DDLRecordVersionServiceWrapper.setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordVersionService)
 void DDLRecordVersionServiceWrapper.setWrappedService(DDLRecordVersionService ddlRecordVersionService)
           
 

Constructors in com.liferay.portlet.dynamicdatalists.service with parameters of type DDLRecordVersionService
DDLRecordVersionServiceWrapper(DDLRecordVersionService ddlRecordVersionService)
           
 

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

Classes in com.liferay.portlet.dynamicdatalists.service.base that implement DDLRecordVersionService
 class DDLRecordVersionServiceBaseImpl
          Provides the base implementation for the d d l record version remote service.
 

Fields in com.liferay.portlet.dynamicdatalists.service.base declared as DDLRecordVersionService
protected  DDLRecordVersionService DDLRecordVersionLocalServiceBaseImpl.ddlRecordVersionService
           
protected  DDLRecordVersionService DDLRecordLocalServiceBaseImpl.ddlRecordVersionService
           
protected  DDLRecordVersionService DDLRecordServiceBaseImpl.ddlRecordVersionService
           
protected  DDLRecordVersionService DDLRecordVersionServiceBaseImpl.ddlRecordVersionService
           
 

Methods in com.liferay.portlet.dynamicdatalists.service.base that return DDLRecordVersionService
 DDLRecordVersionService DDLRecordVersionLocalServiceBaseImpl.getDDLRecordVersionService()
          Returns the d d l record version remote service.
 DDLRecordVersionService DDLRecordLocalServiceBaseImpl.getDDLRecordVersionService()
          Returns the d d l record version remote service.
 DDLRecordVersionService DDLRecordServiceBaseImpl.getDDLRecordVersionService()
          Returns the d d l record version remote service.
 DDLRecordVersionService DDLRecordVersionServiceBaseImpl.getDDLRecordVersionService()
          Returns the d d l record version remote service.
 

Methods in com.liferay.portlet.dynamicdatalists.service.base with parameters of type DDLRecordVersionService
 void DDLRecordVersionLocalServiceBaseImpl.setDDLRecordVersionService(DDLRecordVersionService ddlRecordVersionService)
          Sets the d d l record version remote service.
 void DDLRecordLocalServiceBaseImpl.setDDLRecordVersionService(DDLRecordVersionService ddlRecordVersionService)
          Sets the d d l record version remote service.
 void DDLRecordServiceBaseImpl.setDDLRecordVersionService(DDLRecordVersionService ddlRecordVersionService)
          Sets the d d l record version remote service.
 void DDLRecordVersionServiceBaseImpl.setDDLRecordVersionService(DDLRecordVersionService ddlRecordVersionService)
          Sets the d d l record version remote service.
 

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

Classes in com.liferay.portlet.dynamicdatalists.service.impl that implement DDLRecordVersionService
 class DDLRecordVersionServiceImpl
           
 


Liferay 7.0-ce-m3