Package cn.vertxup.fm.service.business
Class FanService
java.lang.Object
cn.vertxup.fm.service.business.FanService
- All Implemented Interfaces:
FanStub
- Author:
- Lang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Future<Boolean>cancelAsync(io.vertx.core.json.JsonArray keys, io.vertx.core.json.JsonObject params) io.vertx.core.Future<Boolean>cancelAsync(io.vertx.core.json.JsonArray keys, String key, io.vertx.core.json.JsonObject params) io.vertx.core.Future<io.vertx.core.json.JsonObject>multiAsync(FBill bill, List<FBillItem> items) io.vertx.core.Future<io.vertx.core.json.JsonObject>revertAsync(FBillItem item, FBillItem to) io.vertx.core.Future<io.vertx.core.json.JsonObject>singleAsync(FBill bill, FBillItem billItem, FPreAuthorize authorize) io.vertx.core.Future<io.vertx.core.json.JsonObject>splitAsync(FBillItem item, List<FBillItem> items) io.vertx.core.Future<io.vertx.core.json.JsonObject>transferAsync(ConcurrentMap<Boolean, List<FBillItem>> fromTo, FBook book, io.vertx.core.json.JsonObject params) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cn.vertxup.fm.service.business.FanStub
singleAsync
-
Constructor Details
-
FanService
public FanService()
-
-
Method Details
-
singleAsync
public io.vertx.core.Future<io.vertx.core.json.JsonObject> singleAsync(FBill bill, FBillItem billItem, FPreAuthorize authorize) - Specified by:
singleAsyncin interfaceFanStub
-
multiAsync
public io.vertx.core.Future<io.vertx.core.json.JsonObject> multiAsync(FBill bill, List<FBillItem> items) - Specified by:
multiAsyncin interfaceFanStub
-
splitAsync
public io.vertx.core.Future<io.vertx.core.json.JsonObject> splitAsync(FBillItem item, List<FBillItem> items) - Specified by:
splitAsyncin interfaceFanStub
-
revertAsync
public io.vertx.core.Future<io.vertx.core.json.JsonObject> revertAsync(FBillItem item, FBillItem to) - Specified by:
revertAsyncin interfaceFanStub
-
cancelAsync
public io.vertx.core.Future<Boolean> cancelAsync(io.vertx.core.json.JsonArray keys, io.vertx.core.json.JsonObject params) - Specified by:
cancelAsyncin interfaceFanStub
-
cancelAsync
public io.vertx.core.Future<Boolean> cancelAsync(io.vertx.core.json.JsonArray keys, String key, io.vertx.core.json.JsonObject params) - Specified by:
cancelAsyncin interfaceFanStub
-
transferAsync
public io.vertx.core.Future<io.vertx.core.json.JsonObject> transferAsync(ConcurrentMap<Boolean, List<FBillItem>> fromTo, FBook book, io.vertx.core.json.JsonObject params) - Specified by:
transferAsyncin interfaceFanStub
-