Class OrgStructureWrapper
- java.lang.Object
-
- de.uplanet.lucy.server.auxiliaries.OrgStructureWrapper
-
@Deprecated @VelocityCallable("singleton") public final class OrgStructureWrapper extends Object
Deprecated.UsePortal.getOrgStructure()
instead.
-
-
Constructor Summary
Constructors Constructor Description OrgStructureWrapper(org.springframework.context.ApplicationContext p_appCtx)
Deprecated.Explicit default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<DsSetNode>
getMemberSetsFromSetGuid(de.uplanet.jdbc.JdbcConnection p_conn, String p_strSetGuid)
Deprecated.Get the member-sets from a given set.DsContainerNode
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
getOrgUnitDepthFirstIterator(DsContainerNode p_ou)
Deprecated.Get an iterator over the given container node's subnodes.DsContainerParentIterator
getParentIterator(DsContainerNode p_node)
Deprecated.Get an iterator over this node and it's parents.
-
-
-
Method Detail
-
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
public 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
null
if none was found for the given unique identifier.
-
getParentIterator
public DsContainerParentIterator getParentIterator(DsContainerNode p_node)
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.
-
-