Liferay 6.1.2-ce-ga3

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

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

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)
           
 

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

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

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

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

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

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

Classes in com.liferay.portlet.mobiledevicerules.service.impl that implement MDRRuleService
 class MDRRuleServiceImpl
           
 


Liferay 6.1.2-ce-ga3