Liferay 6.1.2-ce-ga3

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()
          Deprecated. Renamed to MDRRuleServiceWrapper.getWrappedService()
 MDRRuleService MDRRuleServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRRuleService
 void MDRRuleServiceUtil.setService(MDRRuleService service)
          Deprecated.  
 void MDRRuleServiceWrapper.setWrappedMDRRuleService(MDRRuleService mdrRuleService)
          Deprecated. Renamed to 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.1.2-ce-ga3