public interface CheckTASpendingLimitCmd extends TaskCommand
Parameter Name | Type | Descriptions |
order | OrderAccessBean | The Order Access Bean |
orderItems | Vector of OrderItemAccess | Vector of OrderItem Access Beans representing the OrderItems that make up the Order. |
totalAmount | BigDecimal | The Total Amount to be checked. This amount is in the Currency of the Order. |
errorViewName | String | Optional error view name passed in by the Caller. |
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
static java.lang.String | defaultCommandClassName
The default implementation class.
|
static java.lang.String | ERRTASK_NAME
Name of the default error view for this command.
|
static java.lang.String | NAME
The name of this command.
|
Modifier and Type | Method and Description |
---|---|
void | setErrorViewName(java.lang.String sEVN)
Sets the error view to be used to report error.
|
void | setOrder(OrderAccessBean abOrder)
Sets the order property of the command.
|
void | setOrderItems(OrderItemAccessBean[] aOrderItems)
Sets the aOrderItems property of the command.
|
void | setTotalAmount(java.math.BigDecimal nTotalAmount)
Sets the totalAmount property of the command.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
static final java.lang.String ERRTASK_NAME
void setErrorViewName(java.lang.String sEVN)
void setOrder(OrderAccessBean abOrder)
void setOrderItems(OrderItemAccessBean[] aOrderItems)
void setTotalAmount(java.math.BigDecimal nTotalAmount)