com.ibm.commerce.returns.commands
Interface ExtendReturnCreditAndCloseScanCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
ExtendReturnCreditAndCloseScanCmdImpl

public interface ExtendReturnCreditAndCloseScanCmd
extends TaskCommand

Interface for the task command that extends ReturnCreditAndCloseScan.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
          The default implementation class name is "com.ibm.commerce.returns.commands.ExtendReturnCreditAndCloseScanImpl" .
static java.lang.String NAME
          The name of this interface is "com.ibm.commerce.returns.commands.ExtendReturnCreditAndCloseScanCmd".
 
Method Summary
 void setRequestProperties( TypedProperty aRequestProperties)           Set the caller's request properties.
 

Field Detail
public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name is "com.ibm.commerce.returns.commands.ExtendReturnCreditAndCloseScanImpl" .
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this interface is "com.ibm.commerce.returns.commands.ExtendReturnCreditAndCloseScanCmd".
Method Detail

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties)
                          throws ECApplicationException
Set the caller's request properties.
Parameters:
aRequestProperties - The request properties.
ECApplicationException