Package feeds :: Module channels :: Class FeedChannel
[frames | no frames]

Type FeedChannel

object --+                        
         |                        
     CItem --+                    
             |                    
          Item --+                
                 |                
              Item --+            
                     |            
           ContentItem --+        
                         |        
        AbstractCollection --+    
                             |    
                ListCollection --+
                                 |
                                FeedChannel


Method Summary
  addFeedItem(self, feedItem)
Add a single item, and add it to any listening collections
  markAllItemsRead(self)
  Update(self, data)
Inherited from ListCollection: __init__, __len__, add, clear, contentsUpdated, empty, first, remove
Inherited from AbstractCollection: __contains__, __iter__, __nonzero__, __str__, collectionChanged, isEmpty, isReadOnly, notifySubscribers, setup
Inherited from ContentItem: __unicode__, addToCollection, ExportItemData, getBasedAttributes, getCurrentMeEmailAddress, getEmailAddress, getMembershipItem, getSharedState, InitOutgoingAttributes, isAttributeModifiable, ItemAboutString, ItemBodyString, ItemWhoFromString, ItemWhoString, removeFromCollection, SetItemBodyString, StampKind
Inherited from Item: getDefaultParent, getKind, iterItems
Inherited from Item: __getitem__, _repr_, addValue, check, clone, copy, delete, dir, find, findMatch, findPath, findUUID, getACL, getAttributeValue, getItemChild, getItemCloud, getItemDisplayName, getItemDisplayString, getValue, getVersion, hasAttributeAspect, hasChild, hasChildren, hashItem, hasKey, hasLocalAttributeValue, hasValue, isAttributeDirty, isItemOf, isRemote, iterAttributeValues, iterChildren, mixinKinds, move, placeChild, printItem, refCount, removeACL, removeAttributeValue, removeValue, rename, setACL, setAttributeValue, setPinned, setValue, unwatchCollection, unwatchKind, walk, watchCollection, watchKind
Inherited from CItem: __new__, __repr__, getAttributeAspect, getDirty, isDeleted, isDeleting, isDirty, isNew, isPinned, isSchema, isStale, setDirty
Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__

Property Summary
Inherited from AbstractCollection: readOnly
Inherited from ContentItem: bodyString, sharedState

Instance Variable Summary
  about: Role(None)
  author: Author -- One(Text)
  category: Category -- One(Text)
  copyright: Copyright -- One(Text)
  date: Date -- One(DateTime)
  etag: eTag -- One(Text)
  isUnread: Is Unread -- One(Boolean)
  language: Language -- One(Text)
  lastModified: Last Modified -- One(DateTime)
  link: link -- One(URL)
  url: URL -- One(URL)
  who: Role(None)
Inherited from ListCollection: body, collectionList, collections, color, colorizeIcon, contentsOwner, createdOn, creator, description, displayName, displayNameAlternatives, dontDisplayAsCalendar, iconName, iconNameHasKindVariant, importance, invitees, kindExtent, lastModifiedBy, mine, modifiedOn, monitors, outOfTheBoxCollection, previousStamps, private, read, refCollection, references, renameable, rep, sharedIn, shares, subscribers, TPBDetailItemOwner, TPBSelectedItemOwner, trashFor, viewContainer, watcherDispatch, watchers, watches
Inherited from Item: aliasedBy, path, typeFor, version
Inherited from CItem: itsKind, itsName, itsParent, itsPath, itsRoot, itsUUID, itsVersion, itsView

Class Variable Summary
dict __kind_clouds__ = {'sharing': <application.schema.Cloud ...
dict __kind_info__ = {'displayName': u'Feed Channel'}
Inherited from ContentItem: READONLY, READWRITE, UNSHARED
Inherited from Item: __default_path__
Inherited from CItem: ADIRTY, CDIRTY, CMERGED, CONTAINER, COPYEXPORT, CORESCHEMA, DELETED, DELETING, DIRTY, FDIRTY, IMPORTING, MERGED, MUTATING, NDIRTY, NEW, NMERGED, NODIRTY, PINNED, RAW, RDIRTY, RMERGED, SAVEMASK, SCHEMA, STALE, VDIRTY, VMERGED, VRDIRTY

Instance Method Details

addFeedItem(self, feedItem)

Add a single item, and add it to any listening collections

Instance Variable Details

about

Role(None)
Value:
<Role about of <class 'feeds.channels.FeedChannel'>>                   

author

Author -- One(Text)
Value:
<Role author of <class 'feeds.channels.FeedChannel'>>                  

category

Category -- One(Text)
Value:
<Role category of <class 'feeds.channels.FeedChannel'>>                

copyright

Copyright -- One(Text)
Value:
<Role copyright of <class 'feeds.channels.FeedChannel'>>               

date

Date -- One(DateTime)
Value:
<Role date of <class 'feeds.channels.FeedChannel'>>                    

etag

eTag -- One(Text)
Value:
<Role etag of <class 'feeds.channels.FeedChannel'>>                    

isUnread

Is Unread -- One(Boolean)
Value:
<Role isUnread of <class 'feeds.channels.FeedChannel'>>                

language

Language -- One(Text)
Value:
<Role language of <class 'feeds.channels.FeedChannel'>>                

lastModified

Last Modified -- One(DateTime)
Value:
<Role lastModified of <class 'feeds.channels.FeedChannel'>>            

link

link -- One(URL)
Value:
<Role link of <class 'feeds.channels.FeedChannel'>>                    

url

URL -- One(URL)
Value:
<Role url of <class 'feeds.channels.FeedChannel'>>                     

who

Role(None)
Value:
<Role who of <class 'feeds.channels.FeedChannel'>>                     

Class Variable Details

__kind_clouds__

Type:
dict
Value:
{'sharing': <application.schema.Cloud instance at 0xb67f3c4c>}         

__kind_info__

Type:
dict
Value:
{'displayName': u'Feed Channel'}                                       

Generated by Epydoc 2.1 on Mon Dec 19 13:33:30 2005 http://epydoc.sf.net