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

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

static getTableName ()
 
static getMap ()
 
static add (array $data)
 
static delete ($primary)
 
static renew (array $filter=array())
 

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

Class OrderArchiveTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION @method static EO_OrderArchive_Query query() @method static EO_OrderArchive_Result getByPrimary($primary, array $parameters = []) @method static EO_OrderArchive_Result getById($id) @method static EO_OrderArchive_Result getList(array $parameters = []) @method static EO_OrderArchive_Entity getEntity() @method static \Bitrix\Sale\Internals\EO_OrderArchive createObject($setDefaultValues = true) @method static \Bitrix\Sale\Internals\EO_OrderArchive_Collection createCollection() @method static \Bitrix\Sale\Internals\EO_OrderArchive wakeUpObject($row) @method static \Bitrix\Sale\Internals\EO_OrderArchive_Collection wakeUpCollection($rows)

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

Методы

◆ add()

static add ( array $data)
static

Adds row to entity table

Аргументы
array$dataAn array with fields like array( "fields" => array( "FIELD1" => "value1", "FIELD2" => "value2", ), "auth_context" => \Bitrix\Main\Authentication\Context object ) or just a plain array of fields.
Возвращает
Main\Entity\AddResult Contains ID of inserted row
Исключения

Exception

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

◆ delete()

static delete ( $primary)
static

Deletes row in entity table by primary key

Аргументы
mixed$primary
Возвращает
Main\Entity\DeleteResult
Исключения

Exception

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

◆ getMap()

static getMap ( )
static

Returns entity map definition.

Возвращает
array

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

◆ getTableName()

static getTableName ( )
static

Returns DB table name for entity.

Возвращает
string

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

◆ renew()

static renew ( array $filter = array())
static

Renew table records from serialized data.

Аргументы
array$filter,.Filter for selection updating entries.
Возвращает
Main\Result

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