wt.vc.views
Class LoadViews

java.lang.Object
  extended bywt.vc.views.LoadViews

public class LoadViews
extends Object


Constructor Summary
LoadViews()
           
 
Method Summary
static boolean createAssociation(String parentName, String childName)
           
static boolean createView(String viewName)
           
static boolean deleteView(String viewName)
           
static String getText(String messageKey, Object[] params)
           
static boolean insertView(String parentName, String childName, String insertName)
           
static void main(String[] args)
           
static boolean printEm()
           
static void printRecurs(View[] views, int index)
           
static boolean renameView(String viewName, String newViewName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadViews

public LoadViews()
Method Detail

main

public static void main(String[] args)

getText

public static String getText(String messageKey,
                             Object[] params)

printEm

public static boolean printEm()

printRecurs

public static void printRecurs(View[] views,
                               int index)
                        throws WTException
Throws:
WTException

createView

public static boolean createView(String viewName)

renameView

public static boolean renameView(String viewName,
                                 String newViewName)

deleteView

public static boolean deleteView(String viewName)

createAssociation

public static boolean createAssociation(String parentName,
                                        String childName)

insertView

public static boolean insertView(String parentName,
                                 String childName,
                                 String insertName)