Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс ProfitHandler
+ Граф наследования:ProfitHandler:

Защищенные члены

 preparePriceFields (array $fields, string $currency)
 
 getBaseCurrency ()
 
 getStoreTotals ()
 
 prepareOverallTotals (array $storeTotals)
 
 calculateProfitability (float $costPrice, float $profit)
 
 getProductFilter (array $productFilter)
 
- Защищенные члены унаследованные от BaseHandler
 getFormattedFilter ()
 
 getFilter ()
 
 getFilterParameters ()
 
- Защищенные члены унаследованные от BaseReport
 collectFormElements ()
 
 getGroupByOptions ()
 
 getNameForFormElement (BaseValuable $element, $pseudoReportId='')
 
 setCategoryKey ($categoryKey)
 
 setUnitKey ($unitKey)
 
- Защищенные члены унаследованные от Base
 getNameForFormElement (BaseValuable $element)
 

Дополнительные унаследованные члены

- Открытые члены унаследованные от BaseHandler
 prepare ()
 
 getMultipleData ()
 
 getMultipleDemoData ()
 
- Открытые члены унаследованные от BaseReport
 __construct ()
 
 getCollectedFormElements ()
 
 getCalculateField ()
 
 getGroupingField (DropDown $whatWillCalculateField)
 
 getFormElements ()
 
 getTitle ()
 
 setTitle ($title)
 
 getWeight ()
 
 setWeight ($weight)
 
 getReport ()
 
 setReport ($report)
 
 getCalculatedData ()
 
 setCalculatedData ($calculatedData)
 
 fillReport (Report $report)
 
 getCategoryKey ()
 
 getUnitKey ()
 
 getReportImplementedDataTypes ()
 
 getWidgetHandler ()
 
 setWidgetHandler (BaseWidget $widgetHandler)
 
 __clone ()
 
 getWhatWillCalculateOptions ($groupingValue=null)
 
 isEnabled ()
 
- Открытые члены унаследованные от Base
 getFormElementFromCollected ($key)
 
 addFormElement (BaseFormElement $element)
 
 addFormElementBefore (BaseFormElement $newElement, BaseFormElement $targetElement)
 
 addFormElementAfter (BaseFormElement $newElement, BaseFormElement $targetElement)
 
 addFormElementToStart (BaseFormElement $newElement)
 
 addFormElementToEnd (BaseFormElement $newElement)
 
 setFormElements ($formElementList)
 
 updateFormElementValue ($formElement, $value)
 
 getFormElement ($fieldKey)
 
 getFormElementValue ($fieldKey)
 
 getFormElementByDataAttribute ($attributeKey, $value)
 
 removeFormElement (BaseFormElement $element)
 
 setConfigurations ($configurations)
 
 getConfigurations ()
 
 getConfigurationsGidKeyed ()
 
 getConfiguration ($key)
 
 getView ()
 
 setView (View $view)
 
- Открытые статические члены унаследованные от Base
static getClassName ()
 
- Защищенные статические члены унаследованные от BaseHandler
static formChartSliderUrl (string $componentName, array $filter)
 
static getAnalyticBoardByKey ($key)
 
static getNoAccessToStoresStub ()
 
- Защищенные данные унаследованные от BaseHandler
const MAX_CHART_COLUMNS_COUNT = 5
 
const MAX_STORES_LIST_CHARS = 25
 
- Защищенные данные унаследованные от Base
 $configurations = array()
 
 $view
 
 $formElementsList = array()
 

Подробное описание

См. определение в файле profithandler.php строка 11

Методы

◆ calculateProfitability()

calculateProfitability ( float $costPrice,
float $profit )
protected

См. определение в файле profithandler.php строка 131

◆ getBaseCurrency()

getBaseCurrency ( )
protected

См. определение в файле profithandler.php строка 36

◆ getProductFilter()

getProductFilter ( array $productFilter)
protected

Переопределяет метод предка BaseHandler.

См. определение в файле profithandler.php строка 147

◆ getStoreTotals()

getStoreTotals ( )
protected

Переопределяет метод предка BaseHandler.

См. определение в файле profithandler.php строка 46

◆ prepareOverallTotals()

prepareOverallTotals ( array $storeTotals)
protected

Переопределяет метод предка BaseHandler.

См. определение в файле profithandler.php строка 90

◆ preparePriceFields()

preparePriceFields ( array $fields,
string $currency )
protected

См. определение в файле profithandler.php строка 20