wt.epm.util
Class CreateParameterMapMigrator.Server

java.lang.Object
  extended bywt.epm.util.CreateParameterMapMigrator.Server
All Implemented Interfaces:
RemoteAccess
Enclosing class:
CreateParameterMapMigrator

public static class CreateParameterMapMigrator.Server
extends Object
implements RemoteAccess


Field Summary
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
CreateParameterMapMigrator.Server()
           
 
Method Summary
private static int addDocParameterMap(long[] docIds, Map IBA2ParamMap)
           
private static int addLinkParameterMap(Class linkClass, long[] docIds, Map IBA2ParamMap)
           
static int[] addParameterMaps(Map IBA2ParamMap)
           
static void createMap(EPMParameterMap map)
           
static void createMap(WTSet map)
           
private static int makeParameterMaps(QueryResult qr, Map IBA2ParamMap)
           
static void print(String p, Boolean help)
           
static void print(String p, Boolean help, Boolean verbose)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER
Constructor Detail

CreateParameterMapMigrator.Server

public CreateParameterMapMigrator.Server()
Method Detail

createMap

public static void createMap(WTSet map)
                      throws WTException
Throws:
WTException

createMap

public static void createMap(EPMParameterMap map)
                      throws WTException
Throws:
WTException

print

public static void print(String p,
                         Boolean help,
                         Boolean verbose)

print

public static void print(String p,
                         Boolean help)

addParameterMaps

public static int[] addParameterMaps(Map IBA2ParamMap)
                              throws WTException
Throws:
WTException

addDocParameterMap

private static int addDocParameterMap(long[] docIds,
                                      Map IBA2ParamMap)
                               throws WTException
Throws:
WTException

addLinkParameterMap

private static int addLinkParameterMap(Class linkClass,
                                       long[] docIds,
                                       Map IBA2ParamMap)
                                throws WTException
Throws:
WTException

makeParameterMaps

private static int makeParameterMaps(QueryResult qr,
                                     Map IBA2ParamMap)
                              throws WTException
Throws:
WTException