Liferay 7.0-ce-m3

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

Packages that use MDRRuleGroupService
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 MDRRuleGroupService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as MDRRuleGroupService
protected  MDRRuleGroupService LayoutLocalServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService LayoutServiceBaseImpl.mdrRuleGroupService
           
 

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

Methods in com.liferay.portal.service.base with parameters of type MDRRuleGroupService
 void LayoutLocalServiceBaseImpl.setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 void LayoutServiceBaseImpl.setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 

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

Classes in com.liferay.portlet.mobiledevicerules.service that implement MDRRuleGroupService
 class MDRRuleGroupServiceWrapper
          Provides a wrapper for MDRRuleGroupService.
 

Methods in com.liferay.portlet.mobiledevicerules.service that return MDRRuleGroupService
static MDRRuleGroupService MDRRuleGroupServiceUtil.getService()
           
 MDRRuleGroupService MDRRuleGroupServiceWrapper.getWrappedMDRRuleGroupService()
          Deprecated. As of 6.1.0, replaced by MDRRuleGroupServiceWrapper.getWrappedService()
 MDRRuleGroupService MDRRuleGroupServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRRuleGroupService
 void MDRRuleGroupServiceUtil.setService(MDRRuleGroupService service)
          Deprecated. As of 6.2.0
 void MDRRuleGroupServiceWrapper.setWrappedMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Deprecated. As of 6.1.0, replaced by MDRRuleGroupServiceWrapper.setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupService)
 void MDRRuleGroupServiceWrapper.setWrappedService(MDRRuleGroupService mdrRuleGroupService)
           
 

Constructors in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRRuleGroupService
MDRRuleGroupServiceWrapper(MDRRuleGroupService mdrRuleGroupService)
           
 

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

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

Fields in com.liferay.portlet.mobiledevicerules.service.base declared as MDRRuleGroupService
protected  MDRRuleGroupService MDRRuleLocalServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRRuleGroupInstanceLocalServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRRuleGroupServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRRuleGroupInstanceServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRRuleServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRRuleGroupLocalServiceBaseImpl.mdrRuleGroupService
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.base that return MDRRuleGroupService
 MDRRuleGroupService MDRRuleLocalServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleGroupService MDRRuleGroupInstanceLocalServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleGroupService MDRRuleGroupServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleGroupService MDRRuleGroupInstanceServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleGroupService MDRRuleServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleGroupService MDRRuleGroupLocalServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 

Methods in com.liferay.portlet.mobiledevicerules.service.base with parameters of type MDRRuleGroupService
 void MDRRuleLocalServiceBaseImpl.setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 void MDRRuleGroupInstanceLocalServiceBaseImpl.setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 void MDRRuleGroupServiceBaseImpl.setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 void MDRRuleGroupInstanceServiceBaseImpl.setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 void MDRRuleServiceBaseImpl.setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 void MDRRuleGroupLocalServiceBaseImpl.setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 

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

Classes in com.liferay.portlet.mobiledevicerules.service.impl that implement MDRRuleGroupService
 class MDRRuleGroupServiceImpl
           
 


Liferay 7.0-ce-m3