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 e192080..b426f76 100644 --- a/service/tutorial/order/OrderServices.xml +++ b/service/tutorial/order/OrderServices.xml @@ -1,5 +1,5 @@ - + @@ -24,4 +24,172 @@ + + + + Service to get Person records for all females. + + + + + + + + + + + + + + + + + + Service to get all Person details with MarsMarried marital status. + + + + + + + + + + + + + + + + + Service to get all Order Header records of latest placed orders. + + + + + + + + + + + + + + + Service to get OrderHeader details for a given orderId + + + + + + + + + + + + + + + + + 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 customer Party Id, “CustJqp”. + + + + + + + + + + + + + + + Find all unique Order Parts with shipmentMethodEnumId value as “ShtMthGround” and facilityId as “ZIRET_WH”. + + + + + + + + + + + + + + \ No newline at end of file