Bitrix API

ShowSessionTable extends DataManager

FinalYes

Class ShowSessionTable

Fields:

  • ID int mandatory
  • OBJECT_ID int optional
  • VERSION_ID int optional
  • USER_ID int mandatory
  • OWNER_ID int mandatory
  • IS_EXCLUSIVE bool optional
  • SERVICE string(10) mandatory
  • SERVICE_FILE_ID string(255) mandatory
  • SERVICE_FILE_LINK text mandatory
  • ETAG string(255)
  • CREATE_TIME datetime mandatory

Table of Contents

Constants

LIFETIME_SECONDS  = 10800
MAX_LENGTH_BATCH_MYSQL_QUERY  = \Bitrix\Disk\Internals\Db\SqlHelper::MAX_LENGTH_BATCH_MYSQL_QUERY

Methods

className()  : string
createCollection()  : EO_ShowSession_Collection
createObject()  : EO_ShowSession
deleteByFilter()  : bool
Deletes rows by filter.
getById()  : EO_ShowSession_Result
getByPrimary()  : EO_ShowSession_Result
getEntity()  : EO_ShowSession_Entity
getList()  : EO_ShowSession_Result
getMap()  : array<string|int, mixed>
Returns entity map definition
getTableName()  : string
Returns DB table name for entity
merge()  : mixed
query()  : EO_ShowSession_Query
Creates and returns the Query object for the entity
validateEtag()  : mixed
validateService()  : mixed
validateServiceFileId()  : mixed
wakeUpCollection()  : EO_ShowSession_Collection
wakeUpObject()  : EO_ShowSession

Constants

LIFETIME_SECONDS

public mixed LIFETIME_SECONDS = 10800

MAX_LENGTH_BATCH_MYSQL_QUERY

public mixed MAX_LENGTH_BATCH_MYSQL_QUERY = \Bitrix\Disk\Internals\Db\SqlHelper::MAX_LENGTH_BATCH_MYSQL_QUERY

Methods

className()

public static className() : string
Return values
string

the fully qualified name of this class.

createCollection()

public static createCollection() : EO_ShowSession_Collection
Return values
EO_ShowSession_Collection

createObject()

public static createObject([mixed $setDefaultValues = = 'true' ]) : EO_ShowSession
Parameters
$setDefaultValues : mixed = = 'true'
Return values
EO_ShowSession

deleteByFilter()

Deletes rows by filter.

public static deleteByFilter(array<string|int, mixed> $filter) : bool
Parameters
$filter : array<string|int, mixed>

Filter

Tags
throws
ArgumentNullException
Return values
bool

getById()

public static getById(mixed $id) : EO_ShowSession_Result
Parameters
$id : mixed
Return values
EO_ShowSession_Result

getByPrimary()

public static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_ShowSession_Result
Parameters
$primary : mixed
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_ShowSession_Result

getEntity()

public static getEntity() : EO_ShowSession_Entity
Return values
EO_ShowSession_Entity

getList()

public static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_ShowSession_Result
Parameters
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_ShowSession_Result

getMap()

Returns entity map definition

public static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>

getTableName()

Returns DB table name for entity

public static getTableName() : string
Return values
string

merge()

public static merge(array<string|int, mixed> $data) : mixed
Parameters
$data : array<string|int, mixed>

query()

Creates and returns the Query object for the entity

public static query() : EO_ShowSession_Query
Return values
EO_ShowSession_Query

validateEtag()

public static validateEtag() : mixed

validateService()

public static validateService() : mixed

validateServiceFileId()

public static validateServiceFileId() : mixed

wakeUpCollection()

public static wakeUpCollection(mixed $rows) : EO_ShowSession_Collection
Parameters
$rows : mixed
Return values
EO_ShowSession_Collection

wakeUpObject()

public static wakeUpObject(mixed $row) : EO_ShowSession
Parameters
$row : mixed
Return values
EO_ShowSession

        
On this page

Search results