[Erp5-report] r44590 mario.amaral - /erp5/trunk/utils/cloudooo/cloudooo/interfaces/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 24 20:26:58 CET 2011


Author: mario.amaral
Date: Thu Mar 24 20:26:58 2011
New Revision: 44590

URL: http://svn.erp5.org?rev=44590&view=rev
Log:
Changes by JP.

Modified:
    erp5/trunk/utils/cloudooo/cloudooo/interfaces/granulate.py

Modified: erp5/trunk/utils/cloudooo/cloudooo/interfaces/granulate.py
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo/cloudooo/interfaces/granulate.py?rev=44590&r1=44589&r2=44590&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo/cloudooo/interfaces/granulate.py [utf8] (original)
+++ erp5/trunk/utils/cloudooo/cloudooo/interfaces/granulate.py [utf8] Thu Mar 24 20:26:58 2011
@@ -35,12 +35,9 @@ class ITableGranulator(Interface):
   def getTableItemList(data, source_format):
     """Returns the list of table IDs in the form of (id, title)."""
 
-  def getTableItem(data, format, table_id, source_format):
+  def getTable(data, table_id, source_format):
     """Returns the table into a new 'format' file."""
 
-  def getTableMatrix(self, table_id, source_format):
-    """Returns the table as a matrix."""
-
   def getColumnItemList(data, table_id, source_format):
     """Return the list of columns in the form of (id, title)."""
 
@@ -66,7 +63,7 @@ class ITextGranulator(Interface):
     """Returns the list of paragraphs in the form of (id, class) where class
     may have special meaning to define TOC/TOI."""
 
-  def getParagraphItem(data, paragraph_id, source_format):
+  def getParagraph(data, paragraph_id, source_format):
     """Returns the paragraph in the form of (text, class)."""
 
   def getChapterItemList(data, source_format):



More information about the Erp5-report mailing list