Uses of Class
org.ow2.weblab.core.model.ResultSet

Packages that use ResultSet
org.ow2.weblab.core.model   
org.ow2.weblab.core.services.searcher   
 

Uses of ResultSet in org.ow2.weblab.core.model
 

Methods in org.ow2.weblab.core.model that return ResultSet
 ResultSet ObjectFactory.createResultSet()
          Create an instance of ResultSet
 

Methods in org.ow2.weblab.core.model that return types with arguments of type ResultSet
 javax.xml.bind.JAXBElement<ResultSet> ObjectFactory.createResultSet(ResultSet value)
          Create an instance of JAXBElement<ResultSet>}
 

Methods in org.ow2.weblab.core.model with parameters of type ResultSet
 javax.xml.bind.JAXBElement<ResultSet> ObjectFactory.createResultSet(ResultSet value)
          Create an instance of JAXBElement<ResultSet>}
 

Uses of ResultSet in org.ow2.weblab.core.services.searcher
 

Fields in org.ow2.weblab.core.services.searcher declared as ResultSet
protected  ResultSet SearchReturn.resultSet
           
 

Methods in org.ow2.weblab.core.services.searcher that return ResultSet
 ResultSet SearchReturn.getResultSet()
          Gets the value of the resultSet property.
 

Methods in org.ow2.weblab.core.services.searcher with parameters of type ResultSet
 void SearchReturn.setResultSet(ResultSet value)
          Sets the value of the resultSet property.
 



Copyright © 2004-2010. All Rights Reserved.