|
1C-Bitrix 25.700.0
|
Открытые статические члены | |
| static | getEntity () |
| static | unsetEntity ($class) |
| static | getTableName () |
| 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 | getMap () |
| 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, array $parameters=[]) |
| 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 | isCacheable () |
| 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 | 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 | getObjectClassByDataClass ($dataClass) |
| static | getCollectionClassByDataClass ($dataClass) |
| static | replaceFieldName ($data=array()) |
| static | validatePrimary ($primary) |
| static | checkUfFields ($object, $ufdata, $result) |
| static | getAddStrategy () |
| static | sysAddInternal (AddStrategy $strategy, array $data, bool $ignoreEvents=false,) |
| static | sysAddMultiInternal (AddStrategy $strategy, array $multiData, bool $ignoreEvents=false,) |
| 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) |
Статические защищенные данные | |
| static | $entity |
| static | $objectClass |
| static | $collectionClass |
| static | $currentDeletingObjects |
Base entity data manager
См. определение в файле datamanager.php строка 34
|
static |
Adds row to entity table
| array | $data | An array with fields like array( "fields" => array( "FIELD1" => "value1", "FIELD2" => "value2", ), "auth_context" => \Bitrix\Main\Authentication\Context object ) or just a plain array of fields. |
This method uses the default strategy defined in the class.
Exception
Переопределяется в WorkflowInstanceTable, TaskTable, TaskUserTable, StoreDocumentSpecificTable, ElementTable, SenderTable, UserFieldTable и UserTable.
См. определение в файле datamanager.php строка 877
|
static |
Adds several rows to entity table.
This method uses the default strategy defined in the class.
| $rows | ||
| bool | $ignoreEvents |
| Main |
ArgumentException
| Main |
SystemException
Переопределяется в CommonElementTable и AccessPermissionTable.
См. определение в файле datamanager.php строка 1041
|
staticprotected |
| $object | |
| $fields | |
| $ufdata |
См. определение в файле datamanager.php строка 1756
|
staticprotected |
| EntityObject | $object | |
| array | $fields | |
| int | $id |
См. определение в файле datamanager.php строка 1777
|
staticprotected |
| $object | |
| $entity |
См. определение в файле datamanager.php строка 1909
|
staticprotected |
| EntityObject | $object | |
| $fields |
См. определение в файле datamanager.php строка 1855
|
staticprotected |
| EntityObject | $object | |
| $fields | ||
| $result |
См. определение в файле datamanager.php строка 1728
|
staticprotected |
| $object | |
| $entity | |
| $result |
См. определение в файле datamanager.php строка 1879
|
staticprotected |
| EntityObject | $object | |
| $fields | ||
| $result |
См. определение в файле datamanager.php строка 1802
|
staticprotected |
| $object | |
| $entity |
См. определение в файле datamanager.php строка 1895
|
staticprotected |
| EntityObject | $object | |
| $fields | ||
| $ufdata |
См. определение в файле datamanager.php строка 1832
Checks the data fields before saving to DB. Result stores in the $result object
| Result | $result | |
| mixed | $primary | |
| array | $data |
| Main |
ArgumentException
| Main |
SystemException
Переопределяется в AccessPermissionTable.
См. определение в файле datamanager.php строка 686
|
staticprotected |
| EntityObject | $object | |
| $ufdata | ||
| Result | $result |
См. определение в файле datamanager.php строка 820
|
static |
Cleans the tablet cache after data modifications.
Переопределяется в CurrencyLangTable, TypeTable, HandlerTable и SiteTable.
См. определение в файле datamanager.php строка 1983
|
staticfinal |
| Main |
ArgumentException
| Main |
SystemException
См. определение в файле datamanager.php строка 242
|
staticfinal |
| bool | $setDefaultValues |
| Main |
ArgumentException
| Main |
SystemException
См. определение в файле datamanager.php строка 232
|
static |
Returns true if crypto is enabled for a field.
| string | $field | |
| string | $table |
См. определение в файле datamanager.php строка 1950
|
static |
Deletes row in entity table by primary key
| mixed | $primary |
Exception
Переопределяется в TaskTable, TaskUserTable, StoreDocumentSpecificTable, ElementTable, CultureTable, UserFieldTable, UserTable, KkmModelTable и PaySystemActionTable.
См. определение в файле datamanager.php строка 1644
|
static |
Sets a flag indicating crypto support for a field.
| string | $field | |
| string | $table | |
| bool | $mode |
См. определение в файле datamanager.php строка 1926
|
staticprotected |
См. определение в файле datamanager.php строка 853
|
static |
Returns selection by entity's primary key
| mixed | $id | Primary key of the entity |
| Main |
ArgumentException
| Main |
ObjectPropertyException
| Main |
SystemException
См. определение в файле datamanager.php строка 364
Returns selection by entity's primary key and optional parameters for getList()
| mixed | $primary | Primary key of the entity |
| array | $parameters | Additional parameters for getList() |
| Main |
ArgumentException
| Main |
ObjectPropertyException
| Main |
SystemException
См. определение в файле datamanager.php строка 330
|
static |
Returns class of Object collection for current entity.
Переопределяется в OpenEventCategoryAttendeeTable, OpenEventCategoryTable, ElementV1Table, ElementV2Table, BookTable, ReliabilityTable, CollabOptionTable, QueueTable, SpaceCompositionTable, LogTable, FileIndexTable, PathIndexTable и PhraseIndexTable.
См. определение в файле datamanager.php строка 159
|
staticprotected |
См. определение в файле datamanager.php строка 180
|
staticfinal |
Returns class name (without namespace) of Object collection for current entity.
См. определение в файле datamanager.php строка 174
|
static |
См. определение в файле datamanager.php строка 204
|
static |
Returns connection name for entity
Переопределяется в UserSessionTable.
См. определение в файле datamanager.php строка 102
Performs COUNT query on entity and returns the result.
| array | Filter | $filter | |
| array | $cache | An array of cache options "ttl" => integer indicating cache TTL |
| Main |
ObjectPropertyException
| Main |
SystemException
См. определение в файле datamanager.php строка 516
|
static |
Returns entity object
| Main |
ArgumentException
| Main |
SystemException
См. определение в файле datamanager.php строка 65
|
static |
Переопределяется в CommonElementTable, ElementV1Table, ElementV2Table и ValueStorageTable.
См. определение в файле datamanager.php строка 220
Executes the query and returns selection by parameters of the query. This function is an alias to the Query object functions
| array | $parameters | An array of query parameters, available keys are: "select" => array of fields in the SELECT part of the query, aliases are possible in the form of "alias"=>"field"; "filter" => array of filters in the WHERE/HAVING part of the query in the form of "(condition)field"=>"value"; also could be an instance of Filter; "group" => array of fields in the GROUP BY part of the query; "order" => array of fields in the ORDER BY part of the query in the form of "field"=>"asc|desc"; "limit" => integer indicating maximum number of rows in the selection (like LIMIT n in MySql); "offset" => integer indicating first row number in the selection (like LIMIT n, 100 in MySql); "runtime" => array of entity fields created dynamically; "cache => array of cache options:<br> "ttl" => integer indicating cache TTL;<br> "cache_joins" => boolean enabling to cache joins, false by default. |
| Main |
ArgumentException
| Main |
ObjectPropertyException
| Main |
SystemException
См. определение в файле datamanager.php строка 431
|
static |
Returns entity map definition. To get initialized fields
Переопределяется в ButtonSiteTable, DebuggerSessionDocumentTable, DebuggerSessionTable, DebuggerSessionTemplateShardsTable, DebuggerSessionWorkflowContextTable, DocumentTypeUserOptionTable, ResultTable, TrackingTable, ActivityStorageTable, WorkflowDurationStatTable, WorkflowFilterTable, WorkflowInstanceTable, WorkflowMetadataTable, WorkflowStateTable, WorkflowUserCommentTable, WorkflowUserTable, TaskSearchContentTable, TaskTable, TaskUserTable, WorkflowTemplateDraftTable, WorkflowTemplateSettingsTable, WorkflowTemplateUserOptionTable, GlobalConstTable, GlobalVarTable, AccessTable, CounterTable, EventAttendeeTable, EventConnectionTable, EventOriginalRecursionTable, EventSectTable, QueueHandledMessageTable, QueueMessageTable, RoomCategoryTable, SectionConnectionTable, SharingLinkMemberTable, SharingLinkRuleTable, SharingLinkTable, SharingObjectRuleTable, OpenEventCategoryAttendeeTable, OpenEventCategoryBannedTable, OpenEventCategoryMutedTable, OpenEventCategoryTable, OpenEventOptionTable, AgentContractFileTable, AgentContractTable, AgentProductTable, CatalogIblockTable, ContractorTable, DiscountEntityTable, ExtraTable, GroupAccessTable, GroupTable, PriceTable, ProductCompilationTable, ProductTable, RoundingTable, StoreBarcodeTable, StoreBatchDocumentElementTable, StoreBatchTable, StoreDocumentBarcodeTable, StoreDocumentElementTable, StoreDocumentFileTable, StoreDocumentTable, StoreProductTable, VatTable, CopyQueueTable, DeleteQueueTable, FileBucketTable, FileHashTable, FileResizeTable, FileSaveTable, FileUploadTable, CurrencyLangTable, CurrencyRateTable, CurrencyTable, UserTopicTable, ElementPropertyTable, ElementTable, IblockTable, CommonElementTable, PropertyFeatureTable, PropertyTable, SectionTable, TypeTable, AnchorTable, CallTable, CallUserTable, ChatPinnedMessageTable, CounterOverflowTable, FileTemporaryTable, HrSyncQueueTable, LastMessageTable, LinkCalendarIndexTable, LinkCalendarTable, LinkFavoriteTable, LinkFileTable, LinkPinTable, LinkReminderTable, LinkTaskTable, LinkUrlIndexTable, LinkUrlTable, LogTable, MessageDisappearingTable, MessageUnreadTable, MessageViewedTable, NoRelationPermissionDiskTable, NotifyGroupConditionTable, NotifyGroupTable, OptionAccessTable, OptionGroupTable, OptionStateTable, OptionUserTable, ReactionTable, RecentInitQueueTable, UserTable, AddressFieldTable, AddressLinkTable, AddressTable, AreaTable, LocationFieldTable, LocationNameTable, LocationTable, RecentAddressTable, SourceTable, StaticMapFileTable, DomainEmailTable, MailboxAccessTable, MailboxDirectoryTable, MailContactTable, MailCounterTable, MailEntityOptionsTable, MailMessageAttachmentTable, MessageAccessTable, MessageClosureTable, MessageDeleteQueueTable, MessageUploadQueueTable, OAuthTable, UserSignatureTable, AccessPermissionTable, AccessRoleRelationTable, AccessRoleTable, CounterDataTable, ApplicationPasswordTable, GroupSubordinateTable, ModuleGroupTable, UserAuthCodeTable, UserDeviceLoginTable, UserDeviceTable, UserHitAuthTable, UserPasswordTable, UserStoredAuthTable, ParametersTable, CacheCleanPathTable, CacheTagTable, EventLogTable, LogNotificationActionTable, LogNotificationTable, FileDuplicateTable, FileHashTable, FileVersionTable, GroupTable, CultureTable, LanguageTable, BlacklistTable, EventAttachmentTable, EventMessageAttachmentTable, EventMessageSiteTable, EventMessageTable, EventTable, EventTypeTable, SenderSendCounterTable, SenderTable, MessengerMessageTable, ModuleTable, NumeratorSequenceTable, NumeratorTable, VendorNotificationSignTable, VendorNotificationTable, RuleRecordTable, HandlerTable, GeonameTable, UserSessionTable, ToolbarItemTable, ToolbarTable, SiteTable, TemplateTable, AuthorTable, BookTable, PublisherTable, StoreBookTable, StoreTable, EntityUsageTable, FilePreviewTable, VersionHistoryTable, RouteTable, UrlMetadataTable, AgreementTable, ConsentTable, FieldTable, UserConsentItemTable, UserFieldPermissionTable, PrototypeItemDataManager, TypeDataManager, UserFieldLangTable, UserFieldTable, UserPhoneAuthTable, UserProfileHistoryTable, UserTable, ChannelTable, IncomingMessageTable, MessageTable, RestAppTable, RestrictionTable, TemplateTable, CacheHitrateTable, WatchTable, PasswordTable, PermissionTable, OwnerEntityTable, StorageTable, FreeAppTable, PlacementLangTable, CashboxCheckTable, CashboxConnectTable, CashboxTable, CashboxZReportTable, Check2CashboxTable, CheckRelatedEntitiesTable, KkmModelTable, DeliveryRestHandlerTable, RelatedDataTable, IndexElementTable, IndexSectionTable, B24integrationTokenTable, CashboxRestHandlerTable, EntityLabelTable, OrderProcessingTable, OrderPropsGroupTable, OrderPropsTable, OrderPropsValueTable, OrderPropsVariantTable, PayableItemTable, PaymentPaySystemAvailableTable, PaySystemActionTable, ReliabilityTable, ShipmentItemTable, SynchronizerLogTable, UserGroupRestrictionTable, UserPropsTable, UserPropsValueTable, UserTransactTable, YandexSettingsTable, BasketReservationHistoryTable, BasketReservationTable, UserTable, ContactListTable, ContactTable, FileTable, GroupConnectorTable, GroupDealCategoryTable, GroupTable, FileInfoTable, GroupStateTable, ListTable, MailingAttachmentTable, MailingChainTable, MailingGroupTable, MailingSubscriptionTable, MailingTable, MailingTriggerTable, PostingClickTable, PostingReadTable, PostingRecipientTable, PostingTable, PostingUnsubTable, SegmentDataTable, TemplateTable, TimeLineQueueTable, CollabLastActivityTable, CollabLogTable, CollabOptionTable, QueueTable, EventTable, QueueTable, CounterTable, QueueTable, SpaceCompositionTable, LiveWatchTable, SpaceUserLatestActivityTable, SpaceUserRecentActivityTable, LogCommentTable, LogSiteTable, LogTable, UserLinkTable, RubricTable, SubscriptionTable, FileIndexTable, PathIndexTable, PathLangTable, PathTreeTable, PhraseFts, PhraseIndexTable, AccessTable, GroupTable, ItemTable, ItemToFileTable, RecentlyUsedTable и TempFileTable.
См. определение в файле datamanager.php строка 279
|
static |
Returns class of Object for current entity.
Переопределяется в DebuggerSessionDocumentTable, DebuggerSessionTable, DebuggerSessionTemplateShardsTable, DebuggerSessionWorkflowContextTable, WorkflowStateTable, TaskTable, EventAttendeeTable, OpenEventCategoryAttendeeTable, OpenEventCategoryTable, OpenEventOptionTable, PermissionTable, RoleRelationTable, RoleTable, IblockTable, ElementV1Table, ElementV2Table, PropertyTable, MailboxDirectoryTable, UserSignatureTable, CultureTable, SenderTable, TemplateTable, BookTable, UserFieldPermissionTable, B24integrationTokenTable, ReliabilityTable, CollabLastActivityTable, CollabOptionTable, QueueTable, SpaceCompositionTable, LogTable, FileIndexTable, PathIndexTable, PhraseIndexTable и TempFileTable.
См. определение в файле datamanager.php строка 120
|
staticprotected |
См. определение в файле datamanager.php строка 141
|
staticfinal |
Returns class name (without namespace) of Object for current entity.
См. определение в файле datamanager.php строка 135
|
static |
Переопределяется в ElementV1Table, ElementV2Table, ValueStorageTable и TypeDataManager.
См. определение в файле datamanager.php строка 196
|
static |
Переопределяется в CommonElementTable.
См. определение в файле datamanager.php строка 212
|
static |
Returns one row (or null) by parameters for getList()
| array | $parameters | Primary key of the entity |
| Main |
ArgumentException
| Main |
ObjectPropertyException
| Main |
SystemException
См. определение в файле datamanager.php строка 398
|
static |
Returns one row (or null) by entity's primary key
| mixed | $id | Primary key of the entity |
| array | $parameters | Additional parameters for getList() |
| Main |
ArgumentException
| Main |
ObjectPropertyException
| Main |
SystemException
См. определение в файле datamanager.php строка 380
|
static |
Returns DB table name for entity
Переопределяется в ButtonSiteTable, DebuggerSessionDocumentTable, DebuggerSessionTable, DebuggerSessionTemplateShardsTable, DebuggerSessionWorkflowContextTable, DocumentTypeUserOptionTable, ResultTable, TrackingTable, ActivityStorageTable, WorkflowDurationStatTable, WorkflowFilterTable, WorkflowInstanceTable, WorkflowMetadataTable, WorkflowStateTable, WorkflowUserCommentTable, WorkflowUserTable, TaskSearchContentTable, TaskTable, TaskUserTable, WorkflowTemplateDraftTable, WorkflowTemplateSettingsTable, WorkflowTemplateUserOptionTable, GlobalConstTable, GlobalVarTable, AccessTable, CounterTable, EventAttendeeTable, EventConnectionTable, EventOriginalRecursionTable, EventSectTable, QueueHandledMessageTable, QueueMessageTable, RoomCategoryTable, SectionConnectionTable, SharingLinkMemberTable, SharingLinkRuleTable, SharingLinkTable, SharingObjectRuleTable, OpenEventCategoryAttendeeTable, OpenEventCategoryBannedTable, OpenEventCategoryMutedTable, OpenEventCategoryTable, OpenEventOptionTable, PermissionTable, RoleRelationTable, RoleTable, AgentContractFileTable, AgentContractTable, AgentProductTable, CatalogIblockTable, ContractorTable, DiscountEntityTable, ExtraTable, GroupAccessTable, GroupTable, PriceTable, ProductCompilationTable, ProductTable, RoundingTable, StoreBarcodeTable, StoreBatchDocumentElementTable, StoreBatchTable, StoreDocumentBarcodeTable, StoreDocumentElementTable, StoreDocumentFileTable, StoreDocumentTable, StoreProductTable, VatTable, CopyQueueTable, DeleteQueueTable, FileBucketTable, FileHashTable, FileResizeTable, FileSaveTable, FileUploadTable, CurrencyLangTable, CurrencyRateTable, CurrencyTable, UserTopicTable, ElementTable, IblockTable, CommonElementTable, PropertyFeatureTable, PropertyTable, SectionTable, TypeTable, AnchorTable, CallTable, CallUserTable, ChatPinnedMessageTable, CounterOverflowTable, FileTemporaryTable, HrSyncQueueTable, LastMessageTable, LinkCalendarIndexTable, LinkCalendarTable, LinkFavoriteTable, LinkFileTable, LinkPinTable, LinkReminderTable, LinkTaskTable, LinkUrlIndexTable, LinkUrlTable, LogTable, MessageDisappearingTable, MessageUnreadTable, MessageViewedTable, NoRelationPermissionDiskTable, NotifyGroupConditionTable, NotifyGroupTable, OptionAccessTable, OptionGroupTable, OptionStateTable, OptionUserTable, ReactionTable, RecentInitQueueTable, AddressFieldTable, AddressLinkTable, AddressTable, AreaTable, LocationFieldTable, LocationNameTable, LocationTable, RecentAddressTable, SourceTable, StaticMapFileTable, DomainEmailTable, MailboxAccessTable, MailboxDirectoryTable, MailContactTable, MailCounterTable, MailEntityOptionsTable, MailMessageAttachmentTable, MessageAccessTable, MessageClosureTable, MessageDeleteQueueTable, MessageUploadQueueTable, OAuthTable, UserSignatureTable, CounterDataTable, ApplicationPasswordTable, GroupSubordinateTable, ModuleGroupTable, UserAuthCodeTable, UserDeviceLoginTable, UserDeviceTable, UserHitAuthTable, UserPasswordTable, UserStoredAuthTable, ParametersTable, CacheCleanPathTable, CacheTagTable, EventLogTable, LogNotificationActionTable, LogNotificationTable, FileDuplicateTable, FileHashTable, FileVersionTable, GroupTable, CultureTable, LanguageTable, BlacklistTable, EventAttachmentTable, EventMessageAttachmentTable, EventMessageSiteTable, EventMessageTable, EventTable, EventTypeTable, SenderSendCounterTable, SenderTable, MessengerMessageTable, ModuleTable, NumeratorSequenceTable, NumeratorTable, VendorNotificationSignTable, VendorNotificationTable, RuleRecordTable, HandlerTable, GeonameTable, UserSessionTable, ToolbarItemTable, ToolbarTable, SiteTable, TemplateTable, AuthorTable, BookTable, PublisherTable, StoreBookTable, StoreTable, EntityUsageTable, FilePreviewTable, VersionHistoryTable, RouteTable, UrlMetadataTable, AgreementTable, ConsentTable, FieldTable, UserConsentItemTable, UserFieldPermissionTable, UserFieldLangTable, UserPhoneAuthTable, UserProfileHistoryTable, UserTable, ChannelTable, IncomingMessageTable, MessageTable, RestAppTable, RestrictionTable, TemplateTable, CacheHitrateTable, WatchTable, PasswordTable, PermissionTable, OwnerEntityTable, StorageTable, FreeAppTable, PlacementLangTable, CashboxCheckTable, CashboxConnectTable, CashboxTable, CashboxZReportTable, Check2CashboxTable, CheckRelatedEntitiesTable, KkmModelTable, DeliveryRestHandlerTable, RelatedDataTable, IndexElementTable, IndexSectionTable, B24integrationTokenTable, CashboxRestHandlerTable, EntityLabelTable, OrderProcessingTable, OrderPropsGroupTable, OrderPropsTable, OrderPropsValueTable, OrderPropsVariantTable, PayableItemTable, PaymentPaySystemAvailableTable, PaySystemActionTable, ReliabilityTable, ShipmentItemTable, SynchronizerLogTable, UserGroupRestrictionTable, UserPropsTable, UserPropsValueTable, UserTransactTable, YandexSettingsTable, BasketReservationHistoryTable, BasketReservationTable, UserTable, SessionTable, PermissionTable, RoleRelationTable, ContactListTable, ContactTable, FileTable, GroupConnectorTable, GroupDealCategoryTable, GroupTable, FileInfoTable, GroupStateTable, ListTable, MailingAttachmentTable, MailingChainTable, MailingGroupTable, MailingSubscriptionTable, MailingTable, MailingTriggerTable, PostingClickTable, PostingReadTable, PostingRecipientTable, PostingTable, PostingUnsubTable, SegmentDataTable, TemplateTable, TimeLineQueueTable, CollabLastActivityTable, CollabLogTable, CollabOptionTable, QueueTable, EventTable, QueueTable, CounterTable, QueueTable, SpaceCompositionTable, LiveWatchTable, SpaceUserLatestActivityTable, SpaceUserRecentActivityTable, LogCommentTable, LogSiteTable, LogTable, UserLinkTable, RubricTable, SubscriptionTable, FileIndexTable, PathIndexTable, PathLangTable, PathTreeTable, PhraseIndexTable, AccessTable, GroupTable, ItemTable, ItemToFileTable, RecentlyUsedTable и TempFileTable.
См. определение в файле datamanager.php строка 92
|
static |
См. определение в файле datamanager.php строка 110
|
static |
Переопределяется в StoreDocumentSpecificTable, ProductTable, BookTable, UserTable, LogCommentTable и LogTable.
См. определение в файле datamanager.php строка 284
|
static |
You can disable cache for the tablet completely.
Переопределяется в CacheCleanPathTable и CacheTagTable.
См. определение в файле datamanager.php строка 1997
|
static |
См. определение в файле datamanager.php строка 294
|
static |
См. определение в файле datamanager.php строка 289
|
static |
См. определение в файле datamanager.php строка 2008
|
static |
Переопределяется в WorkflowDurationStatTable, IblockTable, CommonElementTable, ElementV2Table, AccessPermissionTable, PrototypeItemDataManager и TypeDataManager.
См. определение в файле datamanager.php строка 2009
|
static |
Переопределяется в IblockTable, CommonElementTable, SectionTable, AgreementTable и TypeDataManager.
См. определение в файле datamanager.php строка 2015
|
static |
Переопределяется в IblockTable, CommonElementTable, AccessPermissionTable, PrototypeItemDataManager и TypeDataManager.
См. определение в файле datamanager.php строка 2012
|
static |
Переопределяется в IblockTable, SectionTable, OptionGroupTable, AddressTable, PrototypeItemDataManager, OrderPropsTable и UserTransactTable.
См. определение в файле datamanager.php строка 2007
|
static |
Переопределяется в PrototypeItemDataManager и TypeDataManager.
См. определение в файле datamanager.php строка 2013
|
static |
Переопределяется в GlobalConstTable, GlobalVarTable, IblockTable, SectionTable, OptionGroupTable, MessengerMessageTable, PrototypeItemDataManager, TypeDataManager, OrderPropsTable и UserTransactTable.
См. определение в файле datamanager.php строка 2010
|
static |
Переопределяется в SectionTable, FilePreviewTable, UrlMetadataTable и TempFileTable.
См. определение в файле datamanager.php строка 2014
|
static |
Переопределяется в UrlMetadataTable.
См. определение в файле datamanager.php строка 2011
|
static |
|
static |
Creates and returns the Query object for the entity
| Main |
ArgumentException
| Main |
SystemException
См. определение в файле datamanager.php строка 549
|
staticprotected |
| array | $data |
| Main |
ArgumentException
| Main |
SystemException
См. определение в файле datamanager.php строка 562
|
static |
| EntityObject | $object |
См. определение в файле datamanager.php строка 1972
|
static |
| Query | $query |
Переопределяется в StoreDocumentSpecificTable и CommonElementTable.
См. определение в файле datamanager.php строка 304
|
staticfinalprotected |
См. определение в файле datamanager.php строка 885
|
staticfinalprotected |
См. определение в файле datamanager.php строка 1053
|
static |
См. определение в файле datamanager.php строка 77
|
static |
Updates row in entity table by primary key
| mixed | $primary | |
| array | $data | An array with fields like array( "fields" => array( "FIELD1" => "value1", "FIELD2" => "value2", ), "auth_context" => \Bitrix\Main\Authentication\Context object ) or just a plain array of fields. |
Exception
| mixed | $primary | |
| array | $data |
| Main |
ArgumentException
| Main |
Db\SqlQueryException
| Main |
SystemException
Переопределяется в WorkflowInstanceTable, TaskTable, StoreDocumentSpecificTable, ElementTable, CultureTable, UserFieldTable и UserTable.
См. определение в файле datamanager.php строка 1256
|
staticprotected |
| $primary |
| Main |
ArgumentException
| Main |
SystemException
См. определение в файле datamanager.php строка 631
|
staticfinal |
| $rows |
| Main |
ArgumentException
| Main |
SystemException
См. определение в файле datamanager.php строка 270
|
staticfinal |
| $row |
| Main |
ArgumentException
| Main |
SystemException
См. определение в файле datamanager.php строка 256
|
staticprotected |
См. определение в файле datamanager.php строка 53
|
staticprotected |
См. определение в файле datamanager.php строка 56
|
staticprotected |
См. определение в файле datamanager.php строка 47
|
staticprotected |
См. определение в файле datamanager.php строка 50
| const EVENT_ON_ADD = "OnAdd" |
См. определение в файле datamanager.php строка 37
| const EVENT_ON_AFTER_ADD = "OnAfterAdd" |
См. определение в файле datamanager.php строка 38
| const EVENT_ON_AFTER_DELETE = "OnAfterDelete" |
См. определение в файле datamanager.php строка 44
| const EVENT_ON_AFTER_UPDATE = "OnAfterUpdate" |
См. определение в файле datamanager.php строка 41
| const EVENT_ON_BEFORE_ADD = "OnBeforeAdd" |
См. определение в файле datamanager.php строка 36
| const EVENT_ON_BEFORE_DELETE = "OnBeforeDelete" |
См. определение в файле datamanager.php строка 42
| const EVENT_ON_BEFORE_UPDATE = "OnBeforeUpdate" |
См. определение в файле datamanager.php строка 39
| const EVENT_ON_DELETE = "OnDelete" |
См. определение в файле datamanager.php строка 43
| const EVENT_ON_UPDATE = "OnUpdate" |
См. определение в файле datamanager.php строка 40