Liferay 6.2-ce-ga5

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

Packages that use MDRRuleGroupService
com.liferay.portlet.mobiledevicerules.service   
com.liferay.portlet.mobiledevicerules.service.base   
com.liferay.portlet.mobiledevicerules.service.impl   
 

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 MDRRuleGroupInstanceLocalServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRRuleServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRRuleGroupServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRRuleLocalServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRActionServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRRuleGroupInstanceServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRActionLocalServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRRuleGroupLocalServiceBaseImpl.mdrRuleGroupService
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.base that return MDRRuleGroupService
 MDRRuleGroupService MDRRuleGroupInstanceLocalServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleGroupService MDRRuleServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleGroupService MDRRuleGroupServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleGroupService MDRRuleLocalServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleGroupService MDRActionServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleGroupService MDRRuleGroupInstanceServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleGroupService MDRActionLocalServiceBaseImpl.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 MDRRuleGroupInstanceLocalServiceBaseImpl.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 MDRRuleGroupServiceBaseImpl.setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 void MDRRuleLocalServiceBaseImpl.setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 void MDRActionServiceBaseImpl.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 MDRActionLocalServiceBaseImpl.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 6.2-ce-ga5