Package cn.vertxup.ui.service
Class OptionService
java.lang.Object
cn.vertxup.ui.service.OptionService
- All Implemented Interfaces:
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_SEARCH_VIEW, FIELD_TABLE_OP_CONFIG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.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>
-
Constructor Details
-
OptionService
public OptionService()
-
-
Method Details
-
fetchQuery
- Specified by:
fetchQueryin interfaceOptionStub
-
fetchSearch
- Specified by:
fetchSearchin interfaceOptionStub
-
fetchFragment
- Specified by:
fetchFragmentin interfaceOptionStub
-
fetchTable
- 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
- Specified by:
deleteByControlIdin interfaceOptionStub
-