<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to ViewUtil</title><link>https://sourceforge.net/p/oaftoolkit/wiki/ViewUtil/</link><description>Recent changes to ViewUtil</description><atom:link href="https://sourceforge.net/p/oaftoolkit/wiki/ViewUtil/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 22 May 2014 14:30:45 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/oaftoolkit/wiki/ViewUtil/feed" rel="self" type="application/rss+xml"/><item><title>ViewUtil modified by Barry Goodsell</title><link>https://sourceforge.net/p/oaftoolkit/wiki/ViewUtil/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,5 @@
-Package [com.oaframework.toolkit.util](:Category:Utilities) 
+# ViewUtil 
+Package [com.oaframework.toolkit.common.util]

 [TOC]

@@ -12,14 +13,13 @@

 ## getNumberAttributeArray()

-Returns a {{JboDomain|Number}} Array that represents a "vertical" slice of data from a VO. 
+Returns a [oracle.jbo.domain.Number] Array that represents a "vertical" slice of data from a VO. 

 ## getStringAttributeArray()

-Returns a [[String](http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html)] Array that represents a "vertical" slice of data from a VO. 
+Returns a [java.lang.String] Array that represents a "vertical" slice of data from a VO. 

 ## getDateAttributeArray()

-Returns a {{JboDomain|Date}} Array that represents a "vertical" slice of data from a VO. 
+Returns a [oracle.jbo.domain.Date] Array that represents a "vertical" slice of data from a VO. 

-[Category:Utilities] 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Barry Goodsell</dc:creator><pubDate>Thu, 22 May 2014 14:30:45 -0000</pubDate><guid>https://sourceforge.net4128e420504222a9385d0152b64c4decb545d1d6</guid></item><item><title>ViewUtil modified by Barry Goodsell</title><link>https://sourceforge.net/p/oaftoolkit/wiki/ViewUtil/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -12,7 +12,7 @@

 ## getNumberAttributeArray()

-Returns a [[oracle.jbo.domain.Number](http://download-west.oracle.com/otn_hosted_doc/jdeveloper/904preview/bc4jdomorcldoc/oracle/jbo/domain/Number.html)] Array that represents a "vertical" slice of data from a VO. 
+Returns a {{JboDomain|Number}} Array that represents a "vertical" slice of data from a VO. 

 ## getStringAttributeArray()

@@ -20,6 +20,6 @@

 ## getDateAttributeArray()

-Returns a [[oracle.jbo.domain.Date](http://download-west.oracle.com/otn_hosted_doc/jdeveloper/904preview/bc4jdomorcldoc/oracle/jbo/domain/Date.html)] Array that represents a "vertical" slice of data from a VO. 
+Returns a {{JboDomain|Date}} Array that represents a "vertical" slice of data from a VO. 

 [Category:Utilities] 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Barry Goodsell</dc:creator><pubDate>Tue, 20 May 2014 14:16:24 -0000</pubDate><guid>https://sourceforge.netc1cb2185a62c9fb2f67c49ee51c2d5eee535ff08</guid></item><item><title>ViewUtil modified by Barry Goodsell</title><link>https://sourceforge.net/p/oaftoolkit/wiki/ViewUtil/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Package &lt;a class="" href="../:Category:Utilities"&gt;com.oaframework.toolkit.util&lt;/a&gt; &lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#clearquery"&gt;clearQuery()&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#getattributearray"&gt;getAttributeArray()&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#getnumberattributearray"&gt;getNumberAttributeArray()&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#getstringattributearray"&gt;getStringAttributeArray()&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#getdateattributearray"&gt;getDateAttributeArray()&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="clearquery"&gt;clearQuery()&lt;/h2&gt;
&lt;p&gt;Removes all cached Rows from the supplied View Object. &lt;/p&gt;
&lt;h2 id="getattributearray"&gt;getAttributeArray()&lt;/h2&gt;
&lt;p&gt;Returns an Array of Objects that represents a "vertical" slice of data from a VO, ie: all the data for a given Attribute across all records. &lt;/p&gt;
&lt;h2 id="getnumberattributearray"&gt;getNumberAttributeArray()&lt;/h2&gt;
&lt;p&gt;Returns a &lt;span&gt;[&lt;a class="" href="http://download-west.oracle.com/otn_hosted_doc/jdeveloper/904preview/bc4jdomorcldoc/oracle/jbo/domain/Number.html" rel="nofollow"&gt;oracle.jbo.domain.Number&lt;/a&gt;]&lt;/span&gt; Array that represents a "vertical" slice of data from a VO. &lt;/p&gt;
&lt;h2 id="getstringattributearray"&gt;getStringAttributeArray()&lt;/h2&gt;
&lt;p&gt;Returns a &lt;span&gt;[&lt;a class="" href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" rel="nofollow"&gt;String&lt;/a&gt;]&lt;/span&gt; Array that represents a "vertical" slice of data from a VO. &lt;/p&gt;
&lt;h2 id="getdateattributearray"&gt;getDateAttributeArray()&lt;/h2&gt;
&lt;p&gt;Returns a &lt;span&gt;[&lt;a class="" href="http://download-west.oracle.com/otn_hosted_doc/jdeveloper/904preview/bc4jdomorcldoc/oracle/jbo/domain/Date.html" rel="nofollow"&gt;oracle.jbo.domain.Date&lt;/a&gt;]&lt;/span&gt; Array that represents a "vertical" slice of data from a VO. &lt;/p&gt;
&lt;p&gt;&lt;span&gt;[Category:Utilities]&lt;/span&gt; &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Barry Goodsell</dc:creator><pubDate>Tue, 20 May 2014 14:16:24 -0000</pubDate><guid>https://sourceforge.net45d5a6b8abdfcf1038aeb7d142196e1ab6e2bcfb</guid></item></channel></rss>