Package io.vertx.tp.plugin.excel.atom
Class ExTenant
- java.lang.Object
-
- io.vertx.tp.plugin.excel.atom.ExTenant
-
- All Implemented Interfaces:
Serializable
public class ExTenant extends Object implements Serializable
- Author:
- Lang
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExTenantcreate(io.vertx.core.json.JsonObject tenantData)io.vertx.core.Future<ConcurrentMap<String,io.vertx.core.json.JsonObject>>dictionary()ConcurrentMap<String,String>dictionaryDefinition(String tableName)ConcurrentMap<String,ConcurrentMap<String,String>>tree(String tableName)Kv<String,Set<String>>valueCriteria(String tableName)io.vertx.core.json.JsonObjectvalueDefault()
-
-
-
Method Detail
-
create
public static ExTenant create(io.vertx.core.json.JsonObject tenantData)
-
valueDefault
public io.vertx.core.json.JsonObject valueDefault()
-
dictionaryDefinition
public ConcurrentMap<String,String> dictionaryDefinition(String tableName)
-
tree
public ConcurrentMap<String,ConcurrentMap<String,String>> tree(String tableName)
-
dictionary
public io.vertx.core.Future<ConcurrentMap<String,io.vertx.core.json.JsonObject>> dictionary()
-
-