Package io.jmix.reports.libintegration
Interface GroovyScriptParametersProvider
- All Known Implementing Classes:
JmixGroovyScriptParametersProvider
public interface GroovyScriptParametersProvider
Realization of this interface is intended to prepare a map of parameters filled with beans or other objects
-
Method Summary
-
Method Details
-
prepareParameters
Map<String,Object> prepareParameters(com.haulmont.yarg.structure.ReportQuery reportQuery, com.haulmont.yarg.structure.BandData parentBand, Map<String, Object> reportParameters) Prepares and return the map of objects- Parameters:
reportQuery
- report queryparentBand
- parent bandreportParameters
- - parameters to include into the map of parameters- Returns:
- map of objects
-