Package cn.vertxup.erp.service
Class EmployeeService
java.lang.Object
cn.vertxup.erp.service.EmployeeService
- All Implemented Interfaces:
EmployeeStub
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.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)
-
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:
createAsyncin interfaceEmployeeStub
-
fetchAsync
- Specified by:
fetchAsyncin interfaceEmployeeStub
-
fetchAsync
- Specified by:
fetchAsyncin interfaceEmployeeStub
-
fetchAsync
public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAsync(io.vertx.core.json.JsonObject condition) - Specified by:
fetchAsyncin interfaceEmployeeStub
-
updateAsync
public io.vertx.core.Future<io.vertx.core.json.JsonObject> updateAsync(String key, io.vertx.core.json.JsonObject data) - Specified by:
updateAsyncin interfaceEmployeeStub
-
deleteAsync
- Specified by:
deleteAsyncin interfaceEmployeeStub
-