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

Packages that use QueryFailureException
uk.org.ury.library   
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.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()