Package cn.vertxup.fm.service
Class BookService
java.lang.Object
cn.vertxup.fm.service.BookService
- All Implemented Interfaces:
BookStub
- Author:
- Lang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAsync(List<FBook> books, io.aeon.experiment.specification.KNaming spec) fetchAsync(io.vertx.core.json.JsonObject criteria) io.vertx.core.Future<List<FPreAuthorize>>fetchAuthorize(List<FBook> books) io.vertx.core.Future<io.vertx.core.json.JsonObject>fetchByKey(String key) fetchByOrder(String orderId)
-
Constructor Details
-
BookService
public BookService()
-
-
Method Details
-
fetchAuthorize
- Specified by:
fetchAuthorizein interfaceBookStub
-
fetchAsync
- Specified by:
fetchAsyncin interfaceBookStub
-
fetchByOrder
- Specified by:
fetchByOrderin interfaceBookStub
-
createAsync
public io.vertx.core.Future<List<FBook>> createAsync(List<FBook> books, io.aeon.experiment.specification.KNaming spec) - Specified by:
createAsyncin interfaceBookStub
-
fetchByKey
- Specified by:
fetchByKeyin interfaceBookStub
-