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

Открытые члены

 getTradePlatform ()
 
 setFieldNoDemand ($name, $value)
 
- Открытые члены унаследованные от CollectableEntity
 setCollection (EntityCollection $collection)
 
 getCollection ()
 
 setInternalIndex ($index)
 
 getInternalIndex ()
 
 isStartField ($isMeaningfulField=false)
 
 clearStartField ()
 
 hasMeaningfulField ()
 
 doFinalAction ($hasMeaningfulField=false)
 
 setMathActionOnly ($value=false)
 
 isMathActionOnly ()
 
 isClone ()
 
- Открытые члены унаследованные от Entity
 __construct ()
 
 fetch (Main\Text\Converter $converter=null)
 

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

static getRegistryEntity ()
 
static getRegistryType ()
 
static getAvailableFields ()
 
static getEntityEventName ()
 
- Открытые статические члены унаследованные от Entity
static getEntity ()
 
static getList (array $parameters)
 
static getRow (array $parameters)
 
static clearCache ()
 
static add (array $data)
 
static update ($id, array $data)
 
static delete ($id)
 
static setCacheItem ($id, array $row)
 
static getCacheItem ($id, bool $load=false)
 
static clearCacheItem ($id)
 
static getTabletClassName ()
 
static getTabletFieldNames (int $fields=self::FIELDS_MAIN)
 
static getCachedFieldList ()
 
static getCallbackRestEvent ()
 
static clearSettings ()
 

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

 updateInternal ($primary, array $data)
 
 addInternal (array $data)
 
 onFieldModify ($name, $oldValue, $value)
 
- Защищенные члены унаследованные от Entity
 getTablet ()
 

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

static getMeaningfulFields ()
 
static getFieldsMap ()
 
static generateXmlId ()
 
- Защищенные статические члены унаследованные от Entity
static prepareForAdd (ORM\Data\AddResult $result, $id, array &$data)
 
static prepareForUpdate (ORM\Data\UpdateResult $result, $id, array &$data)
 
static deleteNoDemands ($id)
 
static normalize (array &$data)
 
static runAddExternalActions ($id, array $data)
 
static runUpdateExternalActions ($id, array $data)
 
static runDeleteExternalActions ($id)
 
static getDefaultCachedFieldList ()
 
static prepareFloatValue ($value)
 
static prepareIntValue ($value)
 
static prepareStringValue ($value)
 

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

- Открытые атрибуты унаследованные от Entity
const PREFIX_OLD = 'OLD_'
 
const EVENT_ON_BUILD_CACHED_FIELD_LIST = 'OnBuildCachedFieldList'
 
const FIELDS_MAIN = 0x0001
 
const FIELDS_UF = 0x0002
 
const FIELDS_ALL = self::FIELDS_MAIN|self::FIELDS_UF
 
- Защищенные данные унаследованные от CollectableEntity
 $collection
 
 $internalIndex = null
 
 $isClone = false
 

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

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

Методы

◆ addInternal()

addInternal ( array $data)
protected
Аргументы
array$data
Возвращает
Main\Entity\AddResult
Исключения

Exception

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

◆ generateXmlId()

static generateXmlId ( )
staticprotected
Возвращает
string

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

◆ getAvailableFields()

static getAvailableFields ( )
static
Возвращает
array

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

◆ getEntityEventName()

static getEntityEventName ( )
static
Возвращает
null|string

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

◆ getFieldsMap()

static getFieldsMap ( )
staticprotected
Возвращает
array

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

◆ getMeaningfulFields()

static getMeaningfulFields ( )
staticprotected
Возвращает
array

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

◆ getRegistryEntity()

static getRegistryEntity ( )
static
Возвращает
string

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

◆ getRegistryType()

static getRegistryType ( )
static
Возвращает
string

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

◆ getTradePlatform()

getTradePlatform ( )
Возвращает
TradingPlatform\Platform|null
Исключения
Main

ArgumentException

Исключения
Main

ArgumentNullException

Исключения
Main

ObjectPropertyException

Исключения
Main

SystemException

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

◆ onFieldModify()

onFieldModify ( $name,
$oldValue,
$value )
protected
Аргументы
string$name
mixed$oldValue
mixed$value
Возвращает
Result

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

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

◆ setFieldNoDemand()

setFieldNoDemand ( $name,
$value )
Аргументы
$name
$value
Возвращает
void
Исключения
Main

ArgumentOutOfRangeException

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

◆ updateInternal()

updateInternal ( $primary,
array $data )
protected
Аргументы
$primary
array$data
Возвращает
Main\Entity\UpdateResult
Исключения

Exception

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