Class AbstractModelAction.SetField

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

public static class AbstractModelAction.SetField extends AbstractModelAction
Models the <set> element.
See Also:
  • Constructor Details

  • Method Details

    • accept

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

      public Object getInMemoryPersistedFromField(Object storeAgent, Map<String,Object> context)
      Gets in memory persisted from field.
      Parameters:
      storeAgent - the store agent
      context - the context
      Returns:
      the in memory persisted from field
    • runAction

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

      public FlexibleStringExpander getDefaultExdr()
      Gets default exdr.
      Returns:
      the default exdr
    • getField

      public FlexibleMapAccessor<Object> getField()
      Gets field.
      Returns:
      the field
    • getFromField

      public FlexibleMapAccessor<Object> getFromField()
      Gets from field.
      Returns:
      the from field
    • getFromScope

      public String getFromScope()
      Gets from scope.
      Returns:
      the from scope
    • getGlobalExdr

      public FlexibleStringExpander getGlobalExdr()
      Gets global exdr.
      Returns:
      the global exdr
    • getToScope

      public String getToScope()
      Gets to scope.
      Returns:
      the to scope
    • getType

      public String getType()
      Gets type.
      Returns:
      the type
    • getValueExdr

      public FlexibleStringExpander getValueExdr()
      Gets value exdr.
      Returns:
      the value exdr