Part of lp.registry.interfaces.webservice View In Hierarchy
| Attribute | title | Title |
| Method | __iter__ | Return an iterator over all the projects. |
| Method | __getitem__ | Get a project by its name. |
| Method | get | Get a project by its id. |
| Method | getByName | Return the project with the given name, ignoring inactive projects |
| Method | new | Create and return a project with the given arguments. |
| Method | count_all | Return the total number of projects registered in Launchpad. |
| Method | search | Search through the Registry database for projects that match the |
| Method | forReview | Return a list of ProjectGroups which need review, or which have |
If the project can't be found a NotFoundError will be raised.
Return the default value if there is no such project.
For a description of the parameters see IProjectGroup.