Public Member Functions | |
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) |
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 | |
void | prepareControls (E entity, int page) |
String | doItemLink (E entity, ID id, boolean obfuscated) |
abstract String | getTemplateRoot () |
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) |
abstract String | getReadAllLink () |
abstract String | getRestrictedLink () |
Protected Member Functions inherited from org.turro.jpa.iterator.DaoHtmlIterator< E, ID > | |
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 () |
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 44 of file EntityDaoContentIterator.java.
org.turro.jpa.content.EntityDaoContentIterator< E, ID >.EntityDaoContentIterator | ( | Dao | dao, |
IConstructor | constructor, | ||
Writer | writer, | ||
IContact | contact, | ||
boolean | mail, | ||
String | contextPath | ||
) |
Definition at line 51 of file EntityDaoContentIterator.java.
void org.turro.jpa.content.EntityDaoContentIterator< E, ID >.assignDefaultsByMacro | ( | MacroProcessorContext | context | ) |
Definition at line 166 of file EntityDaoContentIterator.java.
void org.turro.jpa.content.EntityDaoContentIterator< E, ID >.assignDefaultsByName | ( | String | name | ) |
Definition at line 157 of file EntityDaoContentIterator.java.
|
abstractprotected |
|
abstractprotected |
|
abstractprotected |
|
abstractprotected |
|
abstractprotected |
|
protected |
Definition at line 234 of file EntityDaoContentIterator.java.
|
abstractprotected |
|
abstractprotected |
Object org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getApplyCtrl | ( | E | e | ) |
Definition at line 198 of file EntityDaoContentIterator.java.
Object org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getAttachmentsCtrl | ( | E | e | ) |
Definition at line 112 of file EntityDaoContentIterator.java.
Object org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getCommentsCtrl | ( | E | e | ) |
Definition at line 105 of file EntityDaoContentIterator.java.
IContact org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getContact | ( | ) |
Definition at line 83 of file EntityDaoContentIterator.java.
String org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getContextPath | ( | ) |
Definition at line 79 of file EntityDaoContentIterator.java.
Object org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getCtrlByLabel | ( | String | ctrl, |
E | e, | ||
IContact | contact | ||
) |
Definition at line 202 of file EntityDaoContentIterator.java.
Object org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getDescriptionsCtrl | ( | E | e | ) |
Definition at line 126 of file EntityDaoContentIterator.java.
Object org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getFilesCtrl | ( | E | e | ) |
Definition at line 119 of file EntityDaoContentIterator.java.
Object org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getFollowCtrl | ( | E | e | ) |
Definition at line 186 of file EntityDaoContentIterator.java.
Object org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getForumCtrl | ( | E | e | ) |
Definition at line 140 of file EntityDaoContentIterator.java.
String org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getId | ( | ) |
Definition at line 74 of file EntityDaoContentIterator.java.
Object org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getInterestCtrl | ( | E | e | ) |
Definition at line 98 of file EntityDaoContentIterator.java.
|
abstractprotected |
Object org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getLikeCtrl | ( | E | e | ) |
Definition at line 194 of file EntityDaoContentIterator.java.
Object org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getParticipationCtrl | ( | E | e, |
ParticipationReason | reason | ||
) |
Definition at line 178 of file EntityDaoContentIterator.java.
Object org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getPollsCtrl | ( | E | e | ) |
Definition at line 133 of file EntityDaoContentIterator.java.
|
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.content.PublicationContentIterator, org.turro.dossier.content.ProjectGrantContentIterator, org.turro.dossier.content.IssueContentIterator, org.turro.dossier.content.DossierContentIterator, org.turro.contacts.content.OldDirectoryContentIterator, org.turro.contacts.content.DirectoryContentIterator, org.turro.contacts.content.ConvocationContentIterator, org.turro.contacts.content.ContactServiceContentIterator, org.turro.financials.content.ProductContentIterator, and org.turro.financials.content.ContractContentIterator.
|
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.content.PublicationContentIterator, org.turro.dossier.content.ProjectGrantContentIterator, org.turro.dossier.content.IssueContentIterator, org.turro.dossier.content.DossierContentIterator, org.turro.contacts.content.OldDirectoryContentIterator, org.turro.contacts.content.DirectoryContentIterator, org.turro.contacts.content.ConvocationContentIterator, org.turro.contacts.content.ContactServiceContentIterator, org.turro.financials.content.ProductContentIterator, and org.turro.financials.content.ContractContentIterator.
Object org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getSeenCtrl | ( | E | e | ) |
Definition at line 190 of file EntityDaoContentIterator.java.
SeenStatusCheck org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getSeenStatus | ( | ) |
Definition at line 70 of file EntityDaoContentIterator.java.
Object org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getSpamCtrl | ( | E | e | ) |
Definition at line 182 of file EntityDaoContentIterator.java.
|
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.content.PublicationContentIterator, org.turro.dossier.content.ProjectGrantContentIterator, org.turro.dossier.content.IssueContentIterator, org.turro.dossier.content.DossierContentIterator, org.turro.contacts.content.OldDirectoryContentIterator, org.turro.contacts.content.DirectoryContentIterator, org.turro.contacts.content.ConvocationContentIterator, org.turro.contacts.content.ContactServiceContentIterator, org.turro.financials.content.ProductContentIterator, and org.turro.financials.content.ContractContentIterator.
Object org.turro.jpa.content.EntityDaoContentIterator< E, ID >.getVotesCtrl | ( | E | e | ) |
Definition at line 91 of file EntityDaoContentIterator.java.
boolean org.turro.jpa.content.EntityDaoContentIterator< E, ID >.isMail | ( | ) |
Definition at line 87 of file EntityDaoContentIterator.java.
|
protected |
Definition at line 215 of file EntityDaoContentIterator.java.
void org.turro.jpa.content.EntityDaoContentIterator< E, ID >.setSeenStatus | ( | SeenStatusCheck | seenStatus | ) |
Definition at line 66 of file EntityDaoContentIterator.java.