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   
 

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)
           
 


Liferay 6.1.2-ce-ga3