com.ibm.commerce.payment.commands

Interface DoDepositCmd

  • All Superinterfaces:
    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:
    DoDepositCmdImpl

    Deprecated. 
    Replaced by FinalizePaymentCmd

    public interface DoDepositCmd
    extends TaskCommand
    The DoDepositCmd Task Command
    Please look at the default implementation, DoDepositCmdImpl, for more detail
    • 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
      • defaultCommandClassName

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

        static final java.lang.String ERRTASK_NAME
        Deprecated. 
        Name of the Error View for this command. The constant value of this field is "DoDepositErrorView".
        See Also:
        Constant Field Values
    • Method Detail

      • setDepositAmount

        void setDepositAmount(java.math.BigDecimal depositAmount)
        Deprecated. 
        Sets the depositAmount property of the command.
        Parameters:
        depositAmount - the amount to be deposited.
      • setOrder

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