Class OrgChartRow
java.lang.Object
org.teamapps.application.server.controlcenter.organization.OrgChartRow
public class OrgChartRow
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description OrgChartRow(OrgChartNode orgUnitNode, OrgChartNode leaderNode, OrgChartNode assistantNode, OrgChartNode otherNode) -
Method Summary
Modifier and Type Method Description static java.util.List<OrgChartRow>createRows(OrgChartNode orgChartNode)OrgChartNodegetAssistantNode()OrgChartNodegetLeaderNode()OrgChartNodegetOrgUnitNode()OrgChartNodegetOtherNode()booleanmatch(java.lang.String query)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OrgChartRow
public OrgChartRow(OrgChartNode orgUnitNode, OrgChartNode leaderNode, OrgChartNode assistantNode, OrgChartNode otherNode)
-
-
Method Details
-
createRows
-
match
public boolean match(java.lang.String query) -
getOrgUnitNode
-
getLeaderNode
-
getAssistantNode
-
getOtherNode
-