Interface for the task command that extends ReturnItemDelete.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
defaultCommandClassName The default implementation class name is "com.ibm.commerce.returns.commands.ExtendReturnItemDeleteCmdImpl" . |
static java.lang.String |
NAME The name of this interface is "com.ibm.commerce.returns.commands.ExtendReturnItemDeleteCmd" . |
Method Summary | |
---|---|
void |
setRequestProperties(
TypedProperty aRequestProperties) Set the caller's request properties. |
void |
setResponseProperties(
TypedProperty aResponseProperties) Set the caller's response properties. |
void |
setRMAItemIds(java.lang.Long[] rmaItemIds)
Sets identifiers for the RMA items deleted. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setRequestProperties(TypedProperty aRequestProperties) throws ECApplicationException
aRequestProperties
- The request properties.
ECApplicationException
public void setResponseProperties(TypedProperty aResponseProperties)
aResponseProperties
- The response
properties.public void setRMAItemIds(java.lang.Long[] rmaItemIds)