Liferay 6.2-ce-ga5

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

Packages that use MDRRuleGroupService
com.liferay.portlet.mobiledevicerules.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)
           
 


Liferay 6.2-ce-ga5