Uses of Class
org.gswing.components.common.Constituency

Packages that use Constituency
org.gswing.components.common Package contains the classes common to gswing components. 
org.gswing.components.common.db Package contains the classes common to gswing gui components. 
org.gswing.components.input Package contains the gswing database insertion packages and classes. 
org.gswing.components.output.exporter Output package containing classes for exporting data from the database. 
org.gswing.framework.services Package contains gswing framework services interfaces. 
 

Uses of Constituency in org.gswing.components.common
 

Methods in org.gswing.components.common that return Constituency
 Constituency ResultKey.getConstituency()
           
 Constituency Result.getConstituency()
          Get the constituency of this result.
 

Methods in org.gswing.components.common with parameters of type Constituency
 int Constituency.compareTo(Constituency left)
          Compare another constituency to this.
 

Constructors in org.gswing.components.common with parameters of type Constituency
OverallResult(Constituency constituency)
          Constructor.
Result(Constituency constituency)
          Constructor.
ResultKey(Constituency constituency, Date date, String type, String system)
          Constructor.
ResultKey(Constituency constituency, Election election)
          Constructor.
 

Uses of Constituency in org.gswing.components.common.db
 

Methods in org.gswing.components.common.db that return Constituency
 Constituency DbReadAccess.getConstituency(String constituencyName, char type)
          Get the constituency for this constituency name and type.
 Constituency DbReadAccess.getConstituency(String constituencyName, String parent)
          Get the unique constituency number for this constituency.
 

Methods in org.gswing.components.common.db with parameters of type Constituency
 Vector<ResultKey> DbReadAccess.getElectionDates(Constituency constituency)
          Get election dates that have taken place in this constituency.
 Election DbReadAccess.getLatestDate(Constituency constituency)
          Get the election of the latest result for this constituency.
 int DbReadAccess.getVotesCast(Constituency constituency, Election election)
          Fetch the number of votes cast in a constituency for a particular election.
 

Uses of Constituency in org.gswing.components.input
 

Methods in org.gswing.components.input with parameters of type Constituency
 int DbWriteAccess.insertElectorate(Constituency constituency, int electionNo, int electorate)
           
 boolean DbWriteAccess.insertPartyLeader(Election election, Candidate candidate, Constituency constituency)
          Insert a new party leader into the database.
 int DbWriteAccess.updateElectorate(Constituency constituency, int electionNo, int electorate)
           
 

Uses of Constituency in org.gswing.components.output.exporter
 

Fields in org.gswing.components.output.exporter with type parameters of type Constituency
protected  Hashtable<Constituency,Result> AbstractDbToFile.results
           
 

Uses of Constituency in org.gswing.framework.services
 

Methods in org.gswing.framework.services that return Constituency
 Constituency IDbReadAccess.getConstituency(String constituencyName, char type)
          Get the constituency for this constituency name and type.
 Constituency IDbReadAccess.getConstituency(String constituencyName, String parent)
          Get the unique constituency number for this constituency.
 

Methods in org.gswing.framework.services with parameters of type Constituency
 Vector IDbReadAccess.getElectionDates(Constituency constituency)
          Get election dates that have taken place in this constituency.
 Election IDbReadAccess.getLatestDate(Constituency constituency)
          Get the election of the latest result for this constituency.
 int IDbReadAccess.getVotesCast(Constituency constituency, Election election)
          Fetch the number of votes cast in a constituency for a particular election.
 int IDbWriteAccess.insertElectorate(Constituency constituency, int electionNo, int electorate)
          Insert the electorate size into the database.
 boolean IDbWriteAccess.insertPartyLeader(Election election, Candidate candidate, Constituency constituency)
          Insert a party leader.
 int IDbWriteAccess.updateElectorate(Constituency constituency, int electionNo, int electorate)
          Update the electorate size into the database.
 



Copyright © 2008. All Rights Reserved.