Inheritance diagram for org.openmobileis.examples.mycrm.terminal.services.DisplayContactService:
Definition at line 58 of file DisplayContactService.java.
Public Member Functions | |
DisplayContactService () | |
String | runTemplate (HttpServletRequest req, HttpServletResponse res, TemplateModelRoot templateData) throws ServletException, IOException |
Extends this method to develop specific process. | |
String | getServiceUri () |
String | getNavigationBarLabel (HttpServletRequest req) |
boolean | displayFormExitMessage () |
boolean | displayRecursive () |
String org.openmobileis.examples.mycrm.terminal.services.DisplayContactService.runTemplate | ( | HttpServletRequest | req, | |
HttpServletResponse | res, | |||
TemplateModelRoot | templateData | |||
) | throws ServletException, IOException [virtual] |
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 74 of file DisplayContactService.java.
References org.openmobileis.common.util.collection.Array.get(), org.openmobileis.examples.mycrm.data.Report.getAction(), org.openmobileis.examples.mycrm.data.Contact.getAllReports(), org.openmobileis.examples.mycrm.data.Account.getContactById(), org.openmobileis.examples.mycrm.data.Contact.getFirstname(), org.openmobileis.examples.mycrm.data.Contact.getFunction(), org.openmobileis.examples.mycrm.data.Report.getId(), org.openmobileis.examples.mycrm.data.Contact.getLastname(), org.openmobileis.examples.mycrm.data.Account.getName(), org.openmobileis.examples.mycrm.data.Report.getReportDate(), and org.openmobileis.common.util.collection.Array.size.