com.ibm.commerce.negotiation.commands

Class DoDepositPaymentCmdImpl

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DoDepositPaymentCmdImpl

        public DoDepositPaymentCmdImpl()
        DoDepositPaymentCmdImpl constructor comment.
    • Method Detail

      • handleDeposit

        public static void handleDeposit(BidAccessBean bid,
                                         java.math.BigDecimal amount,
                                         boolean refund,
                                         CommandContext cmdcontxt)
                                  throws ECException
        Calls the DoDepositPaymentCmd task command to handle auction deposits.
        Parameters:
        bid - com.ibm.commerce.negotiation.objects.BidAccessBean
        amount - java.math.BigDecimal
        refund - boolean
        cmdContext - CommandContext
        Throws:
        java.lang.Exception - The exception description.
        ECException