com.ibm.commerce.returns.commands
Interface ApproveRefundPolicyCmd

All Superinterfaces:
BusinessPolicyCommand, TaskCommand
All Known Implementing Classes:
ApproveRefundAlwaysPolicyCmdImpl

public interface ApproveRefundPolicyCmd
extends BusinessPolicyCommand

Interface for the command used for checking to see if the refund for a return mechandise authorization (RMA) and its items is approved (policy). This check is performed just before the actual refund (DoRefund) is made.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 boolean isApproved()
          Returns whether the refund is approved or not.
 void setRMAAB( RMAAccessBean anRMAAB)
          Set the RMA for which the refund is being requested.
 void setRMAItemABs(java.util.List RMAItemABs)
          Set the RMA items being refunded.
 
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

isApproved

public boolean isApproved()
Returns whether the refund is approved or not.
Returns:
true if the refund is approved; false otherwise.

setRMAAB

public void setRMAAB(RMAAccessBean anRMAAB)
Set the RMA for which the refund is being requested.
Parameters:
anRMAAB - The RMA access bean.

setRMAItemABs

public void setRMAItemABs(java.util.List RMAItemABs)
Set the RMA items being refunded.