com.ibm.commerce.returns.commands
Interface AutoApproveReturnItemPolicyCmd

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

Field Detail
public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
See Also:
Constant Field Values
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.

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.