Package org.apache.ofbiz.service.mail
Class ServiceMcaAction
java.lang.Object
org.apache.ofbiz.service.mail.ServiceMcaAction
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets service name.boolean
runAction
(LocalDispatcher dispatcher, MimeMessageWrapper messageWrapper, GenericValue userLogin) Run action boolean.
-
Constructor Details
-
ServiceMcaAction
protected ServiceMcaAction() -
ServiceMcaAction
-
-
Method Details
-
getServiceName
Gets service name.- Returns:
- the service name
-
runAction
public boolean runAction(LocalDispatcher dispatcher, MimeMessageWrapper messageWrapper, GenericValue userLogin) throws GenericServiceException Run action boolean.- Parameters:
dispatcher
- the dispatchermessageWrapper
- the message wrapperuserLogin
- the user login- Returns:
- the boolean
- Throws:
GenericServiceException
- the generic service exception
-