public class PartReportFiller extends BaseReportFiller
| Modifier and Type | Class and Description |
|---|---|
protected class |
PartReportFiller.JasperPrintPartOutput |
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCEPTION_MESSAGE_KEY_EVALUATION_GROUP_NOT_FOUND |
static String |
EXCEPTION_MESSAGE_KEY_UNKNOWN_EVALUATION_TIME_TYPE |
static String |
EXCEPTION_MESSAGE_KEY_UNSUPPORTED_SECTION_TYPE |
bookmarkHelper, calculator, datasetMap, delayedActions, factory, fillContext, fillerId, fillingThread, fillListener, formatFactory, ignorePagination, jasperPrint, jasperReport, jasperReportsContext, mainDataset, parent, printTransferPropertyPrefixes, propertiesUtil, scriptlet, virtualizationContext| Constructor and Description |
|---|
PartReportFiller(JasperReportsContext jasperReportsContext,
JasperReport jasperReport) |
PartReportFiller(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
PartFillerParent parent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
calculateDetail() |
protected void |
calculateGroups() |
protected void |
estimateGroups() |
JasperPrint |
fill(Map<String,Object> parameterValues) |
protected void |
fillChangedGroupEvaluatedParts() |
protected void |
fillChangedGroupHeaders() |
protected void |
fillDelayedEvaluatedParts(List<DelayedPrintPart> parts,
byte evaluation) |
protected void |
fillDelayedPart(byte evaluation,
DelayedPrintPart part) |
protected void |
fillDetail() |
protected void |
fillFirstGroupHeaders() |
protected void |
fillLastGroupEvaluatedParts() |
protected void |
fillPart(FillPart part,
byte evaluation) |
protected void |
fillParts(FillParts parts,
byte evaluation) |
protected void |
fillReport() |
protected void |
fillReportEvaluatedParts() |
BookmarkHelper |
getFirstBookmarkHelper() |
protected void |
ignorePaginationSet() |
protected JRFillObjectFactory |
initFillFactory() |
boolean |
isPageFinal(int pageIndex) |
protected void |
jasperReportSet() |
protected void |
partPageUpdated(int pageIndex) |
protected void |
startReport() |
addBoundElement, addFillListener, addLastPageBookmarks, addVariableCalculationReq, cancelFill, checkInterrupted, createBoundElementMaps, evaluateExpression, fill, fill, getExpressionEvaluator, getFillContext, getFormatFactory, getJasperPrint, getJasperReport, getJasperReportsContext, getLocale, getMainDataset, getOwnIgnorePagination, getParametersMap, getParameterValue, getParameterValuesMap, getPropertiesUtil, getTimeZone, getVariable, getVariableValue, initDatasets, initVirtualizationContext, isDeliberatelyInterrupted, isIgnorePagination, isInterrupted, isMasterReport, isSubreport, resolveBoundElements, resolveMasterBoundElements, setConnectionParameterValue, setDatasourceParameterValue, setFormatFactory, setIgnorePagination, setInterrupted, setJasperReportsContext, setParameters, setParametersToContext, setVirtualPageSize, updateBookmarkpublic static final String EXCEPTION_MESSAGE_KEY_EVALUATION_GROUP_NOT_FOUND
public static final String EXCEPTION_MESSAGE_KEY_UNKNOWN_EVALUATION_TIME_TYPE
public static final String EXCEPTION_MESSAGE_KEY_UNSUPPORTED_SECTION_TYPE
public PartReportFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport) throws JRException
JRExceptionpublic PartReportFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport, PartFillerParent parent) throws JRException
JRExceptionprotected void jasperReportSet()
jasperReportSet in class BaseReportFillerprotected JRFillObjectFactory initFillFactory()
initFillFactory in class BaseReportFillerpublic JasperPrint fill(Map<String,Object> parameterValues) throws JRException
JRExceptionprotected void ignorePaginationSet()
ignorePaginationSet in class BaseReportFillerprotected void fillReport()
throws JRException
JRExceptionprotected void startReport()
throws JRScriptletException,
JRException
JRScriptletExceptionJRExceptionprotected void calculateDetail()
throws JRScriptletException,
JRException
JRScriptletExceptionJRExceptionprotected void estimateGroups()
throws JRException
JRExceptionprotected void calculateGroups()
throws JRException
JRExceptionprotected void fillDetail()
throws JRException
JRExceptionprotected void fillFirstGroupHeaders()
throws JRException
JRExceptionprotected void fillChangedGroupHeaders()
throws JRException
JRExceptionprotected void fillParts(FillParts parts, byte evaluation) throws JRException
JRExceptionprotected void fillPart(FillPart part, byte evaluation) throws JRException
JRExceptionpublic boolean isPageFinal(int pageIndex)
protected void partPageUpdated(int pageIndex)
protected void fillReportEvaluatedParts()
throws JRException
JRExceptionprotected void fillChangedGroupEvaluatedParts()
throws JRException
JRExceptionprotected void fillLastGroupEvaluatedParts()
throws JRException
JRExceptionprotected void fillDelayedEvaluatedParts(List<DelayedPrintPart> parts, byte evaluation) throws JRException
JRExceptionprotected void fillDelayedPart(byte evaluation,
DelayedPrintPart part)
throws JRException
JRExceptionpublic BookmarkHelper getFirstBookmarkHelper()
Copyright © 2017. All rights reserved.