diff options
Diffstat (limited to 'doc/uk/org/ury/common/library/LibraryUtils.html')
-rw-r--r-- | doc/uk/org/ury/common/library/LibraryUtils.html | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/doc/uk/org/ury/common/library/LibraryUtils.html b/doc/uk/org/ury/common/library/LibraryUtils.html index 17c9bd1..39bac0c 100644 --- a/doc/uk/org/ury/common/library/LibraryUtils.html +++ b/doc/uk/org/ury/common/library/LibraryUtils.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:46 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:42 GMT 2011 --> <TITLE> LibraryUtils </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <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 - library items from the library areas of the URY database. +A set of common utility routines to facilitate the extraction of library + items from the library areas of the URY database. <P> <P> @@ -145,7 +145,7 @@ A set of common utility routines to facilitate the extraction of java.lang.String search)</CODE> <BR> - Perform a library search.</TD> + Performs a library search.</TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> @@ -195,20 +195,17 @@ public static java.util.List<<A HREF="../../../../../uk/org/ury/common/librar throws <A HREF="../../../../../uk/org/ury/backend/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.backend.database.exceptions">QueryFailureException</A>, <A HREF="../../../../../uk/org/ury/common/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.common.library.exceptions">EmptySearchException</A></PRE> <DL> -<DD>Perform a library search. +<DD>Performs a library search. <P> <DD><DL> -<DT><B>Parameters:</B><DD><CODE>db</CODE> - The database to query.<DD><CODE>search</CODE> - The search fragment to include in the search. - Can be empty or null. +<DT><B>Parameters:</B><DD><CODE>db</CODE> - The database to query.<DD><CODE>search</CODE> - The search fragment to include in the search. Can be empty or + null. <DT><B>Returns:</B><DD>a list of LibraryItems matching the search terms. <DT><B>Throws:</B> -<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the search term is - are null. -<DD><CODE><A HREF="../../../../../uk/org/ury/backend/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.backend.database.exceptions">QueryFailureException</A></CODE> - if the database backend - yielded an error while executing the search - query. -<DD><CODE><A HREF="../../../../../uk/org/ury/common/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.common.library.exceptions">EmptySearchException</A></CODE> - if the search term is - empty (to be handled as a user error).</DL> +<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the search term is are null. +<DD><CODE><A HREF="../../../../../uk/org/ury/backend/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.backend.database.exceptions">QueryFailureException</A></CODE> - if the database backend yielded an error while executing the + search query. +<DD><CODE><A HREF="../../../../../uk/org/ury/common/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.common.library.exceptions">EmptySearchException</A></CODE> - if the search term is empty (to be handled as a user error).</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> |