Differences
This shows you the differences between two versions of the page.
|
projs:clans:docs:home [2014/01/22 00:21] yoyoliliu |
projs:clans:docs:home [2014/01/22 21:29] (current) 43107780 |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Document of CLANS ====== | ====== Document of CLANS ====== | ||
| + | |||
| + | ===== Information on Person ===== | ||
| + | ^ API ^ Description ^ | ||
| + | | getRelatedPerson(personName) | Return a list of people whose name is related with personName | | ||
| + | | getPersonName(pid) | | | ||
| + | | getPersonAge(pid) | | | ||
| + | | getPersonBirthday(pid) | | | ||
| + | | getPersonGender(pid) | | | ||
| + | | getPersonHometown(pid) | | | ||
| + | | getPersonIntroduction(pid) | | | ||
| + | | getPersonTimeline(pid, duration) | | | ||
| + | | getPersonTimeline(pid, latestEventNumber) | | | ||
| + | | getSchoolMatesSocialNetwork(pid, duration, neighbour_number, layer) | | | ||
| + | | getWorkMatesSocialNetwork(pid, duration, neighbour_number, layer) | | | ||
| + | | getFellowTownsmenMatesSocialNetwork(pid, duration, neighbour_number, layer) | | | ||
| + | | getFriendsSocialNetwork(pid, duration, neighbour_number, layer) | | | ||
| + | |||
| + | ===== Information on Company ===== | ||
| + | ^ API ^ Description ^ | ||
| + | | getRelatedCompany(companyName) | Return a list of people whose name is related with personName | | ||
| + | | getCompanyStockName(stock_id) | | | ||
| + | | getCompanyAddress(stock_id) | | | ||
| + | | getCompanyFullName(stock_id) | | | ||
| + | | getCompanyIndustry(stock_id) | | | ||
| + | | getCompanyRevenue(stock_id, year) | | | ||
| + | | getCompanyPerformance(stock_id, year) | | | ||
| + | | getCompanyStockReturn(stock_id, year) | | | ||
| + | | getCompanyEmployeeChangeTimeline(stock_id, position_rank, duration) | | | ||
| + | | getEmployeesSocialNetwork(stock_id, position_list, duration, neighbour_number, layer) | | | ||
| + | | getCompanySocialNetwork(stock_id, duration, neighbour_number, layer) | | | ||
| + | | getSectorSocialNetwork(stock_id, sector, duration, neighbour_number, layer) | | | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| ===== Example ===== | ===== Example ===== | ||