Uses of Class
org.gcube.portlets.user.searchportlet.client.exceptions.SearchSubmissionException

Packages that use SearchSubmissionException
org.gcube.portlets.user.searchportlet.client.interfaces   
org.gcube.portlets.user.searchportlet.server   
 

Uses of SearchSubmissionException in org.gcube.portlets.user.searchportlet.client.interfaces
 

Methods in org.gcube.portlets.user.searchportlet.client.interfaces that throw SearchSubmissionException
 void SearchService.submitAdvancedQuery(ArrayList<SearchableFieldBean> criteria, String sortby, String order, boolean searchPerCollection, boolean isSemanticEnriched)
           
 Boolean SearchService.submitBrowseQuery(BrowsableFieldBean browseBy, String sortOrder, String typeOfBrowse, int resultNumPerPage)
           
 void SearchService.submitBrowseQueryOnPreviousResult(int index)
           
 void SearchService.submitGenericQuery(String query, String type)
           
 void SearchService.submitQueryOnPreviousResult(ArrayList<SearchableFieldBean> criteria, String sortby, String sortOrder, String showRank)
           
 void SearchService.submitSimpleQuery(String fts, boolean setRanking, boolean isSemanticSearch)
           
 

Uses of SearchSubmissionException in org.gcube.portlets.user.searchportlet.server
 

Methods in org.gcube.portlets.user.searchportlet.server that throw SearchSubmissionException
 void SearchServlet.submitAdvancedQuery(ArrayList<SearchableFieldBean> criteria, String sortby, String order, boolean searchPerCollection, boolean isSemanticEnriched)
          This method submits the advances query to the underlying system, by using the ASL
 Boolean SearchServlet.submitBrowseQuery(BrowsableFieldBean browseBy, String sortOrder, String typeOfBrowse, int resultNumPerPage)
          Submits a browse query
 void SearchServlet.submitBrowseQueryOnPreviousResult(int index)
          This method is used to show the results of a query that is already performed in the current session
 void SearchServlet.submitGenericQuery(String query, String type)
          This method submits a query that is saved in user's basket
 void SearchServlet.submitQueryOnPreviousResult(ArrayList<SearchableFieldBean> criteria, String sortby, String sortOrder, String showRank)
           
 void SearchServlet.submitSimpleQuery(String fts, boolean setRanking, boolean isSemanticSearch)
          Submits a simple query
 



Copyright © 2013. All Rights Reserved.