Class ServiceMcaRule

java.lang.Object
org.apache.ofbiz.service.mail.ServiceMcaRule
All Implemented Interfaces:
Serializable

public class ServiceMcaRule extends Object implements Serializable
See Also:
  • Constructor Details

    • ServiceMcaRule

      public ServiceMcaRule(Element mca)
  • Method Details

    • eval

      public void eval(LocalDispatcher dispatcher, MimeMessageWrapper messageWrapper, Set<String> actionsRun, GenericValue userLogin) throws GenericServiceException
      Eval.
      Parameters:
      dispatcher - the dispatcher
      messageWrapper - the message wrapper
      actionsRun - the actions run
      userLogin - the user login
      Throws:
      GenericServiceException - the generic service exception
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets enabled.
      Parameters:
      enabled - the enabled
    • isEnabled

      public boolean isEnabled()
      Is enabled boolean.
      Returns:
      the boolean