@RemoteServiceRelativePath(value="Search")
public interface OKMSearchService
extends com.google.gwt.user.client.rpc.RemoteService
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) |
List<GWTQueryParams> getAllSearchs() throws OKMException
OKMException
Long saveSearch(GWTQueryParams params, String type) throws OKMException
OKMException
void deleteSearch(long id) throws OKMException
OKMException
GWTResultSet findPaginated(GWTQueryParams params, int offset, int limit) throws OKMException
OKMException
List<GWTKeyword> getKeywordMap(List<String> filter) throws OKMException
OKMException
GWTResultSet find(GWTQueryParams params) throws OKMException
OKMException
GWTResultSet findSimpleQueryPaginated(String statement, int offset, int limit) throws OKMException
OKMException
GWTResultSet findMoreLikeThis(String uuid) throws OKMException
OKMException
Copyright © 2016. All rights reserved.