Package | Description |
---|---|
votorola.a |
Providing application-specific library code for Votorola:
an experimental technology for the public guidance of electoral systems,
executive offices, legislatures, and other decision systems.
|
votorola.a.count |
Counting votes and resources.
|
votorola.a.voter |
Providing user-specific facilities.
|
Modifier and Type | Method and Description |
---|---|
void |
VoterInputTable.XMLColumnBuilder.appendAttribute(String name,
String value) |
static String |
VoterInputTable.lengthConstrained(String inputString)
Throws a BadInputException if the input string is longer than MAX_INPUT_LENGTH; otherwise returns the same input string.
|
void |
VoterInputTable.put(String voterEmail,
String xml,
ServiceSession userSession)
Stores a voter's data to the 'xml' column.
|
Modifier and Type | Method and Description |
---|---|
void |
InputTable.put(String voterEmail,
String xml,
ServiceSession userSession) |
(package private) void |
Vote.write(VoterInputTable<?> voterInputTable,
ServiceSession userSession)
Writes this vote to the table if it has unwritten changes, or deletes the vote if
it's at default.
|
void |
Vote.write(VoterInputTable<?> voterInputTable,
ServiceSession userSession,
boolean toForce)
Writes this vote to the table, or deletes the vote if it's at default.
|
protected void |
CR_Vote.writeVoteAndEcho(String newCandidateEmail,
Vote vote,
CommandResponder.Session session)
Changes the vote and writes it to the database, and appends an echo of the change
to the reply.
|
Modifier and Type | Method and Description |
---|---|
void |
UserSettings.write(UserSettings.Table table,
ServiceSession userSession)
Writes these user settings to the table if they have unwritten changes, or deletes
them if they are at default.
|
void |
UserSettings.write(UserSettings.Table table,
ServiceSession userSession,
boolean toForce)
Writes these user settings to the table, or deletes them if they are all at
default.
|