Liferay 6.1.2-ce-ga3

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

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

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

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

Methods in com.liferay.portlet.dynamicdatalists.service that return DDLRecordSetLocalService
static DDLRecordSetLocalService DDLRecordSetLocalServiceUtil.getService()
           
 DDLRecordSetLocalService DDLRecordSetLocalServiceWrapper.getWrappedDDLRecordSetLocalService()
          Deprecated. Renamed to DDLRecordSetLocalServiceWrapper.getWrappedService()
 DDLRecordSetLocalService DDLRecordSetLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.dynamicdatalists.service with parameters of type DDLRecordSetLocalService
 void DDLRecordSetLocalServiceUtil.setService(DDLRecordSetLocalService service)
          Deprecated.  
 void DDLRecordSetLocalServiceWrapper.setWrappedDDLRecordSetLocalService(DDLRecordSetLocalService ddlRecordSetLocalService)
          Deprecated. Renamed to DDLRecordSetLocalServiceWrapper.setWrappedService(com.liferay.portlet.dynamicdatalists.service.DDLRecordSetLocalService)
 void DDLRecordSetLocalServiceWrapper.setWrappedService(DDLRecordSetLocalService ddlRecordSetLocalService)
           
 

Constructors in com.liferay.portlet.dynamicdatalists.service with parameters of type DDLRecordSetLocalService
DDLRecordSetLocalServiceWrapper(DDLRecordSetLocalService ddlRecordSetLocalService)
           
 

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

Classes in com.liferay.portlet.dynamicdatalists.service.base that implement DDLRecordSetLocalService
 class DDLRecordSetLocalServiceBaseImpl
          The base implementation of the d d l record set local service.
 

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

Methods in com.liferay.portlet.dynamicdatalists.service.base that return DDLRecordSetLocalService
 DDLRecordSetLocalService DDLRecordServiceBaseImpl.getDDLRecordSetLocalService()
          Returns the d d l record set local service.
 DDLRecordSetLocalService DDLRecordLocalServiceBaseImpl.getDDLRecordSetLocalService()
          Returns the d d l record set local service.
 DDLRecordSetLocalService DDLRecordSetServiceBaseImpl.getDDLRecordSetLocalService()
          Returns the d d l record set local service.
 DDLRecordSetLocalService DDLRecordSetLocalServiceBaseImpl.getDDLRecordSetLocalService()
          Returns the d d l record set local service.
 

Methods in com.liferay.portlet.dynamicdatalists.service.base with parameters of type DDLRecordSetLocalService
 void DDLRecordServiceBaseImpl.setDDLRecordSetLocalService(DDLRecordSetLocalService ddlRecordSetLocalService)
          Sets the d d l record set local service.
 void DDLRecordLocalServiceBaseImpl.setDDLRecordSetLocalService(DDLRecordSetLocalService ddlRecordSetLocalService)
          Sets the d d l record set local service.
 void DDLRecordSetServiceBaseImpl.setDDLRecordSetLocalService(DDLRecordSetLocalService ddlRecordSetLocalService)
          Sets the d d l record set local service.
 void DDLRecordSetLocalServiceBaseImpl.setDDLRecordSetLocalService(DDLRecordSetLocalService ddlRecordSetLocalService)
          Sets the d d l record set local service.
 

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

Classes in com.liferay.portlet.dynamicdatalists.service.impl that implement DDLRecordSetLocalService
 class DDLRecordSetLocalServiceImpl
           
 


Liferay 6.1.2-ce-ga3