pl.edu.icm.yadda.service2.user
Class UserDataMigrator

java.lang.Object
  extended by pl.edu.icm.yadda.service2.user.UserDataMigrator

public class UserDataMigrator
extends Object

User data migrator importing data retrieved from IUserCatalogService into new UserCatalog.

Author:
mhorst

Field Summary
static boolean DEFAULT_OVERWRITE_EXISTING
           
static int DEFAULT_USER_PAGE_SIZE
           
static String PARAM_AAL3_MODE
           
static String PARAM_HELP
           
static String PARAM_INTERNAL_ID
           
static String PARAM_OVERWRITE_EXISTING
           
static String PARAM_PAGE_SIZE
           
static String PARAM_PREDEFINED_DOMAIN
           
static String PARAM_SOURCE_DB_ADDR
           
static String PARAM_SOURCE_DB_LOGIN
           
static String PARAM_SOURCE_DB_PASS
           
static String PARAM_TARGET_DB_ADDR
           
static String PARAM_TARGET_DB_LOGIN
           
static String PARAM_TARGET_DB_PASS
           
static String PROPERTY_OVERWRITE_EXISTING
           
static String PROPERTY_SOURCE_DB_ADDR
           
static String PROPERTY_SOURCE_DB_LOGIN
           
static String PROPERTY_SOURCE_DB_PASS
           
static String PROPERTY_TARGET_DB_ADDR
           
static String PROPERTY_TARGET_DB_LOGIN
           
static String PROPERTY_TARGET_DB_PASS
           
 
Constructor Summary
UserDataMigrator()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_SOURCE_DB_ADDR

public static final String PARAM_SOURCE_DB_ADDR
See Also:
Constant Field Values

PARAM_SOURCE_DB_LOGIN

public static final String PARAM_SOURCE_DB_LOGIN
See Also:
Constant Field Values

PARAM_SOURCE_DB_PASS

public static final String PARAM_SOURCE_DB_PASS
See Also:
Constant Field Values

PARAM_TARGET_DB_ADDR

public static final String PARAM_TARGET_DB_ADDR
See Also:
Constant Field Values

PARAM_TARGET_DB_LOGIN

public static final String PARAM_TARGET_DB_LOGIN
See Also:
Constant Field Values

PARAM_TARGET_DB_PASS

public static final String PARAM_TARGET_DB_PASS
See Also:
Constant Field Values

PARAM_PREDEFINED_DOMAIN

public static final String PARAM_PREDEFINED_DOMAIN
See Also:
Constant Field Values

PARAM_OVERWRITE_EXISTING

public static final String PARAM_OVERWRITE_EXISTING
See Also:
Constant Field Values

PARAM_PAGE_SIZE

public static final String PARAM_PAGE_SIZE
See Also:
Constant Field Values

PARAM_HELP

public static final String PARAM_HELP
See Also:
Constant Field Values

PARAM_INTERNAL_ID

public static final String PARAM_INTERNAL_ID
See Also:
Constant Field Values

PARAM_AAL3_MODE

public static final String PARAM_AAL3_MODE
See Also:
Constant Field Values

PROPERTY_SOURCE_DB_ADDR

public static final String PROPERTY_SOURCE_DB_ADDR
See Also:
Constant Field Values

PROPERTY_SOURCE_DB_LOGIN

public static final String PROPERTY_SOURCE_DB_LOGIN
See Also:
Constant Field Values

PROPERTY_SOURCE_DB_PASS

public static final String PROPERTY_SOURCE_DB_PASS
See Also:
Constant Field Values

PROPERTY_TARGET_DB_ADDR

public static final String PROPERTY_TARGET_DB_ADDR
See Also:
Constant Field Values

PROPERTY_TARGET_DB_LOGIN

public static final String PROPERTY_TARGET_DB_LOGIN
See Also:
Constant Field Values

PROPERTY_TARGET_DB_PASS

public static final String PROPERTY_TARGET_DB_PASS
See Also:
Constant Field Values

PROPERTY_OVERWRITE_EXISTING

public static final String PROPERTY_OVERWRITE_EXISTING
See Also:
Constant Field Values

DEFAULT_USER_PAGE_SIZE

public static final int DEFAULT_USER_PAGE_SIZE
See Also:
Constant Field Values

DEFAULT_OVERWRITE_EXISTING

public static final boolean DEFAULT_OVERWRITE_EXISTING
See Also:
Constant Field Values
Constructor Detail

UserDataMigrator

public UserDataMigrator()
Method Detail

main

public static void main(String[] args)


Copyright © 2002-2012 ICM, Warsaw University. All Rights Reserved.