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
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
public boolean isApproved()
public void setRMAAB(RMAAccessBean anRMAAB)
public void setRMAItemABs(java.util.List RMAItemABs)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.