com.hack23.cia.service.impl.admin.agent.sweden.api
Interface AgentSupportService

Package class diagram package AgentSupportService
All Known Subinterfaces:
BallotAgentSupportService, CommitteeAgentSupportService, CommitteeReportAgentSupportService, ElectionAgentSupportService, ParliamentAgentSupportService, ParliamentMemberAgentSupportService, ParliamentYearAgentSupportService, PoliticalPartyAgentSupportService
All Known Implementing Classes:
AbstractAgentSupportServiceImpl, BallotAgentSupportServiceImpl, CommitteeAgentSupportServiceImpl, CommitteeReportAgentSupportServiceImpl, ElectionAgentSupportServiceImpl, ParliamentAgentSupportServiceImpl, ParliamentMemberAgentSupportServiceImpl, ParliamentYearAgentSupportServiceImpl, PoliticalPartyAgentSupportServiceImpl

public interface AgentSupportService

The Interface AgentSupportService.


Method Summary
 List<ParliamentYearData> getParliamentYearsData()
          Gets the parliament years data.
 void reportOperationStatus(String agentName, String agentOperativeCode, AgentOperationStatus available)
          Report operation status.
 void updateChartList(List<BinaryContent> parliamentCharts)
          Update chart list.
 

Method Detail

getParliamentYearsData

List<ParliamentYearData> getParliamentYearsData()
Gets the parliament years data.

Returns:
the parliament years data

reportOperationStatus

void reportOperationStatus(String agentName,
                           String agentOperativeCode,
                           AgentOperationStatus available)
Report operation status.

Parameters:
agentName - the agent name
agentOperativeCode - the agent operative code
available - the available

updateChartList

void updateChartList(List<BinaryContent> parliamentCharts)
Update chart list.

Parameters:
parliamentCharts - the parliament charts


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