Package | Description |
---|---|
votorola.a.count |
Counting votes and resources.
|
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 | Field and Description |
---|---|
PollService |
CR_Vote.TracePair.poll |
Modifier and Type | Method and Description |
---|---|
PollService |
PollService.VoteServerScope.Run.constructCachedPoll(String name,
PrintWriter logWriter)
Returns a newly constructed poll, caching it for later retrieval.
|
PollService |
PollService.VoteServerScope.Run.ensurePoll(String name)
Returns a poll, if necessary constructing and caching it for later
retrieval.
|
protected PollService |
CR_Vote.poll() |
Modifier and Type | Method and Description |
---|---|
int |
PollService.compareTo(PollService p)
Compares based on caseless short name, cased short name, caseless full name, and
finally cased full name.
|
Constructor and Description |
---|
CR_Unvote(PollService _poll)
Constructs a CR_Unvote.
|
CR_Vote.TracePair(PollService poll,
Count count,
Vote _vote)
Constructs a TracePair with a standard cached view of a count table.
|
CR_Vote.TracePair(PollService _poll,
Count count,
Vote vote,
CR_Vote.CountTablePVC _countTablePV)
Constructs a TracePair.
|
CR_Vote(PollService _poll)
Constructs a CR_Vote.
|
CR_Vote(PollService _poll,
String _keyPrefix)
Constructs a CR_Vote as a subclass.
|
InputTable(PollService _voterService)
Partially constructs an InputTable.
|
Vote.CastEvent(PollService poll,
Vote vote)
Constructs a CastEvent.
|
Vote.WithdrawalEvent(PollService poll,
Vote oldVote,
Vote newVote)
Creates a WithdrawalEvent.
|
Modifier and Type | Method and Description |
---|---|
PollService |
PollJig.poll(PollService.VoteServerScope.Run runPoll)
Fetches the poll service and caches it for reuse.
|
Modifier and Type | Method and Description |
---|---|
(package private) static PollService |
WP_Poll.ensurePoll(Class<? extends Page> pageClass,
PageParameters pP,
VRequestCycle cycle)
Fetches the poll correponding to the 'p' parameter.
|
(package private) PollService |
WP_Poll.PollFetcher.poll()
The poll.
|
(package private) PollService |
WP_Poll.PollFetcher.poll(VRequestCycle cycle) |
(package private) static PollService |
WP_Poll.pollFor(String name,
VRequestCycle cycle)
Fetches the poll corresponding to the specified service name.
|
(package private) static PollService |
WP_Poll.pollOrNullFor(PageParameters pP,
VRequestCycle cycle)
Fetches the poll corresponding to query parameter 'p', if it is specified.
|
Constructor and Description |
---|
WP_Poll.PollFetcher(PollService poll)
Constructs a poll fetcher.
|