SummaryPage-Module: Add method for controling parsing/update-sequence of entry

This commit is contained in:
2015-11-13 10:59:12 +01:00
parent a7b1813d24
commit def75876b0

View File

@@ -54,6 +54,18 @@ class SummaryPageEntry():
self.old_entry = SummaryPageEntryTemplate( entry )
self.new_entry = SummaryPageEntryTemplate( )
def treat( self ):
"""
Controls parsing/update-sequence of entry
"""
self.parse()
self.correct_chartein()
self.update_params()
self.is_write_needed()
def parse( self ):
"""
Handles parsing process of entry template