wt.workflow.notebook
Class RepairBookmarkCabinetAndDomain

java.lang.Object
  extended bywt.workflow.notebook.RepairBookmarkCabinetAndDomain
All Implemented Interfaces:
RemoteAccess

public class RepairBookmarkCabinetAndDomain
extends Object
implements RemoteAccess


Field Summary
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
RepairBookmarkCabinetAndDomain()
           
 
Method Summary
static void fixCabinetAndDomain()
           
static void main(String[] args)
           
private static void updateBookmark(long bookmarkId, String table, Connection connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepairBookmarkCabinetAndDomain

public RepairBookmarkCabinetAndDomain()
Method Detail

main

public static void main(String[] args)

fixCabinetAndDomain

public static void fixCabinetAndDomain()
                                throws SQLException,
                                       WTException
Throws:
SQLException
WTException

updateBookmark

private static void updateBookmark(long bookmarkId,
                                   String table,
                                   Connection connection)
                            throws SQLException,
                                   WTException
Throws:
SQLException
WTException