Package | Description |
---|---|
votorola.a.count |
Counting votes and resources.
|
votorola.a.position |
Formalizing stances on prospective issues.
|
votorola.a.trust |
Tracing trust networks and compiling residential voter registers.
|
votorola.a.voter |
Providing user-specific facilities.
|
votorola.a.web.wic |
Serving Votorola's Wicket web interface.
|
votorola.a.web.wic.authen |
Identification and authentication of users.
|
votorola.s.gwt.scene.feed.ss |
Supporting the server side of a feed.
|
votorola.s.wic.count |
The user interface of the count engine under Wicket.
|
Modifier and Type | Method and Description |
---|---|
IDPair |
Vote.VotingEvent.candidate()
The candidate for whom the vote was cast, or from whom the vote was withdrawn.
|
IDPair |
Vote.getCandidate()
The candidate for whom the voter is voting, or NOBODY
if the voter's vote is currently uncast.
|
IDPair |
CountNodeW.person()
The person for whom this node accounts.
|
IDPair |
Vote.voter()
The voter.
|
IDPair |
Vote.VotingEvent.voter()
The voter.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
CountNodeW.init(IDPair _person)
Initializes the node by identifying the person.
|
void |
Vote.setCandidate(IDPair newCandidate)
Changes the candidate for whom the voter is voting, and resets the timestamp.
|
Constructor and Description |
---|
CountNodeIC(CountTable.PollView _tablePV,
IDPair _person)
Creates a CountNodeIC with default values.
|
CountNodeW(CountTable.PollView _tablePV,
IDPair _person)
Creates a CountNodeW with default values.
|
CountNodeW(CountTable.PollView _tablePV,
IDPair _person,
String _bar,
String _candidateEmail,
long _carryVolume,
byte _dartSector,
long _directVoterCount,
boolean _isCast,
boolean _isCycler,
long _rank,
long _rankIndex,
long _receiveVolume,
long _time,
String xml)
Constructs a CountNodeW.
|
Vote(IDPair _voter)
Constructs a Vote with default initial data.
|
Vote(IDPair voter,
String xml)
Constructs a Vote from the specified initial data.
|
Vote(IDPair _voter,
VoterInputTable<?> voterInputTable)
Constructs a Vote from an ID pair, reading the initial state from the input table.
|
Modifier and Type | Method and Description |
---|---|
IDPair |
ComponentPipeRevision.nominee()
The nominee drafter.
|
IDPair |
ComponentPipeRevision.person() |
IDPair |
LocalDraftRevision.person() |
IDPair |
PositionIDPair.person()
The identifier of the person.
|
IDPair |
PositionalRevision.person()
The identifier of the person who takes the position.
|
IDPair |
PointerRevision.person() |
IDPair |
RemoteDraftRevision.person() |
Modifier and Type | Method and Description |
---|---|
IDPair |
TraceNode0.registrant() |
IDPair |
TraceNodeW.registrant() |
IDPair |
Membership.registrant()
The registrant.
|
IDPair |
TraceNode.registrant()
The registrant.
|
IDPair |
Registration.registrant() |
IDPair |
TrustEdge.registrant0()
The trust source.
|
IDPair |
TrustEdge.registrant1()
The trust destination.
|
IDPair |
TrustEdge.Primary.registrant1()
The destination of the primary edge.
|
Modifier and Type | Method and Description |
---|---|
List<IDPair> |
Registration.trusters()
The list of trust sources for the registrant (destination).
|
Modifier and Type | Method and Description |
---|---|
void |
Trustserver.ConstructionContext.addPrimaryTrust(IDPair registrant1,
int edgeCount)
Adds primary trust extensions.
|
void |
Registration.addTruster(IDPair newTruster)
Adds a new trust source, if not already present.
|
TraceNodeW |
TraceNodeW.Table.get(IDPair registrant)
Retrieves a node from this table.
|
TraceNodeW |
TraceNodeW.Table.getOrCreate(IDPair registrant)
Retrieves a node from this table; or if none is stored, a default node.
|
TraceNode |
Trustserver.getTraceNode(NetworkTrace trace,
IDPair registrant)
Retrieves a registrant's node from a compiled network trace.
|
(package private) List<TrustEdge> |
TrustEdge.Table.listEdgesFrom(IDPair registrant0)
Retrieves all edges that extend from the specified source registrant.
|
void |
Registration.removeTruster(IDPair oldTruster)
Removes a trust source, if found.
|
Constructor and Description |
---|
Membership(IDPair _registrant,
String _division)
Creates a Membership with default values.
|
Registration(IDPair _registrant)
Creates a Registration with all variable items at default values.
|
TraceNode0(IDPair _registrant)
Creates a TraceNode0.
|
TraceNodeIC(IDPair registrant)
Constructs a default TraceNodeIC, per TraceNodeW(registrant).
|
TraceNodeW(IDPair registrant)
Creates a TraceNodeW with all variables at default values.
|
TraceNodeW(IDPair registrant,
String area,
String countryCode,
String geohandle,
String otherProperties)
Creates a TraceNodeW.
|
TrustEdge.Primary(IDPair _registrant1,
int _edgeCount)
Constructs a Primary.
|
TrustEdge(IDPair _registrant0,
IDPair _registrant1)
Creates a TrustEdge with default values.
|
TrustEdge(IDPair _registrant0,
IDPair _registrant1,
String bar)
Constructs a TrustEdge.
|
Modifier and Type | Field and Description |
---|---|
static IDPair |
IDPair.NOBODY
An ID pair for a non-existent user.
|
Modifier and Type | Method and Description |
---|---|
static <C extends TextField<IDPair>> |
IDPairConverter.setMaxLength_Type(C field)
A convenience method to initialize a text field by adding a 'maxLength'
attribute to its view, and setting a model type of IDPair.
|
Modifier and Type | Method and Description |
---|---|
IDPair |
IDPairConverter.convertToObject(String input,
Locale _ignored) |
static IDPair |
IDPair.fromEmail(String email)
Constructs an IDPair from a canonical email address.
|
static IDPair |
IDPair.fromUsername(String username)
Constructs an IDPair from a username, which will automatically be translated to
normal form.
|
IDPair |
VoterPage.SessionScope.getLastIDPair()
Identifies either the last voter fore-navigated to, or nobody.
|
IDPair |
VoterPage.SessionScope.getLastVoterOrUser()
The ID pair of either the last voter fore-navigated to, or the authenticated user,
or NOBODY.
|
static IDPair |
VoterPage.U.idPairOrNobodyFor(PageParameters p)
Extracts the ID pair corresponding to query parameter 'u' or 'v' if either is
specified; otherwise returns NOBODY.
|
IDPair |
VoterPage.voterIDPair()
Identifies either the voter who is viewed on this page, or nobody.
|
Modifier and Type | Method and Description |
---|---|
String |
IDPairConverter.convertToString(IDPair value,
Locale _ignored) |
static PageParameters |
VoterPage.U.setFrom(IDPair idPair,
PageParameters p)
Sets the appropriate identifier parameter ('u' or 'v') as specified by the ID
pair, and clears the other parameter; or clears both if ID pair is NOBODY.
|
void |
VoterPage.SessionScope.setLastIDPair(IDPair newLastIDPair)
Sets the identity of the last voter fore-navigated to.
|
Constructor and Description |
---|
IDPair(IDPair other)
Constructs an IDPair by copying from another.
|
Modifier and Type | Class and Description |
---|---|
static class |
VSession.User
An authenticated Wicket user.
|
Modifier and Type | Method and Description |
---|---|
void |
VSession.setUser(IDPair id,
boolean persistent,
TraceNode traceNode,
VRequestCycle cycle)
Sets the authenticated user.
|
Modifier and Type | Method and Description |
---|---|
(package private) WikiAuthenticator.FailureMessage |
WikiAuthenticator.authenticateEmail(IDPair wikiUser,
CookieHandler cookieRelayer)
Compares two email addresses for the wiki user: (1) the email address
authenticated by the wiki, and (2) the email address implied by the user
identifier.
|
(package private) static void |
LoginPage.setUserInSession(IDPair id,
String method,
boolean persistent,
boolean toReplaceSession,
VRequestCycle cycle)
Sets the newly authenticated user in the session.
|
Modifier and Type | Method and Description |
---|---|
IDPair |
PersonJig.user()
This person's user identifier, if it is known.
|
Modifier and Type | Method and Description |
---|---|
void |
PersonJig.setUser(IDPair _user)
Sets the user identifier.
|
Modifier and Type | Method and Description |
---|---|
IDPair |
WP_Votespace.getNewCandidate() |
IDPair |
WP_Rank.voterIDPair() |
IDPair |
WP_Votespace.voterIDPair() |
Modifier and Type | Method and Description |
---|---|
void |
WP_Votespace.setNewCandidate(IDPair _newCandidate) |