Part of lp.registry.model.mailinglist View In Hierarchy
Teams may have at most one mailing list, and a mailing list is associated with exactly one team. This table manages the state changes that a team mailing list can go through, and it contains information that will be used to instruct Mailman how to create, delete, and modify mailing lists (via XMLRPC).
| Method | address | See IMailingList. |
| Method | archive_url | See IMailingList. |
| Method | __repr__ | Undocumented |
| Method | startConstructing | See IMailingList. |
| Method | startUpdating | See IMailingList. |
| Method | transitionToStatus | See IMailingList. |
| Method | deactivate | See IMailingList. |
| Method | reactivate | See IMailingList. |
| Method | is_public | See IMailingList. |
| Method | is_usable | See IMailingList. |
| Method | getSubscription | See IMailingList. |
| Method | getSubscribers | See IMailingList. |
| Method | subscribe | See IMailingList. |
| Method | unsubscribe | See IMailingList. |
| Method | changeAddress | See IMailingList. |
| Method | holdMessage | See IMailingList. |
| Method | getReviewableMessages | See IMailingList. |
| Method | purge | See IMailingList. |
| Method | _setAndNotifyDateActivated | Set the date_activated field and fire a |
| Method | _get_welcome_message | Undocumented |
| Method | _set_welcome_message | Undocumented |
Inherited from SQLBase:
| Method | __init__ | Extended version of the SQLObjectBase constructor. |
| Method | destroySelf | Undocumented |
| Method | __eq__ | Equality operator. |
| Method | __ne__ | Inverse of __eq__. |
| Method | __storm_invalidated__ | Flush cached properties. |
| Class Method | _get_store | Undocumented |