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

Public Member Functions

 __construct ()
 Constructor.
 
 get ($id)
 Get properties of a subscription object. More...
 
 index ($sortfield="dateadh", $sortorder='ASC', $limit=100, $page=0, $sqlfilters='')
 List subscriptions. More...
 
 post ($request_data=null)
 Create subscription object. More...
 
 put ($id, $request_data=null)
 Update subscription. More...
 
 delete ($id)
 Delete subscription. More...
 
- Public Member Functions inherited from DolibarrApi
 __construct ($db, $cachedir='', $refreshCache=false)
 Constructor. More...
 

Private Member Functions

 _validate ($data)
 Validate fields before creating an object. More...
 

Additional Inherited Members

- Protected Member Functions inherited from DolibarrApi
 _checkValForAPI ($field, $value, $object)
 Check and convert a string depending on its type/name. More...
 
 _cleanObjectDatas ($object)
 Clean sensible object datas. More...
 
 _checkFilters ($sqlfilters, &$error='')
 Return if a $sqlfilters parameter is valid Function no more used. More...
 
- 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 28 of file api_subscriptions.class.php.

Member Function Documentation

◆ _validate()

Subscriptions::_validate (   $data)
private

Validate fields before creating an object.

Parameters
array | null$dataData to validate
Returns
array
Exceptions
RestException

Definition at line 240 of file api_subscriptions.class.php.

◆ delete()

Subscriptions::delete (   $id)

Delete subscription.

Parameters
int$idID of subscription to delete
Returns
array

Definition at line 205 of file api_subscriptions.class.php.

◆ get()

Subscriptions::get (   $id)

Get properties of a subscription object.

Return an array with subscription informations

Parameters
int$idID of subscription
Returns
Object Object with cleaned properties
Exceptions
RestException

Definition at line 59 of file api_subscriptions.class.php.

◆ index()

Subscriptions::index (   $sortfield = "dateadh",
  $sortorder = 'ASC',
  $limit = 100,
  $page = 0,
  $sqlfilters = '' 
)

List subscriptions.

Get a list of subscriptions

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.import_key:<:'20160101')"
Returns
array Array of subscription objects
Exceptions
RestException

Definition at line 88 of file api_subscriptions.class.php.

◆ post()

Subscriptions::post (   $request_data = null)

Create subscription object.

Parameters
array$request_dataRequest data
Returns
int ID of subscription

Definition at line 148 of file api_subscriptions.class.php.

◆ put()

Subscriptions::put (   $id,
  $request_data = null 
)

Update subscription.

Parameters
int$idID of subscription to update
array$request_dataDatas
Returns
Object

Definition at line 173 of file api_subscriptions.class.php.


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