com.ibm.commerce.returns.commands
Interface CreditReturnItemCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
CreditReturnItemCmdImpl

public interface CreditReturnItemCmd
extends TaskCommand

Interface for the command used for performing the actual refund for a return mechandise authorization (RMA) and its items.

Inputs


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
          The default implementation class name is "com.ibm.commerce.returns.commands.CreditReturnItemCmdimpl" .
static java.lang.String NAME
          The name of this interface is "com.ibm.commerce.returns.commands.CreditReturnItemCmd".
 
Method Summary
 void setRMAAB( RMAAccessBean anRMAAB)
          Set the RMA being accessed.
 void setRMAItemABs(java.util.Vector anRMAItemABList)           Set the RMA items being credited.
 

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.CreditReturnItemCmdimpl" .
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this interface is "com.ibm.commerce.returns.commands.CreditReturnItemCmd".
See Also:
Constant Field Values
Method Detail

setRMAAB

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

setRMAItemABs

public void setRMAItemABs(java.util.Vector anRMAItemABList)
Set the RMA items being credited.
Parameters:
anRMAItemABList - The RMA item access bean vector.