返回订单id。
User creates the order (generates unique order ID).
用户创建订单(生成惟一的订单ID)。
The output displays the order ID (see Figure 2).
输出将显示订单ID(请参见图2)。
User queries the order details (based on order ID).
用户查询订单细节(基于订单ID)。
The job performs a database query for each order ID.
作业对各订单id执行一次数据库查询。
It just prints the order ID that is sent to the service.
仅打印发送到服务的订单id。
Next, the order ID needs to be received by the OrderDetail portlet.
接下来,OrderDetailportlet需要接受顺序ID。
It fetches the details of the order ID and displays them for the user.
它获取了顺序id的细节信息并为用户显示出这些信息。
GetOrder returns a single order data based on the specified order ID.
getOrder根据指定的订单id返回订单数据。
You add a customer name, while the order ID is automatically generated.
客户名需手动添加,订单ID自动生成。
It also USES the vendor name and the order ID for the detail requirements.
它还为detail的需要使用了商家名以及订单id。
A user can select an order ID of a month to view its order and tracking details.
用户可以选择一个月的顺序id,以查看它的顺序和追踪细节信息。
The order id, district and warehouse are constant for all items in the list.
对于列表中的所有产品,订单id、地区和仓库是不变的。
It displays the XML elements containing the order data for the order ID ORD01.
它显示的XML元素包含了订单id为ORD01的订单的数据。
Retrieve the next order id and the district tax rate for the customers district.
获取下一个订单id和客户所在地区的地区税率。
The returned new document contains the parent (customer) ID and its own order ID.
返回的新文档将包含父(客户)ID及其自己的订单id。
When that portlet receives the order ID, the order Details portlet processes the event.
当该portlet接受顺序id时,OrderDetails portlet会处理事件。
Increment the next order id for the customers district for subsequent transactions.
增加客户所在地区的下一个订单id,以便用于随后的事务。
The service component has a method that processes the order and prints the order ID.
服务组件具有处理订单和打印订单id的方法。
The customer name is added using the POST request method, while the order ID is generated.
客户名使用POST请求方法添加,而订单id则是生成的。
You are also given an order ID of some kind that allows you to check the status of the order.
你也可能会得到一个某种类型的订单号,这样你就可以检查订单的状态。
In Listing 5, you have a standard primary key column called PO_ID (that is, purchase order ID).
在清单5中,您有一个称为PO_ID的标准主键列(即订单id)。
The latest order of the customer is determined by selecting the highest order id for that customer.
通过选择该客户的最高订单id,确定最近的订单。
This event is processed by the OrderDetails portlet that shows the order details for the selected order ID.
该事件会由显示被选中顺序 ID细节信息的OrderDetailsportlet处理的。
This Web service processes or validates the order placed by a customer and returns the unique order ID.
该Web服务处理或验证客户所下的订单,并返回唯一的订单 ID。
Therefore, in this example, the customer ID as well as the order ID is required to find a specific order.
所以,在该例中,客户ID以及订单 ID是查找特定订单所必需的。
The connector queries the order detail based on the order ID and returns the query result to the lookup stage.
连接器将根据订单ID查询订单详细信息并将查询结果返回给查找工作台。
The data identifying the client includes at least one of a transaction ID, merchant ID, user ID and order ID.
用于识别所述客户端的数据至少包括交易ID、商户ID、用户ID和订单ID之一。
Consider a component whose responsibility is to retrieve the details of an order, given the order id as an input.
考虑到一个组件负责检索一个订单的详细信息,给定order ID作为输入。
The goal of the processOrder method is to process the order placed by the customer and return the unique order ID.
processOrder方法的目的是处理客户所下的订单,并返回唯一的订单ID。
应用推荐