|
| LastActivityIterator (IConstructor constructor, Writer writer, IContact contact, EntityActivitySet activity, boolean mail, String pubPath) |
|
| LastActivityIterator (IConstructor constructor, Writer writer, IContact contact, ContactActivityMap cam, boolean mail, String pubPath) |
|
| 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) |
|
◆ LastActivityIterator() [1/2]
Definition at line 45 of file LastActivityIterator.java.
46 super(
new ArrayList(activity), constructor, writer, contact, mail, pubPath);
◆ LastActivityIterator() [2/2]
Definition at line 49 of file LastActivityIterator.java.
50 super(getLastActivity(contact, cam), constructor, writer, contact, mail, pubPath);
◆ doAttachmentsCtrl()
◆ doCommentsCtrl()
◆ doDescriptionsCtrl()
◆ doFilesCtrl()
◆ doInterestCtrl()
◆ doPollsCtrl()
◆ doVotesCtrl()
◆ entity()
◆ getItemLink()
◆ getReadAllLink()
String org.turro.jpa.content.LastActivityIterator.getReadAllLink |
( |
| ) |
|
|
protected |
◆ getRestrictedLink()
String org.turro.jpa.content.LastActivityIterator.getRestrictedLink |
( |
| ) |
|
|
protected |
◆ getTemplateRoot()
String org.turro.jpa.content.LastActivityIterator.getTemplateRoot |
( |
| ) |
|
|
protected |
◆ metas()
◆ renderItem()
◆ renderSummary()
Definition at line 54 of file LastActivityIterator.java.
56 String current = e.getEntityPath();
57 IElephantEntity iee = e.getEntity();
58 IElephantEntity iMain = e.getMainEntity();
59 boolean newMain = !iee.getStringId().equals(iMain.getStringId()) &&
61 (lastMain ==
null || !iMain.getStringId().equals(lastMain.
getStringId()));
65 boolean newEntity = !current.equals(lastEntity);
69 String reason = e.getReason();
70 boolean newReason = reason !=
null && !reason.equals(lastReason);
72 marker.put(
"last", e);
73 marker.put(
"iee", iee);
74 marker.put(
"main", iMain.getStringId().equals(IElephantEntity.EMPTY_ID) ? null : iMain);
75 marker.put(
"previous", lastIee);
76 marker.put(
"newMain", newMain);
77 marker.put(
"newEntity", newEntity);
78 marker.put(
"newReason", newReason);
79 marker.put(
"reason", reason);
84 prepareValues(e, page);
◆ title()
The documentation for this class was generated from the following file: