Part of canonical.launchpad.database.account View In Hierarchy
Implements interfaces: canonical.launchpad.interfaces.account.IAccount
| Method | __repr__ | Undocumented |
| Method | preferredemail | See IAccount. |
| Method | validated_emails | See IAccount. |
| Method | guessed_emails | See IAccount. |
| Method | setPreferredEmail | See IAccount. |
| Method | validateAndEnsurePreferredEmail | See IAccount. |
| Method | activate | See IAccountSpecialRestricted. |
| Method | reactivate | See IAccountSpecialRestricted. |
| Method | is_valid | See IAccount. |
| Method | createPerson | See IAccount. |
| Method | _getEmails | Get related EmailAddress objects with the given status. |
| Method | _get_password | Undocumented |
| Method | _set_password | 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_flushed__ | Invalidate the web service cache. |
| Method | __storm_invalidated__ | Flush cached properties. |
| Class Method | _get_store | Undocumented |