| Home | Trees | Indices | Help |
|
|---|
|
|
Main interface for handling Repository Notice Board user data, such as notice board items status, metadata retrieval, etc.
| Instance Methods | |||
| bool |
|
||
| dict |
|
||
| set |
|
||
| dict |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
| Method Details |
Return whether all available repository noticeboards are marked as read.
|
Return noticeboard RSS metadata (dict form) for given repository identifier. This method is fault tolerant, except for invalid repoid given, if repository notice board file is broken or not found an empty dict is returned.
|
Return noticeboard items read status for given repository identifier.
|
Return noticeboard user metadata dict for given repository identifier. This dictionary contains misc noticeboard information for given repository, like (at the moment) items read status.
|
Return whether noticeboard for given repository has been marked as "read" by user.
|
Mark noticeboard items for given repository as "read". "read" status will be automatically tainted when noticeboard changes.
|
Set given noticeboard item read status. This method also handles repository user metadata on-disk storage, this is a "one-shot" function, no need to call anything else.
|
Store given noticeboard metadata for given repository to disk.
|
Unmark noticeboard items for given repository as "read". "read" status will be automatically tainted when noticeboard changes.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Sep 4 11:50:10 2009 | http://epydoc.sourceforge.net |