public class SaveEvent extends StrategyEvent<EditStrategyRequest>
An event to notify the backend that a save has been requested by the client.
EditStrategyListener.onSave(SaveEvent)
Modifier and Type | Field and Description |
---|---|
static String |
SAVE_EVENT
The name of the transition representing this event
|
fields
Constructor and Description |
---|
SaveEvent(Strategy strategy,
com.google.common.collect.ImmutableList<Order> editedOrders,
com.google.common.collect.ImmutableList<Order> editableOrdersWithChangedEditableFields)
Constructs an SaveEvent with the event name "Save".
|
Modifier and Type | Method and Description |
---|---|
List<Order> |
getEditedOrders() |
List<Order> |
getEditedOrdersWithChangedEditableFields() |
String |
toString() |
getStrategy
addField, addFields, addTransparentFields, equals, getEventName, getField, getFields, hashCode
public static final String SAVE_EVENT
public List<Order> getEditedOrdersWithChangedEditableFields()
public String toString()
toString
in class StrategyEvent<EditStrategyRequest>
Copyright © 2015 Caplin Systems.