com.ibm.commerce.returns.commands
Interface AutoApproveReturnItemStandardChecksCmd

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

public interface AutoApproveReturnItemStandardChecksCmd
extends TaskCommand

Interface for the command used for the base evaluation of whether a return mechandise authorization (RMA) item may be approved programatically.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 java.util.List getRMAItemDenyReasonList()
          Gets the list of deny reasons applicable to this RMA item.
 void setRMAItemAB(RMAItemAccessBean RMAItemAB)
          Set the RMA item being accessed.
 void setRMAItemDenyReasonList(java.util.List RMAItemDenyReasonList)
          Set the list of deny reasons applicable to this RMA item.
 
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

getRMAItemDenyReasonList

public java.util.List getRMAItemDenyReasonList()
Gets the list of deny reasons applicable to this RMA item.

setRMAItemAB

public void setRMAItemAB(RMAItemAccessBean RMAItemAB)
Set the RMA item being accessed.
Parameters:
RMAitemAB - the RMA item access bean.

setRMAItemDenyReasonList

public void setRMAItemDenyReasonList(java.util.List RMAItemDenyReasonList)
Set the list of deny reasons applicable to this RMA item. For the first auto-approve logic command called, the list will be empty.
Parameters:
RMAItemDenyReasonList - List of deny reason ids applicable to this RMA item