ActionEntity extends PoolBase
Table of Contents
Constants
- ACTION_ENTITY_SHIPMENT_COLLECTION_RESERVED_QUANTITY = 'shipment_collection_reserved_quantity'
- ACTION_ENTITY_SHIPMENT_RESERVED_QUANTITY = 'shipment_reserved_quantity'
Methods
- add() : mixed
- delete() : mixed
- get() : mixed
- getByIndex() : null|mixed
- getPoolByCode() : mixed
- isTypeExists() : bool
- resetPool() : mixed
- runActions() : Result
Constants
ACTION_ENTITY_SHIPMENT_COLLECTION_RESERVED_QUANTITY
public
mixed
ACTION_ENTITY_SHIPMENT_COLLECTION_RESERVED_QUANTITY
= 'shipment_collection_reserved_quantity'
ACTION_ENTITY_SHIPMENT_RESERVED_QUANTITY
public
mixed
ACTION_ENTITY_SHIPMENT_RESERVED_QUANTITY
= 'shipment_reserved_quantity'
Methods
add()
public
static add(mixed $code, mixed $type, mixed $value) : mixed
Parameters
- $code : mixed
- $type : mixed
- $value : mixed
delete()
public
static delete(mixed $code, mixed $type, mixed $index) : mixed
Parameters
- $code : mixed
- $type : mixed
- $index : mixed
get()
public
static get(mixed $code, mixed $type) : mixed
Parameters
- $code : mixed
- $type : mixed
getByIndex()
public
static getByIndex(mixed $code, mixed $type, int $index) : null|mixed
Parameters
- $code : mixed
- $type : mixed
- $index : int
Return values
null|mixedgetPoolByCode()
public
static getPoolByCode(mixed $code) : mixed
Parameters
- $code : mixed
isTypeExists()
public
static isTypeExists(mixed $code, mixed $type) : bool
Parameters
- $code : mixed
- $type : mixed
Return values
boolresetPool()
public
static resetPool([null $code = null ][, null $type = null ]) : mixed
Parameters
- $code : null = null
- $type : null = null
runActions()
public
static runActions(mixed $code[, array<string|int, mixed> $typeList = array() ]) : Result
Parameters
- $code : mixed
- $typeList : array<string|int, mixed> = array()