|
| getJob ($id, $fields=null) |
|
| getBookmarked ($fields=null) |
|
| bookmark ($id) |
|
| deleteBookmark ($id) |
|
| getSuggested ($fields=null, $start=0, $count=0) |
|
| search ($fields=null, $keywords=null, $companyName=null, $jobTitle=null, $countryCode=null, $postalCode=null, $distance=null, $facets=null, $facet=null, $start=0, $count=0, $sort=null) |
|
| __construct (Registry $options=null, JHttp $client=null, JLinkedinOAuth $oauth=null) |
|
| booleanToString ($bool) |
|
| getOption ($key) |
|
| setOption ($key, $value) |
|
Linkedin API Jobs class for the Joomla Platform.
- Depuis
- 3.2.0
◆ bookmark()
Method to bookmark a job to the current user's account.
- Paramètres
-
integer | $id | The unique identifier for a job. |
- Renvoie
- array The decoded JSON response
- Depuis
- 3.2.0
Références $base, $id, $parameters, et $path.
◆ deleteBookmark()
Method to delete a bookmark.
- Paramètres
-
integer | $id | The unique identifier for a job. |
- Renvoie
- array The decoded JSON response
- Depuis
- 3.2.0
Références $base, $id, $parameters, et $path.
◆ getBookmarked()
getBookmarked |
( |
|
$fields = null | ) |
|
Method to get a list of bookmarked jobs for the current member.
- Paramètres
-
string | $fields | Request fields beyond the default ones. |
- Renvoie
- array The decoded JSON response
- Depuis
- 3.2.0
Références $base, $data, $fields, $parameters, et $path.
◆ getJob()
getJob |
( |
|
$id, |
|
|
|
$fields = null |
|
) |
| |
Method to retrieve detailed information about a job.
- Paramètres
-
integer | $id | The unique identifier for a job. |
string | $fields | Request fields beyond the default ones. |
- Renvoie
- array The decoded JSON response
- Depuis
- 3.2.0
Références $base, $data, $fields, $id, $parameters, et $path.
◆ getSuggested()
getSuggested |
( |
|
$fields = null , |
|
|
|
$start = 0 , |
|
|
|
$count = 0 |
|
) |
| |
Method to retrieve job suggestions for the current user.
- Paramètres
-
string | $fields | Request fields beyond the default ones. |
integer | $start | Starting location within the result set for paginated returns. |
integer | $count | The number of results returned. |
- Renvoie
- array The decoded JSON response
- Depuis
- 3.2.0
Références $base, $count, $data, $fields, $parameters, $path, et $start.
◆ search()
search |
( |
|
$fields = null , |
|
|
|
$keywords = null , |
|
|
|
$companyName = null , |
|
|
|
$jobTitle = null , |
|
|
|
$countryCode = null , |
|
|
|
$postalCode = null , |
|
|
|
$distance = null , |
|
|
|
$facets = null , |
|
|
|
$facet = null , |
|
|
|
$start = 0 , |
|
|
|
$count = 0 , |
|
|
|
$sort = null |
|
) |
| |
Method to search across LinkedIn's job postings.
- Paramètres
-
string | $fields | Request fields beyond the default ones. |
string | $keywords | Members who have all the keywords anywhere in their profile. |
string | $companyName | Jobs with a matching company name. |
string | $jobTitle | Matches jobs with the same job title. |
string | $countryCode | Matches members with a location in a specific country. Values are defined in by ISO 3166 standard. Country codes must be in all lower case. |
integer | $postalCode | Matches members centered around a Postal Code. Must be combined with the country-code parameter. Not supported for all countries. |
integer | $distance | Matches members within a distance from a central point. This is measured in miles. |
string | $facets | Facet buckets to return, e.g. location. |
array | $facet | Array of facet values to search over. Contains values for company, date-posted, location, job-function, industry, and salary, in exactly this order, null must be specified for an element if no value. |
integer | $start | Starting location within the result set for paginated returns. |
integer | $count | The number of results returned. |
string | $sort | Controls the search result order. There are four options: R (relationship), DA (date-posted-asc), DD (date-posted-desc). |
- Renvoie
- array The decoded JSON response
- Depuis
- 3.2.0
Références $base, $count, $data, $fields, $i, $keywords, $parameters, $path, et $start.
La documentation de cette classe a été générée à partir du fichier suivant :