com.ptc.windchill.enterprise.search.server
Class PrintUtility

java.lang.Object
  extended bycom.ptc.windchill.enterprise.search.server.PrintUtility

public class PrintUtility
extends Object


Constructor Summary
PrintUtility()
           
 
Method Summary
static void print(AttributeContainerSet[] sets)
           
static void print(AttributeTypeIdentifier[] atis, String header)
           
static void print(Map m)
           
static void print(Map m, String header)
           
static void print(ResultContainer rc)
           
static void print(ResultContainer rc, Map logicalFormValueMap, String header)
           
static void print(ResultContainer rc, String label)
           
static void print(ResultContainer rc, String key, Object value)
           
static void print(String[] a, String header)
           
static void print(TypeIdentifier[] tis, String header)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintUtility

public PrintUtility()
Method Detail

print

public static void print(Map m,
                         String header)

print

public static void print(String[] a,
                         String header)

print

public static void print(AttributeTypeIdentifier[] atis,
                         String header)

print

public static void print(TypeIdentifier[] tis,
                         String header)

print

public static void print(ResultContainer rc,
                         String key,
                         Object value)
                  throws WTException
Throws:
WTException

print

public static void print(ResultContainer rc,
                         String label)
                  throws WTException
Throws:
WTException

print

public static void print(ResultContainer rc)
                  throws WTException
Throws:
WTException

print

public static void print(ResultContainer rc,
                         Map logicalFormValueMap,
                         String header)
                  throws WTException
Throws:
WTException

print

public static void print(Map m)

print

public static void print(AttributeContainerSet[] sets)