You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/02/12 11:50:17 UTC

svn commit: r1782660 - /ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services.xml

Author: deepak
Date: Sun Feb 12 11:50:17 2017
New Revision: 1782660

URL: http://svn.apache.org/viewvc?rev=1782660&view=rev
Log:
Fixed: Remove sales order item fact related services from order component. As SalesOrderItemFact entity define in bi component so these services should reside in bi component (OFBIZ-9213)

Modified:
    ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services.xml?rev=1782660&r1=1782659&r2=1782660&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services.xml Sun Feb 12 11:50:17 2017
@@ -1219,21 +1219,6 @@ under the License.
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
 
-    <service name="createSalesOrderItemFact" default-entity-name="SalesOrderItemFact" engine="entity-auto" invoke="create" auth="true">
-        <description>Create a SalesOrderItemFact</description>
-        <auto-attributes include="pk" mode="IN" optional="false"/>
-        <auto-attributes include="nonpk" mode="IN" optional="true"/>
-    </service>
-    <service name="updateSalesOrderItemFact" default-entity-name="SalesOrderItemFact" engine="entity-auto" invoke="update" auth="true">
-        <description>Update a SalesOrderItemFact</description>
-        <auto-attributes include="pk" mode="IN" optional="false"/>
-        <auto-attributes include="nonpk" mode="IN" optional="true"/>
-    </service>
-    <service name="deleteSalesOrderItemFact" default-entity-name="SalesOrderItemFact" engine="entity-auto" invoke="delete" auth="true">
-        <description>Delete a SalesOrderItemFact</description>
-        <auto-attributes include="pk" mode="IN" optional="false"/>
-    </service>
-
     <!-- ProductOrderItem services -->
     <service name="createProductOrderItem" default-entity-name="ProductOrderItem" engine="entity-auto" invoke="create" auth="true">
         <description>Create a ProductOrderItem</description>