c.l.d.a.Account(SQLBase) : class documentation

Part of canonical.launchpad.database.account View In Hierarchy

Implements interfaces: canonical.launchpad.interfaces.account.IAccount

An Account.
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
def __repr__(self):
Undocumented
def _getEmails(self, status):
Get related EmailAddress objects with the given status.
@property
def preferredemail(self):
See IAccount.
@property
def validated_emails(self):
See IAccount.
@property
def guessed_emails(self):
See IAccount.
def setPreferredEmail(self, email):
See IAccount.
def validateAndEnsurePreferredEmail(self, email):
See IAccount.
def activate(self, comment, password, preferred_email):
See IAccountSpecialRestricted.
def reactivate(self, comment, password, preferred_email):
See IAccountSpecialRestricted.
def _get_password(self):
Undocumented
def _set_password(self, value):
Undocumented
@property
def is_valid(self):
See IAccount.
def createPerson(self, rationale, name=None, comment=None):
See IAccount.
API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.