Class OrgStructureWrapper

java.lang.Object
de.uplanet.lucy.server.auxiliaries.OrgStructureWrapper

@Deprecated @VelocityCallable("singleton") public final class OrgStructureWrapper extends Object
Deprecated.
  • Constructor Summary

    Constructors
    Constructor
    Description
    OrgStructureWrapper(org.springframework.context.ApplicationContext p_appCtx)
    Deprecated.
    Explicit default constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    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.
    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.
    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.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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<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.
    • getOrgUnit

      public 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 null if none was found for the given unique identifier.
    • getParentIterator

      public 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.
    • getOrgUnitDepthFirstIterator

      public 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.