public class WSResultSetHome
extends java.lang.Object
Constructor and Description |
---|
WSResultSetHome()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addResultSet(java.lang.String sessionToken,
org.gcube.common.searchservice.searchlibrary.resultset.ResultSet rs)
adds the result set
|
org.gcube.common.searchservice.searchlibrary.resultset.ResultSet |
getResultSet(java.lang.String rsID)
retrieves the result set associated with the specific ID
|
void |
remove(java.lang.String rsID)
removes the result set associated with the specific id
|
public void addResultSet(java.lang.String sessionToken, org.gcube.common.searchservice.searchlibrary.resultset.ResultSet rs)
sessionToken
- the sesion tokenrs
- the ResultSetpublic org.gcube.common.searchservice.searchlibrary.resultset.ResultSet getResultSet(java.lang.String rsID) throws java.lang.Exception
rsID
- teh rs idjava.lang.Exception
- the id does not existpublic void remove(java.lang.String rsID) throws java.lang.Exception
rsID
- the rs idjava.lang.Exception
- the id does not exist