public interface CalculateDiscountAmtCmd extends TaskCommand
The purpose of the task command is to computes the discount amount for each eCoupon that satisfy the purchase order conditions of the of the eCoupon.
The input to this command are :
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Deprecated.
IBM copyright notice field.
|
static java.lang.String | defaultCommandClassName
Deprecated.
defaultCommandClassName is the default implementation class used by command factory to instantiate this command if the interface com.ibm.commerce.template.commands.TaskCmdTemplate is not defined in the CMDREG table
|
static java.lang.String | Name
Deprecated.
Name of this interface.
|
Modifier and Type | Method and Description |
---|---|
TypedProperty | getResponseProperties()
Deprecated.
Gets the response properties.
|
java.util.Hashtable | getReturnTable()
Deprecated.
Gets the return table.
|
TypedProperty | getRspProp()
Deprecated.
Gets the responce properties.
|
void | setAppItems(java.util.Vector[] paramAppItems)
Deprecated.
Sets the applied items.
|
void | setBcIds(java.lang.Long[] paramBcIds)
Deprecated.
Sets the BCIds.
|
void | setOrderId(java.lang.Long paramOrderId)
Deprecated.
Sets the orderIds.
|
void | setProcessingContext(CommandContext newProcessingContext)
Deprecated.
Sets the processing context.
|
void | setReqProp(TypedProperty paramReqProp)
Deprecated.
Sets the request properties.
|
void | setRequestProperties(TypedProperty param)
Deprecated.
Sets the request properties.
|
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String Name
TypedProperty getResponseProperties()
java.util.Hashtable getReturnTable()
TypedProperty getRspProp()
void setAppItems(java.util.Vector[] paramAppItems)
void setBcIds(java.lang.Long[] paramBcIds)
void setOrderId(java.lang.Long paramOrderId)
void setProcessingContext(CommandContext newProcessingContext)
void setReqProp(TypedProperty paramReqProp)
void setRequestProperties(TypedProperty param)