com.ibm.commerce.order.commands

Interface CheckPaymentTCsCmd

  • 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:
    CheckPaymentTCsCmdImpl


    public interface CheckPaymentTCsCmd
    extends TaskCommand
    This command checks account, spending limit and purchase order number
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The name of the Command Interface class.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name is "CheckPaymentTCsCmdImpl" .
        See Also:
        Constant Field Values
    • Method Detail

      • setOrder

        void setOrder(OrderAccessBean bean)
        This method sets the order access bean associated with this command.
        Parameters:
        bean - The OrderAccessBean that corresponds to the order associated with this request
      • setPONumber

        void setPONumber(java.lang.String sPONumber)
        This method sets the purchase order number.
        Parameters:
        sPONumber - The purchase order number specified by the buyer