dolibarr  13.0.2
Public Member Functions | Public Attributes | List of all members
PriceGlobalVariableUpdater Class Reference

Class for price global variable updaters table. More...

Public Member Functions

 __construct ($db)
 Constructor. More...
 
 create ($user, $notrigger=0)
 Create object into database. More...
 
 fetch ($id)
 Load object in memory from the database. More...
 
 update ($user=0, $notrigger=0)
 Update object into database. More...
 
 delete ($rowid, $user, $notrigger=0)
 Delete object in database. More...
 
 initAsSpecimen ()
 Initialise object with example values Id must be 0 if object instance is a specimen. More...
 
 getLastUpdated ()
 Returns the last updated time in string html format, returns "never" if its less than 1. More...
 
 checkParameters ()
 Checks if all parameters are in order. More...
 
 listUpdaters ()
 List all price global variables. More...
 
 listPendingUpdaters ()
 List all updaters which need to be processed. More...
 
 process ()
 Handles the processing of this updater. More...
 
 update_next_update ($next_update, $user=0, $notrigger=0)
 Update next_update into database. More...
 
 update_status ($last_status, $user=0, $notrigger=0)
 Update last_status into database. More...
 

Public Attributes

 $types = array(0, 1)
 Updater types.
 
 $update_min = 5
 Minimal update rate.
 
 $update_interval
 Interval in mins.
 
 $next_update
 Next update timestamp.
 

Detailed Description

Class for price global variable updaters table.

Definition at line 30 of file price_global_variable_updater.class.php.

Constructor & Destructor Documentation

PriceGlobalVariableUpdater::__construct (   $db)

Constructor.

Parameters
DoliDb$dbDatabase handler

Definition at line 83 of file price_global_variable_updater.class.php.

References db.

Member Function Documentation

PriceGlobalVariableUpdater::checkParameters ( )

Checks if all parameters are in order.

Returns
void

Definition at line 345 of file price_global_variable_updater.class.php.

References $update_min, description, and type.

Referenced by create(), fetch(), process(), update(), update_next_update(), and update_status().

PriceGlobalVariableUpdater::create (   $user,
  $notrigger = 0 
)

Create object into database.

Parameters
User$userUser that creates
int$notrigger0=launch triggers after, 1=disable triggers
Returns
int <0 if KO, Id of created object if OK

Definition at line 96 of file price_global_variable_updater.class.php.

References $resql, checkParameters(), db, description, and dol_syslog().

PriceGlobalVariableUpdater::delete (   $rowid,
  $user,
  $notrigger = 0 
)

Delete object in database.

Parameters
int$rowidRow id of global variable
User$userUser that deletes
int$notrigger0=launch triggers after, 1=disable triggers
Returns
int <0 if KO, >0 if OK

Definition at line 260 of file price_global_variable_updater.class.php.

References $resql, db, and dol_syslog().

PriceGlobalVariableUpdater::fetch (   $id)

Load object in memory from the database.

Parameters
int$idId object
Returns
int < 0 if KO, 0 if OK but not found, > 0 if OK

Definition at line 160 of file price_global_variable_updater.class.php.

References $resql, checkParameters(), db, description, dol_syslog(), and type.

PriceGlobalVariableUpdater::getLastUpdated ( )

Returns the last updated time in string html format, returns "never" if its less than 1.

Returns
string

Definition at line 329 of file price_global_variable_updater.class.php.

References dol_print_date().

PriceGlobalVariableUpdater::initAsSpecimen ( )

Initialise object with example values Id must be 0 if object instance is a specimen.

Returns
void

Definition at line 312 of file price_global_variable_updater.class.php.

References description, and type.

PriceGlobalVariableUpdater::listPendingUpdaters ( )

List all updaters which need to be processed.

Returns
array Array of price global variable updaters

Definition at line 403 of file price_global_variable_updater.class.php.

References $resql, db, and dol_syslog().

PriceGlobalVariableUpdater::listUpdaters ( )

List all price global variables.

Returns
array Array of price global variable updaters

Definition at line 364 of file price_global_variable_updater.class.php.

References $resql, db, and dol_syslog().

PriceGlobalVariableUpdater::process ( )

Handles the processing of this updater.

Returns
int <0 if KO, 0 if OK but no global variable found, >0 if OK

Definition at line 443 of file price_global_variable_updater.class.php.

References checkParameters(), db, dol_syslog(), getURLContent(), and type.

PriceGlobalVariableUpdater::update (   $user = 0,
  $notrigger = 0 
)

Update object into database.

Parameters
User$userUser that modifies
int$notrigger0=launch triggers after, 1=disable triggers
Returns
int <0 if KO, >0 if OK

Definition at line 199 of file price_global_variable_updater.class.php.

References $resql, checkParameters(), db, description, and dol_syslog().

PriceGlobalVariableUpdater::update_next_update (   $next_update,
  $user = 0,
  $notrigger = 0 
)

Update next_update into database.

Parameters
string$next_updateNext update to write
User$userUser that modifies
int$notrigger0=launch triggers after, 1=disable triggers
Returns
int <0 if KO, >0 if OK

Definition at line 558 of file price_global_variable_updater.class.php.

References $next_update, $resql, checkParameters(), db, and dol_syslog().

PriceGlobalVariableUpdater::update_status (   $last_status,
  $user = 0,
  $notrigger = 0 
)

Update last_status into database.

Parameters
string$last_statusStatus to write
User$userUser that modifies
int$notrigger0=launch triggers after, 1=disable triggers
Returns
int <0 if KO, >0 if OK

Definition at line 602 of file price_global_variable_updater.class.php.

References $resql, checkParameters(), db, and dol_syslog().


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