◆ getEnd()
String org.turro.financials.cart.www.LogisticDashboard.getEnd |
( |
| ) |
|
◆ getStart()
String org.turro.financials.cart.www.LogisticDashboard.getStart |
( |
| ) |
|
◆ loadData()
void org.turro.financials.cart.www.LogisticDashboard.loadData |
( |
| ) |
throws ServletException, IOException |
◆ startConstruction()
void org.turro.financials.cart.www.LogisticDashboard.startConstruction |
( |
| ) |
throws ServletException, IOException |
This method start element's construction. It gets called within IConstructor.startConstruction()
.
- Exceptions
-
javax.servlet.ServletException | |
java.io.IOException | |
Implements org.turro.elephant.context.IElement.
Definition at line 79 of file LogisticDashboard.java.
85 marker.process(
"followup", getFullTemplate());
88 List<FollowUp> lfu = FollowUps.notPrepared(
contact);
89 for(FollowUp fu : lfu) {
90 marker.put(
"divider", index > 0);
91 marker.put(
"header", index == 0);
92 marker.put(
"title", I_.get(
"Not prepared"));
93 marker.put(
"footer", index == lfu.size() - 1);
94 prepareValues(marker, fu, 0);
95 marker.process(
"followup", getSummaryTemplate());
99 lfu = FollowUps.notDelivered(
contact);
100 for(FollowUp fu : lfu) {
101 marker.put(
"divider", index > 0);
102 marker.put(
"header", index == 0);
103 marker.put(
"title", I_.get(
"Not delivered"));
104 marker.put(
"footer", index == lfu.size() - 1);
105 prepareValues(marker, fu, 0);
106 marker.process(
"followup", getSummaryTemplate());
◆ contact
IContact org.turro.financials.cart.www.LogisticDashboard.contact |
|
protected |
◆ followUp
FollowUp org.turro.financials.cart.www.LogisticDashboard.followUp |
|
protected |
◆ item
Long org.turro.financials.cart.www.LogisticDashboard.item |
|
protected |
◆ sclass
String org.turro.financials.cart.www.LogisticDashboard.sclass |
|
protected |
The documentation for this class was generated from the following file: