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

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

static getTabletClassName ()
 
- Открытые статические члены унаследованные от 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 getTabletFieldNames (int $fields=self::FIELDS_MAIN)
 
static getCachedFieldList ()
 
static getCallbackRestEvent ()
 
static clearSettings ()
 

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

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

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

- Открытые члены унаследованные от Entity
 __construct ()
 
 fetch (Main\Text\Converter $converter=null)
 
- Открытые атрибуты унаследованные от 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
 
- Защищенные члены унаследованные от Entity
 getTablet ()
 

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

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

Методы

◆ getDefaultCachedFieldList()

static getDefaultCachedFieldList ( )
staticprotected

Returns vat default fields list for caching.

Возвращает
array

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

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

◆ getTabletClassName()

static getTabletClassName ( )
static

Returns vat tablet name.

Возвращает
string

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

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

◆ prepareForAdd()

static prepareForAdd ( ORM\Data\AddResult $result,
$id,
array & $data )
staticprotected

Check and modify fields before add vat. Need for entity automation.

Аргументы
ORM\Data\AddResult$result
int | null$id
array&$data
Возвращает
void

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

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

◆ prepareForUpdate()

static prepareForUpdate ( ORM\Data\UpdateResult $result,
$id,
array & $data )
staticprotected

Check and modify fields before update product price. Need for entity automation.

Аргументы
ORM\Data\UpdateResult$result
int$id
array&$data
Возвращает
void

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

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