Package io.vertx.tp.crud.uca.input
Interface Pre
public interface Pre
- Author:
- Lang
-
Method Summary
Modifier and TypeMethodDescriptionstatic Preapeak(boolean isMy) static Preaudit()static Preaudit(boolean created) static Precodex()static Preexcel(io.vertx.tp.plugin.excel.ExcelClient client) static PrefileIn(boolean createOnly) static PrefileOut()static Prehead()default io.vertx.core.Future<io.vertx.core.json.JsonArray>default io.vertx.core.Future<io.vertx.core.json.JsonObject>default io.vertx.core.Future<io.vertx.core.json.JsonArray>default io.vertx.core.Future<io.vertx.core.json.JsonObject>static Prekey(boolean isNew) static Prestatic Preserial()static Preuri()static Preuser()
-
Method Details
-
codex
-
head
-
uri
-
key
-
excel
-
user
-
audit
-
audit
-
serial
-
apeak
-
fileIn
-
fileOut
-
qr
-
inJAsync
default io.vertx.core.Future<io.vertx.core.json.JsonObject> inJAsync(io.vertx.core.json.JsonObject data, IxMod in) -
inAAsync
default io.vertx.core.Future<io.vertx.core.json.JsonArray> inAAsync(io.vertx.core.json.JsonArray data, IxMod in) -
inAJAsync
default io.vertx.core.Future<io.vertx.core.json.JsonObject> inAJAsync(io.vertx.core.json.JsonArray data, IxMod in) -
inJAAsync
default io.vertx.core.Future<io.vertx.core.json.JsonArray> inJAAsync(io.vertx.core.json.JsonObject data, IxMod in)
-