Class to work with POST data and adapting that into a Report object
Definition at line 40 of file DataToReportUtil.php.
static resolveReportByWizardPostData |
( |
Report |
$report, |
|
|
|
$postData, |
|
|
|
$wizardFormClassName |
|
) |
| |
|
static |
static resolveFilters |
( |
|
$data, |
|
|
Report |
$report, |
|
|
|
$shouldRemoveOnlyRuntimeFilters = false |
|
) |
| |
|
static |
static sanitizeFiltersData |
( |
|
$moduleClassName, |
|
|
|
$reportType, |
|
|
array |
$filtersData |
|
) |
| |
|
static |
Preserving keys since they are used as the rowKeys.
- See Also
- RowKeyInterface
- Parameters
-
string | $moduleClassName | |
string | $reportType | |
array | $filtersData | |
- Returns
- array
Definition at line 129 of file DataToReportUtil.php.
static sanitizeFilterData |
( |
|
$moduleClassName, |
|
|
|
$modelClassName, |
|
|
|
$reportType, |
|
|
|
$filterData |
|
) |
| |
|
staticprotected |
- Parameters
-
string | $moduleClassName | |
string | $modelClassName | |
string | $reportType | |
array | $filterData | |
- Returns
- array
Definition at line 151 of file DataToReportUtil.php.
static resolveOrderBys |
( |
|
$data, |
|
|
Report |
$report |
|
) |
| |
|
staticprotected |
static resolveDisplayAttributes |
( |
|
$data, |
|
|
Report |
$report |
|
) |
| |
|
staticprotected |
static resolveDrillDownDisplayAttributes |
( |
|
$data, |
|
|
Report |
$report |
|
) |
| |
|
staticprotected |
static resolveGroupBys |
( |
|
$data, |
|
|
Report |
$report |
|
) |
| |
|
staticprotected |
static resolveChart |
( |
|
$data, |
|
|
Report |
$report |
|
) |
| |
|
staticprotected |
static resolveFiltersStructure |
( |
|
$data, |
|
|
Report |
$report |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: