|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CompanyOperations
Operations related to Companies on LinkedIn
| Method Summary | |
|---|---|
List<Company> |
getCompaniesByEmailDomain(String domain)
Retrive List of Company Details based on email domain |
Company |
getCompany(int id)
Retrieve Company Details based on unique integer id |
Company |
getCompanyByUniversalName(String name)
Retrieve Company Details based on unique name id |
List<Company> |
getFollowing()
Retrieve list of Companies that user is following |
Products |
getProducts(int companyId,
int start,
int count)
Get products for a company. |
List<Company> |
getSuggestionsToFollow()
Retrieve a list of Suggested Companies for user to follow |
Companies |
search(String keywords)
Search of Companies based on space separated list of keywords |
void |
startFollowingCompany(int id)
Start following company |
void |
stopFollowingCompany(int id)
Stop following company |
| Method Detail |
|---|
Company getCompany(int id)
id -
Company getCompanyByUniversalName(String name)
name -
List<Company> getCompaniesByEmailDomain(String domain)
domain - Email Domain
Companies search(String keywords)
keywords -
List<Company> getFollowing()
List<Company> getSuggestionsToFollow()
void startFollowingCompany(int id)
id - void stopFollowingCompany(int id)
id -
Products getProducts(int companyId,
int start,
int count)
companyId - the ID of the company to get products for.start - The starting point in the result set. Used with count for pagination.count - The number of products to return. Used with start for pagination.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||