com.ibm.commerce.returns.commands
Interface CalculateReturnAdjustmentPolicyCmd

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

public interface CalculateReturnAdjustmentPolicyCmd
extends BusinessPolicyCommand

Interface for the command used for calculating the adjustment for a return mechandise authorization (RMA) based on policy.


Field Summary
static java.lang.String COPYRIGHT
static java.lang.String defaultCommandClassName
static java.lang.String NAME
Method Summary
void setRMAAB(RMAAccessBean anRMAAB)
Set the RMA access bean which will have its adjustment updated.
Methods inherited from interface com.ibm.commerce.command.BusinessPolicyCommand
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
Field Detail

COPYRIGHT

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

defaultCommandClassName

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

NAME

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

setRMAAB

public void setRMAAB(RMAAccessBean anRMAAB)
Set the RMA access bean which will have its adjustment updated.
Parameters:
anRMAAB - The RMA access bean.

Feedback