Part of lp.registry.model.sourcepackage View In Hierarchy
Known subclasses: lp.registry.model.distributionsourcepackage.DistributionSourcePackage
| Method | getTargetTypes | See QuestionTargetMixin. |
| Method | questionIsForTarget | See QuestionTargetMixin. |
| Method | searchQuestions | See IQuestionCollection. |
| Method | getAnswerContactsForLanguage | See IQuestionTarget. |
| Method | getAnswerContactRecipients | See IQuestionTarget. |
| Method | answer_contacts | See IQuestionTarget. |
| Method | answer_contacts_with_languages | Answer contacts with their languages pre-filled. |
| Method | owner | Undocumented |
| Method | _store | Undocumented |
Inherited from QuestionTargetMixin:
| Method | newQuestion | See IQuestionTarget. |
| Method | createQuestionFromBug | See IQuestionTarget. |
| Method | getQuestion | See IQuestionTarget. |
| Method | findSimilarQuestions | See IQuestionTarget. |
| Method | getQuestionLanguages | See IQuestionTarget. |
| Method | direct_answer_contacts | See IQuestionTarget. |
| Method | direct_answer_contacts_with_languages | Direct answer contacts with their languages pre-filled. |
| Method | canUserAlterAnswerContact | See IQuestionTarget. |
| Method | addAnswerContact | See IQuestionTarget. |
| Method | removeAnswerContact | See IQuestionTarget. |
| Method | getSupportedLanguages | See IQuestionTarget. |
| Method | _getConditionsToQueryAnswerContacts | The SQL conditions to query this target's answer contacts. |
| Method | _selectPersonFromAnswerContacts | Return the Persons or Teams who are AnswerContacts. |
QuestionTargetMixin.
Defines distribution and sourcepackagename as this object's distribution and sourcepackagename.
QuestionTargetMixin.
Return True when the question's distribution and sourcepackagename are this object's distribution and sourcepackagename.
IQuestionCollection.