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

Package class diagram package PoliticalPartyAgentSupportService
All Superinterfaces:
AgentSupportService
All Known Implementing Classes:
PoliticalPartyAgentSupportServiceImpl

public interface PoliticalPartyAgentSupportService
extends AgentSupportService

The Interface PoliticalPartyAgentSupportService.


Method Summary
 void addIfNotExist(PoliticalPartyData politcalParty)
          Adds the if not exist.
 void generatePoliticalPartyCharts(ParliamentYearData parliamentYearData, Long politicalPartyId)
          Generate political party charts.
 List<PoliticalPartyData> getAllPoliticalParties()
          Gets the all political parties.
 
Methods inherited from interface com.hack23.cia.service.impl.admin.agent.sweden.api.AgentSupportService
getParliamentYearsData, reportOperationStatus, updateChartList
 

Method Detail

addIfNotExist

void addIfNotExist(PoliticalPartyData politcalParty)
Adds the if not exist.

Parameters:
politcalParty - the politcal party

generatePoliticalPartyCharts

void generatePoliticalPartyCharts(ParliamentYearData parliamentYearData,
                                  Long politicalPartyId)
Generate political party charts.

Parameters:
politicalPartyId - the political party id
parliamentYearData - the parliament year data

getAllPoliticalParties

List<PoliticalPartyData> getAllPoliticalParties()
Gets the all political parties.

Returns:
the all political parties


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