com.ibm.commerce.payment.commands

Interface DoCancelPolicyCmd

  • 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:
    DoCancelCLCmdImpl, DoCancelTestCmdImpl

    Deprecated. 

    public interface DoCancelPolicyCmd
    extends BusinessPolicyCommand
    The DoCancelPolicyCmd Policy Command

    This command is called by the DoCancelCmdImpl Task command to perform payment cancellation for the payment policy used for the order.

    See Also:
    DoCancelCLCmdImpl, DoCancelPMCmdImpl
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        Deprecated. 
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        Deprecated. 
        The name of this command.
        See Also:
        Constant Field Values
      • ERRTASK_NAME

        static final java.lang.String ERRTASK_NAME
        Deprecated. 
        Name of the default error view for this command. The constant value of this field is "DoCancelErrorView".
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        Deprecated. 
        The default implementation of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • setErrorViewName

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

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