Class OptionService

    • Constructor Detail

      • OptionService

        public OptionService()
    • Method Detail

      • fetchQuery

        public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchQuery​(String id)
        Specified by:
        fetchQuery in interface OptionStub
      • fetchSearch

        public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchSearch​(String id)
        Specified by:
        fetchSearch in interface OptionStub
      • fetchFragment

        public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchFragment​(String id)
        Specified by:
        fetchFragment in interface OptionStub
      • fetchTable

        public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchTable​(String id)
        Specified by:
        fetchTable in interface OptionStub
      • updateA

        public io.vertx.core.Future<io.vertx.core.json.JsonArray> updateA​(String controlId,
                                                                          io.vertx.core.json.JsonArray data)
        Specified by:
        updateA in interface OptionStub