addNewRecord(person,information_list, update_date, source)

Description

Add new person.

Parameters

Parameter Necessity Type Description
person required int person id
information_list required list the information list of the new person
update_date not required string date when updating the information
source required string source of the information

Output

New person xml files.

Implementation

  1. setRegularAttributes(): Set source and update attribute for the node.
  2. setTimeAttributes(): Set begin and end time attribute for the node.
  3. setAttributesWithType(): Set type, source and update attribute for the node.
  4. creatEduRecordNode(): Create education record node.
  5. createJobNode(): Create job node.
  6. createTLRecNode(): Create timeline node.
  7. createMyTextNode(): Create text content for the node.

Related Work

 
projs/clans/docs/addnewperson.txt · Last modified: 2014/01/28 10:57 by ytchan2     Back to top