Uses of Class
com.walkfares.odsl.var.report.VarReport
| Package | Description |
|---|---|
| com.walkfares.odsl.report | |
| com.walkfares.odsl.var.adaptor | |
| com.walkfares.odsl.var.report |
-
Uses of VarReport in com.walkfares.odsl.report
Methods in com.walkfares.odsl.report that return VarReport Modifier and Type Method Description VarReportODSLReportBuilder. createReport(VarReportConfiguration config, OpenDSLContext context, UTCDate ondate, UTCDate start, UTCDate end) -
Uses of VarReport in com.walkfares.odsl.var.adaptor
Methods in com.walkfares.odsl.var.adaptor that return VarReport Modifier and Type Method Description VarReportVarReportAdaptor. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)Methods in com.walkfares.odsl.var.adaptor with parameters of type VarReport Modifier and Type Method Description com.google.gson.JsonElementVarReportAdaptor. serialize(VarReport src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) -
Uses of VarReport in com.walkfares.odsl.var.report
Methods in com.walkfares.odsl.var.report that return VarReport Modifier and Type Method Description VarReportVarReportConfiguration. build(OpenDSLContext context)VarReportVarReportConfiguration. build(OpenDSLContext context, VarDate start)VarReportVarReportConfiguration. build(OpenDSLContext context, VarDate start, VarDate end)VarReportVarReportConfiguration. build(OpenDSLContext context, VarDate ondate, VarDate start, VarDate end)VarReportReportBuilder. createReport(VarReportConfiguration config, OpenDSLContext context, UTCDate ondate, UTCDate start, UTCDate end)VarReportVarReport. setData(Var data)VarReportVarReport. setEnd(UTCDate end)VarReportVarReport. setErrorMessage(String errorMessage)VarReportVarReport. setOndate(VarDate ondate)VarReportVarReport. setScriptVersion(int scriptVersion)VarReportVarReport. setStart(UTCDate start)