Part of canonical.launchpad.vocabularies.dbobjects View In Hierarchy
Implements interfaces: canonical.launchpad.webapp.vocabulary.IHugeVocabulary
| Method | toTerm | See IVocabulary. | 
  
| Method | getTermByToken | See IVocabularyTokenized. | 
  
| Method | search | Return a resultset of archives. | 
Inherited from SQLObjectVocabularyBase:
| Method | __init__ | Undocumented | 
| Method | searchForTerms | Undocumented | 
| Method | __iter__ | Return an iterator which provides the terms from the vocabulary. | 
| Method | __len__ | Undocumented | 
| Method | __contains__ | Undocumented | 
| Method | getQuery | Undocumented | 
| Method | getTerm | Undocumented | 
| Method | emptySelectResults | Return a SelectResults object without any elements. | 
This is a helper required by SQLObjectVocabularyBase.searchForTerms.