Class ServiceEcaAction

java.lang.Object
org.apache.ofbiz.service.eca.ServiceEcaAction
All Implemented Interfaces:
Serializable

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

    • ServiceEcaAction

      protected ServiceEcaAction()
    • ServiceEcaAction

      public ServiceEcaAction(Element action, String event)
  • Method Details

    • getServiceName

      public String getServiceName()
      Gets service name.
      Returns:
      the service name
    • getServiceMode

      public String getServiceMode()
      Gets service mode.
      Returns:
      the service mode
    • isPersist

      public boolean isPersist()
      Is persist boolean.
      Returns:
      the boolean
    • getShortDisplayDescription

      public String getShortDisplayDescription()
      Gets short display description.
      Returns:
      the short display description
    • runAction

      public boolean runAction(String selfService, DispatchContext dctx, Map<String,Object> context, Map<String,Object> result) throws GenericServiceException
      Run action boolean.
      Parameters:
      selfService - the self service
      dctx - the dctx
      context - the context
      result - the result
      Returns:
      the boolean
      Throws:
      GenericServiceException - the generic service exception
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object