Package cn.vertxup.ui.service
Class OptionService
- java.lang.Object
-
- cn.vertxup.ui.service.OptionService
-
- All Implemented Interfaces:
OptionStub
public class OptionService extends Object implements OptionStub
-
-
Field Summary
-
Fields inherited from interface cn.vertxup.ui.service.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 Summary
Constructors Constructor Description OptionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
fetchQuery
public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchQuery(String id)
- Specified by:
fetchQueryin interfaceOptionStub
-
fetchSearch
public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchSearch(String id)
- Specified by:
fetchSearchin interfaceOptionStub
-
fetchFragment
public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchFragment(String id)
- Specified by:
fetchFragmentin interfaceOptionStub
-
fetchTable
public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchTable(String id)
- Specified by:
fetchTablein interfaceOptionStub
-
updateA
public io.vertx.core.Future<io.vertx.core.json.JsonArray> updateA(String controlId, io.vertx.core.json.JsonArray data)
- Specified by:
updateAin interfaceOptionStub
-
deleteByControlId
public io.vertx.core.Future<Boolean> deleteByControlId(String controlId)
- Specified by:
deleteByControlIdin interfaceOptionStub
-
-