Class OrgStructureWrapper
java.lang.Object
de.uplanet.lucy.server.auxiliaries.OrgStructureWrapper
Deprecated.
-
Constructor Summary
ConstructorDescriptionOrgStructureWrapper
(org.springframework.context.ApplicationContext p_appCtx) Deprecated.Explicit default constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetMemberSetsFromSetGuid
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strSetGuid) Deprecated.Get the member-sets from a given set.getOrgUnit
(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.DsContainerDepthFirstIterator
Deprecated.Get an iterator over the given container node's subnodes.getParentIterator
(DsContainerNode p_node) Deprecated.Get an iterator over this node and it's parents.
-
Constructor Details
-
OrgStructureWrapper
public OrgStructureWrapper(org.springframework.context.ApplicationContext p_appCtx) Deprecated.Explicit default constructor.- Parameters:
p_appCtx
- The Spring application context.
-
-
Method Details
-
getMemberSetsFromSetGuid
public List<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.
-
getOrgUnit
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
null
if none was found for the given unique identifier.
-
getParentIterator
Deprecated.Get an iterator over this node and it's parents.- Parameters:
p_node
- The starting node.- Returns:
- The iterator.
-
getOrgUnitDepthFirstIterator
public de.uplanet.lucy.server.usermanager.orgstructure.DsContainerDepthFirstIterator getOrgUnitDepthFirstIterator(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.