|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.esi.migrate.LoadTarget
Load Delegate that imports Target information.
Constructor Summary | |
LoadTarget()
|
Method Summary | |
private static String |
getValue(String name,
Hashtable nv,
Hashtable cmd_line,
boolean required)
|
protected static void |
log(String msg)
Logs the supplied message. |
protected static void |
log(String msg,
Exception e)
Logs the supplied message and exception. |
static boolean |
updateSystemAttribute(Hashtable nv,
Hashtable cmd_line,
Vector return_objects)
Loads the 'system' attribute for ESI Target object migrated from RTP Organziation data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LoadTarget()
Method Detail |
public static boolean updateSystemAttribute(Hashtable nv, Hashtable cmd_line, Vector return_objects)
nv
- -Hashtable containing tokens parsed from
the load filecmd_line
- - command line argument that can contain
supplemental load datareturn_objects
- - Vector
of the object(s) created by
this method. Used by wt.load.StandardLoadService
for accurate user feedback messages.
protected static void log(String msg)
msg
- - the textual messageprotected static void log(String msg, Exception e)
msg
- - the textual messagee
- - the exception that occurredprivate static String getValue(String name, Hashtable nv, Hashtable cmd_line, boolean required) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |