Liferay 6.2-ce-ga5

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

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


Liferay 6.2-ce-ga5