public interface AdminQuoteItemUpdateCmd extends QuoteItemUpdateCmd
This command inherits from the OrderItemUpdateCmd. It accepts all parameters of the base class.
The default implementation of this command is AdminQuoteItemUpdateCmdImpl. The AdminQuoteItemUpdate URL is mapped to this command by default.
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
static java.lang.String | defaultCommandClassName
The default implementation of this command.
|
static java.lang.String | NAME
The name of the command.
|
Modifier and Type | Method and Description |
---|---|
void | setCurrency(java.util.Hashtable ahshCurrency)
Sets the currency.
|
void | setForUserId(java.lang.Long aForUserId)
Sets the for user id.
|
void | setPrice(java.util.Hashtable ahshPrice)
Sets the price.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setCurrency(java.util.Hashtable ahshCurrency)
void setForUserId(java.lang.Long aForUserId)
void setPrice(java.util.Hashtable ahshPrice)