com.ibm.commerce.returns.commands
Interface CalculateRMAApprovalCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
CalculateRMAApprovalCmdImpl

public interface CalculateRMAApprovalCmd
extends TaskCommand

Interface for the command used for calculating overall status of return mechandise authorization (RMA).


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 boolean isRMAApproved()
          Whether RMA was deemed to be approved
 void setRMAAB(RMAAccessBean rmaAB)
          Set the RMA being accessed.
 void setRMAItemABVector(java.util.Vector RMAItemABs)
          Set the RMA items to evaluate for RMA approval
 
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

isRMAApproved

public boolean isRMAApproved()
Whether RMA was deemed to be approved
Returns:
true if approved; otherwise false.

setRMAAB

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

setRMAItemABVector

public void setRMAItemABVector(java.util.Vector RMAItemABs)
Set the RMA items to evaluate for RMA approval
Parameters:
vRMAItemAB - vector of RMA item access beans.