Class OrgStructureWrapper
java.lang.Object
de.uplanet.lucy.server.auxiliaries.OrgStructureWrapper
Deprecated.
- 
Constructor SummaryConstructorsConstructorDescriptionOrgStructureWrapper(org.springframework.context.ApplicationContext p_appCtx) Deprecated.Explicit default constructor.
- 
Method SummaryModifier and TypeMethodDescriptionList<de.uplanet.lucy.server.usermanager.orgstructure.DsSetNode>getMemberSetsFromSetGuid(de.uplanet.jdbc.JdbcConnection p_conn, String p_strSetGuid) Deprecated.Get the member-sets from a given set.de.uplanet.lucy.server.usermanager.orgstructure.DsContainerNodegetOrgUnit(de.uplanet.jdbc.JdbcConnection p_conn, String p_strId) Deprecated.Get an container node by it's unique identifier.de.uplanet.lucy.server.usermanager.orgstructure.DsContainerDepthFirstIteratorgetOrgUnitDepthFirstIterator(de.uplanet.lucy.server.usermanager.orgstructure.DsContainerNode p_ou) Deprecated.Get an iterator over the given container node's subnodes.de.uplanet.lucy.server.usermanager.orgstructure.DsContainerParentIteratorgetParentIterator(de.uplanet.lucy.server.usermanager.orgstructure.DsContainerNode p_node) Deprecated.Get an iterator over this node and it's parents.
- 
Constructor Details- 
OrgStructureWrapperpublic OrgStructureWrapper(org.springframework.context.ApplicationContext p_appCtx) Deprecated.Explicit default constructor.- Parameters:
- p_appCtx- The Spring application context.
 
 
- 
- 
Method Details- 
getMemberSetsFromSetGuidpublic List<de.uplanet.lucy.server.usermanager.orgstructure.DsSetNode> getMemberSetsFromSetGuid(de.uplanet.jdbc.JdbcConnection p_conn, String p_strSetGuid) Deprecated.Get the member-sets from a given set.- Parameters:
- p_strSetGuid- The set node's GUID.
- Returns:
- The set nodes, or empty list if none was found for the given unique identifier.
 
- 
getOrgUnitpublic de.uplanet.lucy.server.usermanager.orgstructure.DsContainerNode getOrgUnit(de.uplanet.jdbc.JdbcConnection p_conn, String p_strId) Deprecated.Get an container node by it's unique identifier."root"returns the root node.- Parameters:
- p_strId- The container node's unique identifier.
- Returns:
- The container node, or nullif none was found for the given unique identifier.
 
- 
getParentIteratorpublic de.uplanet.lucy.server.usermanager.orgstructure.DsContainerParentIterator getParentIterator(de.uplanet.lucy.server.usermanager.orgstructure.DsContainerNode p_node) Deprecated.Get an iterator over this node and it's parents.- Parameters:
- p_node- The starting node.
- Returns:
- The iterator.
 
- 
getOrgUnitDepthFirstIteratorpublic de.uplanet.lucy.server.usermanager.orgstructure.DsContainerDepthFirstIterator getOrgUnitDepthFirstIterator(de.uplanet.lucy.server.usermanager.orgstructure.DsContainerNode p_ou) Deprecated.Get an iterator over the given container node's subnodes.- Parameters:
- p_ou- The root of the subtree.
- Returns:
- The iterator.
 
 
- 
Portal.getOrgStructure()instead.