Uses of Class
org.gcube.portlets.user.results.client.model.ResultsContainer

Packages that use ResultsContainer
org.gcube.portlets.user.results.client   
org.gcube.portlets.user.results.server.servlet   
 

Uses of ResultsContainer in org.gcube.portlets.user.results.client
 

Methods in org.gcube.portlets.user.results.client that return ResultsContainer
 ResultsContainer ResultsetService.getResultFromSearchService(int mode)
           
 ResultsContainer ResultsetService.getResultsFromSession()
           
 

Method parameters in org.gcube.portlets.user.results.client with type arguments of type ResultsContainer
 void ResultsetServiceAsync.getResultFromSearchService(int mode, com.google.gwt.user.client.rpc.AsyncCallback<ResultsContainer> result)
           
 void ResultsetServiceAsync.getResultsFromSession(com.google.gwt.user.client.rpc.AsyncCallback<ResultsContainer> callback)
          return A ResultsContainer (Vector, Optional paramters) which contains the current yet shown results (if any)
 

Uses of ResultsContainer in org.gcube.portlets.user.results.server.servlet
 

Methods in org.gcube.portlets.user.results.server.servlet that return ResultsContainer
 ResultsContainer NewresultsetServiceImpl.getResultFromSearchService(int mode)
          Queries the search service and get the results
 ResultsContainer NewresultsetServiceImpl.getResultsFromSession()
          reads the records from the session
 



Copyright © 2013. All Rights Reserved.