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.voter |
Providing user-specific facilities.
|
Modifier and Type | Method and Description |
---|---|
UserSettings.Table |
VoteServer.Run.userTable()
The relational store of service preferences and other settings,
for the users of this vote-server.
|
Modifier and Type | Method and Description |
---|---|
static UserSettings |
UserSettings.forOpenID(String openID,
UserSettings.Table table)
Retrieves a user's settings from the table, doing the lookup by OpenID.
|
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.
|
Constructor and Description |
---|
UserSettings(String voterEmail,
UserSettings.Table table)
Constructs a UserSettings, reading its initial state from the user table.
|