Package | Description |
---|---|
votorola.a.count.gwt |
Interfacing to the count engine from GWT web clients.
|
Modifier and Type | Class and Description |
---|---|
class |
SacRegisterJS_q
A superaccount register for quantitive summation at a particular node.
|
class |
SacRegisterJS_v
A superaccount register for votes at a particular node.
|
Modifier and Type | Method and Description |
---|---|
<R extends SacRegisterJS> |
CountNodeJS.register(String countingMethodName,
String accountName)
Returns this node's superaccount register for the specified counting method and
account name; or null if no such register exists.
|
<R extends SacRegisterJS> |
CountNodeJS.registers()
Superaccount registers at this node, indexed first by the page name of the
counting method, then by the account name.
|