source: products/quintagroup.catalogupdater/trunk/quintagroup/catalogupdater/interfaces.py @ 1754

Last change on this file since 1754 was 1754, checked in by mylan, 14 years ago

Added utility

  • Property svn:eol-style set to native
File size: 218 bytes
Line 
1from zope.interface import Interface
2
3class ICatalogUpdater(Interface):
4
5    def updateMetadata4All(catalog, column):
6        """ Update only the column metadata in the catalog
7            for all records
8        """
9
Note: See TracBrowser for help on using the repository browser.