Bitrix API

ShipmentItemStore extends CollectableEntity implements IEntityMarker

Class CollectableEntity

Table of Contents

Interfaces

IEntityMarker
Bitrix Framework

Methods

canAutoFixError()  : bool
canMarked()  : bool
clearStartField()  : bool
create()  : mixed
delete()  : mixed
Deletes shipment item
doFinalAction()  : Result
getAllFields()  : array<string|int, mixed>
getAutoFixErrorsList()  : array<string|int, mixed>
getAvailableFields()  : array<string|int, mixed>
getAvailableFieldsMap()  : array<string|int, mixed>|null
getBarcode()  : string
getBasketId()  : int
getClassName()  : string
getCollection()  : ShipmentItemStoreCollection
getCustomizableFields()  : array<string|int, mixed>
getErrorEntity()  : string
getField()  : string|null
getFieldsDescription()  : array<string|int, mixed>
getFieldValues()  : array<string|int, mixed>
getId()  : int
getInternalIndex()  : null|int
getList()  : Result|EO_ShipmentItemStore_Result
getMarkField()  : string|null
getMarkingCode()  : string
getQuantity()  : float
getRegistryEntity()  : string
getRegistryType()  : string
getStoreId()  : int
hasMeaningfulField()  : bool
isChanged()  : bool
isClone()  : bool
isMarkedFieldCustom()  : bool
isMathActionOnly()  : bool
isStartField()  : bool
loadForShipmentItem()  : array<string|int, mixed>
markFieldCustom()  : mixed
save()  : Result
setCollection()  : mixed
setField()  : Result
setFields()  : Result
setMathActionOnly()  : bool
toArray()  : array<string|int, mixed>
tryFixError()  : Result
unmarkFieldCustom()  : mixed
verify()  : Result

Methods

canAutoFixError()

public canAutoFixError(mixed $value) : bool
Parameters
$value : mixed
Return values
bool

delete()

Deletes shipment item

public delete() : mixed
Tags
throws
ArgumentOutOfRangeException
throws
Exception

doFinalAction()

public doFinalAction([mixed $hasMeaningfulField = false ]) : Result
Parameters
$hasMeaningfulField : mixed = false
Return values
Result

getAllFields()

public static getAllFields() : array<string|int, mixed>
Tags
throws
NotImplementedException
Return values
array<string|int, mixed>

getAutoFixErrorsList()

public getAutoFixErrorsList() : array<string|int, mixed>
Return values
array<string|int, mixed>

getAvailableFields()

public static getAvailableFields() : array<string|int, mixed>
Return values
array<string|int, mixed>

getAvailableFieldsMap()

public static getAvailableFieldsMap() : array<string|int, mixed>|null
Tags
throws
NotImplementedException
Return values
array<string|int, mixed>|null

getClassName()

public static getClassName() : string
Return values
string

getCustomizableFields()

public static getCustomizableFields() : array<string|int, mixed>
Return values
array<string|int, mixed>

getErrorEntity()

public getErrorEntity(mixed $value) : string
Parameters
$value : mixed
Return values
string

getField()

public getField(mixed $name) : string|null
Parameters
$name : mixed
Return values
string|null

getFieldsDescription()

public static getFieldsDescription() : array<string|int, mixed>
Tags
throws
NotImplementedException
Return values
array<string|int, mixed>

getFieldValues()

public getFieldValues() : array<string|int, mixed>
Return values
array<string|int, mixed>

getId()

public getId() : int
Return values
int

getInternalIndex()

public getInternalIndex() : null|int
Return values
null|int

getList()

public static getList([array<string|int, mixed> $parameters = array() ]) : Result|EO_ShipmentItemStore_Result
Parameters
$parameters : array<string|int, mixed> = array()
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
Result|EO_ShipmentItemStore_Result

getMarkField()

public getMarkField() : string|null
Return values
string|null

getRegistryEntity()

public static getRegistryEntity() : string
Return values
string

getRegistryType()

public static getRegistryType() : string
Return values
string

isChanged()

public isChanged() : bool
Return values
bool

isMarkedFieldCustom()

public isMarkedFieldCustom(string $name) : bool
Parameters
$name : string
Return values
bool

isStartField()

public isStartField([bool $isMeaningfulField = false ]) : bool
Parameters
$isMeaningfulField : bool = false
Return values
bool

loadForShipmentItem()

public static loadForShipmentItem(mixed $id) : array<string|int, mixed>
Parameters
$id : mixed
Tags
throws
ArgumentException
throws
ArgumentNullException
throws
ObjectPropertyException
throws
SystemException
Return values
array<string|int, mixed>

markFieldCustom()

public markFieldCustom(string $name) : mixed
Parameters
$name : string
Tags
throws
ArgumentOutOfRangeException

save()

public save() : Result
Tags
throws
ArgumentException
throws
ArgumentNullException
throws
ArgumentOutOfRangeException
throws
ObjectException
throws
ObjectNotFoundException
Return values
Result

setField()

public setField(mixed $name, mixed $value) : Result
Parameters
$name : mixed
$value : mixed
Tags
throws
ArgumentOutOfRangeException
throws
NotImplementedException
throws
Exception
Return values
Result

setFields()

public setFields(array<string|int, mixed> $values) : Result
Parameters
$values : array<string|int, mixed>
Tags
throws
ArgumentOutOfRangeException
throws
NotSupportedException
throws
Exception
Return values
Result

setMathActionOnly()

public setMathActionOnly([bool|false $value = false ]) : bool
Parameters
$value : bool|false = false
Return values
bool

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

tryFixError()

public tryFixError(mixed $code) : Result
Parameters
$code : mixed
Return values
Result

unmarkFieldCustom()

public unmarkFieldCustom(string $name) : mixed
Parameters
$name : string
Tags
throws
ArgumentOutOfRangeException

verify()

public verify() : Result
Tags
throws
ArgumentNullException
throws
ArgumentOutOfRangeException
Return values
Result

        
On this page

Search results