给定一个客户,检索所有相关订单的详细信息。
Given a customer, retrieve all the associated order details.
考虑到一个组件负责检索一个订单的详细信息,给定orderID作为输入。
Consider a component whose responsibility is to retrieve the details of an order, given the order id as an input.
现在,如果与此订单的详细信息有关的数据在server3上不可用,那么它就只好自行获取这些数据。
Now, if the data related to order detail is not available to server3, then all it has to do is fetch that data.
此用例代表一个短时间运行的流程,此流程验证所提交的订单的详细信息,并存储新订单,准备供后续处理。
This use case represents a short-running process that validates the details of a submitted order and stores the new order ready for onward processing.
但是由于server1和server 2繁忙,与该订单的详细信息有关的后续请求都被发送到了server3上。
But the subsequent request related to order detail goes to server3, because server1 and server2 are busy.
在购买者提交订单之前,代理商与每个供应商联系以获取相应产品的报价,且每个供应商将返回该产品的详细信息。
Before a buyer submits an order, the agent communicates with each supplier for a product quote, and each supplier returns the detailed information about the product in its inventory.
这样,需要使用每个客户的配送详细信息充实订单请求消息,以便分派步骤包含取得成功所需的所有信息。
Thus, the order request message needs to be enriched with each customer's shipping details so the dispatch step has all the information it needs to succeed.
客户可以打开帐号,浏览要购买的产品,查看产品详细信息、并下订单。
Customers can open accounts, browse for items to purchase, view product details, and place orders.
提取了所有货物后,将处理客户的支付,系统将显示运输详细信息,以便订单提货员派送物品。
Once all items have been picked, the customer's payment is processed and the system displays the shipping details to enable the order picker to dispatch the items.
返回客户和所有相关的订单(但也不含详细信息)。
Return the customer and all associated orders (but again, no details).
订单表格中的每一行都与详细信息表格中的多条记录关联,如图5 所示。
Each row in the order table can be associated with multiple records in the details table, as shown in Figure 5.
每项订单的数量都通过加总相关详细信息记录的列计算得出。
The amount of each order is computed by summing the amount column of the associated details records.
查找工作台将缓存查询结果并根据OrderID输入链接中的订单ID对缓存的订单详细信息执行查找操作。
The lookup stage caches the query result and performs the lookup operations on the cached order details based on the order IDs from the OrderID input link.
查找工作台将缓存查询结果并根据OrderID输入链接中的订单ID对缓存的订单详细信息执行查找操作。
The lookup stage caches the query result and performs the lookup operations on the cached order details based on the order IDs from the OrderID input link.
应用推荐