public class OptionService extends Object implements OptionStub
FIELD_FRAGMENT_BUTTON_GROUP, FIELD_FRAGMENT_CONFIG, FIELD_FRAGMENT_MODEL, FIELD_FRAGMENT_NOTICE, FIELD_OP_CONFIG, FIELD_OP_PLUGIN, FIELD_QUERY_CRITERIA, FIELD_QUERY_PROJECTION, FIELD_SEARCH_COND, FIELD_SEARCH_NOTICE, FIELD_TABLE_OP_CONFIG| Constructor and Description |
|---|
OptionService() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<Boolean> |
deleteByControlId(String controlId) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
fetchFragment(String id) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
fetchQuery(String id) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
fetchSearch(String id) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
fetchTable(String id) |
io.vertx.core.Future<io.vertx.core.json.JsonArray> |
updateA(String controlId,
io.vertx.core.json.JsonArray data) |
public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchQuery(String id)
fetchQuery in interface OptionStubpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchSearch(String id)
fetchSearch in interface OptionStubpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchFragment(String id)
fetchFragment in interface OptionStubpublic io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchTable(String id)
fetchTable in interface OptionStubpublic io.vertx.core.Future<io.vertx.core.json.JsonArray> updateA(String controlId, io.vertx.core.json.JsonArray data)
updateA in interface OptionStubpublic io.vertx.core.Future<Boolean> deleteByControlId(String controlId)
deleteByControlId in interface OptionStubCopyright © 2021. All rights reserved.