Class EmployeeService

java.lang.Object
cn.vertxup.erp.service.EmployeeService
All Implemented Interfaces:
EmployeeStub

public class EmployeeService extends Object implements EmployeeStub
  • Constructor Details

    • EmployeeService

      public EmployeeService()
  • Method Details

    • createAsync

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> createAsync(io.vertx.core.json.JsonObject data)
      Specified by:
      createAsync in interface EmployeeStub
    • fetchAsync

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchAsync(String key)
      Specified by:
      fetchAsync in interface EmployeeStub
    • fetchAsync

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAsync(Set<String> keys)
      Specified by:
      fetchAsync in interface EmployeeStub
    • fetchAsync

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAsync(io.vertx.core.json.JsonObject condition)
      Specified by:
      fetchAsync in interface EmployeeStub
    • updateAsync

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> updateAsync(String key, io.vertx.core.json.JsonObject data)
      Specified by:
      updateAsync in interface EmployeeStub
    • deleteAsync

      public io.vertx.core.Future<Boolean> deleteAsync(String key)
      Specified by:
      deleteAsync in interface EmployeeStub