Package cn.vertxup.erp.service
Interface EmployeeStub
-
- All Known Implementing Classes:
EmployeeService
public interface EmployeeStub
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.core.Future<io.vertx.core.json.JsonObject>createAsync(io.vertx.core.json.JsonObject data)io.vertx.core.Future<Boolean>deleteAsync(String key)io.vertx.core.Future<io.vertx.core.json.JsonArray>fetchAsync(io.vertx.core.json.JsonObject condition)io.vertx.core.Future<io.vertx.core.json.JsonObject>fetchAsync(String key)io.vertx.core.Future<io.vertx.core.json.JsonArray>fetchAsync(Set<String> keys)io.vertx.core.Future<io.vertx.core.json.JsonObject>updateAsync(String key, io.vertx.core.json.JsonObject data)
-
-
-
Field Detail
-
USER_ID
static final String USER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
createAsync
io.vertx.core.Future<io.vertx.core.json.JsonObject> createAsync(io.vertx.core.json.JsonObject data)
-
updateAsync
io.vertx.core.Future<io.vertx.core.json.JsonObject> updateAsync(String key, io.vertx.core.json.JsonObject data)
-
fetchAsync
io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchAsync(String key)
-
fetchAsync
io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAsync(io.vertx.core.json.JsonObject condition)
-
-