Differences
This shows you the differences between two versions of the page.
|
projs:clans:docs:functions [2014/01/27 10:48] yoyoliliu |
projs:clans:docs:functions [2014/02/12 17:59] (current) jfeng0 |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ^ API ^ Description ^ | ^ API ^ Description ^ | ||
| | [[projs:clans:docs:getrelatedpeople|getRelatedPeople(people_name,[reuqired_page])]] | Return a list of people whose name is related with people_name | | | [[projs:clans:docs:getrelatedpeople|getRelatedPeople(people_name,[reuqired_page])]] | Return a list of people whose name is related with people_name | | ||
| - | | getRelatedCompany(company_name) | Return a list of companies whose name is related with company_name | | + | | [[projs:clans:docs:getrelatedcompany|getRelatedCompany(company_name)]] | Return a list of companies whose name is related with company_name | |
| | getRelatedPeople(people_name1, people_name2, [including_people_list, excluding_people_list]) | Return 2 list of people whose name is related with people_name1 and people_name2 | | | getRelatedPeople(people_name1, people_name2, [including_people_list, excluding_people_list]) | Return 2 list of people whose name is related with people_name1 and people_name2 | | ||
| | getRelatedCompany(company_name1, company_name2, [including_company_list, excluding_company_list]) | Return 2 list of companies whose name is related with company_name1 and company_name2 | | | getRelatedCompany(company_name1, company_name2, [including_company_list, excluding_company_list]) | Return 2 list of companies whose name is related with company_name1 and company_name2 | | ||
| Line 88: | Line 88: | ||
| | [[projs:clans:docs:ifnewpersonexistinxml|ifNewPersonExistInXML(person,information_list)]] | whether the new person exist in the current data | | | [[projs:clans:docs:ifnewpersonexistinxml|ifNewPersonExistInXML(person,information_list)]] | whether the new person exist in the current data | | ||
| | [[projs:clans:docs:addnewperson|addNewRecord(person,information_list, update_date, source)]] | add new person | | | [[projs:clans:docs:addnewperson|addNewRecord(person,information_list, update_date, source)]] | add new person | | ||
| - | | [[projs:clans:docs:mergenewpersoninxml|mergeNewPersonInXML(person, information_list, update_date, source)]] | merge perple's information in the current xml file | | + | | [[projs:clans:docs:mergenewpersoninxml|mergeNewPersonInXML(person, information_list, update_date, source)]] | merge people's information in the current xml file | |
| | [[projs:clans:docs:updateperson|updatePerson(pid, information_list, update_date, source)]] | update exist person's information | | | [[projs:clans:docs:updateperson|updatePerson(pid, information_list, update_date, source)]] | update exist person's information | | ||