class documentation

class ZMSZCatalogConnector(ZMSItem.ZMSItem): (source)

Constructor: ZMSZCatalogConnector(id)

Implements interfaces: Products.zms.IZMSCatalogConnector.IZMSCatalogConnector, Products.zms.IZMSRepositoryProvider.IZMSRepositoryProvider

View In Hierarchy

Provide helpers for ZMSZCatalogConnector.

Method __init__ Constructor
Method getActions Return actions.
Method getProperties Return properties.
Method manage_changeProperties manage_changeProperties
Method manage_destroy Handle the ZMI action 'manage_destroy'.
Method manage_init Handle the ZMI action 'manage_init'.
Method manage_objects_add Handle the ZMI action 'manage_objects_add'.
Method manage_objects_clear Handle the ZMI action 'manage_objects_clear'.
Method manage_objects_remove Handle the ZMI action 'manage_objects_remove'.
Method provideRepository Returns a repository model for export.
Method reindex_page reindex_page
Method search_json search_json
Method search_xml search_xml
Method suggest_json suggest_json
Method suggest_xml suggest_xml
Method translateRepositoryModel Implement 'translateRepositoryModel'.
Method updateRepository Implement 'updateRepository'.
Class Variable __ac_permissions__ Undocumented
Class Variable __administratorPermissions__ Undocumented
Class Variable manage Undocumented
Class Variable manage_main Undocumented
Class Variable meta_type Undocumented
Class Variable zmi_icon Undocumented
Instance Variable id Undocumented
def __init__(self, id): (source)

Constructor

def getActions(self, pattern=None): (source)

Return actions.

def getProperties(self): (source)

Return properties.

def manage_changeProperties(self, btn, lang, REQUEST, RESPONSE): (source)

manage_changeProperties

def manage_destroy(self): (source)

Handle the ZMI action 'manage_destroy'.

def manage_init(self): (source)

Handle the ZMI action 'manage_init'.

def manage_objects_add(self, objects): (source)

Handle the ZMI action 'manage_objects_add'.

def manage_objects_clear(self, home_id): (source)

Handle the ZMI action 'manage_objects_clear'.

def manage_objects_remove(self, nodes): (source)

Handle the ZMI action 'manage_objects_remove'.

def provideRepository(self, r, ids=None): (source)

Returns a repository model for export.

def reindex_page(self, uid, page_size, clients=False, fileparsing=True, REQUEST=None, RESPONSE=None): (source)

reindex_page

def search_json(self, REQUEST, RESPONSE): (source)

search_json

def search_xml(self, REQUEST, RESPONSE): (source)

search_xml

def suggest_json(self, REQUEST, RESPONSE): (source)

suggest_json

def suggest_xml(self, REQUEST, RESPONSE): (source)

suggest_xml

def translateRepositoryModel(self, r): (source)

Implement 'translateRepositoryModel'.

def updateRepository(self, r): (source)

Implement 'updateRepository'.

__ac_permissions__ = (source)

Undocumented

__administratorPermissions__: tuple[str, ...] = (source)

Undocumented

Undocumented

manage_main = (source)

Undocumented

meta_type: str = (source)

Undocumented

zmi_icon: str = (source)

Undocumented

Undocumented