• Publicity: Public Only All

oct-election-procs.tcl

Procs for election

Location:
packages/oct-election/tcl/oct-election-procs.tcl

Procedures in this file

Detailed information

oct-election::valid_voters (public)

 oct-election::valid_voters [ -status status ] -election_id election_id

Return a list of valid voters

Switches:
-status
(defaults to "not_voted") (optional)
Could be "voted" or "non_voted", reflecting the voters who have voted for the elections already and the ones who did not vote yet.
-election_id
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 ad_script_abort ad_script_abort (public) db_foreach db_foreach (public) db_list db_list (public) oct-election::valid_voter_p oct-election::valid_voter_p (private) oct-election::valid_voters oct-election::valid_voters oct-election::valid_voters->ad_script_abort oct-election::valid_voters->db_foreach oct-election::valid_voters->db_list oct-election::valid_voters->oct-election::valid_voter_p

Testcases:
No testcase defined.
[ show source ]