

Public Member Functions | |
| void | loadData () throws ServletException, IOException |
| void | startConstruction () throws ServletException, IOException |
| String | getStart () |
| String | getEnd () |
Public Member Functions inherited from org.turro.elephant.impl.abstracts.AbstractElement | |
| AbstractElement () | |
| String | getId () |
| String | getType () |
| String | getTitle () |
| void | setTitle (String title) |
| Collection< String > | getMetas () |
| void | setMetas (Collection< String > metas) |
| ElContext | getContext () |
| IConstructor | getConstructor () |
| void | setConfiguration (IConstructor constructor, ElContext context) |
| String | getStartTitle () |
| String | getEndTitle () |
| String | getStartBody () |
| String | getEndBody () |
| String | getStartFooter () |
| String | getEndFooter () |
| String | getStartOption () |
| String | getEndOption () |
| boolean | canDisplay () |
| boolean | isSelectable () |
| boolean | isInRole () |
| boolean | canPrint () |
| String | getElementFolder () |
| boolean | isOriginalContext () |
| void | setRootCategories (ElContext root) |
| String | getTypeName () |
| AttributeSupport | getAttributes () |
| void | applyChanges () |
| void | populateFromParent () |
| void | setDefaultMetas () |
| void | setConfiguration (Element conf, Element factory) |
Protected Attributes | |
| String | sclass |
| boolean | allowInterest |
| PendingRevisionQuery | prq |
Protected Attributes inherited from org.turro.elephant.impl.abstracts.AbstractElement | |
| IConstructor | constructor |
| ElContext | context |
| AttributeSupport | attrSupport |
| Element | conf = null |
| String[] | types |
| String | title |
| Collection< String > | metas |
Definition at line 53 of file PendingRevisionDashboard.java.
| String org.turro.dossier.www.PendingRevisionDashboard.getEnd | ( | ) |
Reimplemented from org.turro.elephant.impl.abstracts.AbstractElement.
Definition at line 118 of file PendingRevisionDashboard.java.

| String org.turro.dossier.www.PendingRevisionDashboard.getStart | ( | ) |
Reimplemented from org.turro.elephant.impl.abstracts.AbstractElement.
Definition at line 113 of file PendingRevisionDashboard.java.

| void org.turro.dossier.www.PendingRevisionDashboard.loadData | ( | ) | throws ServletException, IOException |
This method loads element's data. It gets called within IConstructor.startConstruction() and before element's startConstruction() method.
| javax.servlet.ServletException | |
| java.io.IOException |
Implements org.turro.elephant.context.IElement.
Definition at line 60 of file PendingRevisionDashboard.java.

| void org.turro.dossier.www.PendingRevisionDashboard.startConstruction | ( | ) | throws ServletException, IOException |
This method start element's construction. It gets called within IConstructor.startConstruction().
| javax.servlet.ServletException | |
| java.io.IOException |
Implements org.turro.elephant.context.IElement.
Definition at line 80 of file PendingRevisionDashboard.java.

|
protected |
Definition at line 56 of file PendingRevisionDashboard.java.
|
protected |
Definition at line 57 of file PendingRevisionDashboard.java.
|
protected |
Definition at line 55 of file PendingRevisionDashboard.java.