public interface GetHistoryOrderTotalAmountCmd extends TaskCommand
GetHistoryOrderTotalAmountCmdImpl.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The name of the default implementation class for this command interface.
|
static java.lang.String |
NAME
The name of this command interface.
|
| Modifier and Type | Method and Description |
|---|---|
HistoryOrder |
getHistoryOrder()
This method returns the HistoryOrder
|
java.math.BigDecimal |
getTotalAmount()
This method returns the result of history order's total amount.
|
void |
setHistoryOrder(HistoryOrder anOrder)
This method sets the history order whose charges need to be summed up.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setHistoryOrder(HistoryOrder anOrder)
anOrder - the HistoryOrder object.HistoryOrder getHistoryOrder()
java.math.BigDecimal getTotalAmount()