protected abstract JRFillCommonReturnValue |
JRFillCommonReturnValue.addDerivedReturnValue(CommonReturnValue parentReturnValue,
java.util.List<JRFillCommonReturnValue> returnValueList,
JRFillObjectFactory factory,
BaseReportFiller filler) |
|
protected JRFillCommonReturnValue |
JRFillExpressionReturnValue.addDerivedReturnValue(CommonReturnValue parentReturnValue,
java.util.List<JRFillCommonReturnValue> returnValueList,
JRFillObjectFactory factory,
BaseReportFiller filler) |
|
protected JRFillCommonReturnValue |
JRFillVariableReturnValue.addDerivedReturnValue(CommonReturnValue parentReturnValue,
java.util.List<JRFillCommonReturnValue> returnValueList,
JRFillObjectFactory factory,
BaseReportFiller filler) |
|
protected JRFillCommonReturnValue |
JRFillCommonReturnValue.addReturnValue(JRFillCommonReturnValue returnValue,
java.util.List<JRFillCommonReturnValue> returnValueList,
JRFillObjectFactory factory,
BaseReportFiller filler) |
|
static java.util.Map<java.lang.String,java.lang.Object> |
JRFillSubreport.getParameterValues(BaseReportFiller filler,
JRFillExpressionEvaluator expressionEvaluator,
JRExpression parametersMapExpression,
JRDatasetParameter[] subreportParameters,
byte evaluation,
boolean ignoreNullExpressions,
boolean removeResourceBundle,
boolean removeFormatFactory) |
Utility method used for constructing a parameter values map for subreports, sub datasets and crosstabs.
|
static java.util.Map<java.lang.String,java.lang.Object> |
JRFillSubreport.getParameterValues(BaseReportFiller filler,
JRExpression parametersMapExpression,
JRDatasetParameter[] subreportParameters,
byte evaluation,
boolean ignoreNullExpressions,
boolean removeResourceBundle,
boolean removeFormatFactory) |
Utility method used for constructing a parameter values map for subreports, sub datasets and crosstabs.
|
static JasperReportSource |
JRFillSubreport.getReportSource(java.lang.Object source,
java.lang.Boolean isUsingCache,
BaseReportFiller filler) |
|
static SortedDataSource |
DatasetSortUtil.getSortedDataSource(BaseReportFiller filler,
JRFillDataset dataset,
java.util.Locale locale) |
|
static JasperReport |
JRFillSubreport.loadReport(java.lang.Object source,
BaseReportFiller filler) |
|
protected static JasperReportSource |
JRFillSubreport.loadReportSource(java.lang.Object reportSource,
java.lang.String contextLocation,
BaseReportFiller filler) |
|