com.ibm.commerce.payment.commands

Interface GetOrderDescCmd

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


    public interface GetOrderDescCmd
    extends TaskCommand
    The GetOrderDescCmd Task Command constructs a human readable description of the order suitable for display by a wallet application that runs on the shopper's machine.
    • Field Detail

      • COPYRIGHT

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

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

      • getReturnData

        byte[] getReturnData()
        Returns the byte Array containing a detail description of the order suitable for display by a wallet application running on the shopper's machine.
        Returns:
        the byte Array containing a detail description of the order
      • setOrderId

        void setOrderId(java.lang.Long orderId)
        Sets the orderId property of the command.
        Parameters:
        orderId - the order reference number of the Order for which the detail order description is to be prepared.