com.ibm.commerce.payment.commands

Class DoRefundTestCmdImpl

    • Constructor Detail

      • DoRefundTestCmdImpl

        public DoRefundTestCmdImpl()
        Deprecated. 
        DoRefundTestCmdImpl default constructor.
    • Method Detail

      • reset

        public void reset()
        Deprecated. 
        Resets the instance variables of the command. The reset() method will reset all instance variables. If the command includes any output values that are accessible via getters, then make sure those values are no longer needed before calling this method to reset the instance variables of the command.

        This is useful if the command instance is to be called multiple times with different command parameters.

        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand
      • setErrorViewName

        public void setErrorViewName(java.lang.String sEVN)
        Deprecated. 
        Sets the error view to be used to report error. This overrides the default error view of the command.
        Specified by:
        setErrorViewName in interface DoRefundPolicyCmd
        Parameters:
        sEVN - the Error View name
        See Also:
        DoRefundPolicyCmd.ERRTASK_NAME
      • setOrder

        public void setOrder(OrderAccessBean ab)
        Deprecated. 
        Sets the order property of the command.
        Specified by:
        setOrder in interface DoRefundPolicyCmd
        Parameters:
        ab - the OrderAccessBean representing the Order associated with the Return Merchandise Authorization.
      • setRefundAmount

        public void setRefundAmount(java.math.BigDecimal refundAmount)
        Deprecated. 
        Sets the refundAmount property of the command.
        Specified by:
        setRefundAmount in interface DoRefundPolicyCmd
        Parameters:
        refundAmount - the amount to be refunded.
      • setRMA

        public void setRMA(RMAAccessBean ab)
        Deprecated. 
        Sets the RMA AccessBean representing the Return Merchandise Authorization record.
        Specified by:
        setRMA in interface DoRefundPolicyCmd
        Parameters:
        ab - the RMAAccessBean