Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleGroupFinder

Packages that use MDRRuleGroupFinder
com.liferay.portlet.mobiledevicerules.service.base   
com.liferay.portlet.mobiledevicerules.service.persistence   
 

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

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

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

Methods in com.liferay.portlet.mobiledevicerules.service.base with parameters of type MDRRuleGroupFinder
 void MDRRuleGroupInstanceLocalServiceBaseImpl.setMDRRuleGroupFinder(MDRRuleGroupFinder mdrRuleGroupFinder)
          Sets the m d r rule group finder.
 void MDRRuleServiceBaseImpl.setMDRRuleGroupFinder(MDRRuleGroupFinder mdrRuleGroupFinder)
          Sets the m d r rule group finder.
 void MDRRuleGroupServiceBaseImpl.setMDRRuleGroupFinder(MDRRuleGroupFinder mdrRuleGroupFinder)
          Sets the m d r rule group finder.
 void MDRRuleLocalServiceBaseImpl.setMDRRuleGroupFinder(MDRRuleGroupFinder mdrRuleGroupFinder)
          Sets the m d r rule group finder.
 void MDRActionServiceBaseImpl.setMDRRuleGroupFinder(MDRRuleGroupFinder mdrRuleGroupFinder)
          Sets the m d r rule group finder.
 void MDRRuleGroupInstanceServiceBaseImpl.setMDRRuleGroupFinder(MDRRuleGroupFinder mdrRuleGroupFinder)
          Sets the m d r rule group finder.
 void MDRActionLocalServiceBaseImpl.setMDRRuleGroupFinder(MDRRuleGroupFinder mdrRuleGroupFinder)
          Sets the m d r rule group finder.
 void MDRRuleGroupLocalServiceBaseImpl.setMDRRuleGroupFinder(MDRRuleGroupFinder mdrRuleGroupFinder)
          Sets the m d r rule group finder.
 

Uses of MDRRuleGroupFinder in com.liferay.portlet.mobiledevicerules.service.persistence
 

Classes in com.liferay.portlet.mobiledevicerules.service.persistence that implement MDRRuleGroupFinder
 class MDRRuleGroupFinderImpl
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.persistence that return MDRRuleGroupFinder
static MDRRuleGroupFinder MDRRuleGroupFinderUtil.getFinder()
           
 

Methods in com.liferay.portlet.mobiledevicerules.service.persistence with parameters of type MDRRuleGroupFinder
 void MDRRuleGroupFinderUtil.setFinder(MDRRuleGroupFinder finder)
           
 


Liferay 6.2-ce-ga5