dolibarr  19.0.0-dev
Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
Recruitment Class Reference
Inheritance diagram for Recruitment:
Inheritance graph
[legend]
Collaboration diagram for Recruitment:
Collaboration graph
[legend]

Public Member Functions

 __construct ()
 Constructor. More...
 
 getJobPosition ($id)
 Get properties of a jobposition object. More...
 
 getCandidature ($id)
 Get properties of a candidature object. More...
 
 indexJobPosition ($sortfield="t.rowid", $sortorder='ASC', $limit=100, $page=0, $sqlfilters='')
 List jobpositions. More...
 
 indexCandidature ($sortfield="t.rowid", $sortorder='ASC', $limit=100, $page=0, $sqlfilters='')
 List candatures. More...
 
 postJobPosition ($request_data=null)
 Create jobposition object. More...
 
 postCandidature ($request_data=null)
 Create candidature object. More...
 
 putJobPosition ($id, $request_data=null)
 Update jobposition. More...
 
 putCandidature ($id, $request_data=null)
 Update candidature. More...
 
 deleteJobPosition ($id)
 Delete jobposition. More...
 
 deleteCandidature ($id)
 Delete candidature. More...
 
- Public Member Functions inherited from DolibarrApi
 __construct ($db, $cachedir='', $refreshCache=false)
 Constructor. More...
 

Protected Member Functions

 _cleanObjectDatas ($object)
 Clean sensible object datas. More...
 
- Protected Member Functions inherited from DolibarrApi
 _checkValForAPI ($field, $value, $object)
 Check and convert a string depending on its type/name. More...
 
 _checkFilters ($sqlfilters, &$error='')
 Return if a $sqlfilters parameter is valid Function no more used. More...
 

Private Member Functions

 _validate ($data)
 Validate fields before create or update object. More...
 

Additional Inherited Members

- Static Protected Member Functions inherited from DolibarrApi
static _checkAccessToResource ($resource, $resource_id=0, $dbtablename='', $feature2='', $dbt_keyfield='fk_soc', $dbt_select='rowid')
 Check access by user to a given resource. More...
 
static _forge_criteria_callback ($matches)
 Function to forge a SQL criteria from a Generic filter string. More...
 

Detailed Description

Definition at line 37 of file api_recruitment.class.php.

Constructor & Destructor Documentation

◆ __construct()

Recruitment::__construct ( )

Constructor.

@url GET /

Definition at line 55 of file api_recruitment.class.php.

Member Function Documentation

◆ _cleanObjectDatas()

Recruitment::_cleanObjectDatas (   $object)
protected

Clean sensible object datas.

Parameters
Object$objectObject to clean
Returns
Object Object with cleaned properties

Reimplemented from DolibarrApi.

Definition at line 572 of file api_recruitment.class.php.

◆ _validate()

Recruitment::_validate (   $data)
private

Validate fields before create or update object.

Parameters
array$dataArray of data to validate
Returns
array
Exceptions
RestException

Definition at line 636 of file api_recruitment.class.php.

◆ deleteCandidature()

Recruitment::deleteCandidature (   $id)

Delete candidature.

Parameters
int$idcandidature ID
Returns
array
Exceptions
RestException@url DELETE candidature/{id}

Definition at line 538 of file api_recruitment.class.php.

◆ deleteJobPosition()

Recruitment::deleteJobPosition (   $id)

Delete jobposition.

Parameters
int$idjobposition ID
Returns
array
Exceptions
RestException@url DELETE jobposition/{id}

Definition at line 502 of file api_recruitment.class.php.

◆ getCandidature()

Recruitment::getCandidature (   $id)

Get properties of a candidature object.

Return an array with candidature informations

Parameters
int$idID of candidature
Returns
Object Object with cleaned properties

@url GET candidature/{id}

Exceptions
RestException401 Not allowed
RestException404 Not found

Definition at line 108 of file api_recruitment.class.php.

◆ getJobPosition()

Recruitment::getJobPosition (   $id)

Get properties of a jobposition object.

Return an array with jobposition informations

Parameters
int$idID of jobposition
Returns
Object Object with cleaned properties

@url GET jobposition/{id}

Exceptions
RestException401 Not allowed
RestException404 Not found

Definition at line 77 of file api_recruitment.class.php.

◆ indexCandidature()

Recruitment::indexCandidature (   $sortfield = "t.rowid",
  $sortorder = 'ASC',
  $limit = 100,
  $page = 0,
  $sqlfilters = '' 
)

List candatures.

Get a list of candidatures

Parameters
string$sortfieldSort field
string$sortorderSort order
int$limitLimit for list
int$pagePage number
string$sqlfiltersOther criteria to filter answers separated by a comma. Syntax example "(t.ref:like:'SO-%') and (t.date_creation:<:'20160101')"
Returns
array Array of order objects
Exceptions
RestException@url GET /candidature/

Definition at line 250 of file api_recruitment.class.php.

◆ indexJobPosition()

Recruitment::indexJobPosition (   $sortfield = "t.rowid",
  $sortorder = 'ASC',
  $limit = 100,
  $page = 0,
  $sqlfilters = '' 
)

List jobpositions.

Get a list of jobpositions

Parameters
string$sortfieldSort field
string$sortorderSort order
int$limitLimit for list
int$pagePage number
string$sqlfiltersOther criteria to filter answers separated by a comma. Syntax example "(t.ref:like:'SO-%') and (t.date_creation:<:'20160101')"
Returns
array Array of order objects
Exceptions
RestException@url GET /jobposition/

Definition at line 143 of file api_recruitment.class.php.

◆ postCandidature()

Recruitment::postCandidature (   $request_data = null)

Create candidature object.

Parameters
array$request_dataRequest datas
Returns
int ID of candidature
Exceptions
RestException@url POST candidature/

Definition at line 383 of file api_recruitment.class.php.

◆ postJobPosition()

Recruitment::postJobPosition (   $request_data = null)

Create jobposition object.

Parameters
array$request_dataRequest datas
Returns
int ID of jobposition
Exceptions
RestException@url POST jobposition/

Definition at line 351 of file api_recruitment.class.php.

◆ putCandidature()

Recruitment::putCandidature (   $id,
  $request_data = null 
)

Update candidature.

Parameters
int$idId of candidature to update
array$request_dataDatas
Returns
Object Object with cleaned properties
Exceptions
RestException@url PUT candidature/{id}

Definition at line 459 of file api_recruitment.class.php.

◆ putJobPosition()

Recruitment::putJobPosition (   $id,
  $request_data = null 
)

Update jobposition.

Parameters
int$idId of jobposition to update
array$request_dataDatas
Returns
Object Object with cleaned properties
Exceptions
RestException@url PUT jobposition/{id}

Definition at line 416 of file api_recruitment.class.php.


The documentation for this class was generated from the following file: