

Public Member Functions | |
| TreeDaoContentIterator (Dao dao, ElephantMarker marker, String contextPath, IContact contact) | |
| 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 | isAllowDescriptions () |
| void | setAllowDescriptions (boolean allowDescriptions) |
| boolean | isAllowAttachments () |
| void | setAllowAttachments (boolean allowAttachments) |
| boolean | isAllowFiles () |
| void | setAllowFiles (boolean allowFiles) |
| boolean | isAllowPolls () |
| void | setAllowPolls (boolean allowPolls) |
| boolean | isAllowForum () |
| void | setAllowForum (boolean allowForum) |
| String | getContextPath () |
| IContact | getContact () |
| String | getCssClass (String path) |
| String | getSelectedItem () |
| void | renderSelected () |
| String | parseSelected () |
| 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) |
Public Member Functions inherited from org.turro.jpa.iterator.DaoHtmlTree< E, ID > | |
| DaoHtmlTree (Dao dao, ElephantMarker marker) | |
| String | getTreeTemplate () |
| void | setTreeTemplate (String treeTemplate) |
| String | getFullTemplate () |
| void | setFullTemplate (String fullTemplate) |
| void | render () |
| String | parse () |
| VisualElements | getVisuals () |
Public Member Functions inherited from org.turro.jpa.iterator.DaoTree< E, ID > | |
| DaoTree (Dao dao) | |
| Dao | getDao () |
| void | fillTree (String path) |
| void | fillRoot (Item item) |
Static Public Member Functions | |
| static String | getSelectionLink (String path) |
| static String | getSelectedItem (IConstructor constructor, String pathOrigin) |
Protected Member Functions | |
| void | setSelectedItem (String value) |
| abstract void | prepareTree (ElephantMarker marker, List< Item< E, ID >> items) |
| abstract void | prepareItem (ElephantMarker marker, E item) |
| 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 WhereClause | getItemClause (String currPath) |
| void | renderTree (ElephantMarker marker, List< Item< E, ID >> items) |
| void | renderItem (ElephantMarker marker, E item) |
| String | parseTree (ElephantMarker marker, List< Item< E, ID >> items) |
| String | parseItem (ElephantMarker marker, E item) |
Protected Member Functions inherited from org.turro.jpa.iterator.DaoHtmlTree< E, ID > | |
| VisualElements | loadVisuals () |
Protected Member Functions inherited from org.turro.jpa.iterator.DaoTree< E, ID > | |
| abstract WhereClause | getChildrenClause (String currPath) |
| abstract WhereClause | getLeafClause (String currPath) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.jpa.iterator.DaoHtmlTree< E, ID > | |
| IConstructor | constructor |
| ElephantMarker | marker |
Protected Attributes inherited from org.turro.jpa.iterator.DaoTree< E, ID > | |
| Dao | dao |
Definition at line 40 of file TreeDaoContentIterator.java.
| org.turro.jpa.content.TreeDaoContentIterator< E, ID >.TreeDaoContentIterator | ( | Dao | dao, |
| ElephantMarker | marker, | ||
| String | contextPath, | ||
| IContact | contact | ||
| ) |
Definition at line 48 of file TreeDaoContentIterator.java.
|
abstractprotected |

|
abstractprotected |

|
abstractprotected |

|
abstractprotected |

|
abstractprotected |

|
abstractprotected |

|
abstractprotected |

| Object org.turro.jpa.content.TreeDaoContentIterator< E, ID >.getAttachmentsCtrl | ( | E | e | ) |
Definition at line 269 of file TreeDaoContentIterator.java.

| Object org.turro.jpa.content.TreeDaoContentIterator< E, ID >.getCommentsCtrl | ( | E | e | ) |
Definition at line 262 of file TreeDaoContentIterator.java.

| IContact org.turro.jpa.content.TreeDaoContentIterator< E, ID >.getContact | ( | ) |
Definition at line 131 of file TreeDaoContentIterator.java.

| String org.turro.jpa.content.TreeDaoContentIterator< E, ID >.getContextPath | ( | ) |
Definition at line 127 of file TreeDaoContentIterator.java.
| String org.turro.jpa.content.TreeDaoContentIterator< E, ID >.getCssClass | ( | String | path | ) |
Definition at line 141 of file TreeDaoContentIterator.java.

| Object org.turro.jpa.content.TreeDaoContentIterator< E, ID >.getDescriptionsCtrl | ( | E | e | ) |
Definition at line 283 of file TreeDaoContentIterator.java.

| Object org.turro.jpa.content.TreeDaoContentIterator< E, ID >.getFilesCtrl | ( | E | e | ) |
Definition at line 276 of file TreeDaoContentIterator.java.

| Object org.turro.jpa.content.TreeDaoContentIterator< E, ID >.getForumCtrl | ( | E | e | ) |
Definition at line 297 of file TreeDaoContentIterator.java.

| Object org.turro.jpa.content.TreeDaoContentIterator< E, ID >.getInterestCtrl | ( | E | e | ) |
Definition at line 255 of file TreeDaoContentIterator.java.

|
abstractprotected |
Reimplemented in org.turro.alliance.www.CategoriesTree, and org.turro.dossier.www.CategoriesTree.

| Object org.turro.jpa.content.TreeDaoContentIterator< E, ID >.getPollsCtrl | ( | E | e | ) |
Definition at line 290 of file TreeDaoContentIterator.java.

| String org.turro.jpa.content.TreeDaoContentIterator< E, ID >.getSelectedItem | ( | ) |
Definition at line 167 of file TreeDaoContentIterator.java.


|
static |
Definition at line 171 of file TreeDaoContentIterator.java.

|
static |
Definition at line 137 of file TreeDaoContentIterator.java.


|
abstractprotected |
Reimplemented in org.turro.alliance.www.CategoriesTree, and org.turro.dossier.www.CategoriesTree.

| Object org.turro.jpa.content.TreeDaoContentIterator< E, ID >.getVotesCtrl | ( | E | e | ) |
Definition at line 248 of file TreeDaoContentIterator.java.

| boolean org.turro.jpa.content.TreeDaoContentIterator< E, ID >.isAllowAttachments | ( | ) |
Definition at line 95 of file TreeDaoContentIterator.java.

| boolean org.turro.jpa.content.TreeDaoContentIterator< E, ID >.isAllowComments | ( | ) |
Definition at line 71 of file TreeDaoContentIterator.java.

| boolean org.turro.jpa.content.TreeDaoContentIterator< E, ID >.isAllowDescriptions | ( | ) |
Definition at line 87 of file TreeDaoContentIterator.java.

| boolean org.turro.jpa.content.TreeDaoContentIterator< E, ID >.isAllowFiles | ( | ) |
Definition at line 103 of file TreeDaoContentIterator.java.

| boolean org.turro.jpa.content.TreeDaoContentIterator< E, ID >.isAllowForum | ( | ) |
Definition at line 119 of file TreeDaoContentIterator.java.

| boolean org.turro.jpa.content.TreeDaoContentIterator< E, ID >.isAllowInterest | ( | ) |
Definition at line 63 of file TreeDaoContentIterator.java.

| boolean org.turro.jpa.content.TreeDaoContentIterator< E, ID >.isAllowPolls | ( | ) |
Definition at line 111 of file TreeDaoContentIterator.java.

| boolean org.turro.jpa.content.TreeDaoContentIterator< E, ID >.isAllowVotes | ( | ) |
Definition at line 79 of file TreeDaoContentIterator.java.

| boolean org.turro.jpa.content.TreeDaoContentIterator< E, ID >.isRestricted | ( | ) |
Definition at line 55 of file TreeDaoContentIterator.java.

|
protected |
Reimplemented from org.turro.jpa.iterator.DaoHtmlTree< E, ID >.
Definition at line 239 of file TreeDaoContentIterator.java.

| String org.turro.jpa.content.TreeDaoContentIterator< E, ID >.parseSelected | ( | ) |
Reimplemented from org.turro.jpa.iterator.DaoHtmlTree< E, ID >.
Definition at line 202 of file TreeDaoContentIterator.java.

|
protected |
Reimplemented from org.turro.jpa.iterator.DaoHtmlTree< E, ID >.
Definition at line 230 of file TreeDaoContentIterator.java.

|
abstractprotected |

|
abstractprotected |

|
protected |
Reimplemented from org.turro.jpa.iterator.DaoHtmlTree< E, ID >.
Definition at line 222 of file TreeDaoContentIterator.java.

| void org.turro.jpa.content.TreeDaoContentIterator< E, ID >.renderSelected | ( | ) |
Reimplemented from org.turro.jpa.iterator.DaoHtmlTree< E, ID >.
Definition at line 192 of file TreeDaoContentIterator.java.

|
protected |
Reimplemented from org.turro.jpa.iterator.DaoHtmlTree< E, ID >.
Definition at line 213 of file TreeDaoContentIterator.java.

| void org.turro.jpa.content.TreeDaoContentIterator< E, ID >.setAllowAttachments | ( | boolean | allowAttachments | ) |
Definition at line 99 of file TreeDaoContentIterator.java.

| void org.turro.jpa.content.TreeDaoContentIterator< E, ID >.setAllowComments | ( | boolean | allowComments | ) |
Definition at line 75 of file TreeDaoContentIterator.java.

| void org.turro.jpa.content.TreeDaoContentIterator< E, ID >.setAllowDescriptions | ( | boolean | allowDescriptions | ) |
Definition at line 91 of file TreeDaoContentIterator.java.

| void org.turro.jpa.content.TreeDaoContentIterator< E, ID >.setAllowFiles | ( | boolean | allowFiles | ) |
Definition at line 107 of file TreeDaoContentIterator.java.
| void org.turro.jpa.content.TreeDaoContentIterator< E, ID >.setAllowForum | ( | boolean | allowForum | ) |
Definition at line 123 of file TreeDaoContentIterator.java.

| void org.turro.jpa.content.TreeDaoContentIterator< E, ID >.setAllowInterest | ( | boolean | allowInterest | ) |
Definition at line 67 of file TreeDaoContentIterator.java.

| void org.turro.jpa.content.TreeDaoContentIterator< E, ID >.setAllowPolls | ( | boolean | allowPolls | ) |
Definition at line 115 of file TreeDaoContentIterator.java.
| void org.turro.jpa.content.TreeDaoContentIterator< E, ID >.setAllowVotes | ( | boolean | allowVotes | ) |
Definition at line 83 of file TreeDaoContentIterator.java.

| void org.turro.jpa.content.TreeDaoContentIterator< E, ID >.setRestricted | ( | boolean | restricted | ) |
Definition at line 59 of file TreeDaoContentIterator.java.

|
protected |
Definition at line 161 of file TreeDaoContentIterator.java.

