

Public Member Functions | |
| DaoHtmlIterator (Dao dao, ElephantMarker marker) | |
| DaoHtmlIterator (Dao dao, ElephantMarker marker, Writer writer) | |
| void | setSummaryTemplate (String summaryTemplate) |
| String | getSummaryTemplate () |
| void | setFullTemplate (String fullTemplate) |
| String | getFullTemplate () |
| boolean | isRestricted () |
| void | setRestricted (boolean restricted) |
| boolean | isAllowInterest () |
| void | setAllowInterest (boolean allowInterest) |
| boolean | isAllowComments () |
| void | setAllowComments (boolean allowComments) |
| boolean | isAllowVotes () |
| void | setAllowVotes (boolean allowVotes) |
| boolean | isAllowForum () |
| void | setAllowForum (boolean allowForum) |
| boolean | isAllowDescriptions () |
| void | setAllowDescriptions (boolean allowDescriptions) |
| boolean | isAllowAttachments () |
| void | setAllowAttachments (boolean allowAttachments) |
| boolean | isAllowFiles () |
| void | setAllowFiles (boolean allowFiles) |
| boolean | isAllowPolls () |
| void | setAllowPolls (boolean allowPolls) |
| boolean | isAllowRanking () |
| void | setAllowRanking (boolean allowRanking) |
| boolean | isAllowMatching () |
| void | setAllowMatching (boolean allowMatching) |
| boolean | isDoMatching () |
| void | setDoMatching (boolean doMatching) |
| String | getRankingInstance () |
| void | setRankingInstance (String rankingInstance) |
| String | getMatchingInstance () |
| void | setMatchingInstance (String matchingInstance) |
| boolean | isAllowSorting () |
| void | setAllowSorting (boolean allowSorting) |
| boolean | isNavigatorTop () |
| void | setNavigatorTop (boolean navigatorTop) |
| boolean | isNavigatorBottom () |
| void | setNavigatorBottom (boolean navigatorBottom) |
| DaoHtmlTree | getNavigationTree () |
| void | setNavigationTree (DaoHtmlTree navigationTree) |
| DaoHtmlSearch | getSearchEngine () |
| void | setSearchEngine (DaoHtmlSearch searchEngine) |
| boolean | isSearchOption () |
| void | setSearchOption (boolean searchOption) |
| boolean | isForceSummary () |
| void | setForceSummary (boolean forceSummary) |
| boolean | wantItem () |
| boolean | isItem () |
| boolean | checkEntity (ID value) |
| Object | addAttribute (String key, Object value) |
| Writer | getWriter () |
| void | load () |
| void | forceItem (ID item) |
| String | getTitle () |
| Collection< String > | getMetas () |
| void | render () |
| boolean | isFirst () |
| boolean | isLast () |
| String | renderSearchEngine () |
| String | renderTree () |
| String | renderTreeSelection () |
| TagSet | getCloudTags () |
| TagSet | getEntityTags (Object entity) |
| boolean | isSeen (Object entity) |
| VisualElements | getVisuals () |
| boolean | isEmpty () |
Public Member Functions inherited from org.turro.jpa.iterator.DaoIterator< E, ID > | |
| DaoIterator (Dao dao) | |
| int | getPage () |
| void | setPage (int page) |
| List< E > | getItems () |
| int | getTotalCount () |
| List< E > | getTotalItems () |
| int | item () |
| void | current (int value) |
| int | current () |
| int | pages () |
| boolean | beginning () |
| boolean | end () |
| void | next () |
| void | previous () |
Protected Member Functions | |
| VisualElements | loadVisuals () |
| abstract String | entityRoot () |
| abstract E | entity (ID value) |
| abstract void | renderSummary (ElephantMarker marker, E e, int page) |
| abstract void | renderItem (ElephantMarker marker, E e, int page) |
| abstract String | title (E e) |
| abstract Collection< String > | metas (E e) |
| void | renderForbidden (ElephantMarker marker, int page) |
| ID | getIDFromURL (String root) |
| ID | getIdentifier () |
| void | preload () |
| boolean | isValid (E e) |
| boolean | canShow (E e) |
| ID | parseId (String value) |
| String | stringId (ID value) |
Protected Member Functions inherited from org.turro.jpa.iterator.DaoIterator< E, ID > | |
| void | initClauses () |
| abstract WhereClause | getWhereClause () |
| abstract WhereClause | getCountClause () |
Protected Attributes | |
| HTMLHelper | html |
| IConstructor | constructor |
| ElephantMarker | marker |
| DaoHtmlSearch | searchEngine |
| DaoHtmlTree | navigationTree |
Protected Attributes inherited from org.turro.jpa.iterator.DaoIterator< E, ID > | |
| List< E > | items |
| Dao | dao |
| int | _total = -1 |
Additional Inherited Members | |
Static Public Attributes inherited from org.turro.action.content.IContentIterator | |
| static String | PRELOAD_TMPL = "#preload" |
| <E> | |
| <ID> |
Definition at line 58 of file DaoHtmlIterator.java.
| org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.DaoHtmlIterator | ( | Dao | dao, |
| ElephantMarker | marker | ||
| ) |
Definition at line 83 of file DaoHtmlIterator.java.
| org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.DaoHtmlIterator | ( | Dao | dao, |
| ElephantMarker | marker, | ||
| Writer | writer | ||
| ) |
Definition at line 87 of file DaoHtmlIterator.java.

| Object org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.addAttribute | ( | String | key, |
| Object | value | ||
| ) |
Implements org.turro.action.content.IContentIterator.
Definition at line 295 of file DaoHtmlIterator.java.
|
protected |
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.checkEntity | ( | ID | value | ) |
Definition at line 290 of file DaoHtmlIterator.java.
|
abstractprotected |
|
abstractprotected |
Reimplemented in org.turro.students.content.PracticalWorkContentIterator, org.turro.students.content.ChallengeContentIterator, org.turro.forum.content.ForumContentIterator, org.turro.alliance.content.ProjectGrantContentIterator, org.turro.alliance.content.ProjectContentIterator, org.turro.alliance.content.ChallengeContentIterator, org.turro.content.ActivityContentIterator, org.turro.publication.www.PublicationIterator, org.turro.publication.content.PublicationContentIterator, org.turro.dossier.www.IssueIterator, org.turro.dossier.www.DossierIterator, org.turro.dossier.content.ProjectGrantContentIterator, org.turro.dossier.content.IssueContentIterator, org.turro.dossier.content.DossierContentIterator, org.turro.contacts.www.ContactIterator, org.turro.contacts.content.OldDirectoryContentIterator, org.turro.contacts.content.DirectoryContentIterator, org.turro.contacts.content.ConvocationContentIterator, org.turro.contacts.content.ContactServiceContentIterator, org.turro.financials.product.www.ProductIterator, org.turro.financials.contract.www.ContractIterator, org.turro.financials.content.ProductContentIterator, and org.turro.financials.content.ContractContentIterator.

| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.forceItem | ( | ID | item | ) |
| TagSet org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.getCloudTags | ( | ) |
Definition at line 434 of file DaoHtmlIterator.java.

| TagSet org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.getEntityTags | ( | Object | entity | ) |
| String org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.getFullTemplate | ( | ) |
|
protected |
Reimplemented in org.turro.alliance.content.ProjectGrantContentIterator, org.turro.alliance.content.ProjectContentIterator, org.turro.alliance.content.ChallengeContentIterator, org.turro.publication.www.PublicationIterator, org.turro.publication.content.PublicationContentIterator, org.turro.dossier.www.DossierIterator, and org.turro.dossier.content.DossierContentIterator.
Definition at line 497 of file DaoHtmlIterator.java.


|
protected |
Definition at line 480 of file DaoHtmlIterator.java.


| String org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.getMatchingInstance | ( | ) |
Definition at line 217 of file DaoHtmlIterator.java.
| Collection<String> org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.getMetas | ( | ) |
Definition at line 337 of file DaoHtmlIterator.java.


| DaoHtmlTree org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.getNavigationTree | ( | ) |
Definition at line 249 of file DaoHtmlIterator.java.
| String org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.getRankingInstance | ( | ) |
Definition at line 209 of file DaoHtmlIterator.java.
| DaoHtmlSearch org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.getSearchEngine | ( | ) |
Definition at line 257 of file DaoHtmlIterator.java.
| String org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.getSummaryTemplate | ( | ) |
| String org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.getTitle | ( | ) |
Definition at line 333 of file DaoHtmlIterator.java.


| VisualElements org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.getVisuals | ( | ) |
Definition at line 450 of file DaoHtmlIterator.java.

| Writer org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.getWriter | ( | ) |
Implements org.turro.action.content.IContentIterator.
Definition at line 300 of file DaoHtmlIterator.java.


| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isAllowAttachments | ( | ) |
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isAllowComments | ( | ) |
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isAllowDescriptions | ( | ) |
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isAllowFiles | ( | ) |
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isAllowForum | ( | ) |
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isAllowInterest | ( | ) |
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isAllowMatching | ( | ) |
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isAllowPolls | ( | ) |
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isAllowRanking | ( | ) |
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isAllowSorting | ( | ) |
Definition at line 225 of file DaoHtmlIterator.java.
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isAllowVotes | ( | ) |
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isDoMatching | ( | ) |
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isEmpty | ( | ) |
Implements org.turro.action.content.IContentIterator.
Definition at line 466 of file DaoHtmlIterator.java.

| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isFirst | ( | ) |
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isForceSummary | ( | ) |
Definition at line 274 of file DaoHtmlIterator.java.
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isItem | ( | ) |
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isLast | ( | ) |
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isNavigatorBottom | ( | ) |
Definition at line 241 of file DaoHtmlIterator.java.
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isNavigatorTop | ( | ) |
Definition at line 233 of file DaoHtmlIterator.java.
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isRestricted | ( | ) |
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isSearchOption | ( | ) |
| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.isSeen | ( | Object | entity | ) |
|
protected |
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.load | ( | ) |
Implements org.turro.action.content.IContentIterator.
Reimplemented in org.turro.contacts.www.ContactIterator.
Definition at line 310 of file DaoHtmlIterator.java.


|
protected |
Reimplemented in org.turro.students.content.ChallengeContentIterator, org.turro.dossier.www.DossierIterator, and org.turro.dossier.content.DossierContentIterator.
Definition at line 459 of file DaoHtmlIterator.java.

|
abstractprotected |

|
protected |
Reimplemented in org.turro.alliance.content.ProjectGrantContentIterator, org.turro.alliance.content.ProjectContentIterator, and org.turro.alliance.content.ChallengeContentIterator.
Definition at line 519 of file DaoHtmlIterator.java.

|
protected |
Reimplemented in org.turro.contacts.content.ContactServiceContentIterator.
Definition at line 508 of file DaoHtmlIterator.java.

| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.render | ( | ) |
Implements org.turro.action.content.IContentIterator.
Definition at line 342 of file DaoHtmlIterator.java.


|
protected |
Reimplemented in org.turro.forum.content.ForumContentIterator.
Definition at line 477 of file DaoHtmlIterator.java.

|
abstractprotected |

| String org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.renderSearchEngine | ( | ) |
Definition at line 422 of file DaoHtmlIterator.java.

|
abstractprotected |

| String org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.renderTree | ( | ) |
| String org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.renderTreeSelection | ( | ) |
Definition at line 430 of file DaoHtmlIterator.java.

| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setAllowAttachments | ( | boolean | allowAttachments | ) |
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setAllowComments | ( | boolean | allowComments | ) |
Reimplemented in org.turro.financials.product.www.ProductIterator.
Definition at line 133 of file DaoHtmlIterator.java.

| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setAllowDescriptions | ( | boolean | allowDescriptions | ) |
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setAllowFiles | ( | boolean | allowFiles | ) |
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setAllowForum | ( | boolean | allowForum | ) |
Definition at line 149 of file DaoHtmlIterator.java.
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setAllowInterest | ( | boolean | allowInterest | ) |
Reimplemented in org.turro.financials.product.www.ProductIterator.
Definition at line 125 of file DaoHtmlIterator.java.

| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setAllowMatching | ( | boolean | allowMatching | ) |
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setAllowPolls | ( | boolean | allowPolls | ) |
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setAllowRanking | ( | boolean | allowRanking | ) |
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setAllowSorting | ( | boolean | allowSorting | ) |
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setAllowVotes | ( | boolean | allowVotes | ) |
Reimplemented in org.turro.financials.product.www.ProductIterator.
Definition at line 141 of file DaoHtmlIterator.java.

| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setDoMatching | ( | boolean | doMatching | ) |
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setForceSummary | ( | boolean | forceSummary | ) |
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setFullTemplate | ( | String | fullTemplate | ) |
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setMatchingInstance | ( | String | matchingInstance | ) |
Definition at line 221 of file DaoHtmlIterator.java.
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setNavigationTree | ( | DaoHtmlTree | navigationTree | ) |
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setNavigatorBottom | ( | boolean | navigatorBottom | ) |
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setNavigatorTop | ( | boolean | navigatorTop | ) |
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setRankingInstance | ( | String | rankingInstance | ) |
Definition at line 213 of file DaoHtmlIterator.java.
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setRestricted | ( | boolean | restricted | ) |
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setSearchEngine | ( | DaoHtmlSearch | searchEngine | ) |
Definition at line 261 of file DaoHtmlIterator.java.


| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setSearchOption | ( | boolean | searchOption | ) |
| void org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.setSummaryTemplate | ( | String | summaryTemplate | ) |
|
protected |
|
abstractprotected |

| boolean org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.wantItem | ( | ) |
|
protected |
Definition at line 61 of file DaoHtmlIterator.java.
|
protected |
Definition at line 60 of file DaoHtmlIterator.java.
|
protected |
Definition at line 62 of file DaoHtmlIterator.java.
|
protected |
Definition at line 64 of file DaoHtmlIterator.java.
|
protected |
Definition at line 63 of file DaoHtmlIterator.java.