Public Member Functions | |
NewsletterDashboard () | |
void | loadData () throws ServletException, IOException |
void | startConstruction () throws ServletException, IOException |
String | getStart () |
String | getEnd () |
FoundList | search (String value, boolean ignoreCase) |
List< SyndEntry > | getSyndEntries () |
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 |
long | groupId |
int | count |
PublicationIterator | pi |
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 54 of file NewsletterDashboard.java.
org.turro.newsletter.NewsletterDashboard.NewsletterDashboard | ( | ) |
Definition at line 61 of file NewsletterDashboard.java.
String org.turro.newsletter.NewsletterDashboard.getEnd | ( | ) |
Reimplemented from org.turro.elephant.impl.abstracts.AbstractElement.
Definition at line 130 of file NewsletterDashboard.java.
String org.turro.newsletter.NewsletterDashboard.getStart | ( | ) |
Reimplemented from org.turro.elephant.impl.abstracts.AbstractElement.
Definition at line 125 of file NewsletterDashboard.java.
List<SyndEntry> org.turro.newsletter.NewsletterDashboard.getSyndEntries | ( | ) |
Implements org.turro.elephant.feed.IRSSable.
Definition at line 177 of file NewsletterDashboard.java.
void org.turro.newsletter.NewsletterDashboard.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 66 of file NewsletterDashboard.java.
FoundList org.turro.newsletter.NewsletterDashboard.search | ( | String | value, |
boolean | ignoreCase | ||
) |
This method is called by Elephant search implementation.
value | Value to search. |
ignoreCase | Whether to ignore case. |
Implements org.turro.elephant.search.ISearchable.
Definition at line 137 of file NewsletterDashboard.java.
void org.turro.newsletter.NewsletterDashboard.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 96 of file NewsletterDashboard.java.
|
protected |
Definition at line 58 of file NewsletterDashboard.java.
|
protected |
Definition at line 57 of file NewsletterDashboard.java.
|
protected |
Definition at line 59 of file NewsletterDashboard.java.
|
protected |
Definition at line 56 of file NewsletterDashboard.java.