Part of lp.registry.interfaces.karma View In Hierarchy
| Attribute | title | Title |
| Method | __iter__ | Iterate over all Karma Actions. |
| Method | getByName | Return the KarmaAction with the given name. |
| Method | selectByCategory | Return all KarmaAction objects of the given category. |
| Method | selectByCategoryAndPerson | Return all KarmaAction objects of the given category if <person> |
Return the default value if there's no such KarmaAction.
<orderBy> can be either a string with the column name you want to sort or a list of column names as strings. If no orderBy is specified the results will be ordered using the default ordering specified in KarmaAction._defaultOrder.