BrightSide Workbench Full Report + Source Code
org.turro.alliance.client.ProjectDashboard Class Reference
Inheritance diagram for org.turro.alliance.client.ProjectDashboard:
Collaboration diagram for org.turro.alliance.client.ProjectDashboard:

Protected Member Functions

JsonHtmlClientIterator initIterator ()
 
void initSearchEngine ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 37 of file client/ProjectDashboard.java.

Member Function Documentation

◆ initIterator()

JsonHtmlClientIterator org.turro.alliance.client.ProjectDashboard.initIterator ( )
protected

Definition at line 40 of file client/ProjectDashboard.java.

40  {
41  WsServer server = JsonClientContext.getInstance(constructor).getServer();
42  CategoryJsonTree ct = new CategoryJsonTree(server, getConstructor(), null);
43  ProjectJsonIterator pi = new ProjectJsonIterator(getConstructor(), Authentication.getIContact(), server, null, false);
44  pi.setNavigationTree(ct);
45  return pi;
46  }
Here is the call graph for this function:

◆ initSearchEngine()

void org.turro.alliance.client.ProjectDashboard.initSearchEngine ( )
protected

Definition at line 49 of file client/ProjectDashboard.java.

49  {
50  JsonHtmlSearch dhs = JsonHtmlSearch.getInstance(getConstructor(), ElephantContext.getContextVariable(getConstructor()));
51  if(dhs != null && !dhs.hasAttribute(getConstructor(), "")) {
52  dhs.setTagRoot("axproject");
53  dhs.setAttribute(getConstructor(), "server", getIterator().getServer());
54  dhs.setAttribute(getConstructor(), "phases",
55  Servers.getData(getIterator().getServer(), AxConstants.PHASE_ITERATOR, Jsons.object())
56  .getArrayAsSearchList(JsonProvider.JSON_ITEMS));
57  }
58  }
Here is the call graph for this function:

The documentation for this class was generated from the following file: