com.ibm.commerce.order.commands

Interface GetOrderPaymentInfoCmd

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


    public interface GetOrderPaymentInfoCmd
    extends TaskCommand
    Obtains 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 this command interface.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The name of the default implementation class for this command interface.
        See Also:
        Constant Field Values
    • Method Detail

      • getOrderPaymentInfo

        TypedProperty getOrderPaymentInfo()
        Gets the payment information of the Order.
        Returns:
        TypedProperty.
      • Key: payment information name (String).
      • Value: payment information values (String[] ) .
      • setOrderId

        void setOrderId(java.lang.Long anOrderId)
        Sets the Order identifier.
        Parameters:
        anOrderId - the Order identifier.