|
static | createShipmentFromRequest (Sale\ShipmentCollection $shipmentCollection, $deliveryId, array $requestFields) |
|
static | add (array $fields) |
|
static | canPayWithUserBudget ($needSum, $userId, $currency, $fullPay=true) |
|
static | getAliasFields () |
|
static | getOrderDateFields () |
|
static | getOrderFields (Sale\Order $order) |
|
static | getList ($sort=array(), $filter=array(), $group=null, $nav=array(), $select=array(), $callback=false) |
|
static | convertDateFields (array $fields, array $dateFields=array()) |
|
static | convertDateFieldsToOldFormat (array $fields) |
|
static | convertDateFieldToFormat ($value, $format) |
|
static | getAvailableFields () |
|
static | backRawField ($entityName, array $fields, $separator='=') |
|
|
static | getRegistryType () |
|
static | getEntity () |
|
static | getBasketCompatibilityClassName () |
|
static | getAliasPaymentFields () |
|
static | getAliasShipmentFields () |
|
static | getAliasBasketFields () |
|
static | getSelectFields () |
|
static | getShipmentClearFields () |
|
static | getPaymentClearFields () |
|
static | clearAvailableFields (array $fields, array $clearFields=array()) |
|
static | getFieldsFromOtherEntities () |
|
static | getShipmentFieldsToConvert () |
|
static | getPaymentFieldsToConvert () |
|
static | getEntityDateFields (Sale\Internals\CollectableEntity $entity) |
|
static | getPaymentDateFields () |
|
static | getPaymentReplaceFields () |
|
static | getOrderReplaceFields () |
|
static | getDefaultFuserId () |
|
static | setGetListParameters (EntityCompatibility $compatibility, $sort=array(), $filter=array(), $group=null, $nav=array(), $select=array(), $callback=false) |
|
static | clearFields (array $fields, array $availableFields=array()) |
|
static | convertDateField ($name, $value, array $dateFields=array()) |
|
static | convertDateFieldToOldFormat ($value) |
|
static | replaceFields (array $fields, array $replace=array()) |
|
static | checkEntityName ($entityName) |
|
См. определение в файле ordercompatibility.php строка 17
◆ add()
static add |
( |
array | $fields | ) |
|
|
static |
◆ addBasketRuntime()
- Аргументы
-
- Возвращает
- null|string
- Исключения
-
ArgumentException
- Исключения
-
SystemException
См. определение в файле ordercompatibility.php строка 3478
◆ addPropertyRuntime()
addPropertyRuntime |
( |
| $index | ) |
|
|
protected |
◆ canPayWithUserBudget()
static canPayWithUserBudget |
( |
| $needSum, |
|
|
| $userId, |
|
|
| $currency, |
|
|
| $fullPay = true ) |
|
static |
- Аргументы
-
float | $needSum | |
int | $userId | |
string | $currency | |
bool | $fullPay | |
- Возвращает
- bool
См. определение в файле ordercompatibility.php строка 2539
◆ clearAvailableFields()
static clearAvailableFields |
( |
array | $fields, |
|
|
array | $clearFields = array() ) |
|
staticprotected |
◆ createShipmentFromRequest()
static createShipmentFromRequest |
( |
Sale\ShipmentCollection | $shipmentCollection, |
|
|
| $deliveryId, |
|
|
array | $requestFields ) |
|
static |
◆ getAliasBasketFields()
static getAliasBasketFields |
( |
| ) |
|
|
staticprotected |
◆ getAliasFields()
static getAliasFields |
( |
| ) |
|
|
static |
◆ getAliasPaymentFields()
static getAliasPaymentFields |
( |
| ) |
|
|
staticprotected |
◆ getAliasShipmentFields()
static getAliasShipmentFields |
( |
| ) |
|
|
staticprotected |
◆ getBasketCompatibilityClassName()
static getBasketCompatibilityClassName |
( |
| ) |
|
|
staticprotected |
◆ getDefaultFuserId()
static getDefaultFuserId |
( |
| ) |
|
|
staticprotected |
◆ getEntity()
◆ getEntityDateFields()
◆ getFieldsFromOtherEntities()
static getFieldsFromOtherEntities |
( |
| ) |
|
|
staticprotected |
◆ getOrder()
◆ getOrderDateFields()
static getOrderDateFields |
( |
| ) |
|
|
static |
◆ getOrderFields()
◆ getOrderReplaceFields()
static getOrderReplaceFields |
( |
| ) |
|
|
staticprotected |
◆ getPaymentClearFields()
static getPaymentClearFields |
( |
| ) |
|
|
staticprotected |
◆ getPaymentDateFields()
static getPaymentDateFields |
( |
| ) |
|
|
staticprotected |
◆ getPaymentFieldsToConvert()
static getPaymentFieldsToConvert |
( |
| ) |
|
|
staticprotected |
◆ getPaymentReplaceFields()
static getPaymentReplaceFields |
( |
| ) |
|
|
staticprotected |
◆ getPropertyRuntimeName()
getPropertyRuntimeName |
( |
| $index | ) |
|
|
protected |
◆ getRegistryType()
static getRegistryType |
( |
| ) |
|
|
staticprotected |
◆ getRequestFields()
◆ getSelectFields()
static getSelectFields |
( |
| ) |
|
|
staticprotected |
◆ getShipmentClearFields()
static getShipmentClearFields |
( |
| ) |
|
|
staticprotected |
◆ getShipmentFieldsToConvert()
static getShipmentFieldsToConvert |
( |
| ) |
|
|
staticprotected |
◆ getWhiteListFields()
◆ isExistPrice()
◆ parseField()
◆ setBasketCompatibility()
◆ $basket
◆ $externalPrice
◆ $order
◆ $propertyRuntimeList
$propertyRuntimeList = array() |
|
protected |
◆ $requestFields
◆ $runtimeFields
◆ ORDER_COMPAT_ACTION_ADD
const ORDER_COMPAT_ACTION_ADD = 'ADD' |
◆ ORDER_COMPAT_ACTION_SAVE
const ORDER_COMPAT_ACTION_SAVE = 'SAVE' |
◆ ORDER_COMPAT_ACTION_UPDATE
const ORDER_COMPAT_ACTION_UPDATE = 'UPDATE' |