com.ibm.commerce.returns.commands
Interface ExtendReturnItemAddCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
ExtendReturnItemAddCmdImpl

public interface ExtendReturnItemAddCmd
extends TaskCommand

Interface for the task command that extends ReturnItemAdd.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
          The default implementation class name is "com.ibm.commerce.returns.commands.ExtendReturnItemAddCmdImpl" .
static java.lang.String NAME
          The name of this interface is "com.ibm.commerce.returns.commands.ExtendReturnItemAddCmd" .
 
Method Summary
 void setRequestProperties( TypedProperty aRequestProperties)
          Set the caller's request properties.
 void setResponseProperties( TypedProperty aResponseProperties)
          Set the caller's response properties.
 void setRMAAB( RMAAccessBean anRMAAB)           Set the RMA access bean being processed.
 

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

NAME

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

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name is "com.ibm.commerce.returns.commands.ExtendReturnItemAddCmdImpl" .
Method Detail

setRequestProperties

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

setResponseProperties

public void setResponseProperties(TypedProperty aResponseProperties)
Set the caller's response properties.
Parameters:
aResponseProperties - The response properties.

setRMAAB

public void setRMAAB(RMAAccessBean anRMAAB)
Set the RMA access bean being processed.
Parameters:
anRMAAB - The RMA access bean.