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 :
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
defaultCommandClassName 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 Name of this interface. |
Method Summary | |
---|---|
TypedProperty |
getResponseProperties() Gets the response properties. |
java.util.Hashtable |
getReturnTable() Gets the return table. |
TypedProperty |
getRspProp() Gets the responce properties. |
void |
setAppItems(java.util.Vector[] paramAppItems) Sets the applied items. |
void |
setBcIds(java.lang.Long[] paramBcIds) Sets the BCIds. |
void |
setOrderId(java.lang.Long paramOrderId) Sets the orderIds. |
void |
setProcessingContext(
CommandContext newProcessingContext) Sets the processing context. |
void |
setReqProp(
TypedProperty paramReqProp) Sets the request properties. |
void |
setRequestProperties(
TypedProperty param)
Sets the request properties. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String Name
Method Detail |
---|
public TypedProperty getResponseProperties()
public java.util.Hashtable getReturnTable()
public TypedProperty getRspProp()
public void setAppItems(java.util.Vector[] paramAppItems)
paramAppItems
- java.util.Vectorpublic void setBcIds(java.lang.Long[] paramBcIds)
paramBcIds
- java.lang.Longpublic void setOrderId(java.lang.Long paramOrderId)
paramOrderId
- java.lang.Longpublic void setProcessingContext(CommandContext newProcessingContext)
newProcessingContext
-
com.ibm.commerce.command.CommandContextpublic void setReqProp(TypedProperty paramReqProp)
paramReqProp
-
com.ibm.commerce.datatype.TypedPropertypublic void setRequestProperties(TypedProperty param)
param
-
com.ibm.commerce.datatype.TypedProperty