The purpose of this command is to check each of the eCoupons for expiry and put the information in expired variable which is used by the calling commands.
The input to this command is :
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 the interface |
Method Summary | |
---|---|
TypedProperty |
getResponseProperties() Gets the response properties. |
boolean[] |
getValidCoupons() Gets the array indicating whether the Coupons are valid or not. |
void |
setBcIds(java.lang.Long[] paramBcIds) Sets eCoupon IDs. |
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 boolean[] getValidCoupons()
public void setBcIds(java.lang.Long[] paramBcIds)
public void setRequestProperties(TypedProperty param)
param
- the request properties.