com.ibm.commerce.payment.commands

Class DoCancelTestCmdImpl

    • Constructor Detail

      • DoCancelTestCmdImpl

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

      • 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 DoCancelPolicyCmd
        Parameters:
        sEVN - the Error View name
        See Also:
        DoCancelPolicyCmd.ERRTASK_NAME
      • setOrder

        public void setOrder(OrderAccessBean abOrder)
        Deprecated. 
        Sets the order property of the command.
        Specified by:
        setOrder in interface DoCancelPolicyCmd
        Parameters:
        abOrder - the OrderAccessBean representing the Order whose payment is to be canceled.