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

Packages that use QueryFailureException
uk.org.ury.common.library   
uk.org.ury.common.show   
uk.org.ury.frontend.modules.show   
 

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

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

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

Methods in uk.org.ury.common.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.frontend.modules.show
 

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