public abstract class AbstractOrderAction<T extends OrderProcessModel> extends AbstractAction<T>
| Modifier and Type | Field and Description |
|---|---|
protected TimeService |
timeService |
modelService, processParameterHelperERROR_RETURN_CODE, RETRY_RETURN_CODE| 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) |
createTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, getCurrentActionDefinitionContext, getTransitionsprotected 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 - OrderHistoryEntryModelprotected TimeService getTimeService()
public void setTimeService(TimeService timeService)
Copyright © 2018 SAP SE. All Rights Reserved.