

Public Member Functions | |
| IssueIterator (IConstructor constructor, String pubPath, String uniqueId) | |
| IssueIterator (IConstructor constructor, boolean mail, String pubPath, String uniqueId) | |
| void | setCategoryId (long categoryId) |
| void | setDossierId (long dossierId) |
| void | setDossierStatus (List< String > dossierStatus) |
| void | setIssueTypes (List< String > issueTypes) |
| void | setIssueStatus (List< String > issueStatus) |
| boolean | isShowSubject () |
| void | setShowSubject (boolean showSubject) |
| IssueOrdering | getOrderBy () |
| void | setOrderBy (IssueOrdering orderBy) |
| boolean | isOnlyAssists () |
| void | setOnlyAssists (boolean onlyAssists) |
| String | getActualParameters () |
Public Member Functions inherited from org.turro.jpa.iterator.DaoHtmlIterator< E, ID > | |
| 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 | |
| WhereClause | getWhereClause () |
| WhereClause | getCountClause () |
| void | renderSummary (ElephantMarker marker, Issue e, int page) |
| void | renderItem (ElephantMarker marker, Issue e, int page) |
| String | entityRoot () |
| Issue | entity (Long value) |
| boolean | isValid (Issue e) |
| String | title (Issue e) |
| Collection< String > | metas (Issue e) |
Protected Member Functions inherited from org.turro.jpa.iterator.DaoHtmlIterator< E, ID > | |
| VisualElements | loadVisuals () |
| 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 () |
Additional Inherited Members | |
Static Public Attributes inherited from org.turro.action.content.IContentIterator | |
| static String | PRELOAD_TMPL = "#preload" |
Protected Attributes inherited from org.turro.jpa.iterator.DaoHtmlIterator< E, ID > | |
| 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 |
Definition at line 66 of file IssueIterator.java.
| org.turro.dossier.www.IssueIterator.IssueIterator | ( | IConstructor | constructor, |
| String | pubPath, | ||
| String | uniqueId | ||
| ) |
Definition at line 75 of file IssueIterator.java.
| org.turro.dossier.www.IssueIterator.IssueIterator | ( | IConstructor | constructor, |
| boolean | mail, | ||
| String | pubPath, | ||
| String | uniqueId | ||
| ) |
|
protected |
Definition at line 204 of file IssueIterator.java.

|
protected |
Reimplemented from org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.
Definition at line 199 of file IssueIterator.java.
| String org.turro.dossier.www.IssueIterator.getActualParameters | ( | ) |
Definition at line 149 of file IssueIterator.java.
|
protected |
Reimplemented from org.turro.jpa.iterator.DaoIterator< E, ID >.
Definition at line 141 of file IssueIterator.java.

| IssueOrdering org.turro.dossier.www.IssueIterator.getOrderBy | ( | ) |
Definition at line 114 of file IssueIterator.java.
|
protected |
Reimplemented from org.turro.jpa.iterator.DaoIterator< E, ID >.
Definition at line 131 of file IssueIterator.java.

| boolean org.turro.dossier.www.IssueIterator.isOnlyAssists | ( | ) |
Definition at line 122 of file IssueIterator.java.
| boolean org.turro.dossier.www.IssueIterator.isShowSubject | ( | ) |
Definition at line 106 of file IssueIterator.java.
|
protected |
Definition at line 279 of file IssueIterator.java.

|
protected |
|
protected |
Definition at line 169 of file IssueIterator.java.

|
protected |
Definition at line 154 of file IssueIterator.java.

| void org.turro.dossier.www.IssueIterator.setCategoryId | ( | long | categoryId | ) |
| void org.turro.dossier.www.IssueIterator.setDossierId | ( | long | dossierId | ) |
| void org.turro.dossier.www.IssueIterator.setDossierStatus | ( | List< String > | dossierStatus | ) |
| void org.turro.dossier.www.IssueIterator.setIssueStatus | ( | List< String > | issueStatus | ) |
| void org.turro.dossier.www.IssueIterator.setIssueTypes | ( | List< String > | issueTypes | ) |
| void org.turro.dossier.www.IssueIterator.setOnlyAssists | ( | boolean | onlyAssists | ) |
| void org.turro.dossier.www.IssueIterator.setOrderBy | ( | IssueOrdering | orderBy | ) |
| void org.turro.dossier.www.IssueIterator.setShowSubject | ( | boolean | showSubject | ) |
Definition at line 110 of file IssueIterator.java.
|
protected |