This is an old revision of the document!


addNewRecord(person,information_list, update_date, source)

Description

Add new person.

Parameters

Parameter Necessity Type Description
person required string person name
stock_id required string the stock id of company that the person works for
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.1390746591.txt.gz · Last modified: 2014/01/26 22:29 by jfeng0     Back to top