com.hack23.cia.service.impl.control.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
Modifier and Type Method and Description
 void addIfNotExist(PoliticalPartyData politcalParty)
          Adds the if not exist.
 List<PoliticalPartyData> getAllPoliticalParties()
          Gets the all political parties.
 
Methods inherited from interface com.hack23.cia.service.impl.control.agent.sweden.api.AgentSupportService
getParliamentYearsData, reportOperationStatus, updateChartList
 

Method Detail

addIfNotExist

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

Parameters:
politcalParty - the politcal party

getAllPoliticalParties

@Transactional(readOnly=true)
List<PoliticalPartyData> getAllPoliticalParties()
Gets the all political parties.

Returns:
the all political parties


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