Liferay 6.2-ce-ga5

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

Packages that use MDRRuleGroupInstanceService
com.liferay.portlet.mobiledevicerules.service   
 

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

Classes in com.liferay.portlet.mobiledevicerules.service that implement MDRRuleGroupInstanceService
 class MDRRuleGroupInstanceServiceWrapper
          Provides a wrapper for MDRRuleGroupInstanceService.
 

Methods in com.liferay.portlet.mobiledevicerules.service that return MDRRuleGroupInstanceService
static MDRRuleGroupInstanceService MDRRuleGroupInstanceServiceUtil.getService()
           
 MDRRuleGroupInstanceService MDRRuleGroupInstanceServiceWrapper.getWrappedMDRRuleGroupInstanceService()
          Deprecated. As of 6.1.0, replaced by MDRRuleGroupInstanceServiceWrapper.getWrappedService()
 MDRRuleGroupInstanceService MDRRuleGroupInstanceServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRRuleGroupInstanceService
 void MDRRuleGroupInstanceServiceUtil.setService(MDRRuleGroupInstanceService service)
          Deprecated. As of 6.2.0
 void MDRRuleGroupInstanceServiceWrapper.setWrappedMDRRuleGroupInstanceService(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
          Deprecated. As of 6.1.0, replaced by MDRRuleGroupInstanceServiceWrapper.setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupInstanceService)
 void MDRRuleGroupInstanceServiceWrapper.setWrappedService(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
           
 

Constructors in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRRuleGroupInstanceService
MDRRuleGroupInstanceServiceWrapper(MDRRuleGroupInstanceService mdrRuleGroupInstanceService)
           
 


Liferay 6.2-ce-ga5