public abstract class AbstractOrderAction<T extends OrderProcessModel>
extends <any>
Constructor and Description |
---|
AbstractOrderAction() |
Modifier and Type | Method and Description |
---|---|
protected OrderHistoryEntryModel |
createHistoryLog(java.lang.String description,
OrderModel order)
Prepares order history entry
OrderHistoryEntryModel for the given order and description and with the
current timestamp. |
protected TimeService |
getTimeService() |
void |
setTimeService(TimeService timeService) |
protected OrderHistoryEntryModel createHistoryLog(java.lang.String description, OrderModel order)
OrderHistoryEntryModel
for the given order and description and with the
current timestamp. The OrderHistoryEntryModel
is not saved!.description
- order
- OrderHistoryEntryModel
protected TimeService getTimeService()
public void setTimeService(TimeService timeService)