Public Member Functions | |
ProjectGrantContentIterator (IConstructor constructor, Writer writer, IContact contact, boolean mail, String pubPath) | |
String | getProjectGrantUrl (WsMember member, AxProjectGrant projectGrant) |
ProjectGrantCriteria | getCriteria () |
![]() | |
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 () |
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 52 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
org.turro.alliance.content.ProjectGrantContentIterator.ProjectGrantContentIterator | ( | IConstructor | constructor, |
Writer | writer, | ||
IContact | contact, | ||
boolean | mail, | ||
String | pubPath | ||
) |
Definition at line 56 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Definition at line 291 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Definition at line 286 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Definition at line 301 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Definition at line 296 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Definition at line 281 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Definition at line 306 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Definition at line 276 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Definition at line 118 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Reimplemented from org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.
Definition at line 113 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Reimplemented from org.turro.jpa.iterator.DaoIterator< E, ID >.
Definition at line 90 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
ProjectGrantCriteria org.turro.alliance.content.ProjectGrantContentIterator.getCriteria | ( | ) |
Definition at line 77 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Reimplemented from org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.
Definition at line 127 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Definition at line 311 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
String org.turro.alliance.content.ProjectGrantContentIterator.getProjectGrantUrl | ( | WsMember | member, |
AxProjectGrant | projectGrant | ||
) |
Definition at line 61 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Reimplemented from org.turro.jpa.content.EntityDaoContentIterator< E, ID >.
Definition at line 316 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Reimplemented from org.turro.jpa.content.EntityDaoContentIterator< E, ID >.
Definition at line 328 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Reimplemented from org.turro.jpa.content.EntityDaoContentIterator< E, ID >.
Definition at line 271 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Reimplemented from org.turro.jpa.iterator.DaoIterator< E, ID >.
Definition at line 82 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Definition at line 256 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Reimplemented from org.turro.jpa.iterator.DaoHtmlIterator< E, ID >.
Definition at line 338 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Definition at line 105 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Definition at line 96 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Definition at line 333 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.
|
protected |
Definition at line 248 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/content/ProjectGrantContentIterator.java.