Uses of Interface
tilda.interfaces.JSONable
-
Packages that use JSONable Package Description tilda.data tilda.data._Tilda tilda.db.processors tilda.types tilda.utils tilda.utils.json tilda.utils.json.elements -
-
Uses of JSONable in tilda.data
Classes in tilda.data that implement JSONable Modifier and Type Class Description class
Catalog_Data
This is the application class Data_Catalog mapped to the table TILDA.Catalog.class
CatalogFormulaResult_Data
This is the application class Data_CatalogFormulaResult mapped to the table TILDA.CatalogFormulaResult.class
Connection_Data
This is the application class Data_CONNECTION mapped to the table TILDA.CONNECTION.class
DateDim_Data
This is the application class Data_DateDim mapped to the table TILDA.DateDim.class
DateLimitDim_Data
This is the application class Data_DateLimitDim mapped to the table TILDA.DateLimitDim.class
FailedDependencyDDLScripts_Data
This is the application class Data_FailedDependencyDDLScripts mapped to the table TILDA.FailedDependencyDDLScripts.class
FormulaResultView_Data
This is the application class Data_FORMULARESULTVIEW mapped to the table TILDA.FORMULARESULTVIEW.class
Job_Data
This is the application class Data_Job mapped to the table TILDA.Job.class
JobPart_Data
This is the application class Data_JobPart mapped to the table TILDA.JobPart.class
JobPartMessage_Data
This is the application class Data_JobPartMessage mapped to the table TILDA.JobPartMessage.class
JobView_Data
This is the application class Data_JobView mapped to the table TILDA.JobView.class
Key_Data
This is the application class Data_KEY mapped to the table TILDA.KEY.class
MaintenanceLog_Data
This is the application class Data_MaintenanceLog mapped to the table TILDA.MaintenanceLog.class
Mapping_Data
This is the application class Data_MAPPING mapped to the table TILDA.MAPPING.class
ObjectPerf_Data
This is the application class Data_OBJECTPERF mapped to the table TILDA.OBJECTPERF.class
RefillPerf_Data
This is the application class Data_REFILLPERF mapped to the table TILDA.REFILLPERF.class
TransPerf_Data
This is the application class Data_TRANSPERF mapped to the table TILDA.TRANSPERF.class
ZoneInfo_Data
This is the application class Data_ZONEINFO mapped to the table TILDA.ZONEINFO. -
Uses of JSONable in tilda.data._Tilda
Classes in tilda.data._Tilda that implement JSONable Modifier and Type Class Description class
TILDA__CATALOG
registerStickyHeader("Catalog_DIV");class
TILDA__CATALOGFORMULARESULT
registerStickyHeader("CatalogFormulaResult_DIV");class
TILDA__CONNECTION
registerStickyHeader("Connection_DIV");class
TILDA__DATEDIM
registerStickyHeader("DateDim_DIV");class
TILDA__DATELIMITDIM
registerStickyHeader("DateLimitDim_DIV");class
TILDA__FAILEDDEPENDENCYDDLSCRIPTS
registerStickyHeader("FailedDependencyDDLScripts_DIV");class
TILDA__FORMULARESULTVIEW
registerStickyHeader("FormulaResultView_DIV");class
TILDA__JOB
registerStickyHeader("Job_DIV");class
TILDA__JOBPART
registerStickyHeader("JobPart_DIV");class
TILDA__JOBPARTMESSAGE
registerStickyHeader("JobPartMessage_DIV");class
TILDA__JOBVIEW
registerStickyHeader("JobView_DIV");class
TILDA__KEY
registerStickyHeader("Key_DIV");class
TILDA__MAINTENANCELOG
registerStickyHeader("MaintenanceLog_DIV");class
TILDA__MAPPING
registerStickyHeader("Mapping_DIV");class
TILDA__OBJECTPERF
registerStickyHeader("ObjectPerf_DIV");class
TILDA__REFILLPERF
registerStickyHeader("RefillPerf_DIV");class
TILDA__TRANSPERF
registerStickyHeader("TransPerf_DIV");class
TILDA__ZONEINFO
registerStickyHeader("ZoneInfo_DIV"); -
Uses of JSONable in tilda.db.processors
Classes in tilda.db.processors with type parameters of type JSONable Modifier and Type Class Description class
ExporterObjectProcessorJSON<T extends JSONable>
-
Uses of JSONable in tilda.types
-
Uses of JSONable in tilda.utils
Classes in tilda.utils that implement JSONable Modifier and Type Class Description protected static class
CheckList.Item
-
Uses of JSONable in tilda.utils.json
Methods in tilda.utils.json with parameters of type JSONable Modifier and Type Method Description JSONPrinter
JSONPrinter. addElement(java.lang.String Name, JSONable Obj, java.lang.String JsonExportName)
static void
JSONUtil. print(java.io.Writer Out, java.lang.String elementName, java.lang.String JsonExportName, boolean firstElement, JSONable Obj, java.lang.String Header)
static void
JSONUtil. response(java.io.Writer Out, java.lang.String JsonExportName, JSONable Obj)
static void
JSONUtil. response(java.io.Writer Out, java.lang.String JsonExportName, JSONable Obj, java.lang.String perfMessage)
static void
JSONUtil. responseDojoMultipartConfig(java.io.Writer Out, java.lang.String JsonExportName, JSONable Obj)
static void
JSONUtil. responseDojoMultipartConfig(java.io.Writer Out, java.lang.String JsonExportName, JSONable Obj, java.lang.String perfMessage)
When using client-side frameworks such as Dojo that may use an iFrame for ajax-contents, the protocol is typically to return the json data packaged inside a textarea.Method parameters in tilda.utils.json with type arguments of type JSONable Modifier and Type Method Description JSONPrinter
JSONPrinter. addElement(java.lang.String Name, java.util.List<? extends JSONable> L)
JSONPrinter
JSONPrinter. addElement(java.lang.String Name, java.util.List<? extends JSONable> L, java.lang.String JsonExportName)
static void
JSONUtil. print(java.io.Writer Out, java.lang.String elementName, java.lang.String JsonExportName, boolean firstElement, java.util.List<? extends JSONable> L, java.lang.String Header)
static void
JSONUtil. print(java.io.Writer Out, java.lang.String elementName, java.lang.String JsonExportName, boolean firstElement, java.util.List<? extends JSONable> L, java.lang.String Header, java.time.ZonedDateTime lastSync)
static void
JSONUtil. print(java.io.Writer Out, java.lang.String JsonExportName, java.util.List<? extends JSONable> L, java.lang.String Header, java.time.ZonedDateTime lastSync)
static void
JSONUtil. response(java.io.Writer Out, java.lang.String JsonExportName, java.util.List<? extends JSONable> L)
static void
JSONUtil. response(java.io.Writer Out, java.lang.String JsonExportName, java.util.List<? extends JSONable> L, java.lang.String perfMessage)
-
Uses of JSONable in tilda.utils.json.elements
Fields in tilda.utils.json.elements declared as JSONable Modifier and Type Field Description protected JSONable
ElementObj. _Val
Fields in tilda.utils.json.elements with type parameters of type JSONable Modifier and Type Field Description protected java.util.List<? extends JSONable>
ElementList. _Val
Constructors in tilda.utils.json.elements with parameters of type JSONable Constructor Description ElementObj(java.lang.String Name, JSONable Val, java.lang.String JsonExportName)
Constructor parameters in tilda.utils.json.elements with type arguments of type JSONable Constructor Description ElementList(java.lang.String Name, java.util.List<? extends JSONable> Val, java.lang.String JsonExportName)
-