Public Member Functions | |
EntityItemContentIterator (List collection, IConstructor constructor, Writer writer, IContact contact, boolean mail, String contextPath) | |
String | getContextPath () |
IContact | getContact () |
boolean | isAllowInterest () |
void | setAllowInterest (boolean allowInterest) |
boolean | isAllowComments () |
void | setAllowComments (boolean allowComments) |
boolean | isAllowVotes () |
void | setAllowVotes (boolean allowVotes) |
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 | 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) |
Public Member Functions inherited from org.turro.collections.CollectionHtmlIterator< E, ID > | |
CollectionHtmlIterator (List collection, ElephantMarker marker) | |
CollectionHtmlIterator (List collection, ElephantMarker marker, Writer writer) | |
void | setSummaryTemplate (String summaryTemplate) |
String | getSummaryTemplate () |
void | setFullTemplate (String fullTemplate) |
String | getFullTemplate () |
boolean | isNavigatorTop () |
void | setNavigatorTop (boolean navigatorTop) |
boolean | isNavigatorBottom () |
void | setNavigatorBottom (boolean navigatorBottom) |
boolean | isSearchOption () |
void | setSearchOption (boolean searchOption) |
boolean | isForceSummary () |
void | setForceSummary (boolean forceSummary) |
boolean | wantItem () |
boolean | isItem () |
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 () |
boolean | isEmpty () |
Public Member Functions inherited from org.turro.collections.CollectionIterator< E, ID > | |
CollectionIterator (List< E > collection) | |
int | getPage () |
void | setPage (int page) |
void | initClauses () |
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) |
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.collections.CollectionHtmlIterator< E, ID > | |
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) |
ID | getIdentifier () |
void | onRenderItem (E e) |
boolean | isValid (E e) |
ID | parseId (String value) |
String | stringId (ID value) |
Additional Inherited Members | |
Static Public Attributes inherited from org.turro.action.content.IContentIterator | |
static String | PRELOAD_TMPL = "#preload" |
Protected Attributes inherited from org.turro.collections.CollectionHtmlIterator< E, ID > | |
HTMLHelper | html |
IConstructor | constructor |
ElephantMarker | marker |
Protected Attributes inherited from org.turro.collections.CollectionIterator< E, ID > | |
List< E > | items |
int | _total = -1 |
Definition at line 36 of file EntityItemContentIterator.java.
org.turro.jpa.content.EntityItemContentIterator< E, ID >.EntityItemContentIterator | ( | List | collection, |
IConstructor | constructor, | ||
Writer | writer, | ||
IContact | contact, | ||
boolean | mail, | ||
String | contextPath | ||
) |
Definition at line 44 of file EntityItemContentIterator.java.
|
abstractprotected |
|
abstractprotected |
|
abstractprotected |
|
abstractprotected |
|
abstractprotected |
|
abstractprotected |
|
abstractprotected |
Object org.turro.jpa.content.EntityItemContentIterator< E, ID >.getAttachmentsCtrl | ( | E | e | ) |
Definition at line 148 of file EntityItemContentIterator.java.
Object org.turro.jpa.content.EntityItemContentIterator< E, ID >.getCommentsCtrl | ( | E | e | ) |
Definition at line 141 of file EntityItemContentIterator.java.
IContact org.turro.jpa.content.EntityItemContentIterator< E, ID >.getContact | ( | ) |
Definition at line 63 of file EntityItemContentIterator.java.
String org.turro.jpa.content.EntityItemContentIterator< E, ID >.getContextPath | ( | ) |
Definition at line 59 of file EntityItemContentIterator.java.
Object org.turro.jpa.content.EntityItemContentIterator< E, ID >.getDescriptionsCtrl | ( | E | e | ) |
Definition at line 162 of file EntityItemContentIterator.java.
Object org.turro.jpa.content.EntityItemContentIterator< E, ID >.getFilesCtrl | ( | E | e | ) |
Definition at line 155 of file EntityItemContentIterator.java.
Object org.turro.jpa.content.EntityItemContentIterator< E, ID >.getInterestCtrl | ( | E | e | ) |
Definition at line 134 of file EntityItemContentIterator.java.
|
abstractprotected |
Object org.turro.jpa.content.EntityItemContentIterator< E, ID >.getPollsCtrl | ( | E | e | ) |
Definition at line 169 of file EntityItemContentIterator.java.
|
abstractprotected |
Reimplemented in org.turro.content.WarningContentIterator, org.turro.content.PollContentIterator, org.turro.content.AgreementContentIterator, org.turro.dossier.content.WorkloadContentIterator, org.turro.dossier.content.KnowledgeBaseContentIterator, and org.turro.documentation.model.DocumentationContentIterator.
|
abstractprotected |
Reimplemented in org.turro.content.WarningContentIterator, org.turro.content.PollContentIterator, org.turro.content.AgreementContentIterator, org.turro.dossier.content.WorkloadContentIterator, org.turro.dossier.content.KnowledgeBaseContentIterator, and org.turro.documentation.model.DocumentationContentIterator.
|
abstractprotected |
Reimplemented in org.turro.content.WarningContentIterator, org.turro.content.PollContentIterator, org.turro.content.AgreementContentIterator, org.turro.dossier.content.WorkloadContentIterator, org.turro.dossier.content.KnowledgeBaseContentIterator, and org.turro.documentation.model.DocumentationContentIterator.
Object org.turro.jpa.content.EntityItemContentIterator< E, ID >.getVotesCtrl | ( | E | e | ) |
Definition at line 127 of file EntityItemContentIterator.java.
boolean org.turro.jpa.content.EntityItemContentIterator< E, ID >.isAllowAttachments | ( | ) |
Definition at line 99 of file EntityItemContentIterator.java.
boolean org.turro.jpa.content.EntityItemContentIterator< E, ID >.isAllowComments | ( | ) |
Definition at line 75 of file EntityItemContentIterator.java.
boolean org.turro.jpa.content.EntityItemContentIterator< E, ID >.isAllowDescriptions | ( | ) |
Definition at line 91 of file EntityItemContentIterator.java.
boolean org.turro.jpa.content.EntityItemContentIterator< E, ID >.isAllowFiles | ( | ) |
Definition at line 107 of file EntityItemContentIterator.java.
boolean org.turro.jpa.content.EntityItemContentIterator< E, ID >.isAllowInterest | ( | ) |
Definition at line 67 of file EntityItemContentIterator.java.
boolean org.turro.jpa.content.EntityItemContentIterator< E, ID >.isAllowPolls | ( | ) |
Definition at line 115 of file EntityItemContentIterator.java.
boolean org.turro.jpa.content.EntityItemContentIterator< E, ID >.isAllowVotes | ( | ) |
Definition at line 83 of file EntityItemContentIterator.java.
boolean org.turro.jpa.content.EntityItemContentIterator< E, ID >.isMail | ( | ) |
Definition at line 123 of file EntityItemContentIterator.java.
|
protected |
Definition at line 176 of file EntityItemContentIterator.java.
void org.turro.jpa.content.EntityItemContentIterator< E, ID >.setAllowAttachments | ( | boolean | allowAttachments | ) |
Definition at line 103 of file EntityItemContentIterator.java.
void org.turro.jpa.content.EntityItemContentIterator< E, ID >.setAllowComments | ( | boolean | allowComments | ) |
Definition at line 79 of file EntityItemContentIterator.java.
void org.turro.jpa.content.EntityItemContentIterator< E, ID >.setAllowDescriptions | ( | boolean | allowDescriptions | ) |
Definition at line 95 of file EntityItemContentIterator.java.
void org.turro.jpa.content.EntityItemContentIterator< E, ID >.setAllowFiles | ( | boolean | allowFiles | ) |
Definition at line 111 of file EntityItemContentIterator.java.
void org.turro.jpa.content.EntityItemContentIterator< E, ID >.setAllowInterest | ( | boolean | allowInterest | ) |
Definition at line 71 of file EntityItemContentIterator.java.
void org.turro.jpa.content.EntityItemContentIterator< E, ID >.setAllowPolls | ( | boolean | allowPolls | ) |
Definition at line 119 of file EntityItemContentIterator.java.
void org.turro.jpa.content.EntityItemContentIterator< E, ID >.setAllowVotes | ( | boolean | allowVotes | ) |
Definition at line 87 of file EntityItemContentIterator.java.