1C-Bitrix 25.700.0
|
Открытые статические члены | |
static | getTableName () |
static | getMap () |
static | validateEmail () |
static | checkEmail (?string $value) |
static | onBeforeAdd (Entity\Event $event) |
static | onBeforeUpdate (Entity\Event $event) |
static | onAfterDelete (Entity\Event $event) |
static | deleteList (array $filter) |
static | updateConsentStatus ($primary, string $contactStatus) |
static | addIfNotExist (array $ar) |
static | checkConnectors () |
static | addFromConnector (Connector\Base $connector, ?int $pageNumber=null, int $timeout=0) |
static | upload (array $list, bool $isBlacklist=false, ?int $listId=null) |
static | getConflictFields () |
Открытые статические члены унаследованные от 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, 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 | CONSENT_STATUS_WAIT = 'W' |
const | CONSENT_STATUS_NEW = 'N' |
const | CONSENT_STATUS_DENY = 'D' |
const | CONSENT_STATUS_ACCEPT = 'A' |
Поля данных унаследованные от 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" |
Дополнительные унаследованные члены | |
Защищенные статические члены унаследованные от DataManager | |
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) |
Статические защищенные данные унаследованные от DataManager | |
static | $entity |
static | $objectClass |
static | $collectionClass |
static | $currentDeletingObjects |
См. определение в файле contact.php строка 42
|
static |
Add from connector.
Connector\Base | $connector | Connector instance. |
null | integer | $pageNumber | Page number. |
int | $timeout | Timeout. |
Bitrix\Main\ArgumentException|\Bitrix\Main\SystemException
См. определение в файле contact.php строка 399
|
static |
Add if not exist.
array | $ar | Data. |
Bitrix\Main\ArgumentException
Bitrix\Main\ObjectPropertyException
Bitrix\Main\SystemException
См. определение в файле contact.php строка 332
|
static |
Check connectors.
Bitrix\Main\ArgumentException
См. определение в файле contact.php строка 380
|
static |
Check email.
string | null | $value |
См. определение в файле contact.php строка 179
|
static |
array | $filter |
Bitrix\Main\ArgumentException
Bitrix\Main\DB\SqlQueryException
Bitrix\Main\SystemException
Переопределяет метод предка DataManager.
См. определение в файле contact.php строка 292
|
static |
|
static |
Get map.
Переопределяет метод предка DataManager.
См. определение в файле contact.php строка 63
|
static |
Get table name.
Переопределяет метод предка DataManager.
См. определение в файле contact.php строка 53
|
static |
On after delete.
Entity\Event | $event | Event. |
Exception
См. определение в файле contact.php строка 273
|
static |
Handler of before add event.
Entity\Event | $event | Event object. |
См. определение в файле contact.php строка 197
|
static |
Handler of before update event.
Entity\Event | $event | Event object. |
См. определение в файле contact.php строка 231
|
static |
mixed | $primary | |
string | $contactStatus |
Exception
См. определение в файле contact.php строка 314
Upload contacts.
array | $list | List of contacts. |
bool | $isBlacklist | Is blacklist. |
int | null | $listId | List ID. |
Bitrix\Main\ArgumentException
Bitrix\Main\ArgumentTypeException
Bitrix\Main\DB\SqlQueryException
Bitrix\Main\ObjectPropertyException
Bitrix\Main\SystemException
См. определение в файле contact.php строка 549
|
static |
Returns validators for EMAIL_FROM field.
См. определение в файле contact.php строка 164
const CONSENT_STATUS_ACCEPT = 'A' |
См. определение в файле contact.php строка 47
const CONSENT_STATUS_DENY = 'D' |
См. определение в файле contact.php строка 46
const CONSENT_STATUS_NEW = 'N' |
См. определение в файле contact.php строка 45
const CONSENT_STATUS_WAIT = 'W' |
См. определение в файле contact.php строка 44