Liferay 6.1.2-ce-ga3

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

Methods in com.liferay.portlet.mobiledevicerules.service that return MDRRuleGroupService
static MDRRuleGroupService MDRRuleGroupServiceUtil.getService()
           
 MDRRuleGroupService MDRRuleGroupServiceWrapper.getWrappedMDRRuleGroupService()
          Deprecated. Renamed to MDRRuleGroupServiceWrapper.getWrappedService()
 MDRRuleGroupService MDRRuleGroupServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRRuleGroupService
 void MDRRuleGroupServiceUtil.setService(MDRRuleGroupService service)
          Deprecated.  
 void MDRRuleGroupServiceWrapper.setWrappedMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Deprecated. Renamed to 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.1.2-ce-ga3