Package com.walkfares.odsl.var.report
Class VarReportCreator
java.lang.Object
com.walkfares.odsl.var.BaseVar
com.walkfares.odsl.var.VersionedVar
com.walkfares.odsl.var.report.VarReportConfiguration
com.walkfares.odsl.var.report.VarReportCreator
- All Implemented Interfaces:
DynamicVar,Var
public class VarReportCreator extends VarReportConfiguration
-
Constructor Summary
Constructors Constructor Description VarReportCreator()VarReportCreator(VarReportConfiguration config) -
Method Summary
Modifier and Type Method Description VarReportCreatoraddParameter(String name, String type, String description)VarReportCreatoraddReportParameter(ReportParameter p)StringgetExample()List<ReportParameter>getParameters()VarReportCreatorsetExample(String example)Methods inherited from class com.walkfares.odsl.var.report.VarReportConfiguration
_clone, addTag, build, build, build, build, getCategory, getCron, getDefaultRange, getDescription, getExpression, getId, getName, getProperties, getRunAs, getRunInformation, getScript, getTags, getTemplate, getType, isDynamic, isEnabled, isFixed, isHideExcel, set_Id, setCategory, setCron, setDefaultRange, setDescription, setDynamic, setEnabled, setExpression, setFixed, setHideExcel, setName, setProperties, setRunAs, setRunInformation, setScript, setTags, setTemplateMethods inherited from class com.walkfares.odsl.var.BaseVar
add, applyChanges, getLinks, getTypeName, getUID, setLinks, toString, tryConvertMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.walkfares.odsl.var.Var
applyChanges, DATE, DATE_NULL, DYNAMIC, getReference, getTypeName, getUID, isEmpty, LIST, SCALAR, setId, tryConvert
-
Constructor Details
-
VarReportCreator
public VarReportCreator() -
VarReportCreator
-
-
Method Details