Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.mobile.device.rulegroup.rule.RuleHandler

Packages that use RuleHandler
com.liferay.portal.kernel.mobile.device.rulegroup   
com.liferay.portal.mobile.device.rulegroup   
com.liferay.portal.mobile.device.rulegroup.rule.impl   
 

Uses of RuleHandler in com.liferay.portal.kernel.mobile.device.rulegroup
 

Methods in com.liferay.portal.kernel.mobile.device.rulegroup that return RuleHandler
 RuleHandler RuleGroupProcessor.getRuleHandler(String ruleType)
           
static RuleHandler RuleGroupProcessorUtil.getRuleHandler(String ruleType)
           
 RuleHandler RuleGroupProcessor.unregisterRuleHandler(String ruleType)
           
static RuleHandler RuleGroupProcessorUtil.unregisterRuleHandler(String ruleType)
           
 

Methods in com.liferay.portal.kernel.mobile.device.rulegroup that return types with arguments of type RuleHandler
 Collection<RuleHandler> RuleGroupProcessor.getRuleHandlers()
           
static Collection<RuleHandler> RuleGroupProcessorUtil.getRuleHandlers()
           
 

Methods in com.liferay.portal.kernel.mobile.device.rulegroup with parameters of type RuleHandler
 void RuleGroupProcessor.registerRuleHandler(RuleHandler ruleHandler)
           
static void RuleGroupProcessorUtil.registerRuleHandler(RuleHandler ruleHandler)
           
 

Uses of RuleHandler in com.liferay.portal.mobile.device.rulegroup
 

Methods in com.liferay.portal.mobile.device.rulegroup that return RuleHandler
 RuleHandler DefaultRuleGroupProcessorImpl.getRuleHandler(String ruleType)
           
 RuleHandler DefaultRuleGroupProcessorImpl.unregisterRuleHandler(String ruleType)
           
 

Methods in com.liferay.portal.mobile.device.rulegroup that return types with arguments of type RuleHandler
 Collection<RuleHandler> DefaultRuleGroupProcessorImpl.getRuleHandlers()
           
 

Methods in com.liferay.portal.mobile.device.rulegroup with parameters of type RuleHandler
 void DefaultRuleGroupProcessorImpl.registerRuleHandler(RuleHandler ruleHandler)
           
 

Method parameters in com.liferay.portal.mobile.device.rulegroup with type arguments of type RuleHandler
 void DefaultRuleGroupProcessorImpl.setRuleHandlers(Collection<RuleHandler> ruleHandlers)
           
 

Uses of RuleHandler in com.liferay.portal.mobile.device.rulegroup.rule.impl
 

Classes in com.liferay.portal.mobile.device.rulegroup.rule.impl that implement RuleHandler
 class SimpleRuleHandler
           
 


Liferay 6.1.2-ce-ga3