<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Apex &#8220;Deep Clone&#8221; Controller</title>
	<atom:link href="http://blog.jeffdouglas.com/2009/11/19/apex-deep-clone-controller/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffdouglas.com/2009/11/19/apex-deep-clone-controller/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=apex-deep-clone-controller</link>
	<description>Get your head out of your #@! and into the clouds!</description>
	<lastBuildDate>Fri, 10 Sep 2010 10:10:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2009/11/19/apex-deep-clone-controller/comment-page-1/#comment-1757</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Wed, 08 Sep 2010 15:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=1710#comment-1757</guid>
		<description>@Stephan, glad to hear it helped!</description>
		<content:encoded><![CDATA[<p>@Stephan, glad to hear it helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://blog.jeffdouglas.com/2009/11/19/apex-deep-clone-controller/comment-page-1/#comment-1756</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Wed, 08 Sep 2010 15:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=1710#comment-1756</guid>
		<description>Jeff,
Just want to say thanks for sharing -- I came across this page (w/source code), and with a little modification was able to re-purpose to knock of an item on my to-do list.

S</description>
		<content:encoded><![CDATA[<p>Jeff,<br />
Just want to say thanks for sharing &#8212; I came across this page (w/source code), and with a little modification was able to re-purpose to knock of an item on my to-do list.</p>
<p>S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2009/11/19/apex-deep-clone-controller/comment-page-1/#comment-1724</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Thu, 02 Sep 2010 11:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=1710#comment-1724</guid>
		<description>@Neil, you&#039;ll probably want to set up a test case that throws an error and asserts that the records were rolled back (i.e., query for the records and assert that none were found) and assert that the page messages contained the specified error from the Exception.</description>
		<content:encoded><![CDATA[<p>@Neil, you&#8217;ll probably want to set up a test case that throws an error and asserts that the records were rolled back (i.e., query for the records and assert that none were found) and assert that the page messages contained the specified error from the Exception.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://blog.jeffdouglas.com/2009/11/19/apex-deep-clone-controller/comment-page-1/#comment-1723</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Thu, 02 Sep 2010 11:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=1710#comment-1723</guid>
		<description>Hi,

Im getting only 84% test coverage. I want 100%. The problem code is:
 catch (Exception e){
             // roll everything back in case of error
            Database.rollback(sp);
            ApexPages.addMessages(e);
            return null;
Any suggestions?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Im getting only 84% test coverage. I want 100%. The problem code is:<br />
 catch (Exception e){<br />
             // roll everything back in case of error<br />
            Database.rollback(sp);<br />
            ApexPages.addMessages(e);<br />
            return null;<br />
Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Douglas</title>
		<link>http://blog.jeffdouglas.com/2009/11/19/apex-deep-clone-controller/comment-page-1/#comment-1134</link>
		<dc:creator>Jeff Douglas</dc:creator>
		<pubDate>Thu, 22 Jul 2010 10:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=1710#comment-1134</guid>
		<description>@Don, it&#039;s essentially the same concept. Here are some details: http://community.salesforce.com/t5/Apex-Code-Development/Trigger-to-clone-opportunity-and-opportunity-products/m-p/117353</description>
		<content:encoded><![CDATA[<p>@Don, it&#8217;s essentially the same concept. Here are some details: <a href="http://community.salesforce.com/t5/Apex-Code-Development/Trigger-to-clone-opportunity-and-opportunity-products/m-p/117353" rel="nofollow">http://community.salesforce.com/t5/Apex-Code-Development/Trigger-to-clone-opportunity-and-opportunity-products/m-p/117353</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don.at.RWD</title>
		<link>http://blog.jeffdouglas.com/2009/11/19/apex-deep-clone-controller/comment-page-1/#comment-1096</link>
		<dc:creator>Don.at.RWD</dc:creator>
		<pubDate>Mon, 19 Jul 2010 14:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffdouglas.com/?p=1710#comment-1096</guid>
		<description>This is great, thanks for sharing.  

How difficult would it be to extend this to deep clone Opportunities?</description>
		<content:encoded><![CDATA[<p>This is great, thanks for sharing.  </p>
<p>How difficult would it be to extend this to deep clone Opportunities?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
