Author: jacopoc
Date: Tue Mar 18 20:58:36 2008
New Revision: 638697
URL:
http://svn.apache.org/viewvc?rev=638697&view=revLog:
Added missing service and screen definitions.
Modified:
ofbiz/trunk/framework/entityext/servicedef/services.xml
ofbiz/trunk/framework/webtools/widget/AvailableServicesScreens.xml
Modified: ofbiz/trunk/framework/entityext/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entityext/servicedef/services.xml?rev=638697&r1=638696&r2=638697&view=diff==============================================================================
--- ofbiz/trunk/framework/entityext/servicedef/services.xml (original)
+++ ofbiz/trunk/framework/entityext/servicedef/services.xml Tue Mar 18 20:58:36 2008
@@ -207,6 +207,10 @@
<description>Delete EntitySyncHistory</description>
<auto-attributes include="pk" mode="IN" optional="false"/>
</service>
+ <service name="updateOfflineEntitySync" engine="java"
+ location="org.ofbiz.entityext.synchronization.EntitySyncServices" invoke="updateOfflineEntitySync" auth="true">
+ <description>Not implemented.</description>
+ </service>
<service name="cleanSyncRemoveInfo" engine="java"
location="org.ofbiz.entityext.synchronization.EntitySyncServices" invoke="cleanSyncRemoveInfo" auth="true" transaction-timeout="600">
Modified: ofbiz/trunk/framework/webtools/widget/AvailableServicesScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/AvailableServicesScreens.xml?rev=638697&r1=638696&r2=638697&view=diff==============================================================================
--- ofbiz/trunk/framework/webtools/widget/AvailableServicesScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/AvailableServicesScreens.xml Tue Mar 18 20:58:36 2008
@@ -45,4 +45,23 @@
</widgets>
</section>
</screen>
+ <screen name="ServiceEcaDetail">
+ <section>
+ <actions>
+ <set field="titleProperty" value="WebtoolsServiceReference"/>
+ <set field="appButtonItem" value="service"/>
+ <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
+ </actions>
+ <widgets>
+ <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
+ <decorator-section name="body">
+ <section>
+ <widgets>
+ </widgets>
+ </section>
+ </decorator-section>
+ </decorator-screen>
+ </widgets>
+ </section>
+ </screen>
</screens>