Class ModelFormAction.Service

java.lang.Object
org.apache.ofbiz.widget.model.AbstractModelAction
org.apache.ofbiz.widget.model.ModelFormAction.Service
All Implemented Interfaces:
Serializable, ModelAction
Enclosing class:
ModelFormAction

public static class ModelFormAction.Service extends AbstractModelAction
Models the <service> element.
See Also:
  • Constructor Details

  • Method Details

    • accept

      public void accept(ModelActionVisitor visitor) throws Exception
      Throws:
      Exception
    • getServiceName

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

      public void runAction(Map<String,Object> context)
      Description copied from interface: ModelAction
      Executes this action.
    • getAutoFieldMapExdr

      public FlexibleStringExpander getAutoFieldMapExdr()
      Gets auto field map exdr.
      Returns:
      the auto field map exdr
    • getFieldMap

      public Map<FlexibleMapAccessor<Object>,Object> getFieldMap()
      Gets field map.
      Returns:
      the field map
    • getIgnoreError

      public boolean getIgnoreError()
      Gets ignore error.
      Returns:
      the ignore error
    • getResultMapListNameExdr

      public FlexibleStringExpander getResultMapListNameExdr()
      Gets result map list name exdr.
      Returns:
      the result map list name exdr
    • getResultMapNameAcsr

      public FlexibleMapAccessor<Map<String,Object>> getResultMapNameAcsr()
      Gets result map name acsr.
      Returns:
      the result map name acsr
    • getServiceNameExdr

      public FlexibleStringExpander getServiceNameExdr()
      Gets service name exdr.
      Returns:
      the service name exdr