Package org.apache.ofbiz.service.eca
Class ServiceEcaAction
java.lang.Object
org.apache.ofbiz.service.eca.ServiceEcaAction
- All Implemented Interfaces:
Serializable
ServiceEcaAction
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets service mode.Gets service name.Gets short display description.int
hashCode()
boolean
Is persist boolean.boolean
runAction
(String selfService, DispatchContext dctx, Map<String, Object> context, Map<String, Object> result) Run action boolean.toString()
-
Constructor Details
-
ServiceEcaAction
protected ServiceEcaAction() -
ServiceEcaAction
-
-
Method Details
-
getServiceName
Gets service name.- Returns:
- the service name
-
getServiceMode
Gets service mode.- Returns:
- the service mode
-
isPersist
public boolean isPersist()Is persist boolean.- Returns:
- the boolean
-
getShortDisplayDescription
Gets short display description.- Returns:
- the short display description
-
runAction
public boolean runAction(String selfService, DispatchContext dctx, Map<String, Object> context, Map<String, throws GenericServiceExceptionObject> result) Run action boolean.- Parameters:
selfService
- the self servicedctx
- the dctxcontext
- the contextresult
- the result- Returns:
- the boolean
- Throws:
GenericServiceException
- the generic service exception
-
toString
-
hashCode
public int hashCode() -
equals
-