diff options
Diffstat (limited to 'doc/uk/org/ury/show/ShowUtils.html')
-rw-r--r-- | doc/uk/org/ury/show/ShowUtils.html | 43 |
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 channel)</CODE> <BR> - Given a show and a channel, retrieve a list of all show items - bound to that channel for the show.</TD> + 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<java.lang.String> <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<<A HREF="../../../../uk/org/ury/show/item/ShowIt int 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 ========= --> |