public class tcUtilLDAPOrganizationHierarchy
extends java.lang.Object
Nishant Kaushik
January 22, 2002
Constructor and Description |
---|
tcUtilLDAPOrganizationHierarchy(com.thortech.xl.dataaccess.tcDataProvider DataBase)
Creates a new tcUtilLDAPOrganizationHierarchy object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHierarchyString(java.lang.String psActKey)
Returns the hierarchy string
|
java.util.Vector |
getHierarchyVector(java.lang.String psActKey)
Returns the hierarchy vector
|
java.lang.String |
getParentHierarchyString(java.lang.String psActKey)
Returns the hierarchy string of the organization that is the parent of
the specified organization
|
java.util.Vector |
getParentHierarchyVector(java.lang.String psActKey)
Returns the hierarchy vector of the organization that is the parent of
the specified organization
|
java.lang.String |
getPathFromVector(java.util.Vector hierarchy)
Uses the hierarchy vector of string arrays (of format {Class Type,
Object CN}) to build the hierarchy string
|
public tcUtilLDAPOrganizationHierarchy(com.thortech.xl.dataaccess.tcDataProvider DataBase)
DataBase
- public java.util.Vector getHierarchyVector(java.lang.String psActKey)
psActKey
- the organization whose hierarchy needsd to be built
(inclusive)public java.lang.String getHierarchyString(java.lang.String psActKey)
psActKey
- the organization whose hierarchy needsd to be built
(inclusive)CN=Dumbo,OU=Leaders,OU=Elephants,DC=thordev,DC=com
public java.util.Vector getParentHierarchyVector(java.lang.String psActKey)
psActKey
- the organization whose parent hierarchy needs to be
built (exclusive)public java.lang.String getParentHierarchyString(java.lang.String psActKey)
psActKey
- the organization whose parent hierarchy needs to be
builtCN=Dumbo,OU=Leaders,OU=Elephants,DC=thordev,DC=com
public java.lang.String getPathFromVector(java.util.Vector hierarchy)
hierarchyVector
-