From 264b2424c921a1a978d44572981058679865c8ff Mon Sep 17 00:00:00 2001 From: Nishtha Jain Date: Wed, 21 Feb 2024 18:53:38 +0530 Subject: [PATCH 01/12] created service tutorial.order.OrderServices.get#FemalePersons --- service/tutorial/order/OrderServices.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/service/tutorial/order/OrderServices.xml b/service/tutorial/order/OrderServices.xml index e192080..9f84eeb 100644 --- a/service/tutorial/order/OrderServices.xml +++ b/service/tutorial/order/OrderServices.xml @@ -24,4 +24,22 @@ + + + Service to get Person records for all females. + + + + + + + + + + + + + + + \ No newline at end of file From cb1f2ca9468b54f7cd89d06198fddfac073eb4ff Mon Sep 17 00:00:00 2001 From: Nishtha Jain Date: Wed, 21 Feb 2024 18:58:13 +0530 Subject: [PATCH 02/12] created service tutorial.order.OrderServices.get#Persons --- service/tutorial/order/OrderServices.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/service/tutorial/order/OrderServices.xml b/service/tutorial/order/OrderServices.xml index 9f84eeb..f6a5bb5 100644 --- a/service/tutorial/order/OrderServices.xml +++ b/service/tutorial/order/OrderServices.xml @@ -24,6 +24,7 @@ + Service to get Person records for all females. @@ -42,4 +43,21 @@ + + + Service to get all Person details with MarsMarried marital status. + + + + + + + + + + + + + + \ No newline at end of file From 7c4a3ee6d6208866a3ef980af398b7129c604cd8 Mon Sep 17 00:00:00 2001 From: Nishtha Jain Date: Wed, 21 Feb 2024 19:00:38 +0530 Subject: [PATCH 03/12] created service tutorial.order.OrderServices.get#LatestOrders --- service/tutorial/order/OrderServices.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/service/tutorial/order/OrderServices.xml b/service/tutorial/order/OrderServices.xml index f6a5bb5..e712e7c 100644 --- a/service/tutorial/order/OrderServices.xml +++ b/service/tutorial/order/OrderServices.xml @@ -60,4 +60,20 @@ + + + Service to get all Order Header records of latest placed orders. + + + + + + + + + + + + + \ No newline at end of file From b34f6921a86894f570070cb357028b19beec7d7e Mon Sep 17 00:00:00 2001 From: Nishtha Jain Date: Wed, 21 Feb 2024 19:03:24 +0530 Subject: [PATCH 04/12] created service tutorial.order.OrderServices.get#Order --- service/tutorial/order/OrderServices.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/service/tutorial/order/OrderServices.xml b/service/tutorial/order/OrderServices.xml index e712e7c..a17064b 100644 --- a/service/tutorial/order/OrderServices.xml +++ b/service/tutorial/order/OrderServices.xml @@ -75,5 +75,22 @@ + + + Service to get OrderHeader details for a given orderId + + + + + + + + + + + + + + \ No newline at end of file From 2277355e5072e959aba9e7debd841548c93ea46e Mon Sep 17 00:00:00 2001 From: Nishtha Jain Date: Wed, 21 Feb 2024 19:07:09 +0530 Subject: [PATCH 05/12] created service tutorial.order.OrderServices.get#OrderHeader --- service/tutorial/order/OrderServices.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/service/tutorial/order/OrderServices.xml b/service/tutorial/order/OrderServices.xml index a17064b..46dd306 100644 --- a/service/tutorial/order/OrderServices.xml +++ b/service/tutorial/order/OrderServices.xml @@ -93,4 +93,21 @@ + + + all Order Header records with the grandTotal greater than 50. + + + + + + + + + + + + + + \ No newline at end of file From 46ee72a9c7f7325549d0320ac6ef073f50cabd92 Mon Sep 17 00:00:00 2001 From: Nishtha Jain Date: Wed, 21 Feb 2024 19:08:25 +0530 Subject: [PATCH 06/12] created service tutorial.order.OrderServices.get#OrderItems --- service/tutorial/order/OrderServices.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/service/tutorial/order/OrderServices.xml b/service/tutorial/order/OrderServices.xml index 46dd306..37fbee0 100644 --- a/service/tutorial/order/OrderServices.xml +++ b/service/tutorial/order/OrderServices.xml @@ -110,4 +110,23 @@ + + + List all Order Item details for the order with orderId, 100102 and orderPartSeqId, 01. + + + + + + + + + + + + + + + + \ No newline at end of file From 9712e830c0e384a35c61c2bd5fccd73cffe22794 Mon Sep 17 00:00:00 2001 From: Nishtha Jain Date: Wed, 21 Feb 2024 19:09:21 +0530 Subject: [PATCH 07/12] created service tutorial.order.OrderServices.get#OrderParts --- service/tutorial/order/OrderServices.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/service/tutorial/order/OrderServices.xml b/service/tutorial/order/OrderServices.xml index 37fbee0..851e128 100644 --- a/service/tutorial/order/OrderServices.xml +++ b/service/tutorial/order/OrderServices.xml @@ -129,4 +129,17 @@ + + Find all Order Parts with partTotal less than equals to 20. + + + + + + + + + + + \ No newline at end of file From 17e5f1600b619c7ea55f9173429b3d52272e608b Mon Sep 17 00:00:00 2001 From: Nishtha Jain Date: Wed, 21 Feb 2024 19:10:24 +0530 Subject: [PATCH 08/12] created service tutorial.order.OrderServices.get#OrderPartData --- service/tutorial/order/OrderServices.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/service/tutorial/order/OrderServices.xml b/service/tutorial/order/OrderServices.xml index 851e128..d5253c6 100644 --- a/service/tutorial/order/OrderServices.xml +++ b/service/tutorial/order/OrderServices.xml @@ -142,4 +142,24 @@ + + Find all Order Part records assigned to the facility with ZIRET_WH value. + + + + + + + + + + + + + + + + + + \ No newline at end of file From e5325fbf852b1687e82df3cc17e356c5b4be4d72 Mon Sep 17 00:00:00 2001 From: Nishtha Jain Date: Wed, 21 Feb 2024 19:11:24 +0530 Subject: [PATCH 09/12] created service tutorial.order.OrderServices.get#OrderPartsCount --- service/tutorial/order/OrderServices.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/service/tutorial/order/OrderServices.xml b/service/tutorial/order/OrderServices.xml index d5253c6..84866c8 100644 --- a/service/tutorial/order/OrderServices.xml +++ b/service/tutorial/order/OrderServices.xml @@ -162,4 +162,19 @@ + + Find the count of order parts for the customer Party Id, “CustJqp”. + + + + + + + + + + + + + \ No newline at end of file From 3fcab879ec5a51110c4f632aefbb9de9df52f46b Mon Sep 17 00:00:00 2001 From: Nishtha Jain Date: Wed, 21 Feb 2024 19:12:46 +0530 Subject: [PATCH 10/12] created service tutorial.order.OrderServices.get#OrderPartsInfo --- service/tutorial/order/OrderServices.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/service/tutorial/order/OrderServices.xml b/service/tutorial/order/OrderServices.xml index 84866c8..e49e6a8 100644 --- a/service/tutorial/order/OrderServices.xml +++ b/service/tutorial/order/OrderServices.xml @@ -177,4 +177,20 @@ + + Find all unique Order Parts with shipmentMethodEnumId value as “ShtMthGround” and facilityId as “ZIRET_WH”. + + + + + + + + + + + + + + \ No newline at end of file From a4ab3cb7d1ad5c33bc1239aa662da4577359f984 Mon Sep 17 00:00:00 2001 From: Nishtha Jain Date: Thu, 22 Feb 2024 12:50:26 +0530 Subject: [PATCH 11/12] updation in component.xml and OrderServices.xml --- component.xml | 3 ++- service/tutorial/order/OrderServices.xml | 7 +++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/component.xml b/component.xml index 7ecb3f0..ec45820 100644 --- a/component.xml +++ b/component.xml @@ -1,5 +1,6 @@ - + + diff --git a/service/tutorial/order/OrderServices.xml b/service/tutorial/order/OrderServices.xml index e49e6a8..7b69cc4 100644 --- a/service/tutorial/order/OrderServices.xml +++ b/service/tutorial/order/OrderServices.xml @@ -1,5 +1,5 @@ - + @@ -89,7 +89,6 @@ - @@ -148,16 +147,16 @@ - + + - From 3602b2afdb2597bd9ff8818e46a0ac9ccd8ab779 Mon Sep 17 00:00:00 2001 From: Nishtha Jain Date: Mon, 11 Mar 2024 17:39:55 +0530 Subject: [PATCH 12/12] updated service get#LatestOrders --- service/tutorial/order/OrderServices.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/tutorial/order/OrderServices.xml b/service/tutorial/order/OrderServices.xml index 7b69cc4..b426f76 100644 --- a/service/tutorial/order/OrderServices.xml +++ b/service/tutorial/order/OrderServices.xml @@ -65,11 +65,11 @@ Service to get all Order Header records of latest placed orders. - + - +