Package bscw :: Package api :: Package poll :: Module ap_votepoll
[hide private]

Module ap_votepoll

edit a poll object
   returns id of new poll

API definition::

 API = (('object_id', 'ASCII string', 1),
        ('question', 'Unicode string', 1),
        ('votes', 'array', 1, [('vote', 'int', 1)]))

(c) Fraunhofer FIT, 2004


Version: $Rev: 20650 $

Functions [hide private]
 
param_def()
return the parameter definition
 
do_it(request, object_id, question, votes, multi, public)
see above
 
handle_it(request, object, votes)
 
exec_it(request, object, all_votes)
Variables [hide private]
  __package__ = None