Package org.apache.ofbiz.service.mail
Class ServiceMcaAction
- java.lang.Object
-
- org.apache.ofbiz.service.mail.ServiceMcaAction
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceMcaAction extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
protected boolean
persist
protected java.lang.String
runAsUser
protected java.lang.String
serviceMode
protected java.lang.String
serviceName
-
Constructor Summary
Constructors Modifier Constructor Description protected
ServiceMcaAction()
protected
ServiceMcaAction(org.w3c.dom.Element action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
runAction(LocalDispatcher dispatcher, MimeMessageWrapper messageWrapper, GenericValue userLogin)
-
-
-
Method Detail
-
runAction
public boolean runAction(LocalDispatcher dispatcher, MimeMessageWrapper messageWrapper, GenericValue userLogin) throws GenericServiceException
- Throws:
GenericServiceException
-
-