You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/06/24 17:18:47 UTC

svn commit: r671208 - /ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml

Author: jleroux
Date: Tue Jun 24 08:18:46 2008
New Revision: 671208

URL: http://svn.apache.org/viewvc?rev=671208&view=rev
Log:
Removed <!-- FooBar services -->, is this needed ?

Modified:
    ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml?rev=671208&r1=671207&r2=671208&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml Tue Jun 24 08:18:46 2008
@@ -2016,49 +2016,3 @@
     </simple-method>
 </simple-methods>
 
-    <!-- FooBar services -->
-<!--
-    <simple-method method-name="createFooBar" short-description="Create FooBar">
-        <check-permission permission="FACILITY" action="_CREATE">
-            <fail-message message="Security Error: to run createFooBar you must have the FACILITY_CREATE or FACILITY_ADMIN permission"/>
-        </check-permission>
-        <check-errors/>
-
-        <make-value value-name="newEntity" entity-name="FooBar"/>
-        <set-pk-fields map-name="parameters" value-name="newEntity"/>
-        <set-nonpk-fields map-name="parameters" value-name="newEntity"/>
-
-        <create-value value-name="newEntity"/>
-    </simple-method>
-    <simple-method method-name="updateFooBar" short-description="Update FooBar">
-        <check-permission permission="FACILITY" action="_UPDATE">
-            <fail-message message="Security Error: to run updateFooBar you must have the FACILITY_UPDATE or FACILITY_ADMIN permission"/>
-        </check-permission>
-        <check-errors/>
-
-        <make-value value-name="lookupPKMap" entity-name="FooBar"/>
-        <set-pk-fields map-name="parameters" value-name="lookupPKMap"/>
-        <find-by-primary-key entity-name="FooBar" map-name="lookupPKMap" value-name="lookedUpValue"/>
-        <set-nonpk-fields map-name="parameters" value-name="lookedUpValue"/>
-        <store-value value-name="lookedUpValue"/>
-    </simple-method>
-    <simple-method method-name="deleteFooBar" short-description="Delete FooBar">
-        <check-permission permission="FACILITY" action="_DELETE">
-            <fail-message message="Security Error: to run deleteFooBar you must have the FACILITY_DELETE or FACILITY_ADMIN permission"/>
-        </check-permission>
-        <check-errors/>
-
-        <make-value value-name="lookupPKMap" entity-name="FooBar"/>
-        <set-pk-fields map-name="parameters" value-name="lookupPKMap"/>
-        <find-by-primary-key entity-name="FooBar" map-name="lookupPKMap" value-name="lookedUpValue"/>
-        <remove-value value-name="lookedUpValue"/>
-    </simple-method>
--->
-
-
-
-
-
-
-
-