Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс ShipmentCollection
+ Граф наследования:ShipmentCollection:

Открытые члены

 getOrder ()
 
 setOrder (Order $order)
 
 isEmptySystemShipment ()
 
 refreshData ()
 
 getNotSystemItems ()
 
- Открытые члены унаследованные от EntityCollection
 onItemModify (CollectableEntity $item, $name=null, $oldValue=null, $value=null)
 
 getItemById ($id)
 
 isStartField ($isMeaningfulField=false)
 
 clearStartField ()
 
 hasMeaningfulField ()
 
 doFinalAction ($hasMeaningfulField=false)
 
 isMathActionOnly ()
 
 setMathActionOnly ($value=false)
 
 verify ()
 
 isClone ()
 
 isAnyItemDeleted ()
 
 isAnyItemAdded ()
 
 clearChanged ()
 
- Открытые члены унаследованные от CollectionBase
 getIterator ()
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 count ()
 
 current ()
 
 next ()
 
 key ()
 
 valid ()
 
 rewind ()
 
 isEmpty ()
 
 toArray ()
 

Открытые статические члены

static getRegistryType ()
 
static getList (array $parameters=array())
 

Защищенные члены

 getEntityParent ()
 
 getDeletableItems ()
 
 deleteInternal ($primary)
 
 deleteExtraServiceInternal ($shipmentId)
 
- Защищенные члены унаследованные от EntityCollection
 __construct ()
 
 createIndex ()
 
 setAnyItemDeleted ($value)
 
 setAnyItemAdded ($value)
 

Защищенные статические члены

static getClonedFields ()
 

Защищенные данные

 $order
 
- Защищенные данные унаследованные от EntityCollection
 $isClone = false
 
 $anyItemDeleted = false
 
 $anyItemAdded = false
 
- Защищенные данные унаследованные от CollectionBase
 $collection = array()
 

Подробное описание

См. определение в файле shipmentcollection.php строка 18

Методы

◆ deleteExtraServiceInternal()

deleteExtraServiceInternal ( $shipmentId)
protected
Аргументы
$shipmentId

См. определение в файле shipmentcollection.php строка 1555

◆ deleteInternal()

deleteInternal ( $primary)
protected
Аргументы
$primary
Возвращает
Entity\DeleteResult

См. определение в файле shipmentcollection.php строка 1547

◆ getClonedFields()

static getClonedFields ( )
staticprotected

Fields that are cloned into the system from a conventional shipping

Возвращает
array

См. определение в файле shipmentcollection.php строка 542

◆ getDeletableItems()

getDeletableItems ( )
protected
Возвращает
array|Internals\CollectionFilterIterator

Переопределяет метод предка EntityCollection.

См. определение в файле shipmentcollection.php строка 101

◆ getEntityParent()

getEntityParent ( )
protected

Getting the parent entity

Возвращает
Order - order entity

Переопределяет метод предка EntityCollection.

См. определение в файле shipmentcollection.php строка 28

◆ getList()

static getList ( array $parameters = array())
static
Аргументы
array$parameters
Возвращает
Main\DB\Result

См. определение в файле shipmentcollection.php строка 1538

◆ getNotSystemItems()

getNotSystemItems ( )
Возвращает
Internals\CollectionFilterIterator

См. определение в файле shipmentcollection.php строка 1564

◆ getOrder()

getOrder ( )

Getting entity of the order

Возвращает
Order

См. определение в файле shipmentcollection.php строка 208

◆ getRegistryType()

static getRegistryType ( )
static
Возвращает
string

Переопределяет метод предка EntityCollection.

См. определение в файле shipmentcollection.php строка 259

◆ isEmptySystemShipment()

isEmptySystemShipment ( )

Is the a system shipped empty

Возвращает
bool

См. определение в файле shipmentcollection.php строка 724

◆ refreshData()

refreshData ( )
Возвращает
Result
Исключения
Main

NotSupportedException

См. определение в файле shipmentcollection.php строка 1189

◆ setOrder()

setOrder ( Order $order)

The attachment order to the collection

Аргументы
OrderBase$order

См. определение в файле shipmentcollection.php строка 512

Данные класса

◆ $order

Order $order
protected

См. определение в файле shipmentcollection.php строка 22