aboutsummaryrefslogtreecommitdiff
path: root/doc/uk/org/ury/show/ShowUtils.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/uk/org/ury/show/ShowUtils.html')
-rw-r--r--doc/uk/org/ury/show/ShowUtils.html43
1 files changed, 19 insertions, 24 deletions
diff --git a/doc/uk/org/ury/show/ShowUtils.html b/doc/uk/org/ury/show/ShowUtils.html
index c4bd122..8fa89c4 100644
--- a/doc/uk/org/ury/show/ShowUtils.html
+++ b/doc/uk/org/ury/show/ShowUtils.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:32 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 16:59:57 GMT 2011 -->
<TITLE>
ShowUtils
</TITLE>
-<META NAME="date" CONTENT="2011-03-20">
+<META NAME="date" CONTENT="2011-03-21">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
@@ -101,8 +101,8 @@ java.lang.Object
</PRE>
<P>
-A set of common utility routines to facilitate the extraction of
- show items from the show storage areas of the URY database.
+A set of common utility routines to facilitate the extraction of show items
+ from the show storage areas of the URY database.
<P>
<P>
@@ -163,8 +163,8 @@ A set of common utility routines to facilitate the extraction of
int&nbsp;channel)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Given a show and a channel, retrieve a list of all show items
- bound to that channel for the show.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Given a show and a channel, retrieve a list of all show items bound to
+ that channel for the show.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -247,15 +247,12 @@ public static java.util.List&lt;java.lang.String&gt; <B>getPublicFolders</B>(<A
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>db</CODE> - The database to query.
-<DT><B>Returns:</B><DD>a list of the public folder names.
- The list may be empty.
+<DT><B>Returns:</B><DD>a list of the public folder names. The list may be empty.
<DT><B>Throws:</B>
-<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the database is
- null, the show ID is negative or the
- channel index falls out of bounds.
-<DD><CODE><A HREF="../../../../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A></CODE> - if the database backend
- yielded an error while executing the search
- query.</DL>
+<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the database is null, the show ID is negative or the
+ channel index falls out of bounds.
+<DD><CODE><A HREF="../../../../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A></CODE> - if the database backend yielded an error while executing the
+ search query.</DL>
</DD>
</DL>
<HR>
@@ -268,20 +265,18 @@ public static java.util.List&lt;<A HREF="../../../../uk/org/ury/show/item/ShowIt
int&nbsp;channel)
throws <A HREF="../../../../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A></PRE>
<DL>
-<DD>Given a show and a channel, retrieve a list of all show items
- bound to that channel for the show.
+<DD>Given a show and a channel, retrieve a list of all show items bound to
+ that channel for the show.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>db</CODE> - The database to query.<DD><CODE>showID</CODE> - The unique number that identifies the show.<DD><CODE>channel</CODE> - The index of the channel to query.
-<DT><B>Returns:</B><DD>a list of ShowItems extracted from the show and
- channel. The list may be empty.
+<DT><B>Returns:</B><DD>a list of ShowItems extracted from the show and channel. The list
+ may be empty.
<DT><B>Throws:</B>
-<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the database is
- null, the show ID is negative or the
- channel index falls out of bounds.
-<DD><CODE><A HREF="../../../../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A></CODE> - if the database backend
- yielded an error while executing the search
- query.</DL>
+<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the database is null, the show ID is negative or the
+ channel index falls out of bounds.
+<DD><CODE><A HREF="../../../../uk/org/ury/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.database.exceptions">QueryFailureException</A></CODE> - if the database backend yielded an error while executing the
+ search query.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->