Part of lp.registry.model.poll View In Hierarchy
| Method | newOption | See IPoll. |
| Method | isOpen | See IPoll. |
| Method | closesIn | See IPoll. |
| Method | opensIn | See IPoll. |
| Method | isClosed | See IPoll. |
| Method | isNotYetOpened | See IPoll. |
| Method | getAllOptions | See IPoll. |
| Method | getActiveOptions | See IPoll. |
| Method | getVotesByPerson | See IPoll. |
| Method | personVoted | See IPoll. |
| Method | removeOption | See IPoll. |
| Method | getOptionByName | See IPoll. |
| Method | storeCondorcetVote | See IPoll. |
| Method | storeSimpleVote | See IPoll. |
| Method | getTotalVotes | See IPoll. |
| Method | getWinners | See IPoll. |
| Method | getPairwiseMatrix | See IPoll. |
| Method | _assertEverythingOkAndGetVoter | Use assertions to Make sure all pre-conditions for a person to vote |
Inherited from SQLBase:
| Method | __init__ | Extended version of the SQLObjectBase constructor. |
| Method | __repr__ | Undocumented |
| Method | destroySelf | Undocumented |
| Method | __eq__ | Equality operator. |
| Method | __ne__ | Inverse of __eq__. |
| Method | __storm_invalidated__ | Flush cached properties. |
| Class Method | _get_store | Undocumented |