com.ibm.commerce.returns.commands

Interface CalculateReturnAdjustmentPolicyCmd

  • All Superinterfaces:
    BusinessPolicyCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    CalculateReturnAdjustmentNonePolicyCmdImpl


    public interface CalculateReturnAdjustmentPolicyCmd
    extends BusinessPolicyCommand
    Interface for the command used for calculating the adjustment for a return merchandise authorization (RMA) based on policy.
    • Method Detail

      • setRMAAB

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