Liferay 6.1.2-ce-ga3

com.liferay.portal.mobile.device.rulegroup.rule.impl
Class SimpleRuleHandler

java.lang.Object
  extended by com.liferay.portal.mobile.device.rulegroup.rule.impl.SimpleRuleHandler
All Implemented Interfaces:
RuleHandler

public class SimpleRuleHandler
extends Object
implements RuleHandler


Constructor Summary
SimpleRuleHandler()
           
 
Method Summary
 boolean evaluateRule(MDRRule mdrRule, ThemeDisplay themeDisplay)
           
static String getHandlerType()
           
 Collection<String> getPropertyNames()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRuleHandler

public SimpleRuleHandler()
Method Detail

getHandlerType

public static String getHandlerType()

evaluateRule

public boolean evaluateRule(MDRRule mdrRule,
                            ThemeDisplay themeDisplay)
Specified by:
evaluateRule in interface RuleHandler

getPropertyNames

public Collection<String> getPropertyNames()
Specified by:
getPropertyNames in interface RuleHandler

getType

public String getType()
Specified by:
getType in interface RuleHandler

Liferay 6.1.2-ce-ga3