com.ibm.commerce.order.commands

Interface SetOrderPaymentInfoCmd

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


    public interface SetOrderPaymentInfoCmd
    extends TaskCommand
    Sets the payment information of an order.
    • 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.
        See Also:
        Constant Field Values
    • Method Detail

      • setOrderId

        void setOrderId(java.lang.Long anOrderId)
        Sets the order identifier for which payment information is being set.
        Parameters:
        anOrderId - order id.
      • setOrderPaymentInfo

        void setOrderPaymentInfo(java.util.Hashtable ahshOrderPaymentInfo)
        Sets the payment information name-value pairs.
        Parameters:
        ahshOrderPaymentInfo - order payment info.