Class JLinkedinJobs

Description

Linkedin API Jobs class for the Joomla Platform.

  • since: 13.1

Located in /libraries/joomla/linkedin/jobs.php (line 19)

JLinkedinObject
   |
   --JLinkedinJobs
Method Summary
 array bookmark (integer $id)
 array deleteBookmark (integer $id)
 array getBookmarked ([string $fields = null])
 array getJob (integer $id, [string $fields = null])
 array getSuggested ([string $fields = null], [integer $start = 0], [integer $count = 0])
 array search ([string $fields = null], [string $keywords = null], [string $company_name = null], [string $job_title = null], [string $country_code = null], [integer $postal_code = null], [integer $distance = null], [string $facets = null], [array $facet = null], [integer $start = 0], [integer $count = 0], [string $sort = null])
Variables
Methods
bookmark (line 109)

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

  • return: The decoded JSON response
  • since: 13.1
  • access: public
array bookmark (integer $id)
  • integer $id: The unique identifier for a job.
deleteBookmark (line 147)

Method to delete a bookmark.

  • return: The decoded JSON response
  • since: 13.1
  • access: public
array deleteBookmark (integer $id)
  • integer $id: The unique identifier for a job.
getBookmarked (line 70)

Method to get a list of bookmarked jobs for the current member.

  • return: The decoded JSON response
  • since: 13.1
  • access: public
array getBookmarked ([string $fields = null])
  • string $fields: Request fields beyond the default ones.
getJob (line 31)

Method to retrieve detailed information about a job.

  • return: The decoded JSON response
  • since: 13.1
  • access: public
array getJob (integer $id, [string $fields = null])
  • integer $id: The unique identifier for a job.
  • string $fields: Request fields beyond the default ones.
getSuggested (line 182)

Method to retrieve job suggestions for the current user.

  • return: The decoded JSON response
  • since: 13.1
  • access: public
array getSuggested ([string $fields = null], [integer $start = 0], [integer $count = 0])
  • 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.
search (line 247)

Method to search across LinkedIn's job postings.

  • return: The decoded JSON response
  • since: 13.1
  • access: public
array search ([string $fields = null], [string $keywords = null], [string $company_name = null], [string $job_title = null], [string $country_code = null], [integer $postal_code = null], [integer $distance = null], [string $facets = null], [array $facet = null], [integer $start = 0], [integer $count = 0], [string $sort = null])
  • string $fields: Request fields beyond the default ones.
  • string $keywords: Members who have all the keywords anywhere in their profile.
  • string $company_name: Jobs with a matching company name.
  • string $job_title: Matches jobs with the same job title.
  • string $country_code: 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 $postal_code: 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).

Inherited Methods

Inherited From JLinkedinObject

 JLinkedinObject::__construct()
 JLinkedinObject::booleanToString()
 JLinkedinObject::getOption()
 JLinkedinObject::setOption()

Documentation generated on Tue, 19 Nov 2013 15:06:05 +0100 by phpDocumentor 1.4.3