Inheritance diagram for org.openmobileis.examples.mycrm.terminal.services.SearchAccountService:
Definition at line 55 of file SearchAccountService.java.
Public Member Functions | |
SearchAccountService () | |
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 () |
|
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 71 of file SearchAccountService.java. References org.openmobileis.common.util.collection.Array.get(), org.openmobileis.examples.mycrm.data.Account.getCity(), org.openmobileis.examples.mycrm.data.Account.getId(), org.openmobileis.examples.mycrm.data.Account.getName(), and org.openmobileis.common.util.collection.Array.size. |