Class OptionService

java.lang.Object
cn.vertxup.ui.service.OptionService
All Implemented Interfaces:
OptionStub

public class OptionService extends Object implements OptionStub
  • Constructor Details

    • OptionService

      public OptionService()
  • Method Details

    • 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
    • deleteByControlId

      public io.vertx.core.Future<Boolean> deleteByControlId(String controlId)
      Specified by:
      deleteByControlId in interface OptionStub