Products.MightyCal.Search (version 1.2) | index /home/zope/lib/python/Products/MightyCal/Search/__init__.py |
Search subpackage of the MightyCal package. Contains the following modules: * NamedCriterion: A NamedCriterion Object defines a set of search criteria that are given a name. This makes it easy to refer to complex criteria in HTTP requests, e.g. by requesting 'Next30Days' instead of some ugly combination of request parameters. * CriteriaSet Class. Contains NamedCriterion objects in a traditional Zope-Folderish container, so that the NamedCriterion objects can be edited. In addition, its getQueryObject() method can take a set of NamedCriterion IDs and compose a QueryObject that can be submitted to the EventCatalog to retrieve a set of Events. * SearchWidget: * SearchWidgetCollection: * Const: Constants definitions for the above modules.
Package Contents | ||||||
|
Data | ||
__all__ = ['Const', 'NamedCriterion', 'CriteriaSet', 'SearchWidgets', 'SearchWidgetCollection'] __file__ = '/home/zope/lib/python/Products/MightyCal/Search/__init__.pyc' __name__ = 'Products.MightyCal.Search' __path__ = ['/home/zope/lib/python/Products/MightyCal/Search'] __version__ = '$Revision: 1.2 $' |