public interface QueryResultsService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
Modifier and Type | Method and Description |
---|---|
void |
delete(int queryKey)
Deletes
QueryResult records with given queryKey |
void |
insert(int queryKey,
java.util.List idList)
Stores
idList collection as QueryResult records |
static final java.lang.String NAME
void insert(int queryKey, java.util.List idList)
idList
collection as QueryResult
recordsvoid delete(int queryKey)
QueryResult
records with given queryKey