com.ibm.commerce.returns.commands
Interface AutoApproveReturnItemPolicyCmd

All Superinterfaces:
BusinessPolicyCommand, ECCommand, TaskCommand
All Known Implementing Classes:
AutoApproveReturnItemByDaysPolicyCmdImpl

public interface AutoApproveReturnItemPolicyCmd
extends BusinessPolicyCommand

Interface for the command used for determining if a return mechandise authorization (RMA) item may be approved programatically (policy).


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 java.util.List getRMAItemDenyReasonList()
          Get the list of deny reasons for this RMA item.
 void setRMAItemAB(RMAItemAccessBean RMAItemAB)
          Set the RMA item being accessed.
 void setRMAItemDenyReasonList(java.util.List RMAItemDenyReasonList)
          Set the list of deny reason codes for this RMA item.
 
Methods inherited from interface com.ibm.commerce.command.BusinessPolicyCommand
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
 
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()
Get the list of deny reasons for this RMA item.
Returns:
The list of RMA item deny reasons.

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 reason codes for this RMA item.
Parameters:
RMAItemDenyReasonList - The list of deny reason codes applicable to this RMA item.