1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Класс ShipmentPropertyValue
Граф наследования:ShipmentPropertyValue:
EntityPropertyValue CollectableEntity Entity

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

static loadForShipment (Shipment $shipment)
static getEntityEventName ()
Открытые статические члены унаследованные от EntityPropertyValue
static generateXmlId ()
static create (EntityPropertyValueCollection $collection, array $property=[])
static getAvailableFields ()
static getRegistryType ()
static getRegistryEntity ()
static getList (array $parameters=[])
static loadForEntity (Entity $entity)
static getTableEntity ()
Открытые статические члены унаследованные от Entity
static getEntity ()
static getRow (array $parameters)
static clearCache ()
static add (array $data)
static update ($id, array $data)
static delete ($id)
static setCacheItem ($id, array $row)
static getCacheItem ($id, bool $load=false)
static clearCacheItem ($id)
static getTabletClassName ()
static getTabletFieldNames (int $fields=self::FIELDS_MAIN)
static getCachedFieldList ()
static getCallbackRestEvent ()
static clearSettings ()

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

static getOnSavedEventName ()
static getPropertyClassName ()
static getEntityType ()
static extractDeliveryIdList (Entity $shipment)
static extractTpLandingIdList (Entity $entity)
static extractTradingPlatformIdList (Entity $entity)
static createPropertyValueObject (array $property=null, array $value=[], array $relation=null)
Защищенные статические члены унаследованные от EntityPropertyValue
static extractPaySystemIdList (Entity $entity)
static constructPropertyFilter (Entity $entity)
static hasPresetForLanding (Entity $entity)
static hasPresetFotTradingPlatform (Entity $entity)
static constructPropertyRelatedEntitiesFilter (Entity $entity)
static getRelationRuntimeFields ()
static createPropertyValuesObjects (array $properties, array $propertyValues, array $propRelation, array $propertyValuesMap)
static getFieldsMap ()
static getMeaningfulFields ()
Защищенные статические члены унаследованные от Entity
static prepareForAdd (ORM\Data\AddResult $result, $id, array &$data)
static prepareForUpdate (ORM\Data\UpdateResult $result, $id, array &$data)
static deleteNoDemands ($id)
static normalize (array &$data)
static runAddExternalActions ($id, array $data)
static runUpdateExternalActions ($id, array $data)
static runDeleteExternalActions ($id)
static getDefaultCachedFieldList ()
static prepareFloatValue ($value)
static prepareIntValue ($value)
static prepareStringValue ($value)

Дополнительные унаследованные члены

Открытые члены унаследованные от EntityPropertyValue
 needDeleteOnRefresh ()
 normalizeValue ($name, $value)
 save ()
 setValueFromPost (array $post)
 checkValue ($key, $value)
 checkRequiredValue ($key, $value)
 getProperty ()
 getPropertyObject ()
 getValueId ()
 getPropertyId ()
 getPersonTypeId ()
 getGroupId ()
 getName ()
 getRelations ()
 getDescription ()
 getType ()
 isRequired ()
 isUtil ()
 setValue ($value)
 getViewHtml ()
 getEditHtml ()
 getValue ()
Открытые члены унаследованные от CollectableEntity
 setCollection (EntityCollection $collection)
 getCollection ()
 setInternalIndex ($index)
 getInternalIndex ()
 isStartField ($isMeaningfulField=false)
 clearStartField ()
 hasMeaningfulField ()
 doFinalAction ($hasMeaningfulField=false)
 setMathActionOnly ($value=false)
 isMathActionOnly ()
 isClone ()
Открытые члены унаследованные от Entity
 __construct ()
 fetch (Main\Text\Converter $converter=null)
Поля данных унаследованные от Entity
const PREFIX_OLD = 'OLD_'
const EVENT_ON_BUILD_CACHED_FIELD_LIST = 'OnBuildCachedFieldList'
const FIELDS_MAIN = 0x0001
const FIELDS_UF = 0x0002
const FIELDS_ALL = self::FIELDS_MAIN|self::FIELDS_UF
Защищенные члены унаследованные от EntityPropertyValue
 __construct (array $property=null, array $value=[], array $relation=null)
 update ()
 callEventOnPropertyValueEntitySaved ()
 addInternal (array $data)
 updateInternal ($primary, array $data)
Защищенные члены унаследованные от CollectableEntity
 onFieldModify ($name, $oldValue, $value)
Защищенные члены унаследованные от Entity
 getTablet ()
Защищенные данные унаследованные от EntityPropertyValue
 $property = null
Защищенные данные унаследованные от CollectableEntity
 $collection
 $internalIndex = null
 $isClone = false

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

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

Методы

◆ createPropertyValueObject()

createPropertyValueObject ( array $property = null,
array $value = [],
array $relation = null )
staticprotected
Аргументы
array | null$property
array$value
array | null$relation
Возвращает
EntityPropertyValue
Исключения

Bitrix\Main\ArgumentException

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

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

◆ extractDeliveryIdList()

extractDeliveryIdList ( Entity $shipment)
staticprotected
Аргументы
Entity$shipment
Возвращает
array

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

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

◆ extractTpLandingIdList()

extractTpLandingIdList ( Entity $entity)
staticprotected

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

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

◆ extractTradingPlatformIdList()

extractTradingPlatformIdList ( Entity $entity)
staticprotected

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

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

◆ getEntityEventName()

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

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

◆ getEntityType()

getEntityType ( )
staticprotected
Возвращает
string \Bitrix\Sale\Registry::ENTITY_SHIPMENT

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

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

◆ getOnSavedEventName()

getOnSavedEventName ( )
staticprotected

Returns OnSaved event name

Возвращает
string

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

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

◆ getPropertyClassName()

getPropertyClassName ( )
staticprotected
Возвращает
string Property class name.

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

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

◆ loadForShipment()

loadForShipment ( Shipment $shipment)
static
Аргументы
Shipment$shipment
Возвращает
array

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


Объявления и описания членов класса находятся в файле: