Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

org.openmobileis.examples.mycrm.terminal.services.DisplayAccountService Class Reference

Inheritance diagram for org.openmobileis.examples.mycrm.terminal.services.DisplayAccountService:

org.openmobileis.services.TemplateService org.openmobileis.services.navigation.NavigationBarService org.openmobileis.services.servlet.IndexServletContentListener org.openmobileis.services.Service List of all members.

Detailed Description

Title: OpenMobileIS project source
Description:.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

Definition at line 64 of file DisplayAccountService.java.

Public Member Functions

 DisplayAccountService ()
String runTemplate (HttpServletRequest req, HttpServletResponse res, TemplateModelRoot templateData) throws ServletException, IOException
 Extends this method to develop specific process.
void addContent (TemplateModelRoot modelRoot) throws ServiceException
 call by index servlet to provide content.
String getServiceUri ()
String getNavigationBarLabel (HttpServletRequest req)
boolean displayFormExitMessage ()
boolean displayRecursive ()


Member Function Documentation

void org.openmobileis.examples.mycrm.terminal.services.DisplayAccountService.addContent TemplateModelRoot  modelRoot  )  throws ServiceException
 

call by index servlet to provide content.

Parameters:
TemplateModelRoot modelRoot the template to be filled by data.
Returns:

Implements org.openmobileis.services.servlet.IndexServletContentListener.

Definition at line 133 of file DisplayAccountService.java.

References org.openmobileis.common.util.collection.Array.get(), org.openmobileis.modules.common.history.HistoryManager.getAll(), org.openmobileis.examples.mycrm.data.Account.getCity(), org.openmobileis.examples.mycrm.data.Account.getId(), org.openmobileis.examples.mycrm.data.Account.getName(), org.openmobileis.modules.common.history.HistoryManager.removeUID(), and org.openmobileis.common.util.collection.Array.size.

String org.openmobileis.examples.mycrm.terminal.services.DisplayAccountService.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 83 of file DisplayAccountService.java.

References org.openmobileis.modules.common.history.HistoryManager.addUID(), org.openmobileis.common.util.collection.Array.get(), org.openmobileis.examples.mycrm.data.Account.getActivity(), org.openmobileis.examples.mycrm.data.Account.getAddress(), org.openmobileis.examples.mycrm.data.Account.getAllContacts(), org.openmobileis.examples.mycrm.data.Leads.getAmount(), org.openmobileis.examples.mycrm.data.Account.getCity(), org.openmobileis.examples.mycrm.data.Leads.getCloseDate(), org.openmobileis.examples.mycrm.data.Contact.getFirstname(), org.openmobileis.examples.mycrm.data.Leads.getId(), org.openmobileis.examples.mycrm.data.Contact.getId(), org.openmobileis.examples.mycrm.data.Contact.getLastname(), org.openmobileis.examples.mycrm.data.Account.getName(), and org.openmobileis.common.util.collection.Array.size.


The documentation for this class was generated from the following file:
Generated on Mon Jul 10 10:29:37 2006 for OpenMobileIS by  doxygen 1.4.4