Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JLinkedinJobs
+ Graphe d'héritage de JLinkedinJobs:

Fonctions membres publiques

 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)
 
- Fonctions membres publiques hérités de JLinkedinObject
 __construct (Registry $options=null, JHttp $client=null, JLinkedinOAuth $oauth=null)
 
 booleanToString ($bool)
 
 getOption ($key)
 
 setOption ($key, $value)
 

Membres hérités additionnels

- Attributs protégés hérités de JLinkedinObject
 $options
 
 $client
 
 $oauth
 

Description détaillée

Linkedin API Jobs class for the Joomla Platform.

Depuis
3.2.0

Documentation des fonctions membres

◆ bookmark()

bookmark (   $id)

Method to bookmark a job to the current user's account.

Paramètres
integer$idThe unique identifier for a job.
Renvoie
array The decoded JSON response
Depuis
3.2.0

Références $base, $id, $parameters, et $path.

◆ deleteBookmark()

deleteBookmark (   $id)

Method to delete a bookmark.

Paramètres
integer$idThe 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$fieldsRequest 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$idThe unique identifier for a job.
string$fieldsRequest 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$fieldsRequest fields beyond the default ones.
integer$startStarting location within the result set for paginated returns.
integer$countThe 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$fieldsRequest fields beyond the default ones.
string$keywordsMembers who have all the keywords anywhere in their profile.
string$companyNameJobs with a matching company name.
string$jobTitleMatches jobs with the same job title.
string$countryCodeMatches 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$postalCodeMatches members centered around a Postal Code. Must be combined with the country-code parameter. Not supported for all countries.
integer$distanceMatches members within a distance from a central point. This is measured in miles.
string$facetsFacet buckets to return, e.g. location.
array$facetArray 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$startStarting location within the result set for paginated returns.
integer$countThe number of results returned.
string$sortControls 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 :