@ThreadRestricted public static class CR_Vote.CountTablePVC extends CountTable.PollView
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,CountNodeW> |
cache |
serviceName
Constructor and Description |
---|
CR_Vote.CountTablePVC(CountTable t,
String _serviceName) |
Modifier and Type | Method and Description |
---|---|
CountNodeW |
get(String voterEmail)
Retrieves a node from this view.
|
CountNodeW |
getOrCreate(String voterEmail)
Retrieves a node from this view, or, if none is stored, a CountNodeIC with default values.
|
countBaseCandidates, getByIndeces, listByRankIndeces, run, runCasters, runGroup, table
protected final HashMap<String,CountNodeW> cache
public CR_Vote.CountTablePVC(CountTable t, String _serviceName)
public final CountNodeW get(String voterEmail) throws SQLException, XMLStreamException
CountTable.PollView
get
in class CountTable.PollView
SQLException
XMLStreamException
public final CountNodeW getOrCreate(String voterEmail) throws SQLException, XMLStreamException
CountTable.PollView
getOrCreate
in class CountTable.PollView
SQLException
XMLStreamException