public class SearchServlet extends OKMRemoteServiceServlet implements OKMSearchService
WORKSPACE| Constructor and Description | 
|---|
| SearchServlet() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | deleteSearch(long id) | 
| GWTResultSet | find(GWTQueryParams params) | 
| GWTResultSet | findMoreLikeThis(String uuid) | 
| GWTResultSet | findPaginated(GWTQueryParams params,
             int offset,
             int limit) | 
| GWTResultSet | findSimpleQueryPaginated(String statement,
                        int offset,
                        int limit) | 
| List<GWTQueryParams> | getAllSearchs() | 
| List<GWTKeyword> | getKeywordMap(List<String> filter) | 
| Long | saveSearch(GWTQueryParams params,
          String type) | 
doGetSerializationPolicy, getLanguage, getUserWorkspaceSession, init, saveUserWorkspaceSession, setLanguage, updateSessionManagercheckPermutationStrongName, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic List<GWTQueryParams> getAllSearchs() throws OKMException
getAllSearchs in interface OKMSearchServiceOKMExceptionpublic Long saveSearch(GWTQueryParams params, String type) throws OKMException
saveSearch in interface OKMSearchServiceOKMExceptionpublic void deleteSearch(long id)
                  throws OKMException
deleteSearch in interface OKMSearchServiceOKMExceptionpublic GWTResultSet findPaginated(GWTQueryParams params, int offset, int limit) throws OKMException
findPaginated in interface OKMSearchServiceOKMExceptionpublic GWTResultSet find(GWTQueryParams params) throws OKMException
find in interface OKMSearchServiceOKMExceptionpublic List<GWTKeyword> getKeywordMap(List<String> filter) throws OKMException
getKeywordMap in interface OKMSearchServiceOKMExceptionpublic GWTResultSet findSimpleQueryPaginated(String statement, int offset, int limit) throws OKMException
findSimpleQueryPaginated in interface OKMSearchServiceOKMExceptionpublic GWTResultSet findMoreLikeThis(String uuid) throws OKMException
findMoreLikeThis in interface OKMSearchServiceOKMExceptionCopyright © 2015. All Rights Reserved.