См. определение в файле manager.php строка 18
◆ archiveByOptions()
static archiveByOptions |
( |
| $limit = null, |
|
|
| $timeExecution = null ) |
|
static |
Archive orders that are selected by module's settings.
Used in agents.
- Аргументы
-
int | $limit | Limit the selection orders. |
int | $timeExecution | Limits the maximum execution time. |
- Возвращает
- Sale\Result
- Исключения
-
SystemException
См. определение в файле manager.php строка 119
◆ archiveOnAgent()
static archiveOnAgent |
( |
| $limit, |
|
|
| $maxTime = null ) |
|
static |
Used in agents. Manage execution of agent.
- Аргументы
-
int | $limit | Limit the selection orders. |
int | $maxTime | Maximum execution time of agent. |
- Возвращает
- string
- Исключения
-
ArgumentNullException
См. определение в файле manager.php строка 155
◆ delete()
Delete archived order with archived basket items.
- Аргументы
-
- Возвращает
- Main\Entity\DeleteResult
- Исключения
-
Exception
См. определение в файле manager.php строка 256
◆ getBasketFieldNames()
static getBasketFieldNames |
( |
| ) |
|
|
static |
◆ getBasketItemById()
static getBasketItemById |
( |
| $id | ) |
|
|
static |
Get entry of basket item from archive by id.
- Аргументы
-
- Возвращает
- Main\DB\Result
- Исключения
-
ArgumentException
См. определение в файле manager.php строка 243
◆ getBasketList()
static getBasketList |
( |
array | $parameters = array() | ) |
|
|
static |
Get entries of basket items from archive.
- Аргументы
-
- Возвращает
- Main\DB\Result
- Исключения
-
ArgumentException
См. определение в файле manager.php строка 230
◆ getById()
Get entry of order from archive by entry's id.
- Аргументы
-
- Возвращает
- Main\DB\Result
См. определение в файле manager.php строка 217
◆ getList()
static getList |
( |
array | $parameters = array() | ) |
|
|
static |
- Аргументы
-
- Возвращает
- Main\DB\Result
См. определение в файле manager.php строка 205
◆ getOrderFieldNames()
static getOrderFieldNames |
( |
| ) |
|
|
static |
◆ returnArchivedOrder()
static returnArchivedOrder |
( |
| $id | ) |
|
|
static |
Return Archive\Order object restored from archive
- Аргументы
-
- Возвращает
- Sale\Order
- Исключения
-
ObjectNotFoundException
- Исключения
-
ArgumentNullException
См. определение в файле manager.php строка 281
◆ SALE_ARCHIVE_VERSION
const SALE_ARCHIVE_VERSION = 2 |