◆ getEnd()
String org.turro.agreements.MyAgreementsDashboard.getEnd |
( |
| ) |
|
◆ getStart()
String org.turro.agreements.MyAgreementsDashboard.getStart |
( |
| ) |
|
◆ loadData()
void org.turro.agreements.MyAgreementsDashboard.loadData |
( |
| ) |
throws ServletException, IOException |
◆ startConstruction()
void org.turro.agreements.MyAgreementsDashboard.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 82 of file MyAgreementsDashboard.java.
88 if(!Strings.isBlank(agreementPath)) {
89 marker.put(
"agreementPath", ElephantContext.getRootWebPath() + agreementPath);
93 marker.process(
"agreement", getFullTemplate());
95 AgreementsUtil agreements =
new AgreementsUtil(
contact);
96 if(agreements.getSignatures(
null).isEmpty()) {
97 out.write(
"<h3>" + I_.get(
"Empty list") +
"</h3>");
100 for(AgreementSignature asig : agreements.getSignatures(
null)) {
101 marker.put(
"divider", index > 0);
102 marker.put(
"header", index == 0);
103 marker.put(
"footer", index == agreements.getSignatures(
null).size() - 1);
104 prepareValues(marker, asig, 0);
105 marker.process(
"agreement", getSummaryTemplate());
◆ contact
IContact org.turro.agreements.MyAgreementsDashboard.contact |
|
protected |
◆ count
int org.turro.agreements.MyAgreementsDashboard.count |
|
protected |
◆ item
Long org.turro.agreements.MyAgreementsDashboard.item |
|
protected |
◆ sclass
String org.turro.agreements.MyAgreementsDashboard.sclass |
|
protected |
◆ showDescriptions
boolean org.turro.agreements.MyAgreementsDashboard.showDescriptions |
|
protected |
◆ signature
The documentation for this class was generated from the following file: