Liferay 7.0-ce-m3

Uses of Interface
com.liferay.portlet.mobiledevicerules.service.MDRRuleService

Packages that use MDRRuleService
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.mobiledevicerules.service   
com.liferay.portlet.mobiledevicerules.service.base   
com.liferay.portlet.mobiledevicerules.service.impl   
 

Uses of MDRRuleService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as MDRRuleService
protected  MDRRuleService LayoutLocalServiceBaseImpl.mdrRuleService
           
protected  MDRRuleService LayoutServiceBaseImpl.mdrRuleService
           
 

Methods in com.liferay.portal.service.base that return MDRRuleService
 MDRRuleService LayoutLocalServiceBaseImpl.getMDRRuleService()
          Returns the m d r rule remote service.
 MDRRuleService LayoutServiceBaseImpl.getMDRRuleService()
          Returns the m d r rule remote service.
 

Methods in com.liferay.portal.service.base with parameters of type MDRRuleService
 void LayoutLocalServiceBaseImpl.setMDRRuleService(MDRRuleService mdrRuleService)
          Sets the m d r rule remote service.
 void LayoutServiceBaseImpl.setMDRRuleService(MDRRuleService mdrRuleService)
          Sets the m d r rule remote service.
 

Uses of MDRRuleService in com.liferay.portlet.mobiledevicerules.service
 

Classes in com.liferay.portlet.mobiledevicerules.service that implement MDRRuleService
 class MDRRuleServiceWrapper
          Provides a wrapper for MDRRuleService.
 

Methods in com.liferay.portlet.mobiledevicerules.service that return MDRRuleService
static MDRRuleService MDRRuleServiceUtil.getService()
           
 MDRRuleService MDRRuleServiceWrapper.getWrappedMDRRuleService()
          Deprecated. As of 6.1.0, replaced by MDRRuleServiceWrapper.getWrappedService()
 MDRRuleService MDRRuleServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRRuleService
 void MDRRuleServiceUtil.setService(MDRRuleService service)
          Deprecated. As of 6.2.0
 void MDRRuleServiceWrapper.setWrappedMDRRuleService(MDRRuleService mdrRuleService)
          Deprecated. As of 6.1.0, replaced by MDRRuleServiceWrapper.setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleService)
 void MDRRuleServiceWrapper.setWrappedService(MDRRuleService mdrRuleService)
           
 

Constructors in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRRuleService
MDRRuleServiceWrapper(MDRRuleService mdrRuleService)
           
 

Uses of MDRRuleService in com.liferay.portlet.mobiledevicerules.service.base
 

Classes in com.liferay.portlet.mobiledevicerules.service.base that implement MDRRuleService
 class MDRRuleServiceBaseImpl
          Provides the base implementation for the m d r rule remote service.
 

Fields in com.liferay.portlet.mobiledevicerules.service.base declared as MDRRuleService
protected  MDRRuleService MDRRuleLocalServiceBaseImpl.mdrRuleService
           
protected  MDRRuleService MDRRuleGroupServiceBaseImpl.mdrRuleService
           
protected  MDRRuleService MDRRuleServiceBaseImpl.mdrRuleService
           
protected  MDRRuleService MDRRuleGroupLocalServiceBaseImpl.mdrRuleService
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.base that return MDRRuleService
 MDRRuleService MDRRuleLocalServiceBaseImpl.getMDRRuleService()
          Returns the m d r rule remote service.
 MDRRuleService MDRRuleGroupServiceBaseImpl.getMDRRuleService()
          Returns the m d r rule remote service.
 MDRRuleService MDRRuleServiceBaseImpl.getMDRRuleService()
          Returns the m d r rule remote service.
 MDRRuleService MDRRuleGroupLocalServiceBaseImpl.getMDRRuleService()
          Returns the m d r rule remote service.
 

Methods in com.liferay.portlet.mobiledevicerules.service.base with parameters of type MDRRuleService
 void MDRRuleLocalServiceBaseImpl.setMDRRuleService(MDRRuleService mdrRuleService)
          Sets the m d r rule remote service.
 void MDRRuleGroupServiceBaseImpl.setMDRRuleService(MDRRuleService mdrRuleService)
          Sets the m d r rule remote service.
 void MDRRuleServiceBaseImpl.setMDRRuleService(MDRRuleService mdrRuleService)
          Sets the m d r rule remote service.
 void MDRRuleGroupLocalServiceBaseImpl.setMDRRuleService(MDRRuleService mdrRuleService)
          Sets the m d r rule remote service.
 

Uses of MDRRuleService in com.liferay.portlet.mobiledevicerules.service.impl
 

Classes in com.liferay.portlet.mobiledevicerules.service.impl that implement MDRRuleService
 class MDRRuleServiceImpl
           
 


Liferay 7.0-ce-m3