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

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

 getQuantity ()
 
 setQuantity ($quantity)
 
 getStoreId ()
 
 setStoreId (int $storeId)
 
 save ()
 
 delete ()
 
 deleteNoDemand ()
 
- Открытые члены унаследованные от 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)
 

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

static getRegistryType ()
 
static getRegistryEntity ()
 
static getAvailableFields ()
 
static create (ReserveQuantityCollection $collection)
 
static getEntityEventName ()
 
- Открытые статические члены унаследованные от Entity
static getEntity ()
 
static getList (array $parameters)
 
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 ()
 

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

 onFieldModify ($name, $oldValue, $value)
 
 onBeforeSetFields (array $values)
 
- Защищенные члены унаследованные от Entity
 getTablet ()
 

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

static getMeaningfulFields ()
 
static getFieldsMap ()
 
- Защищенные статические члены унаследованные от 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)
 

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

- Открытые атрибуты унаследованные от 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
 
- Защищенные данные унаследованные от CollectableEntity
 $collection
 
 $internalIndex = null
 
 $isClone = false
 

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

@method ReserveQuantityCollection getCollection()

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

Методы

◆ create()

static create ( ReserveQuantityCollection $collection)
static
Аргументы
ReserveQuantityCollection$collection
Возвращает
mixed
Исключения
Main

ArgumentException

Исключения
Main

SystemException

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

◆ delete()

delete ( )

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

◆ deleteNoDemand()

deleteNoDemand ( )

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

◆ getAvailableFields()

static getAvailableFields ( )
static
Возвращает
array

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

◆ getEntityEventName()

static getEntityEventName ( )
static

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

◆ getFieldsMap()

static getFieldsMap ( )
staticprotected
Возвращает
array

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

◆ getMeaningfulFields()

static getMeaningfulFields ( )
staticprotected
Возвращает
array

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

◆ getQuantity()

getQuantity ( )

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

◆ getRegistryEntity()

static getRegistryEntity ( )
static

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

◆ getRegistryType()

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

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

◆ getStoreId()

getStoreId ( )

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

◆ onBeforeSetFields()

onBeforeSetFields ( array $values)
protected
Аргументы
array$values
Возвращает
array

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

◆ onFieldModify()

onFieldModify ( $name,
$oldValue,
$value )
protected
Аргументы
string$name
mixed$oldValue
mixed$value
Возвращает
Result

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

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

◆ save()

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

Exception

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

◆ setQuantity()

setQuantity ( $quantity)

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

◆ setStoreId()

setStoreId ( int $storeId)

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