|
1C-Bitrix 25.700.0
|
Открытые статические члены | |
| static | getTableName () |
| static | getMap () |
| static | deleteOldProducts ($liveTime=10) |
| static | refreshProductStatistic ($liveTime=10) |
| static | addProductsFromOrder ($orderId=0) |
| static | addProductsByAgent ($limit=100) |
| static | onSaleOrderAddEvent (Main\Event $event) |
| static | onSaleStatusOrderHandlerEvent (Main\Event $event) |
| static | onSaleDeliveryOrderHandlerEvent (Main\Event $event) |
| static | onSaleDeductOrderHandlerEvent (Main\Event $event) |
| static | onSaleCancelOrderHandlerEvent (Main\Event $event) |
| static | onSalePayOrderHandlerEvent (Main\Event $event) |
| static | onSaleOrderAdd ($orderId) |
| static | onSaleStatusOrderHandler ($orderId, $status) |
| static | onSaleDeliveryOrderHandler ($orderId, $status) |
| static | onSaleDeductOrderHandler ($orderId, $status) |
| static | onSaleCancelOrderHandler ($orderId, $status) |
| static | onSalePayOrderHandler ($orderId, $status) |
Защищенные статические члены | |
| static | addOrderProcessing ($orderId, $statusName) |
Class Product2ProductTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION @method static EO_Product2Product_Query query() @method static EO_Product2Product_Result getByPrimary($primary, array $parameters = []) @method static EO_Product2Product_Result getById($id) @method static EO_Product2Product_Result getList(array $parameters = []) @method static EO_Product2Product_Entity getEntity() @method static \Bitrix\Sale\Internals\EO_Product2Product createObject($setDefaultValues = true) @method static \Bitrix\Sale\Internals\EO_Product2Product_Collection createCollection() @method static \Bitrix\Sale\Internals\EO_Product2Product wakeUpObject($row) @method static \Bitrix\Sale\Internals\EO_Product2Product_Collection wakeUpCollection($rows)
См. определение в файле product2product.php строка 27
|
staticprotected |
Add order id in order processing table.
| $orderId | |
| $statusName. | Handler status name. |
См. определение в файле product2product.php строка 658
|
static |
Add products from order by an agent
| int | $limit | Count of orders is added per hit. |
См. определение в файле product2product.php строка 241
|
static |
Add products from order or updates existing.
| $orderId |
См. определение в файле product2product.php строка 172
|
static |
Remove old products from b_sale_product2product table. Used in agents.
| int | $liveTime | in days |
См. определение в файле product2product.php строка 63
|
static |
См. определение в файле product2product.php строка 34
|
static |
См. определение в файле product2product.php строка 29
|
static |
Executes when order status has canceled.
| $orderId | |
| $status |
См. определение в файле product2product.php строка 626
|
static |
| Main\Event | $event |
См. определение в файле product2product.php строка 524
|
static |
Executes when order status has deducted.
| $orderId | |
| $status |
См. определение в файле product2product.php строка 610
|
static |
| Main\Event | $event |
См. определение в файле product2product.php строка 481
|
static |
Executes when order status Delivered.
| $orderId | |
| $status |
См. определение в файле product2product.php строка 594
|
static |
| Main\Event | $event |
См. определение в файле product2product.php строка 439
|
static |
Executes when order status added.
| $orderId |
См. определение в файле product2product.php строка 569
|
static |
| Main\Event | $event |
См. определение в файле product2product.php строка 388
|
static |
Executes when order status has canceled.
| $orderId | |
| $status |
См. определение в файле product2product.php строка 642
|
static |
| Main\Event | $event |
См. определение в файле product2product.php строка 546
|
static |
Executes when order status has changed.
| $orderId | |
| $status |
См. определение в файле product2product.php строка 582
|
static |
| Main\Event | $event |
См. определение в файле product2product.php строка 416
|
static |
Refresh order statistic
| $liveTime. | Counting statistic period in days |
См. определение в файле product2product.php строка 106