dolibarr 21.0.0-alpha
Export Class Reference

Class to manage exports. More...

Public Member Functions

 __construct ($db)
 Constructor.
 
 load_arrays ($user, $filter='')
 Load an exportable dataset.
 
 build_sql ($indice, $array_selected, $array_filterValue)
 Build the sql export request.
 
 build_filterQuery ($TypeField, $NameField, $ValueField)
 Build the conditional string from filter the query.
 
 conditionDate ($Field, $Value, $Sens)
 conditionDate
 
 build_filterField ($TypeField, $NameField, $ValueField)
 Build an input field used to filter the query.
 
 genDocFilter ($TypeField)
 Build an input field used to filter the query.
 
 build_file ($user, $model, $datatoexport, $array_selected, $array_filterValue, $sqlquery='', $separator='')
 Build export file.
 
 create ($user)
 Save an export model in database.
 
 fetch ($id)
 Load an export profil from database.
 
 delete ($user, $notrigger=0)
 Delete object in database.
 
 list_export_model ()
 Output list all export models –TODO Move this into a class htmlxxx.class.php–.
 

Detailed Description

Class to manage exports.

Definition at line 31 of file export.class.php.

Constructor & Destructor Documentation

◆ __construct()

Export::__construct ( $db)

Constructor.

Parameters
DoliDB$dbDatabase handler

Definition at line 93 of file export.class.php.

Member Function Documentation

◆ build_file()

Export::build_file ( $user,
$model,
$datatoexport,
$array_selected,
$array_filterValue,
$sqlquery = '',
$separator = '' )

Build export file.

File is built into directory $conf->export->dir_temp.'/'.$user->id Arrays this->array_export_xxx are already loaded for required datatoexport

Parameters
User$userUser that export
string$modelExport format
string$datatoexportName of dataset to export
array$array_selectedFilter on array of fields to export
array$array_filterValueFilter on array of fields with a filter
string$sqlqueryIf set, transmit the sql request for select (otherwise, sql request is generated from arrays)
string$separatorseparator to fill $objmodel->separator with the new separator
Returns
int Return integer <0 if KO, >0 if OK

Definition at line 605 of file export.class.php.

References dol_include_once(), dol_mkdir(), dol_now(), dol_print_date(), dol_stringtotime(), dol_syslog(), getDolGlobalString(), and num_open_day().

◆ build_filterField()

Export::build_filterField ( $TypeField,
$NameField,
$ValueField )

Build an input field used to filter the query.

Parameters
string$TypeFieldType of Field to filter. Example: Text, Date, List:c_country:label:rowid, List:c_stcom:label:code, Numeric or Number, Boolean
string$NameFieldName of the field to filter
string$ValueFieldInitial value of the field to filter
Returns
string html string of the input field ex : "<input type=text name=... value=...>"

Definition at line 432 of file export.class.php.

References dol_print_error(), and dol_trunc().

◆ build_filterQuery()

Export::build_filterQuery ( $TypeField,
$NameField,
$ValueField )

Build the conditional string from filter the query.

Parameters
string$TypeFieldType of Field to filter
string$NameFieldName of the field to filter
string$ValueFieldValue of the field for filter. Must not be ''
Returns
string SQL string of then field ex : "field='xxx'"

Definition at line 325 of file export.class.php.

References dol_syslog(), and sanitizeVal().

◆ build_sql()

Export::build_sql ( $indice,
$array_selected,
$array_filterValue )

Build the sql export request.

Arrays this->array_export_xxx are already loaded for required datatoexport

Parameters
int$indiceIndice of export
array$array_selectedFilter fields on array of fields to export
array$array_filterValueFilter records on array of value for fields
Returns
string SQL String. Example "select s.rowid as r_rowid, s.status as s_status from ..."

Definition at line 254 of file export.class.php.

◆ conditionDate()

Export::conditionDate ( $Field,
$Value,
$Sens )

conditionDate

Parameters
string$FieldField operand 1
string$ValueValue operand 2
string$SensComparison operator
Returns
string

Definition at line 410 of file export.class.php.

◆ create()

Export::create ( $user)

Save an export model in database.

Parameters
User$userObject user that save
Returns
int Return integer <0 if KO, >0 if OK

Definition at line 806 of file export.class.php.

References dol_syslog().

◆ delete()

Export::delete ( $user,
$notrigger = 0 )

Delete object in database.

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

Definition at line 881 of file export.class.php.

References dol_syslog().

◆ fetch()

Export::fetch ( $id)

Load an export profil from database.

Parameters
int$idId of profil to load
Returns
int Return integer <0 if KO, >0 if OK

Definition at line 844 of file export.class.php.

References dol_print_error(), and dol_syslog().

◆ genDocFilter()

Export::genDocFilter ( $TypeField)

Build an input field used to filter the query.

Parameters
string$TypeFieldType of Field to filter
Returns
string html string of the input field ex : "<input type=text name=... value=...>"

Definition at line 563 of file export.class.php.

◆ list_export_model()

Export::list_export_model ( )

Output list all export models –TODO Move this into a class htmlxxx.class.php–.

Returns
void

Definition at line 919 of file export.class.php.

References dol_print_error(), img_delete(), and img_object().

◆ load_arrays()

Export::load_arrays ( $user,
$filter = '' )

Load an exportable dataset.

Parameters
User$userObject user making export
string$filterLoad a particular dataset only
Returns
int Return integer <0 if KO, >0 if OK

Definition at line 107 of file export.class.php.

References dol_osencode(), dol_syslog(), dolGetModulesDirs(), and verifCond().


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