Public Member Functions | |
IssueContentIterator (IConstructor constructor, Writer writer, IContact contact, boolean mail, String pubPath) | |
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) |
![]() | |
EntityDaoContentIterator (Dao dao, IConstructor constructor, Writer writer, IContact contact, boolean mail, String contextPath) | |
void | setSeenStatus (SeenStatusCheck seenStatus) |
SeenStatusCheck | getSeenStatus () |
String | getId () |
String | getContextPath () |
IContact | getContact () |
boolean | isMail () |
Object | getVotesCtrl (E e) |
Object | getInterestCtrl (E e) |
Object | getCommentsCtrl (E e) |
Object | getAttachmentsCtrl (E e) |
Object | getFilesCtrl (E e) |
Object | getDescriptionsCtrl (E e) |
Object | getPollsCtrl (E e) |
Object | getForumCtrl (E e) |
void | assignDefaultsByName (String name) |
void | assignDefaultsByMacro (MacroProcessorContext context) |
Object | getParticipationCtrl (E e, ParticipationReason reason) |
Object | getSpamCtrl (E e) |
Object | getFollowCtrl (E e) |
Object | getSeenCtrl (E e) |
Object | getLikeCtrl (E e) |
Object | getApplyCtrl (E e) |
Object | getCtrlByLabel (String ctrl, E e, IContact contact) |
![]() | |
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 () |
![]() | |
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) |
String | getTemplateRoot () |
Object | doVotesCtrl (Issue e) |
Object | doInterestCtrl (Issue e) |
Object | doCommentsCtrl (Issue e) |
Object | doAttachmentsCtrl (Issue e) |
Object | doFilesCtrl (Issue e) |
Object | doDescriptionsCtrl (Issue e) |
Object | doPollsCtrl (Issue e) |
String | getItemLink (Issue e) |
String | getReadAllLink () |
String | getRestrictedLink () |
![]() | |
void | prepareControls (E entity, int page) |
String | doItemLink (E entity, ID id, boolean obfuscated) |
abstract Object | doVotesCtrl (E e) |
abstract Object | doInterestCtrl (E e) |
abstract Object | doCommentsCtrl (E e) |
abstract Object | doAttachmentsCtrl (E e) |
abstract Object | doFilesCtrl (E e) |
abstract Object | doDescriptionsCtrl (E e) |
abstract Object | doPollsCtrl (E e) |
abstract String | getItemLink (E e) |
![]() | |
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) |
![]() | |
void | initClauses () |
Additional Inherited Members | |
![]() | |
static String | PRELOAD_TMPL = "#preload" |
![]() | |
HTMLHelper | html |
IConstructor | constructor |
ElephantMarker | marker |
DaoHtmlSearch | searchEngine |
DaoHtmlTree | navigationTree |
![]() | |
List< E > | items |
Dao | dao |
int | _total = -1 |
Definition at line 57 of file IssueContentIterator.java.
org.turro.dossier.content.IssueContentIterator.IssueContentIterator | ( | IConstructor | constructor, |
Writer | writer, | ||
IContact | contact, | ||
boolean | mail, | ||
String | pubPath | ||
) |
Definition at line 64 of file IssueContentIterator.java.
|
protected |
Definition at line 330 of file IssueContentIterator.java.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 348 of file IssueContentIterator.java.
|
protected |
|
protected |
Definition at line 152 of file IssueContentIterator.java.
|
protected |
Reimplemented from org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.
Definition at line 147 of file IssueContentIterator.java.
|
protected |
Reimplemented from org.turro.jpa.iterator.DaoIterator< E, ID >.
Definition at line 116 of file IssueContentIterator.java.
|
protected |
Definition at line 353 of file IssueContentIterator.java.
IssueOrdering org.turro.dossier.content.IssueContentIterator.getOrderBy | ( | ) |
Definition at line 97 of file IssueContentIterator.java.
|
protected |
Reimplemented from org.turro.jpa.content.EntityDaoContentIterator< E, ID >.
Definition at line 358 of file IssueContentIterator.java.
|
protected |
Reimplemented from org.turro.jpa.content.EntityDaoContentIterator< E, ID >.
Definition at line 367 of file IssueContentIterator.java.
|
protected |
Reimplemented from org.turro.jpa.content.EntityDaoContentIterator< E, ID >.
Definition at line 307 of file IssueContentIterator.java.
|
protected |
Reimplemented from org.turro.jpa.iterator.DaoIterator< E, ID >.
Definition at line 106 of file IssueContentIterator.java.
boolean org.turro.dossier.content.IssueContentIterator.isShowSubject | ( | ) |
Definition at line 89 of file IssueContentIterator.java.
|
protected |
Definition at line 214 of file IssueContentIterator.java.
|
protected |
Definition at line 293 of file IssueContentIterator.java.
|
protected |
Definition at line 139 of file IssueContentIterator.java.
|
protected |
Definition at line 125 of file IssueContentIterator.java.
void org.turro.dossier.content.IssueContentIterator.setCategoryId | ( | long | categoryId | ) |
Definition at line 69 of file IssueContentIterator.java.
void org.turro.dossier.content.IssueContentIterator.setDossierId | ( | long | dossierId | ) |
Definition at line 73 of file IssueContentIterator.java.
void org.turro.dossier.content.IssueContentIterator.setDossierStatus | ( | List< String > | dossierStatus | ) |
Definition at line 77 of file IssueContentIterator.java.
void org.turro.dossier.content.IssueContentIterator.setIssueStatus | ( | List< String > | issueStatus | ) |
Definition at line 85 of file IssueContentIterator.java.
void org.turro.dossier.content.IssueContentIterator.setIssueTypes | ( | List< String > | issueTypes | ) |
Definition at line 81 of file IssueContentIterator.java.
void org.turro.dossier.content.IssueContentIterator.setOrderBy | ( | IssueOrdering | orderBy | ) |
Definition at line 101 of file IssueContentIterator.java.
void org.turro.dossier.content.IssueContentIterator.setShowSubject | ( | boolean | showSubject | ) |
Definition at line 93 of file IssueContentIterator.java.
|
protected |