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.response |
Interfacing with users by command/response.
|
votorola.a.voter |
Providing user-specific facilities.
|
votorola.a.web.wic |
Serving Votorola's Wicket web interface.
|
Modifier and Type | Method and Description |
---|---|
void |
VoterInputTable.put(String voterEmail,
String xml,
ServiceSession userSession)
Stores a voter's data to the 'xml' column.
|
static void |
VoterInputTable.testAccessAllowed(String voterEmail,
ServiceSession userSession)
Throws a VotorolaSecurityException if voterEmail is unequal to
userSession.userEmail().
|
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.
|
Modifier and Type | Class and Description |
---|---|
static class |
CommandResponder.Session
A service session with a user.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
VSession
A user session in the Wicket web interface.
|