Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Helper

Открытые статические члены

static getEntityRoadMap ()
 
static getEntityRoadCode ()
 
static getColumns ($page)
 
static getMap ($page)
 
static getListGridColumns ()
 
static getFilterColumns ()
 
static getDetailPageRows ()
 
static getParametersForList ($proxed)
 
static performGridOperations ($parameters)
 
static getFormData ($id)
 
static makeSafeDisplay (&$value, $code)
 
static validateUpdateRequest ($data)
 
static proxyUpdateRequest ($data)
 
static proxyListRequest ($page)
 
static add ($data)
 
static update ($primary, $data)
 
static delete ($primary)
 
static getList ($parameters=array(), $tableId=false, $navigation=20, $params=array())
 
static convertToArray ($data)
 
static getIdsByFilter ($listFilter)
 
static getPrimaryFieldName ()
 
static getNameToDisplay ($id)
 
static getListUrl ($parameters=array())
 
static getEditUrl ($parameters=array())
 
static getImportUrl ()
 
static getReindexUrl ()
 
static getMigrationUrl ()
 
static getUrl ($page, $parameters=array())
 
static checkUseFilter ()
 
static readMap ($entityRoadCode, $page='list')
 
static getWidgetAppearance ()
 
static prepareLinksForSaving ($connectorClass, $links)
 
static resetLocationsForEntity ($entityId, $locations, $entityName, $expectCodes=false)
 

Открытые атрибуты

const DEBUG_MODE_OPT = 'location2_debug_mode'
 
const IMPORT_PAGE_URL = 'sale_location_import.php'
 
const REINDEX_PAGE_URL = 'sale_location_reindex.php'
 
const MIGRATION_PAGE_URL = 'sale_location_migration.php'
 
const LOCATION_LINK_DATA_CACHE_TAG = 'sale-location-data'
 

Защищенные статические члены

static getFilterModifier ($type)
 
static packUrlParameters ($parameters=array())
 
static getEntityClass ($code='')
 
static normalizeList ($list, $expectNumeric=true)
 

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

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

Методы

◆ add()

static add ( $data)
static

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

◆ checkUseFilter()

static checkUseFilter ( )
static

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

◆ convertToArray()

static convertToArray ( $data)
static

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

◆ delete()

static delete ( $primary)
static

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

◆ getColumns()

static getColumns ( $page)
static

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

◆ getDetailPageRows()

static getDetailPageRows ( )
static

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

◆ getEditUrl()

static getEditUrl ( $parameters = array())
static

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

◆ getEntityClass()

static getEntityClass ( $code = '')
staticprotected

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

◆ getEntityRoadCode()

static getEntityRoadCode ( )
static

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

◆ getEntityRoadMap()

static getEntityRoadMap ( )
staticabstract

◆ getFilterColumns()

static getFilterColumns ( )
static

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

◆ getFilterModifier()

static getFilterModifier ( $type)
staticprotected

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

◆ getFormData()

static getFormData ( $id)
static

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

◆ getIdsByFilter()

static getIdsByFilter ( $listFilter)
static

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

◆ getImportUrl()

static getImportUrl ( )
static

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

◆ getList()

static getList ( $parameters = array(),
$tableId = false,
$navigation = 20,
$params = array() )
static

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

◆ getListGridColumns()

static getListGridColumns ( )
static

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

◆ getListUrl()

static getListUrl ( $parameters = array())
static

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

◆ getMap()

static getMap ( $page)
static

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

◆ getMigrationUrl()

static getMigrationUrl ( )
static

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

◆ getNameToDisplay()

static getNameToDisplay ( $id)
static

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

◆ getParametersForList()

static getParametersForList ( $proxed)
static

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

◆ getPrimaryFieldName()

static getPrimaryFieldName ( )
static

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

◆ getReindexUrl()

static getReindexUrl ( )
static

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

◆ getUrl()

static getUrl ( $page,
$parameters = array() )
static

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

◆ getWidgetAppearance()

static getWidgetAppearance ( )
static

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

◆ makeSafeDisplay()

static makeSafeDisplay ( & $value,
$code )
static

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

◆ normalizeList()

static normalizeList ( $list,
$expectNumeric = true )
staticprotected

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

◆ packUrlParameters()

static packUrlParameters ( $parameters = array())
staticprotected

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

◆ performGridOperations()

static performGridOperations ( $parameters)
static

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

◆ prepareLinksForSaving()

static prepareLinksForSaving ( $connectorClass,
$links )
static

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

◆ proxyListRequest()

static proxyListRequest ( $page)
static

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

◆ proxyUpdateRequest()

static proxyUpdateRequest ( $data)
static

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

◆ readMap()

static readMap ( $entityRoadCode,
$page = 'list' )
static

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

◆ resetLocationsForEntity()

static resetLocationsForEntity ( $entityId,
$locations,
$entityName,
$expectCodes = false )
static

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

◆ update()

static update ( $primary,
$data )
static

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

◆ validateUpdateRequest()

static validateUpdateRequest ( $data)
static

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

Данные класса

◆ DEBUG_MODE_OPT

const DEBUG_MODE_OPT = 'location2_debug_mode'

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

◆ IMPORT_PAGE_URL

const IMPORT_PAGE_URL = 'sale_location_import.php'

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

◆ LOCATION_LINK_DATA_CACHE_TAG

const LOCATION_LINK_DATA_CACHE_TAG = 'sale-location-data'

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

◆ MIGRATION_PAGE_URL

const MIGRATION_PAGE_URL = 'sale_location_migration.php'

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

◆ REINDEX_PAGE_URL

const REINDEX_PAGE_URL = 'sale_location_reindex.php'

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