From d547f87da5f68c12dede7c9d45618cae11ff5699 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Fri, 18 Mar 2011 08:28:09 +0000 Subject: Mega-commit to the rescue! Added Javadoc snapshot (admittedly old); show UI now fixed-layout; UI uses system selection colours for accents; now uses bapsserver password and can thus talk to show database relations; removed member relation dependencies until further notice; attempted to get application and applet launchers working but having issues with the latter; started working on a server communicating via a minimal implementation of HTTP 1.1 (standardisation required eventually). --- .../class-use/ConnectionFailureException.html | 179 +++++++++++++ .../class-use/MissingCredentialsException.html | 206 +++++++++++++++ .../class-use/MissingPropertyException.html | 180 +++++++++++++ .../class-use/QueryFailureException.html | 279 +++++++++++++++++++++ 4 files changed, 844 insertions(+) create mode 100644 doc/uk/org/ury/database/exceptions/class-use/ConnectionFailureException.html create mode 100644 doc/uk/org/ury/database/exceptions/class-use/MissingCredentialsException.html create mode 100644 doc/uk/org/ury/database/exceptions/class-use/MissingPropertyException.html create mode 100644 doc/uk/org/ury/database/exceptions/class-use/QueryFailureException.html (limited to 'doc/uk/org/ury/database/exceptions/class-use') diff --git a/doc/uk/org/ury/database/exceptions/class-use/ConnectionFailureException.html b/doc/uk/org/ury/database/exceptions/class-use/ConnectionFailureException.html new file mode 100644 index 0000000..f1e49c6 --- /dev/null +++ b/doc/uk/org/ury/database/exceptions/class-use/ConnectionFailureException.html @@ -0,0 +1,179 @@ + + + + + + +Uses of Class uk.org.ury.database.exceptions.ConnectionFailureException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.database.exceptions.ConnectionFailureException

+
+ + + + + + + + + +
+Packages that use ConnectionFailureException
uk.org.ury.database  
+  +

+ + + + + +
+Uses of ConnectionFailureException in uk.org.ury.database
+  +

+ + + + + + + + +
Constructors in uk.org.ury.database that throw ConnectionFailureException
DatabaseDriver(ConfigReader config, + UserClass type) + +
+          Construct a new DatabaseDriver with the given user class.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/database/exceptions/class-use/MissingCredentialsException.html b/doc/uk/org/ury/database/exceptions/class-use/MissingCredentialsException.html new file mode 100644 index 0000000..25e5d29 --- /dev/null +++ b/doc/uk/org/ury/database/exceptions/class-use/MissingCredentialsException.html @@ -0,0 +1,206 @@ + + + + + + +Uses of Class uk.org.ury.database.exceptions.MissingCredentialsException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.database.exceptions.MissingCredentialsException

+
+ + + + + + + + + + + + + +
+Packages that use MissingCredentialsException
uk.org.ury.config  
uk.org.ury.database  
+  +

+ + + + + +
+Uses of MissingCredentialsException in uk.org.ury.config
+  +

+ + + + + + + + +
Constructors in uk.org.ury.config that throw MissingCredentialsException
ConfigReader(java.lang.String configFile) + +
+          Read in the config file and create the Database and Auth configuration objects.
+  +

+ + + + + +
+Uses of MissingCredentialsException in uk.org.ury.database
+  +

+ + + + + + + + +
Constructors in uk.org.ury.database that throw MissingCredentialsException
DatabaseDriver(ConfigReader config, + UserClass type) + +
+          Construct a new DatabaseDriver with the given user class.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/database/exceptions/class-use/MissingPropertyException.html b/doc/uk/org/ury/database/exceptions/class-use/MissingPropertyException.html new file mode 100644 index 0000000..208c82b --- /dev/null +++ b/doc/uk/org/ury/database/exceptions/class-use/MissingPropertyException.html @@ -0,0 +1,180 @@ + + + + + + +Uses of Class uk.org.ury.database.exceptions.MissingPropertyException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.database.exceptions.MissingPropertyException

+
+ + + + + + + + + +
+Packages that use MissingPropertyException
uk.org.ury.database  
+  +

+ + + + + +
+Uses of MissingPropertyException in uk.org.ury.database
+  +

+ + + + + + + + + +
Methods in uk.org.ury.database that throw MissingPropertyException
+ TDatabaseItem.get(E property) + +
+          Query this item for a property.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/database/exceptions/class-use/QueryFailureException.html b/doc/uk/org/ury/database/exceptions/class-use/QueryFailureException.html new file mode 100644 index 0000000..c65f23b --- /dev/null +++ b/doc/uk/org/ury/database/exceptions/class-use/QueryFailureException.html @@ -0,0 +1,279 @@ + + + + + + +Uses of Class uk.org.ury.database.exceptions.QueryFailureException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
uk.org.ury.database.exceptions.QueryFailureException

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use QueryFailureException
uk.org.ury.library  
uk.org.ury.library.viewer  
uk.org.ury.show  
uk.org.ury.show.viewer  
+  +

+ + + + + +
+Uses of QueryFailureException in uk.org.ury.library
+  +

+ + + + + + + + + +
Methods in uk.org.ury.library that throw QueryFailureException
+static java.util.List<LibraryItem>LibraryUtils.search(DatabaseDriver db, + java.lang.String search) + +
+          Perform a library search.
+  +

+ + + + + +
+Uses of QueryFailureException in uk.org.ury.library.viewer
+  +

+ + + + + + + + + +
Methods in uk.org.ury.library.viewer that throw QueryFailureException
+ voidLibraryViewer.doSearch(java.lang.String search) + +
+          Do a library search.
+  +

+ + + + + +
+Uses of QueryFailureException in uk.org.ury.show
+  +

+ + + + + + + + + + + + + +
Methods in uk.org.ury.show that throw QueryFailureException
+static java.util.List<ShowItem>ShowUtils.getChannelList(DatabaseDriver db, + int showID, + int channel) + +
+          Given a show and a channel, retrieve a list of all show items + bound to that channel for the show.
+static java.util.List<java.lang.String>ShowUtils.getPublicFolders(DatabaseDriver db) + +
+          Return the names of the public track folders, or "bins".
+  +

+ + + + + +
+Uses of QueryFailureException in uk.org.ury.show.viewer
+  +

+ + + + + + + + + +
Methods in uk.org.ury.show.viewer that throw QueryFailureException
+ java.util.List<java.lang.String>ShowViewer.getBins() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3