Liferay 6.1.0

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
           This class is a wrapper for MDRRuleService.
 

Methods in com.liferay.portlet.mobiledevicerules.service that return MDRRuleService
static MDRRuleService MDRRuleServiceUtil.getService()
           
 MDRRuleService MDRRuleServiceWrapper.getWrappedMDRRuleService()
           
 

Methods in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRRuleService
 void MDRRuleServiceUtil.setService(MDRRuleService service)
           
 void MDRRuleServiceWrapper.setWrappedMDRRuleService(MDRRuleService mdrRuleService)
           
 

Constructors in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRRuleService
MDRRuleServiceWrapper(MDRRuleService mdrRuleService)
           
 


Liferay 6.1.0