Package cn.vertxup.erp.service
Class EmployeeService
- java.lang.Object
-
- cn.vertxup.erp.service.EmployeeService
-
- All Implemented Interfaces:
EmployeeStub
public class EmployeeService extends Object implements EmployeeStub
-
-
Field Summary
-
Fields inherited from interface cn.vertxup.erp.service.EmployeeStub
USER_ID
-
-
Constructor Summary
Constructors Constructor Description EmployeeService()
-
Method Summary
All Methods Instance Methods Concrete 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)
-
-
-
Method Detail
-
createAsync
public io.vertx.core.Future<io.vertx.core.json.JsonObject> createAsync(io.vertx.core.json.JsonObject data)
- Specified by:
createAsyncin interfaceEmployeeStub
-
fetchAsync
public io.vertx.core.Future<io.vertx.core.json.JsonObject> fetchAsync(String key)
- Specified by:
fetchAsyncin interfaceEmployeeStub
-
fetchAsync
public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAsync(Set<String> keys)
- 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
public io.vertx.core.Future<Boolean> deleteAsync(String key)
- Specified by:
deleteAsyncin interfaceEmployeeStub
-
-