com.hack23.cia.service.impl.admin.chartservice.api
Interface ChartService

Package class diagram package ChartService
All Superinterfaces:
AbstractChartService
All Known Implementing Classes:
ChartServiceImpl

public interface ChartService
extends AbstractChartService

The Interface ChartService.


Method Summary
 BinaryContent createRecentActionsGraph(List actionEventHistory)
          Creates the recent actions graph.
 BinaryContent createResponseTimeGraph(List responseTimeHistory)
          Creates the response time graph.
 

Method Detail

createRecentActionsGraph

BinaryContent createRecentActionsGraph(List actionEventHistory)
Creates the recent actions graph.

Parameters:
actionEventHistory - the action event history
Returns:
the binary content

createResponseTimeGraph

BinaryContent createResponseTimeGraph(List responseTimeHistory)
Creates the response time graph.

Parameters:
responseTimeHistory - the response time history
Returns:
the binary content


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.