From 295260e1e10e905eeb0eaa0e5b2268464b646b79 Mon Sep 17 00:00:00 2001 From: Nutan Shinde Date: Fri, 8 Dec 2023 17:54:51 +0530 Subject: [PATCH] assignment 3 --- component.xml | 3 +- service/order.rest.xml | 51 ++++++++ service/tutorial/order/OrderServices.xml | 151 +++++++++++++++++++++++ 3 files changed, 204 insertions(+), 1 deletion(-) create mode 100644 service/order.rest.xml diff --git a/component.xml b/component.xml index 7ecb3f0..3fa1704 100644 --- a/component.xml +++ b/component.xml @@ -1,5 +1,6 @@ - + + diff --git a/service/order.rest.xml b/service/order.rest.xml new file mode 100644 index 0000000..1f62d1d --- /dev/null +++ b/service/order.rest.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/service/tutorial/order/OrderServices.xml b/service/tutorial/order/OrderServices.xml index e192080..e95b202 100644 --- a/service/tutorial/order/OrderServices.xml +++ b/service/tutorial/order/OrderServices.xml @@ -20,8 +20,159 @@ + + + + + + + Find all Person records for all females. + + + + + + + + + + + + + + List the Person details with MarsMarried marital status. + + + + + + + + + + + + + + Find all Order Header records so that the latest placed order appears at the top. + + + + + + + + + + + + + Service to get OrderHeader records based on the given OrderId. + + + + + + + + + + + + + + + + + Find all Order Header records with the grandTotal greater than 50. + + + + + + + + + + + + + + List all Order Item details for the order with orderId, 100102 and orderPartSeqId, 01. + + + + + + + + + + + + + + + Find all Order Parts with partTotal less than equals to 20. + + + + + + + + + + + + + + Find all Order Part records assigned to the facility with ZIRET_WH value + + + + + + + + + + + + + + + + + + Find the count of order parts for the customerPartyId, “CustJqp”. + + + + + + + + + + + + + + Find all unique Order Parts with shipmentMethodEnumId value as “ShtMthGround” and facilityId as “ZIRET_WH”. + + + + + + + + + + + \ No newline at end of file