Products.MightyCal.ImageCollection (version 1.7)
index
/home/zope/lib/python/Products/MightyCal/ImageCollection.py

ImageCollection Class.  Contains Image objects which can be referred to in
Templates, so as to add decoration to the various Calendar output formats

 
Modules
            
Acquisition
Products.MightyCal.Const
Dumper
Products.MightyCal.Utils
os
zLOG

 
Classes
            
Acquisition.Acquirer
ImageCollection(OFS.Folder.Folder, Acquisition.Acquirer, Acquisition.ExplicitAcquirer)
Acquisition.ExplicitAcquirer
ImageCollection(OFS.Folder.Folder, Acquisition.Acquirer, Acquisition.ExplicitAcquirer)
OFS.Folder.Folder(OFS.ObjectManager.ObjectManager, OFS.PropertyManager.PropertyManager, AccessControl.Role.RoleManager, webdav.Collection.Collection, OFS.SimpleItem.Item, OFS.FindSupport.FindSupport)
ImageCollection(OFS.Folder.Folder, Acquisition.Acquirer, Acquisition.ExplicitAcquirer)

 
class ImageCollection
      ImageCollection Class.  Holds Intermediate images for a particular Calendar
 
  
__init__(self)
Construct a new instance of ImageCollection
addImage(self, id, description, REQUEST=None)
Creates a 'blank' Image object, stores it as a sub object, then redirects the user to the Image management screen to fill in its details and upload an image file into it.
deleteImages(self, ids, REQUEST=None)
Delete the given list of Images from our registry

 
Data
             MessageDialog = <HTML instance at 82c28f8>

__file__ = '/home/zope/lib/python/Products/MightyCal/ImageCollection.pyc'

__name__ = 'Products.MightyCal.ImageCollection'

__version__ = '$Revision: 1.7 $'

permAddCalendar = 'Add Calendars'

permViewMgmtScreen = 'View management screens'