Protected Member Functions | |
abstract DaoHtmlIterator | initIterator () |
abstract void | initSearchEngine () |
DaoHtmlSearch | getSearchEngine () |
Additional Inherited Members | |
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 33 of file AbstractDaoDashboard.java.
int org.turro.dashboard.AbstractDaoDashboard.getCount | ( | ) |
Definition at line 102 of file AbstractDaoDashboard.java.
String org.turro.dashboard.AbstractDaoDashboard.getEnd | ( | ) |
Reimplemented from org.turro.elephant.impl.abstracts.AbstractElement.
Definition at line 164 of file AbstractDaoDashboard.java.
String org.turro.dashboard.AbstractDaoDashboard.getFullTemplate | ( | ) |
Definition at line 94 of file AbstractDaoDashboard.java.
DaoHtmlIterator org.turro.dashboard.AbstractDaoDashboard.getIterator | ( | ) |
Definition at line 90 of file AbstractDaoDashboard.java.
String org.turro.dashboard.AbstractDaoDashboard.getSclass | ( | ) |
Definition at line 154 of file AbstractDaoDashboard.java.
|
protected |
Definition at line 189 of file AbstractDaoDashboard.java.
String org.turro.dashboard.AbstractDaoDashboard.getStart | ( | ) |
Reimplemented from org.turro.elephant.impl.abstracts.AbstractElement.
Definition at line 159 of file AbstractDaoDashboard.java.
String org.turro.dashboard.AbstractDaoDashboard.getSummaryTemplate | ( | ) |
Definition at line 98 of file AbstractDaoDashboard.java.
|
abstractprotected |
Reimplemented in org.turro.students.www.PracticalWorksDashboard, org.turro.students.www.ChallengesDashboard, org.turro.jobboard.PracticalWorkDashboard, org.turro.forum.www.ForumDashboard, org.turro.alliance.www.ProjectGrantDashboard, org.turro.alliance.www.ProjectDashboard, org.turro.alliance.www.ChallengesDashboard, org.turro.dashboard.ActivityDashboard, org.turro.dossier.www.DossierDashboard, org.turro.dossier.grant.ProjectGrantsDashboard, org.turro.contacts.www.DirectoryDashboard, and org.turro.contacts.service.ServiceDashboard.
|
abstractprotected |
Reimplemented in org.turro.students.www.PracticalWorksDashboard, org.turro.students.www.ChallengesDashboard, org.turro.jobboard.PracticalWorkDashboard, org.turro.forum.www.ForumDashboard, org.turro.alliance.www.ProjectGrantDashboard, org.turro.alliance.www.ProjectDashboard, org.turro.alliance.www.ChallengesDashboard, org.turro.dashboard.ActivityDashboard, org.turro.dossier.www.DossierDashboard, org.turro.dossier.grant.ProjectGrantsDashboard, org.turro.contacts.www.DirectoryDashboard, and org.turro.contacts.service.ServiceDashboard.
boolean org.turro.dashboard.AbstractDaoDashboard.isAllowAttachments | ( | ) |
Definition at line 122 of file AbstractDaoDashboard.java.
boolean org.turro.dashboard.AbstractDaoDashboard.isAllowComments | ( | ) |
Definition at line 110 of file AbstractDaoDashboard.java.
boolean org.turro.dashboard.AbstractDaoDashboard.isAllowDescriptions | ( | ) |
Definition at line 118 of file AbstractDaoDashboard.java.
boolean org.turro.dashboard.AbstractDaoDashboard.isAllowFiles | ( | ) |
Definition at line 126 of file AbstractDaoDashboard.java.
boolean org.turro.dashboard.AbstractDaoDashboard.isAllowInterest | ( | ) |
Definition at line 106 of file AbstractDaoDashboard.java.
boolean org.turro.dashboard.AbstractDaoDashboard.isAllowMatching | ( | ) |
Definition at line 142 of file AbstractDaoDashboard.java.
boolean org.turro.dashboard.AbstractDaoDashboard.isAllowPolls | ( | ) |
Definition at line 130 of file AbstractDaoDashboard.java.
boolean org.turro.dashboard.AbstractDaoDashboard.isAllowRanking | ( | ) |
Definition at line 138 of file AbstractDaoDashboard.java.
boolean org.turro.dashboard.AbstractDaoDashboard.isAllowSorting | ( | ) |
Definition at line 146 of file AbstractDaoDashboard.java.
boolean org.turro.dashboard.AbstractDaoDashboard.isAllowVotes | ( | ) |
Definition at line 114 of file AbstractDaoDashboard.java.
boolean org.turro.dashboard.AbstractDaoDashboard.isDoMatching | ( | ) |
Definition at line 150 of file AbstractDaoDashboard.java.
boolean org.turro.dashboard.AbstractDaoDashboard.isRestricted | ( | ) |
Definition at line 134 of file AbstractDaoDashboard.java.
void org.turro.dashboard.AbstractDaoDashboard.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 |
Reimplemented from org.turro.elephant.impl.abstracts.AbstractElement.
Definition at line 43 of file AbstractDaoDashboard.java.
void org.turro.dashboard.AbstractDaoDashboard.startConstruction | ( | ) | throws ServletException, IOException |
This method start element's construction. It gets called within IConstructor.startConstruction()
.
javax.servlet.ServletException | |
java.io.IOException |
Reimplemented from org.turro.elephant.impl.abstracts.AbstractElement.
Reimplemented in org.turro.dossier.www.DossierDashboard.
Definition at line 169 of file AbstractDaoDashboard.java.