wt.clients.administrator
Class Domain

java.lang.Object
  extended bywt.clients.administrator.Domain
Direct Known Subclasses:
fv

public class Domain
extends Object


Field Summary
static int CREATE
           
static int DELETE
           
static int UPDATE
           
static int VIEW
           
 
Constructor Summary
Domain()
           
 
Method Summary
private static void addChildBranch(String className, int level, Hashtable classTable, Vector classTree)
           
static Vector getClassesTree(String interfaceFilter)
          Deprecated.  
static String getDescription(String domainName)
          Deprecated.  
static Vector getEvents()
          Deprecated.  
static String getFullClassName(String shortName, Vector fullClassName)
          Deprecated.  
static String[] getShortClassTree(Vector fullClassNames)
          Deprecated.  
static String[] listDomains()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATE

public static final int CREATE
See Also:
Constant Field Values

UPDATE

public static final int UPDATE
See Also:
Constant Field Values

VIEW

public static final int VIEW
See Also:
Constant Field Values

DELETE

public static final int DELETE
See Also:
Constant Field Values
Constructor Detail

Domain

public Domain()
Method Detail

getEvents

public static Vector getEvents()
                        throws Exception
Deprecated.  

Return a vector of available events.

Throws:
Exception

getFullClassName

public static String getFullClassName(String shortName,
                                      Vector fullClassName)
Deprecated.  

Return the fully qualified class name given the right-most item


getDescription

public static String getDescription(String domainName)
                             throws Exception
Deprecated.  

Parameters:
domainName - Path name of a domain
Returns:
domain's description
Throws:
Exception

getShortClassTree

public static String[] getShortClassTree(Vector fullClassNames)
Deprecated.  

Return a string array of the righmost item of classnames formatted for a Symantec treeview control. The levels of the hierarchy are denoted by leading blanks. [Root] [Leaf1] [Leaf2] [Leaf2a] [Leaf3]


getClassesTree

public static Vector getClassesTree(String interfaceFilter)
                             throws Exception
Deprecated.  

Return a vector of classes. The levels of the hierarchy are denoted by leading blanks.

Throws:
Exception

addChildBranch

private static void addChildBranch(String className,
                                   int level,
                                   Hashtable classTable,
                                   Vector classTree)

listDomains

public static String[] listDomains()
                            throws Exception
Deprecated.  

Return a list of the path names of all administrative domains for use with WTMultilist. Semicolons in the names are escaped since WTMultiList treats them as a column separator.

Returns:
Array of strings of domain path names
Throws:
Exception