org.ofbiz.service.mail
Class ServiceMcaRule
java.lang.Object
org.ofbiz.service.mail.ServiceMcaRule
- All Implemented Interfaces:
- java.io.Serializable
public class ServiceMcaRule
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
public static final java.lang.String module
ruleName
protected java.lang.String ruleName
conditions
protected java.util.List<ServiceMcaCondition> conditions
actions
protected java.util.List<ServiceMcaAction> actions
enabled
protected boolean enabled
ServiceMcaRule
public ServiceMcaRule(org.w3c.dom.Element mca)
eval
public void eval(LocalDispatcher dispatcher,
MimeMessageWrapper messageWrapper,
java.util.Set<java.lang.String> actionsRun,
GenericValue userLogin)
throws GenericServiceException
- Throws:
GenericServiceException
setEnabled
public void setEnabled(boolean enabled)
isEnabled
public boolean isEnabled()