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 classCatalog_DataThis is the application class Data_Catalog mapped to the table TILDA.Catalog.classCatalogFormulaResult_DataThis is the application class Data_CatalogFormulaResult mapped to the table TILDA.CatalogFormulaResult.classConnection_DataThis is the application class Data_CONNECTION mapped to the table TILDA.CONNECTION.classDateDim_DataThis is the application class Data_DateDim mapped to the table TILDA.DateDim.classDateLimitDim_DataThis is the application class Data_DateLimitDim mapped to the table TILDA.DateLimitDim.classFailedDependencyDDLScripts_DataThis is the application class Data_FailedDependencyDDLScripts mapped to the table TILDA.FailedDependencyDDLScripts.classFormulaResultView_DataThis is the application class Data_FORMULARESULTVIEW mapped to the table TILDA.FORMULARESULTVIEW.classJob_DataThis is the application class Data_Job mapped to the table TILDA.Job.classJobPart_DataThis is the application class Data_JobPart mapped to the table TILDA.JobPart.classJobPartMessage_DataThis is the application class Data_JobPartMessage mapped to the table TILDA.JobPartMessage.classJobView_DataThis is the application class Data_JobView mapped to the table TILDA.JobView.classKey_DataThis is the application class Data_KEY mapped to the table TILDA.KEY.classMaintenanceLog_DataThis is the application class Data_MaintenanceLog mapped to the table TILDA.MaintenanceLog.classMapping_DataThis is the application class Data_MAPPING mapped to the table TILDA.MAPPING.classObjectPerf_DataThis is the application class Data_OBJECTPERF mapped to the table TILDA.OBJECTPERF.classRefillPerf_DataThis is the application class Data_REFILLPERF mapped to the table TILDA.REFILLPERF.classTransPerf_DataThis is the application class Data_TRANSPERF mapped to the table TILDA.TRANSPERF.classZoneInfo_DataThis 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 classTILDA__CATALOGregisterStickyHeader("Catalog_DIV");classTILDA__CATALOGFORMULARESULTregisterStickyHeader("CatalogFormulaResult_DIV");classTILDA__CONNECTIONregisterStickyHeader("Connection_DIV");classTILDA__DATEDIMregisterStickyHeader("DateDim_DIV");classTILDA__DATELIMITDIMregisterStickyHeader("DateLimitDim_DIV");classTILDA__FAILEDDEPENDENCYDDLSCRIPTSregisterStickyHeader("FailedDependencyDDLScripts_DIV");classTILDA__FORMULARESULTVIEWregisterStickyHeader("FormulaResultView_DIV");classTILDA__JOBregisterStickyHeader("Job_DIV");classTILDA__JOBPARTregisterStickyHeader("JobPart_DIV");classTILDA__JOBPARTMESSAGEregisterStickyHeader("JobPartMessage_DIV");classTILDA__JOBVIEWregisterStickyHeader("JobView_DIV");classTILDA__KEYregisterStickyHeader("Key_DIV");classTILDA__MAINTENANCELOGregisterStickyHeader("MaintenanceLog_DIV");classTILDA__MAPPINGregisterStickyHeader("Mapping_DIV");classTILDA__OBJECTPERFregisterStickyHeader("ObjectPerf_DIV");classTILDA__REFILLPERFregisterStickyHeader("RefillPerf_DIV");classTILDA__TRANSPERFregisterStickyHeader("TransPerf_DIV");classTILDA__ZONEINFOregisterStickyHeader("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 classExporterObjectProcessorJSON<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 classCheckList.Item -
Uses of JSONable in tilda.utils.json
Methods in tilda.utils.json with parameters of type JSONable Modifier and Type Method Description JSONPrinterJSONPrinter. addElement(java.lang.String Name, JSONable Obj, java.lang.String JsonExportName)static voidJSONUtil. print(java.io.Writer Out, java.lang.String elementName, java.lang.String JsonExportName, boolean firstElement, JSONable Obj, java.lang.String Header)static voidJSONUtil. response(java.io.Writer Out, java.lang.String JsonExportName, JSONable Obj)static voidJSONUtil. response(java.io.Writer Out, java.lang.String JsonExportName, JSONable Obj, java.lang.String perfMessage)static voidJSONUtil. responseDojoMultipartConfig(java.io.Writer Out, java.lang.String JsonExportName, JSONable Obj)static voidJSONUtil. 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 JSONPrinterJSONPrinter. addElement(java.lang.String Name, java.util.List<? extends JSONable> L)JSONPrinterJSONPrinter. addElement(java.lang.String Name, java.util.List<? extends JSONable> L, java.lang.String JsonExportName)static voidJSONUtil. 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 voidJSONUtil. 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 voidJSONUtil. print(java.io.Writer Out, java.lang.String JsonExportName, java.util.List<? extends JSONable> L, java.lang.String Header, java.time.ZonedDateTime lastSync)static voidJSONUtil. response(java.io.Writer Out, java.lang.String JsonExportName, java.util.List<? extends JSONable> L)static voidJSONUtil. 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 JSONableElementObj. _ValFields in tilda.utils.json.elements with type parameters of type JSONable Modifier and Type Field Description protected java.util.List<? extends JSONable>ElementList. _ValConstructors 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)
-