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

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

static getFilePath ()
 
static getTableName ()
 
static getMap ()
 
static onBeforeAdd (Event $event)
 
static onBeforeUpdate (Event $event)
 
static getEntityTypes ()
 
static validateEntityType ()
 
static getValueValidators ()
 
static validateValue ($value, $primary, array $row, $field)
 
static getValueSaveModifiers ()
 
static modifyValueForSave ($value)
 
static getValueFetchModifiers ()
 
static modifyValueForFetch ($value, $query, $property, $alias)
 
static getFilteredSaveModifiers ()
 
static modifyFilteredForSave ($value, array $data)
 
static getSettingsValidators ()
 
static validateSettings ($value)
 
static getSettingsSaveModifiers ()
 
static modifySettingsForSave ($value)
 
static getSettingsFetchModifiers ()
 
static modifySettingsForFetch ($value)
 
static getRequiredSaveModifiers ()
 
static modifyRequiredForSave ($value, array $property)
 
static getNameValidators ()
 
static getTypeValidators ()
 
static getDescriptionValidators ()
 
static getCodeValidators ()
 
static generateXmlId ()
 
- Открытые статические члены унаследованные от DataManager
static getEntity ()
 
static unsetEntity ($class)
 
static getConnectionName ()
 
static getTitle ()
 
static getObjectClass ()
 
static getObjectClassName ()
 
static getCollectionClass ()
 
static getCollectionClassName ()
 
static getObjectParentClass ()
 
static getCollectionParentClass ()
 
static getQueryClass ()
 
static getEntityClass ()
 
static createObject ($setDefaultValues=true)
 
static createCollection ()
 
static wakeUpObject ($row)
 
static wakeUpCollection ($rows)
 
static getUfId ()
 
static isUts ()
 
static isUtm ()
 
static setDefaultScope ($query)
 
static postInitialize (Entity $entity)
 
static getByPrimary ($primary, array $parameters=array())
 
static getById ($id)
 
static getRowById ($id)
 
static getRow (array $parameters)
 
static getList (array $parameters=array())
 
static getCount ($filter=array(), array $cache=array())
 
static query ()
 
static checkFields (Result $result, $primary, array $data)
 
static add (array $data)
 
static addMulti ($rows, $ignoreEvents=false)
 
static update ($primary, array $data)
 
static delete ($primary)
 
static enableCrypto ($field, $table=null, $mode=true)
 
static cryptoEnabled ($field, $table=null)
 
static setCurrentDeletingObject ($object)
 
static cleanCache ()
 
static onAdd (Event $event)
 
static onAfterAdd (Event $event)
 
static onUpdate (Event $event)
 
static onAfterUpdate (Event $event)
 
static onBeforeDelete (Event $event)
 
static onDelete (Event $event)
 
static onAfterDelete (Event $event)
 

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

- Открытые атрибуты унаследованные от DataManager
const EVENT_ON_BEFORE_ADD = "OnBeforeAdd"
 
const EVENT_ON_ADD = "OnAdd"
 
const EVENT_ON_AFTER_ADD = "OnAfterAdd"
 
const EVENT_ON_BEFORE_UPDATE = "OnBeforeUpdate"
 
const EVENT_ON_UPDATE = "OnUpdate"
 
const EVENT_ON_AFTER_UPDATE = "OnAfterUpdate"
 
const EVENT_ON_BEFORE_DELETE = "OnBeforeDelete"
 
const EVENT_ON_DELETE = "OnDelete"
 
const EVENT_ON_AFTER_DELETE = "OnAfterDelete"
 
- Защищенные статические члены унаследованные от DataManager
static getObjectClassByDataClass ($dataClass)
 
static getCollectionClassByDataClass ($dataClass)
 
static replaceFieldName ($data=array())
 
static validatePrimary ($primary)
 
static checkUfFields ($object, $ufdata, $result)
 
static callOnBeforeAddEvent ($object, $fields, $result)
 
static callOnAddEvent ($object, $fields, $ufdata)
 
static callOnAfterAddEvent ($object, $fields, $id)
 
static callOnBeforeUpdateEvent ($object, $fields, $result)
 
static callOnUpdateEvent ($object, $fields, $ufdata)
 
static callOnAfterUpdateEvent ($object, $fields)
 
static callOnBeforeDeleteEvent ($object, $entity, $result)
 
static callOnDeleteEvent ($object, $entity)
 
static callOnAfterDeleteEvent ($object, $entity)
 
- Статические защищенные данные унаследованные от DataManager
static $entity
 
static $objectClass
 
static $collectionClass
 
static $currentDeletingObjects
 
static $reservedWords
 

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

Class OrderPropsTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION @method static EO_OrderProps_Query query() @method static EO_OrderProps_Result getByPrimary($primary, array $parameters = []) @method static EO_OrderProps_Result getById($id) @method static EO_OrderProps_Result getList(array $parameters = []) @method static EO_OrderProps_Entity getEntity() @method static \Bitrix\Sale\Internals\EO_OrderProps createObject($setDefaultValues = true) @method static \Bitrix\Sale\Internals\EO_OrderProps_Collection createCollection() @method static \Bitrix\Sale\Internals\EO_OrderProps wakeUpObject($row) @method static \Bitrix\Sale\Internals\EO_OrderProps_Collection wakeUpCollection($rows)

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

Методы

◆ generateXmlId()

static generateXmlId ( )
static

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

◆ getCodeValidators()

static getCodeValidators ( )
static

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

◆ getDescriptionValidators()

static getDescriptionValidators ( )
static

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

◆ getEntityTypes()

static getEntityTypes ( )
static

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

◆ getFilePath()

static getFilePath ( )
static

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

◆ getFilteredSaveModifiers()

static getFilteredSaveModifiers ( )
static
Возвращает
array[]

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

◆ getMap()

static getMap ( )
static

Returns entity map definition. To get initialized fields

См. также
\Bitrix\Main\ORM\Entity::getFields() and \Bitrix\Main\ORM\Entity::getField()

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

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

◆ getNameValidators()

static getNameValidators ( )
static

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

◆ getRequiredSaveModifiers()

static getRequiredSaveModifiers ( )
static

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

◆ getSettingsFetchModifiers()

static getSettingsFetchModifiers ( )
static

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

◆ getSettingsSaveModifiers()

static getSettingsSaveModifiers ( )
static

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

◆ getSettingsValidators()

static getSettingsValidators ( )
static

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

◆ getTableName()

static getTableName ( )
static

Returns DB table name for entity

Возвращает
string

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

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

◆ getTypeValidators()

static getTypeValidators ( )
static

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

◆ getValueFetchModifiers()

static getValueFetchModifiers ( )
static

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

◆ getValueSaveModifiers()

static getValueSaveModifiers ( )
static

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

◆ getValueValidators()

static getValueValidators ( )
static

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

◆ modifyFilteredForSave()

static modifyFilteredForSave ( $value,
array $data )
static
Аргументы
$value
array$data
Возвращает
string

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

◆ modifyRequiredForSave()

static modifyRequiredForSave ( $value,
array $property )
static

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

◆ modifySettingsForFetch()

static modifySettingsForFetch ( $value)
static

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

◆ modifySettingsForSave()

static modifySettingsForSave ( $value)
static

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

◆ modifyValueForFetch()

static modifyValueForFetch ( $value,
$query,
$property,
$alias )
static

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

◆ modifyValueForSave()

static modifyValueForSave ( $value)
static

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

◆ onBeforeAdd()

static onBeforeAdd ( Event $event)
static

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

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

◆ onBeforeUpdate()

static onBeforeUpdate ( Event $event)
static

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

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

◆ validateEntityType()

static validateEntityType ( )
static

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

◆ validateSettings()

static validateSettings ( $value)
static

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

◆ validateValue()

static validateValue ( $value,
$primary,
array $row,
$field )
static

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