Manages a collection of Help Topics for a given Product.
Provides searching services to HelpSystem.
Base Classes
|
|
Acquisition.Implicit
ObjectManager
Item
Persistent
|
Methods
|
|
__call__
__init__
addTopic
all_meta_types
helpValues
tpValues
|
|
__call__
|
__call__ (
self,
*args,
*kw,
)
Searchable interface
Seaching does an aggregated search of all ProductHelp
objects. Only Help Topics for which the user has permissions
are returned.
|
|
__init__
|
__init__ (
self,
id='Help',
title='',
)
|
|
addTopic
|
addTopic (
self,
id,
title,
REQUEST=None,
)
Add a Help Topic
|
|
all_meta_types
|
all_meta_types ( self )
|
|
helpValues
|
helpValues ( self, REQUEST=None )
Lists contained Help Topics.
Help Topics for which the user is not authorized
are not listed.
|
|
tpValues
|
tpValues ( self )
Tree protocol - child nodes
|
|