Part of lp.registry.interfaces.poll View In Hierarchy
| Attribute | team | The team of these polls. |
| Attribute | title | Polls Page Title |
| Method | new | Create a new Poll for this team. |
| Method | getAll | Return all Polls of this team. |
| Method | getOpenPolls | Return all Open Polls for this team ordered by the date they'll |
| Method | getNotYetOpenedPolls | Return all Not-Yet-Opened Polls for this team ordered by the date |
| Method | getClosedPolls | Return all Closed Polls for this team ordered by the date they |
The optional :when argument is used only by our tests, to test if the poll is/was/will be open at a specific date.