Package wt.lifecycle

Class LoadLifeCycle

java.lang.Object
wt.lifecycle.LoadLifeCycle

public class LoadLifeCycle extends Object
This class is used by wt.load.StandardLoadService to create and persist life cycle objects based on input from a comma seperated value file. (ie. predefined_lifecycle.csv)

Included are methods which are referenced in the StandardLoadService map file (ie. csvmapfile.txt) and called by StandardLoadService. The method wt.load.StandardLoadService.load reads records from the life cycle .csv file and passes the fields in a hashtable to the methods defined in this class. These methods then create and persist the appropriate life cycle objects.



Supported API: true

See Also:
  • StandardLoadService