Liferay 6.2-ce-ga5

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

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

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

Classes in com.liferay.portlet.mobiledevicerules.service that implement MDRRuleGroupLocalService
 class MDRRuleGroupLocalServiceWrapper
          Provides a wrapper for MDRRuleGroupLocalService.
 

Methods in com.liferay.portlet.mobiledevicerules.service that return MDRRuleGroupLocalService
static MDRRuleGroupLocalService MDRRuleGroupLocalServiceUtil.getService()
           
 MDRRuleGroupLocalService MDRRuleGroupLocalServiceWrapper.getWrappedMDRRuleGroupLocalService()
          Deprecated. As of 6.1.0, replaced by MDRRuleGroupLocalServiceWrapper.getWrappedService()
 MDRRuleGroupLocalService MDRRuleGroupLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRRuleGroupLocalService
 void MDRRuleGroupLocalServiceUtil.setService(MDRRuleGroupLocalService service)
          Deprecated. As of 6.2.0
 void MDRRuleGroupLocalServiceWrapper.setWrappedMDRRuleGroupLocalService(MDRRuleGroupLocalService mdrRuleGroupLocalService)
          Deprecated. As of 6.1.0, replaced by MDRRuleGroupLocalServiceWrapper.setWrappedService(com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupLocalService)
 void MDRRuleGroupLocalServiceWrapper.setWrappedService(MDRRuleGroupLocalService mdrRuleGroupLocalService)
           
 

Constructors in com.liferay.portlet.mobiledevicerules.service with parameters of type MDRRuleGroupLocalService
MDRRuleGroupLocalServiceWrapper(MDRRuleGroupLocalService mdrRuleGroupLocalService)
           
 


Liferay 6.2-ce-ga5