Class R.F.ReportFeedback(CatalogAware, ObjectManager, SimpleItem, PropertyManager):

Part of Reportek.Feedback View In Hierarchy

A Feedback allows indexing and conversions.
Line # Kind Name Docs
114 Method __init__ Initialize a new Feedback instance
127 Method __setstate__ Undocumented
130 Method all_meta_types Called by Zope to determine what kind of object the envelope can contain
137 Method manage_editFeedback Edits the properties
154 Method manage_uploadFeedback Undocumented
162 Method manage_uploadAttFeedback Undocumented
169 Method manage_deleteAttFeedback Undocumented
175 Method compileFeedbacktext If the feedbacktext has another content type than plain text or HTML,
184 Method getActivityDetails returns the activity's description
190 Method manage_restrictFeedback Restrict access to this feedback
200 Method manage_unrestrictFeedback Remove access restriction for this feedback
def __init__(self, id, releasedate, title='', feedbacktext='', activity_id='', automatic=0, content_type='text/plain', document_id=None):
Initialize a new Feedback instance
def __setstate__(self, state):
Undocumented
def all_meta_types(self, interfaces=None):
Called by Zope to determine what kind of object the envelope can contain
def manage_editFeedback(self, title='', feedbacktext='', content_type='', document_id='', applyRestriction='', restricted='', REQUEST=None):
Edits the properties
def manage_uploadFeedback(self, file='', REQUEST=None):
Undocumented
def manage_uploadAttFeedback(self, file_id='', file='', REQUEST=None):
Undocumented
def manage_deleteAttFeedback(self, file_id='', REQUEST=None):
Undocumented
def compileFeedbacktext(self, REQUEST):
If the feedbacktext has another content type than plain text or HTML, it will be displayed separately on this page
def getActivityDetails(self, p_attribute):
returns the activity's description
def manage_restrictFeedback(self, REQUEST=None):
Restrict access to this feedback
def manage_unrestrictFeedback(self, REQUEST=None):
Remove access restriction for this feedback
API Documentation for Reportek, generated by pydoctor at 2007-12-19 11:27:55.