Inheritance diagram for org.openmobileis.synchro.openmsp.client.services.SynchroJournalDisplayService:
Each Synchro listener can log its synchro result has a JOurnalEntry with the JournalManager. The journal service show saved synchronisation result. The show each entry, the JournalService use a JournalRenderer.
Definition at line 53 of file SynchroJournalDisplayService.java.
Public Member Functions | |
SynchroJournalDisplayService () | |
String | runTemplate (HttpServletRequest req, HttpServletResponse res, TemplateModelRoot templateData) throws ServletException, IOException |
Extends this method to develop specific process. | |
String | getNavigationBarLabel (HttpServletRequest req) |
boolean | displayFormExitMessage () |
boolean | displayRecursive () |
String | getName () |
|
Extends this method to develop specific process. Return the template relatif path to be use to process TemplateModel. Implements org.openmobileis.services.TemplateService. Definition at line 62 of file SynchroJournalDisplayService.java. References org.openmobileis.common.util.collection.Array.get(), org.openmobileis.synchro.journal.JournalLogRenderer.getSyncName(), org.openmobileis.synchro.journal.JournalLogRenderer.render(), and org.openmobileis.common.util.collection.Array.size. Referenced by org.openmobileis.synchro.openmsp.client.services.DirectSynchroService.showResultMessage(). |