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 VarReport
ODSLReportBuilder. 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 VarReport
VarReportAdaptor. 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.JsonElement
VarReportAdaptor. 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 VarReport
VarReportConfiguration. build(OpenDSLContext context)
VarReport
VarReportConfiguration. build(OpenDSLContext context, VarDate start)
VarReport
VarReportConfiguration. build(OpenDSLContext context, VarDate start, VarDate end)
VarReport
VarReportConfiguration. build(OpenDSLContext context, VarDate ondate, VarDate start, VarDate end)
VarReport
ReportBuilder. createReport(VarReportConfiguration config, OpenDSLContext context, UTCDate ondate, UTCDate start, UTCDate end)
VarReport
VarReport. setData(Var data)
VarReport
VarReport. setEnd(UTCDate end)
VarReport
VarReport. setErrorMessage(String errorMessage)
VarReport
VarReport. setOndate(VarDate ondate)
VarReport
VarReport. setScriptVersion(int scriptVersion)
VarReport
VarReport. setStart(UTCDate start)