Uses of Class
org.utgenome.gwt.utgb.client.UTGBClientException

Packages that use UTGBClientException
org.utgenome.gwt.utgb.client UTGB Browser interface & track implementations. 
org.utgenome.gwt.utgb.client.bio Biological data objects for Google Web Toolkit RPC (Remote Procedure Call). 
org.utgenome.gwt.utgb.client.db widgets and bean classes for viewing and updating database contents. 
org.utgenome.gwt.utgb.client.track   
org.utgenome.gwt.utgb.server UTGB's server-side libraries for supporting web request handling, managing database connections, initialization of UTGB web applications, etc. 
 

Uses of UTGBClientException in org.utgenome.gwt.utgb.client
 

Methods in org.utgenome.gwt.utgb.client that throw UTGBClientException
 TrackView BrowserService.createTrackView(String silk)
           
 TrackView BrowserService.getTrackView(String viewName)
           
 KeywordSearchResult BrowserService.keywordSearch(String species, String revision, String keyword, int entriesPerPage, int page)
           
 

Uses of UTGBClientException in org.utgenome.gwt.utgb.client.bio
 

Methods in org.utgenome.gwt.utgb.client.bio that throw UTGBClientException
static CIGAR.Type CIGAR.Type.convert(char c)
           
 

Constructors in org.utgenome.gwt.utgb.client.bio that throw UTGBClientException
CIGAR(String cigarString)
           
 

Uses of UTGBClientException in org.utgenome.gwt.utgb.client.db
 

Methods in org.utgenome.gwt.utgb.client.db that throw UTGBClientException
static DataType Relation.getDataType(String parameterName, String typeName)
           
 void DatabaseCatalog.load(String jsonData)
          parsing the given JSONData representing database schema
 

Constructors in org.utgenome.gwt.utgb.client.db that throw UTGBClientException
DatabaseCatalog(String jsonData)
           
Relation(com.google.gwt.json.client.JSONObject jsonObj)
           
Relation(String jsonStr)
           
 

Uses of UTGBClientException in org.utgenome.gwt.utgb.client.track
 

Methods in org.utgenome.gwt.utgb.client.track that throw UTGBClientException
static TrackGroup TrackGroup.createTrackGroup(TrackView view)
          Create a track group from a given TrackView
static Track.TrackFactory TrackFactoryHolder.getTrackFactory(String name)
           
static HasFactory.TrackGroupFactory TrackFactoryHolder.getTrackGroupFactory(String name)
           
 

Uses of UTGBClientException in org.utgenome.gwt.utgb.server
 

Methods in org.utgenome.gwt.utgb.server that throw UTGBClientException
 TrackView BrowserServiceImpl.createTrackView(String silk)
           
 TrackView BrowserServiceImpl.getTrackView(String viewName)
           
 KeywordSearchResult BrowserServiceImpl.keywordSearch(String species, String revision, String keyword, int numEntriesPerPage, int page)
           
 



Copyright © 2007-2012 utgenome.org. All Rights Reserved.