Inheritance diagram for org.openmobileis.examples.mycrm.terminal.services.LeadsIndexList:
Definition at line 48 of file LeadsIndexList.java.
Public Member Functions | |
LeadsIndexList () | |
void | addContent (TemplateModelRoot modelRoot) throws ServiceException |
call by index servlet to provide content. |
void org.openmobileis.examples.mycrm.terminal.services.LeadsIndexList.addContent | ( | TemplateModelRoot | modelRoot | ) | throws ServiceException |
call by index servlet to provide content.
TemplateModelRoot | modelRoot the template to be filled by data. |
Implements org.openmobileis.services.servlet.IndexServletContentListener.
Definition at line 60 of file LeadsIndexList.java.
References org.openmobileis.common.util.collection.Array.get(), org.openmobileis.examples.mycrm.data.Leads.getAmount(), org.openmobileis.examples.mycrm.data.Leads.getCloseDate(), org.openmobileis.examples.mycrm.data.Account.getId(), org.openmobileis.examples.mycrm.data.Leads.getId(), org.openmobileis.examples.mycrm.data.Leads.getIdaccount(), org.openmobileis.examples.mycrm.data.Account.getName(), and org.openmobileis.common.util.collection.Array.size.