Package org.apache.ofbiz.service.mail
Class ServiceMcaUtil
- java.lang.Object
-
- org.apache.ofbiz.service.mail.ServiceMcaUtil
-
public final class ServiceMcaUtil extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addMcaDefinitions(ResourceHandler handler)
static void
evalRules(LocalDispatcher dispatcher, MimeMessageWrapper wrapper, GenericValue userLogin)
static java.util.Collection<ServiceMcaRule>
getServiceMcaRules()
static void
readConfig()
static void
reloadConfig()
-
-
-
Method Detail
-
reloadConfig
public static void reloadConfig()
-
readConfig
public static void readConfig()
-
addMcaDefinitions
public static void addMcaDefinitions(ResourceHandler handler)
-
getServiceMcaRules
public static java.util.Collection<ServiceMcaRule> getServiceMcaRules()
-
evalRules
public static void evalRules(LocalDispatcher dispatcher, MimeMessageWrapper wrapper, GenericValue userLogin) throws GenericServiceException
- Throws:
GenericServiceException
-
-