<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Invoking Server Side Methods</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Invoking Server Side Methods</description>
  <pubDate>Sun, 12 Apr 2026 16:32:40 -700</pubDate>
  <lastBuildDate>Tue, 20 Jul 2010 19:57:12 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1980</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Invoking Server Side Methods : Take a look at the EntityServerSaveInterceptor....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1980&amp;PID=7713#7713</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 1980<br /><strong>Posted:</strong> 20-Jul-2010 at 7:57pm<br /><br /><P>Take a look at the EntityServerSaveInterceptor.&nbsp; You can examine the objects that are being saved there and add any other records to the transaction.</P>]]>
   </description>
   <pubDate>Tue, 20 Jul 2010 19:57:12 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1980&amp;PID=7713#7713</guid>
  </item> 
  <item>
   <title>Invoking Server Side Methods : You will need to use the InvokeServerMethod...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1980&amp;PID=7697#7697</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 1980<br /><strong>Posted:</strong> 20-Jul-2010 at 2:14pm<br /><br />You will need to use the InvokeServerMethod method of the EntityManager.&nbsp; There is a synchronous and asynchronous version of this method.]]>
   </description>
   <pubDate>Tue, 20 Jul 2010 14:14:44 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1980&amp;PID=7697#7697</guid>
  </item> 
  <item>
   <title>Invoking Server Side Methods : I understand that classes like...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1980&amp;PID=7692#7692</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=202" rel="nofollow">BillG</a><br /><strong>Subject:</strong> 1980<br /><strong>Posted:</strong> 20-Jul-2010 at 6:52am<br /><br />I understand that classes like CustomerViewModel sit on the client side and are invoked for things like retrieving customers to display in a grid or a single customer to display in a form. <DIV></DIV><DIV>&nbsp;</DIV><DIV>When I save a customer record, I would like to recalculate his balance just to ensure that it is up to date. To do this I will loop through the customers charges and payments and get a balance. I don't want to bring any records down to the client to do this, I would like to do this on the server. So I am thinking that I will have a CalculateBalance method on the server side that will do the above and update the balance in the customer table in the database.</DIV><DIV>&nbsp;</DIV><DIV>How will this method get invoked?</DIV><DIV>&nbsp;</DIV><DIV>I am assuming my view class will call a routine in the ViewModel and then the ViewModel will pass the call to the server.</DIV><DIV>&nbsp;</DIV><DIV>Bill</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 20 Jul 2010 06:52:48 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1980&amp;PID=7692#7692</guid>
  </item> 
 </channel>
</rss>