com.ibm.commerce.returns.commands
Interface CreditReturnItemCmd

All Superinterfaces:
ECCommand, 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.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 void setRMAAB(RMAAccessBean anRMAAB)
          Set the RMA being accessed.
 void setRMAItemABs(java.util.Vector anRMAItemABList)
          Set the RMA items being credited.
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
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.