Exemplo n.º 1
0
 def notificacions(self):
     """
     Retorna les dades necessaries de les notificacions del portal per
     pintar-les al portlet
     """
     reporter = NotificacioDataReporter(
         getToolByName(self.context, 'portal_catalog'))
     return reporter.list_by_servei(get_servei(self), self.data.count)
Exemplo n.º 2
0
 def notificacions(self):
     """
     Retorna les dades necessaries de les notificacions del portal per
     pintar-les al portlet
     """
     reporter = NotificacioDataReporter(
         getToolByName(self.context, 'portal_catalog'))
     return reporter.list_by_servei(get_servei(self), self.data.count)
Exemplo n.º 3
0
 def notificacions(self):
     reporter = NotificacioDataReporter(
         getToolByName(self.context, 'portal_catalog'))
     return reporter.list_by_servei(get_servei(self))