Liferay 6.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
          Provides a wrapper for DDLRecordSetLocalService.
 

Methods in com.liferay.portlet.dynamicdatalists.service that return DDLRecordSetLocalService
static DDLRecordSetLocalService DDLRecordSetLocalServiceUtil.getService()
           
 DDLRecordSetLocalService DDLRecordSetLocalServiceWrapper.getWrappedDDLRecordSetLocalService()
          Deprecated. As of 6.1.0, replaced by DDLRecordSetLocalServiceWrapper.getWrappedService()
 DDLRecordSetLocalService DDLRecordSetLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.dynamicdatalists.service with parameters of type DDLRecordSetLocalService
 void DDLRecordSetLocalServiceUtil.setService(DDLRecordSetLocalService service)
          Deprecated. As of 6.2.0
 void DDLRecordSetLocalServiceWrapper.setWrappedDDLRecordSetLocalService(DDLRecordSetLocalService ddlRecordSetLocalService)
          Deprecated. As of 6.1.0, replaced by 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
          Provides the base implementation for the d d l record set local service.
 

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

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

Methods in com.liferay.portlet.dynamicdatalists.service.base with parameters of type DDLRecordSetLocalService
 void DDLRecordSetLocalServiceBaseImpl.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 DDLRecordServiceBaseImpl.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.
 

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

Classes in com.liferay.portlet.dynamicdatalists.service.impl that implement DDLRecordSetLocalService
 class DDLRecordSetLocalServiceImpl
          Provides the local service for accessing, adding, deleting, and updating dynamic data list (DDL) record sets.
 


Liferay 6.2-ce-ga3