public class SingleReportCache extends java.lang.Object implements BaseSingleReportCache
XML_TAG
构造器和说明 |
---|
SingleReportCache() |
限定符和类型 | 方法和说明 |
---|---|
void |
clearReportPageCache()
清理报表缓存,打印前打印后都执行
|
ReportPageProvider |
getFirstRSSPage()
获取第一页reportpage
|
int |
getOldIndex()
获取上一次被遍历页面的index
|
ReportPageProvider |
getOldReportPage()
上一次被遍历的页面
|
void |
setFirstRSSPage(ReportPageProvider firstRSSPage)
设置第一页reportpage
|
void |
setOldReportPage(ReportPageProvider oldReportPage,
int oldIndex)
设置页面缓存
|
public ReportPageProvider getFirstRSSPage()
getFirstRSSPage
在接口中 BaseSingleReportCache
public void setFirstRSSPage(ReportPageProvider firstRSSPage)
setFirstRSSPage
在接口中 BaseSingleReportCache
firstRSSPage
- 第一页纸张public ReportPageProvider getOldReportPage()
getOldReportPage
在接口中 BaseSingleReportCache
public int getOldIndex()
getOldIndex
在接口中 BaseSingleReportCache
public void setOldReportPage(ReportPageProvider oldReportPage, int oldIndex)
setOldReportPage
在接口中 BaseSingleReportCache
oldReportPage
- 重复遍历的页面oldIndex
- 重复页面的indexpublic void clearReportPageCache()
clearReportPageCache
在接口中 BaseSingleReportCache