Открытые статические члены | |
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
|
static |
Adds row to entity table
array | $data | An 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. |
Exception
См. определение в файле orderarchive.php строка 203
|
static |
Deletes row in entity table by primary key
mixed | $primary |
Exception
См. определение в файле orderarchive.php строка 230
|
static |
|
static |
Returns DB table name for entity.
См. определение в файле orderarchive.php строка 36
|
static |
Renew table records from serialized data.
array | $filter,. | Filter for selection updating entries. |
См. определение в файле orderarchive.php строка 253