Открытые статические члены | |
static | getTableName () |
static | getMap () |
static | validateDocNumber () |
static | validateTitle () |
static | validateSiteId () |
static | validateCurrency () |
static | validateCommentary () |
static | getTypeList (bool $description=false) |
static | getStatusList () |
static | getStatusName (string $status) |
static | getOrmFilterByStatus (string $status) |
static | withProduct (Main\ORM\Query\Query $query, $productId) |
static | withProductList (Main\ORM\Query\Query $query, array $productIds) |
static | withStore (Main\ORM\Query\Query $query, $storeId) |
static | withStoreList (Main\ORM\Query\Query $query, array $storeIds) |
static | withStoreFromList (Main\ORM\Query\Query $query, array $storeIds) |
static | withStoreToList (Main\ORM\Query\Query $query, array $storeIds) |
Открытые статические члены унаследованные от DataManager | |
static | getEntity () |
static | unsetEntity ($class) |
static | getConnectionName () |
static | getTitle () |
static | getObjectClass () |
static | getObjectClassName () |
static | getCollectionClass () |
static | getCollectionClassName () |
static | getObjectParentClass () |
static | getCollectionParentClass () |
static | getQueryClass () |
static | getEntityClass () |
static | createObject ($setDefaultValues=true) |
static | createCollection () |
static | wakeUpObject ($row) |
static | wakeUpCollection ($rows) |
static | getUfId () |
static | isUts () |
static | isUtm () |
static | setDefaultScope ($query) |
static | postInitialize (Entity $entity) |
static | getByPrimary ($primary, array $parameters=array()) |
static | getById ($id) |
static | getRowById ($id) |
static | getRow (array $parameters) |
static | getList (array $parameters=array()) |
static | getCount ($filter=array(), array $cache=array()) |
static | query () |
static | checkFields (Result $result, $primary, array $data) |
static | add (array $data) |
static | addMulti ($rows, $ignoreEvents=false) |
static | update ($primary, array $data) |
static | delete ($primary) |
static | enableCrypto ($field, $table=null, $mode=true) |
static | cryptoEnabled ($field, $table=null) |
static | setCurrentDeletingObject ($object) |
static | cleanCache () |
static | onBeforeAdd (Event $event) |
static | onAdd (Event $event) |
static | onAfterAdd (Event $event) |
static | onBeforeUpdate (Event $event) |
static | onUpdate (Event $event) |
static | onAfterUpdate (Event $event) |
static | onBeforeDelete (Event $event) |
static | onDelete (Event $event) |
static | onAfterDelete (Event $event) |
Открытые атрибуты | |
const | TYPE_ARRIVAL = 'A' |
const | TYPE_STORE_ADJUSTMENT = 'S' |
const | TYPE_MOVING = 'M' |
const | TYPE_RETURN = 'R' |
const | TYPE_DEDUCT = 'D' |
const | TYPE_UNDO_RESERVE = 'U' |
const | TYPE_SALES_ORDERS = 'W' |
const | STATUS_CONDUCTED = 'Y' |
const | STATUS_DRAFT = 'N' |
const | STATUS_CANCELLED = 'C' |
Открытые атрибуты унаследованные от DataManager | |
const | EVENT_ON_BEFORE_ADD = "OnBeforeAdd" |
const | EVENT_ON_ADD = "OnAdd" |
const | EVENT_ON_AFTER_ADD = "OnAfterAdd" |
const | EVENT_ON_BEFORE_UPDATE = "OnBeforeUpdate" |
const | EVENT_ON_UPDATE = "OnUpdate" |
const | EVENT_ON_AFTER_UPDATE = "OnAfterUpdate" |
const | EVENT_ON_BEFORE_DELETE = "OnBeforeDelete" |
const | EVENT_ON_DELETE = "OnDelete" |
const | EVENT_ON_AFTER_DELETE = "OnAfterDelete" |
Защищенные статические члены | |
static | addSingleStoreFilterToQuery (Main\ORM\Query\Query $query, string $fieldName, array $storeIds) |
Защищенные статические члены унаследованные от DataManager | |
static | getObjectClassByDataClass ($dataClass) |
static | getCollectionClassByDataClass ($dataClass) |
static | replaceFieldName ($data=array()) |
static | validatePrimary ($primary) |
static | checkUfFields ($object, $ufdata, $result) |
static | callOnBeforeAddEvent ($object, $fields, $result) |
static | callOnAddEvent ($object, $fields, $ufdata) |
static | callOnAfterAddEvent ($object, $fields, $id) |
static | callOnBeforeUpdateEvent ($object, $fields, $result) |
static | callOnUpdateEvent ($object, $fields, $ufdata) |
static | callOnAfterUpdateEvent ($object, $fields) |
static | callOnBeforeDeleteEvent ($object, $entity, $result) |
static | callOnDeleteEvent ($object, $entity) |
static | callOnAfterDeleteEvent ($object, $entity) |
Дополнительные унаследованные члены | |
Статические защищенные данные унаследованные от DataManager | |
static | $entity |
static | $objectClass |
static | $collectionClass |
static | $currentDeletingObjects |
static | $reservedWords |
См. определение в файле storedocumenttable.php строка 64
|
staticprotected |
См. определение в файле storedocumenttable.php строка 523
|
static |
Returns entity map definition.
Переопределяет метод предка DataManager.
См. определение в файле storedocumenttable.php строка 94
|
static |
См. определение в файле storedocumenttable.php строка 384
|
static |
См. определение в файле storedocumenttable.php строка 368
|
static |
См. определение в файле storedocumenttable.php строка 377
|
static |
Returns DB table name for entity.
Переопределяет метод предка DataManager.
См. определение в файле storedocumenttable.php строка 84
|
static |
См. определение в файле storedocumenttable.php строка 342
|
static |
Returns validators for COMMENTARY field.
См. определение в файле storedocumenttable.php строка 335
|
static |
Returns validators for CURRENCY field.
См. определение в файле storedocumenttable.php строка 323
|
static |
Returns validators for DOC_NUMBER field.
См. определение в файле storedocumenttable.php строка 287
|
static |
Returns validators for SITE_ID field.
См. определение в файле storedocumenttable.php строка 311
|
static |
Returns validators for TITLE field.
См. определение в файле storedocumenttable.php строка 299
|
static |
См. определение в файле storedocumenttable.php строка 421
|
static |
См. определение в файле storedocumenttable.php строка 441
|
static |
См. определение в файле storedocumenttable.php строка 461
|
static |
См. определение в файле storedocumenttable.php строка 513
|
static |
См. определение в файле storedocumenttable.php строка 487
|
static |
См. определение в файле storedocumenttable.php строка 518
const STATUS_CANCELLED = 'C' |
См. определение в файле storedocumenttable.php строка 77
const STATUS_CONDUCTED = 'Y' |
См. определение в файле storedocumenttable.php строка 75
const STATUS_DRAFT = 'N' |
См. определение в файле storedocumenttable.php строка 76
const TYPE_ARRIVAL = 'A' |
См. определение в файле storedocumenttable.php строка 66
const TYPE_DEDUCT = 'D' |
См. определение в файле storedocumenttable.php строка 70
const TYPE_MOVING = 'M' |
См. определение в файле storedocumenttable.php строка 68
const TYPE_RETURN = 'R' |
См. определение в файле storedocumenttable.php строка 69
const TYPE_SALES_ORDERS = 'W' |
См. определение в файле storedocumenttable.php строка 72
const TYPE_STORE_ADJUSTMENT = 'S' |
См. определение в файле storedocumenttable.php строка 67
const TYPE_UNDO_RESERVE = 'U' |
См. определение в файле storedocumenttable.php строка 71