<?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 : QuerySecurityCheck and SaveSecurityCheck</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : QuerySecurityCheck and SaveSecurityCheck</description>
  <pubDate>Tue, 28 Apr 2026 08:07:55 -700</pubDate>
  <lastBuildDate>Mon, 11 May 2009 12:29:22 -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=1095</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>QuerySecurityCheck and SaveSecurityCheck : When implementing IEntityServerFetching...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1095&amp;PID=4506#4506</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=370" rel="nofollow">sebma</a><br /><strong>Subject:</strong> 1095<br /><strong>Posted:</strong> 11-May-2009 at 12:29pm<br /><br />When implementing IEntityServerFetching and IEntityServerSaving interfaces,&nbsp;with their OnXxx methods called by Entityserver,&nbsp;is it then&nbsp;mandatory to run N-Tier BOS during development and testing?<DIV>&nbsp;</DIV><DIV>Thanks in advance.</DIV><DIV>Sebastian</DIV>]]>
   </description>
   <pubDate>Mon, 11 May 2009 12:29:22 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1095&amp;PID=4506#4506</guid>
  </item> 
  <item>
   <title>QuerySecurityCheck and SaveSecurityCheck :  Originally posted by sebma ...would...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1095&amp;PID=4505#4505</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=4" rel="nofollow">GregD</a><br /><strong>Subject:</strong> 1095<br /><strong>Posted:</strong> 11-May-2009 at 12:05pm<br /><br /><table width="99%"><tr><td class="BBquote"><strong><em>Originally posted by sebma</strong></em><br /><br /><DIV>...would like to know if QuerySecurityCheck and SaveSecurityCheck are fully supported </DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><DIV>QuerySecurityCheck and SaveSecurityCheck exist only in DevForce Classic.&nbsp; In current DevForce, the facilities provided in Classic by those methods are provided via IEntityServerFetching and IEntityServerSaving interfaces, respectively. By implementing these interfaces in your own class (deployed server-side) you gain the ability to intercept queries and saves, examine their content, and then take any desired actions including modifying&nbsp;or refusing the request.</DIV><DIV>&nbsp;</DIV><DIV>IEntityServerFetching mandates the implementation of an OnFetching method which receives an EntityServerFetchingEventArgs parameter. That parameter provides access to the submitted Query object, the authenticated Principal (user) who submitted it, and a Cancel property, among other things.</DIV><DIV>&nbsp;</DIV><DIV>Similarly, IEntityServerSaving mandates the implementation of an OnSaving method which receives an EntityServerSavingEventArgs parameter. That parameter provides access to the authenticated Principal (user) who submitted it, a Cancel property, and an EntityManager instance that contains all the entities submitted for the save.</DIV><DIV>&nbsp;</DIV><DIV>Incidentally, you also get IEntityServerFetched and IEntityServerSaved interfaces for after-the-fact server-side processing of queries and saves.</DIV><DIV>&nbsp;</DIV><DIV>Sorry, we don't yet have an example showing their use, but I think you will find it straightforward. Please post a question if not.</DIV></DIV>]]>
   </description>
   <pubDate>Mon, 11 May 2009 12:05:19 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1095&amp;PID=4505#4505</guid>
  </item> 
  <item>
   <title>QuerySecurityCheck and SaveSecurityCheck : Hello IdeaBlade support,  Coming...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1095&amp;PID=4503#4503</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=370" rel="nofollow">sebma</a><br /><strong>Subject:</strong> 1095<br /><strong>Posted:</strong> 11-May-2009 at 8:34am<br /><br />Hello IdeaBlade support,<DIV>&nbsp;</DIV><DIV>Coming back to this thread,&nbsp;I just installed DevForce v5.1.0, and would like to know if QuerySecurityCheck and SaveSecurityCheck are fully supported and if yes, is there a sample you can provide.</DIV><DIV>&nbsp;</DIV><DIV>Thanks all!</DIV>]]>
   </description>
   <pubDate>Mon, 11 May 2009 08:34:50 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1095&amp;PID=4503#4503</guid>
  </item> 
  <item>
   <title>QuerySecurityCheck and SaveSecurityCheck : QuerySecurityCheck and SaveSecurityCheck...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1095&amp;PID=3919#3919</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1095<br /><strong>Posted:</strong> 16-Feb-2009 at 12:34pm<br /><br />QuerySecurityCheck and SaveSecurityCheck are not actually supported in DevForce EF, so what you've found in the Developer's Guide is obsolete.<DIV>&nbsp;</DIV><DIV>Depending on your needs, you can provide the same features using property interception (using the partial BeforeGet, AfterGet, BeforeSet, AfterSet methods in the generated classes), client-side events&nbsp;on the EntityManager such as&nbsp;Fetching and&nbsp;Saving, server-side interfaces IEntityServerFetching and IEntityServerSaving, and also Verification.&nbsp;&nbsp; There's currently an instructional unit on Verification, with more samples coming in future releases.</DIV>]]>
   </description>
   <pubDate>Mon, 16 Feb 2009 12:34:12 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1095&amp;PID=3919#3919</guid>
  </item> 
  <item>
   <title>QuerySecurityCheck and SaveSecurityCheck : Hi all, I couldn&amp;#039;t seem...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1095&amp;PID=3917#3917</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=370" rel="nofollow">sebma</a><br /><strong>Subject:</strong> 1095<br /><strong>Posted:</strong> 16-Feb-2009 at 7:56am<br /><br /><P>Hi all,</P><DIV>I couldn't seem to find any&nbsp;API reference&nbsp;help&nbsp;for&nbsp;the&nbsp;2 virtual methods QuerySecurityCheck and SaveSecurityCheck mentioned in dev guide.</DIV><DIV>&nbsp;</DIV><DIV>Is there any general samples detailing how to use/override the 2 virtual methods?</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance!</DIV><DIV>Sebastian&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 16 Feb 2009 07:56:21 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1095&amp;PID=3917#3917</guid>
  </item> 
 </channel>
</rss>