public class HourlyPageCacheClearJRDataSourceProvider extends Object implements IJRDataSourceProvider
Constructor and Description |
---|
HourlyPageCacheClearJRDataSourceProvider() |
Modifier and Type | Method and Description |
---|---|
net.sf.jasperreports.engine.JRDataSource |
create(net.sf.jasperreports.engine.JasperReport jasperreport,
Map<String,Object> parameters)
Creates a data source for the given report.
|
void |
dispose(net.sf.jasperreports.engine.JRDataSource jrDataSource)
Called when a data source created by
IJRDataSourceProvider.create(JasperReport, Map) is
no longer used. |
static net.sf.jasperreports.engine.JRDataSource |
getDataForChart(Date startDate,
Date endDate,
String rootChannelPath,
Integer channelPathFilterType,
String channelPath,
Integer userLoginFilterType,
String userLogin,
Integer serverIdFilterType,
String serverId,
Integer serviceIdFilterType,
String serviceId,
Integer userGroupFilterType,
String userGroup)
Returns a
data source for the hourly page cache
cleaning report. |
static net.sf.jasperreports.engine.JRDataSource |
getDataForTable(Date startDate,
Date endDate,
String rootChannelPath,
Integer channelPathFilterType,
String channelPath,
Integer userLoginFilterType,
String userLogin,
Integer serverIdFilterType,
String serverId,
Integer serviceIdFilterType,
String serviceId,
Integer userGroupFilterType,
String userGroup)
Returns a
data source for the hourly page cache
cleaning report. |
public HourlyPageCacheClearJRDataSourceProvider()
public static net.sf.jasperreports.engine.JRDataSource getDataForTable(Date startDate, Date endDate, String rootChannelPath, Integer channelPathFilterType, String channelPath, Integer userLoginFilterType, String userLogin, Integer serverIdFilterType, String serverId, Integer serviceIdFilterType, String serviceId, Integer userGroupFilterType, String userGroup) throws net.sf.jasperreports.engine.JRException
data source
for the hourly page cache
cleaning report. Used in the table.startDate
- the start date.endDate
- the end date.rootChannelPath
- the root channel path.channelPathFilterType
- the channel path filter type.channelPath
- the channel path filteruserLoginFilterType
- the user login filter type.userLogin
- the user login filter.serverIdFilterType
- the server identifier filter type.serverId
- the service identifier filter.serviceIdFilterType
- the service identifier filter type;serviceId
- the service identifier filter.userGroupFilterType
- the user groups filter type.userGroup
- the user groups filter.net.sf.jasperreports.engine.JRException
public static net.sf.jasperreports.engine.JRDataSource getDataForChart(Date startDate, Date endDate, String rootChannelPath, Integer channelPathFilterType, String channelPath, Integer userLoginFilterType, String userLogin, Integer serverIdFilterType, String serverId, Integer serviceIdFilterType, String serviceId, Integer userGroupFilterType, String userGroup) throws net.sf.jasperreports.engine.JRException
data source
for the hourly page cache
cleaning report. Used in the chart.startDate
- the start date.endDate
- the end date.rootChannelPath
- the root channel path.channelPathFilterType
- the channel path filter type.channelPath
- the channel path filteruserLoginFilterType
- the user login filter type.userLogin
- the user login filter.serverIdFilterType
- the server identifier filter type.serverId
- the service identifier filter.serviceIdFilterType
- the service identifier filter type;serviceId
- the service identifier filter.userGroupFilterType
- the user groups filter type.userGroup
- the user groups filter.net.sf.jasperreports.engine.JRException
public net.sf.jasperreports.engine.JRDataSource create(net.sf.jasperreports.engine.JasperReport jasperreport, Map<String,Object> parameters) throws net.sf.jasperreports.engine.JRException, PortalException
IJRDataSourceProvider
create
in interface IJRDataSourceProvider
jasperreport
- the report.parameters
- the parameters that are provided for the report.net.sf.jasperreports.engine.JRException
PortalException
public void dispose(net.sf.jasperreports.engine.JRDataSource jrDataSource) throws net.sf.jasperreports.engine.JRException, PortalException
IJRDataSourceProvider
IJRDataSourceProvider.create(JasperReport, Map)
is
no longer used.dispose
in interface IJRDataSourceProvider
jrDataSource
- the data source object.net.sf.jasperreports.engine.JRException
PortalException
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.