|
| KnowledgeBaseContentIterator (IConstructor constructor, Writer writer, IContact contact, boolean mail, String pubPath) |
|
boolean | isShowSubject () |
|
void | setShowSubject (boolean showSubject) |
|
| 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) |
|
| 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 () |
|
| 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 () |
|
◆ KnowledgeBaseContentIterator()
org.turro.dossier.content.KnowledgeBaseContentIterator.KnowledgeBaseContentIterator |
( |
IConstructor |
constructor, |
|
|
Writer |
writer, |
|
|
IContact |
contact, |
|
|
boolean |
mail, |
|
|
String |
pubPath |
|
) |
| |
◆ doAttachmentsCtrl()
Object org.turro.dossier.content.KnowledgeBaseContentIterator.doAttachmentsCtrl |
( |
IssueWrapper |
e | ) |
|
|
protected |
◆ doCommentsCtrl()
Object org.turro.dossier.content.KnowledgeBaseContentIterator.doCommentsCtrl |
( |
IssueWrapper |
e | ) |
|
|
protected |
◆ doDescriptionsCtrl()
Object org.turro.dossier.content.KnowledgeBaseContentIterator.doDescriptionsCtrl |
( |
IssueWrapper |
e | ) |
|
|
protected |
◆ doFilesCtrl()
Object org.turro.dossier.content.KnowledgeBaseContentIterator.doFilesCtrl |
( |
IssueWrapper |
e | ) |
|
|
protected |
◆ doInterestCtrl()
Object org.turro.dossier.content.KnowledgeBaseContentIterator.doInterestCtrl |
( |
IssueWrapper |
e | ) |
|
|
protected |
◆ doPollsCtrl()
Object org.turro.dossier.content.KnowledgeBaseContentIterator.doPollsCtrl |
( |
IssueWrapper |
e | ) |
|
|
protected |
◆ doVotesCtrl()
Object org.turro.dossier.content.KnowledgeBaseContentIterator.doVotesCtrl |
( |
IssueWrapper |
e | ) |
|
|
protected |
◆ entity()
IssueWrapper org.turro.dossier.content.KnowledgeBaseContentIterator.entity |
( |
Long |
value | ) |
|
|
protected |
◆ getItemLink()
String org.turro.dossier.content.KnowledgeBaseContentIterator.getItemLink |
( |
IssueWrapper |
e | ) |
|
|
protected |
◆ getReadAllLink()
String org.turro.dossier.content.KnowledgeBaseContentIterator.getReadAllLink |
( |
| ) |
|
|
protected |
◆ getRestrictedLink()
String org.turro.dossier.content.KnowledgeBaseContentIterator.getRestrictedLink |
( |
| ) |
|
|
protected |
◆ getTemplateRoot()
String org.turro.dossier.content.KnowledgeBaseContentIterator.getTemplateRoot |
( |
| ) |
|
|
protected |
◆ isShowSubject()
boolean org.turro.dossier.content.KnowledgeBaseContentIterator.isShowSubject |
( |
| ) |
|
◆ isValid()
boolean org.turro.dossier.content.KnowledgeBaseContentIterator.isValid |
( |
IssueWrapper |
e | ) |
|
|
protected |
◆ metas()
Collection<String> org.turro.dossier.content.KnowledgeBaseContentIterator.metas |
( |
IssueWrapper |
e | ) |
|
|
protected |
Definition at line 165 of file KnowledgeBaseContentIterator.java.
166 ArrayList<RepositoryFile> files =
new ArrayList<>();
168 if(!SocialImageMap.hasImage(path)) {
169 FileAttach fa =
new FileAttach(DossierPU.getObjectPath(e));
170 Repository repository = fa.getPublishableRepository(
constructor);
171 files.addAll(repository.getRepositoryFiles(
"*_social.png,*_social.jpg"));
172 files.addAll(repository.getRepositoryFiles(
"*.png,*.jpg"));
174 SocialNet sn =
new SocialNet(path, e.getIssue().getDescription(), e.getIssue().getFullDescription(), files);
175 return sn.getMetas();
String getItemLink(IssueWrapper e)
◆ renderItem()
◆ renderSummary()
◆ setShowSubject()
void org.turro.dossier.content.KnowledgeBaseContentIterator.setShowSubject |
( |
boolean |
showSubject | ) |
|
◆ title()
String org.turro.dossier.content.KnowledgeBaseContentIterator.title |
( |
IssueWrapper |
e | ) |
|
|
protected |
Definition at line 157 of file KnowledgeBaseContentIterator.java.
158 if(!Strings.isBlank(e.getIssue().getFullDescription(showSubject))) {
159 return e.getIssue().getFullDescription(showSubject);
The documentation for this class was generated from the following file: