Liferay 6.1.2-ce-ga3

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

Packages that use MDRRuleGroupService
com.liferay.portlet.mobiledevicerules.service   
com.liferay.portlet.mobiledevicerules.service.base   
com.liferay.portlet.mobiledevicerules.service.impl   
 

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)
           
 

Uses of MDRRuleGroupService in com.liferay.portlet.mobiledevicerules.service.base
 

Classes in com.liferay.portlet.mobiledevicerules.service.base that implement MDRRuleGroupService
 class MDRRuleGroupServiceBaseImpl
          The base implementation of the m d r rule group remote service.
 

Fields in com.liferay.portlet.mobiledevicerules.service.base declared as MDRRuleGroupService
protected  MDRRuleGroupService MDRRuleGroupInstanceLocalServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRRuleGroupServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRActionLocalServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRActionServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRRuleGroupInstanceServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRRuleServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRRuleLocalServiceBaseImpl.mdrRuleGroupService
           
protected  MDRRuleGroupService MDRRuleGroupLocalServiceBaseImpl.mdrRuleGroupService
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.base that return MDRRuleGroupService
 MDRRuleGroupService MDRRuleGroupInstanceLocalServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleGroupService MDRRuleGroupServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleGroupService MDRActionLocalServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleGroupService MDRActionServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleGroupService MDRRuleGroupInstanceServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleGroupService MDRRuleServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleGroupService MDRRuleLocalServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 MDRRuleGroupService MDRRuleGroupLocalServiceBaseImpl.getMDRRuleGroupService()
          Returns the m d r rule group remote service.
 

Methods in com.liferay.portlet.mobiledevicerules.service.base with parameters of type MDRRuleGroupService
 void MDRRuleGroupInstanceLocalServiceBaseImpl.setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 void MDRRuleGroupServiceBaseImpl.setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 void MDRActionLocalServiceBaseImpl.setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 void MDRActionServiceBaseImpl.setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 void MDRRuleGroupInstanceServiceBaseImpl.setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 void MDRRuleServiceBaseImpl.setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 void MDRRuleLocalServiceBaseImpl.setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 void MDRRuleGroupLocalServiceBaseImpl.setMDRRuleGroupService(MDRRuleGroupService mdrRuleGroupService)
          Sets the m d r rule group remote service.
 

Uses of MDRRuleGroupService in com.liferay.portlet.mobiledevicerules.service.impl
 

Classes in com.liferay.portlet.mobiledevicerules.service.impl that implement MDRRuleGroupService
 class MDRRuleGroupServiceImpl
           
 


Liferay 6.1.2-ce-ga3