Uses of Class
org.utgenome.gwt.utgb.client.bio.KeywordSearchResult

Packages that use KeywordSearchResult
org.utgenome.format.keyword   
org.utgenome.gwt.utgb.client UTGB Browser interface & track implementations. 
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 KeywordSearchResult in org.utgenome.format.keyword
 

Methods in org.utgenome.format.keyword that return KeywordSearchResult
 KeywordSearchResult KeywordDB.query(String ref, String keyword, int page, int pageSize)
           
 

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

Methods in org.utgenome.gwt.utgb.client that return KeywordSearchResult
 KeywordSearchResult BrowserService.keywordSearch(String species, String revision, String keyword, int entriesPerPage, int page)
           
 

Method parameters in org.utgenome.gwt.utgb.client with type arguments of type KeywordSearchResult
 void BrowserServiceAsync.keywordSearch(String species, String revision, String keyword, int entriesPerPage, int page, com.google.gwt.user.client.rpc.AsyncCallback<KeywordSearchResult> callback)
           
 

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

Methods in org.utgenome.gwt.utgb.server that return KeywordSearchResult
 KeywordSearchResult BrowserServiceImpl.keywordSearch(String species, String revision, String keyword, int numEntriesPerPage, int page)
           
 



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