Bitrix API

ResultsTable extends DataManager

Class ResultsTable

Fields:

  • ID int mandatory
  • FILENAME string(255) mandatory
  • FEED_TYPE string(255) mandatory
  • UPLOAD_TIME datetime mandatory
  • PROCESSING_REQUEST_ID string(50) optional
  • PROCESSING_RESULT string(100) optional
  • RESULTS string optional

Table of Contents

Methods

createCollection()  : EO_Results_Collection
createObject()  : EO_Results
getById()  : EO_Results_Result
getByPrimary()  : EO_Results_Result
getEntity()  : EO_Results_Entity
getFilePath()  : mixed
getList()  : EO_Results_Result
getMap()  : mixed
getTableName()  : mixed
query()  : EO_Results_Query
validateFeedType()  : mixed
validateFilename()  : mixed
validateProcessingIsSuccess()  : mixed
validateProcessingRequestId()  : mixed
validateProcessingResult()  : mixed
wakeUpCollection()  : EO_Results_Collection
wakeUpObject()  : EO_Results

Methods

createCollection()

public static createCollection() : EO_Results_Collection
Return values
EO_Results_Collection

createObject()

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

getById()

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

getByPrimary()

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

getEntity()

public static getEntity() : EO_Results_Entity
Return values
EO_Results_Entity

getFilePath()

public static getFilePath() : mixed

getList()

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

getMap()

public static getMap() : mixed

getTableName()

public static getTableName() : mixed

query()

public static query() : EO_Results_Query
Return values
EO_Results_Query

validateFeedType()

public static validateFeedType() : mixed

validateFilename()

public static validateFilename() : mixed

validateProcessingIsSuccess()

public static validateProcessingIsSuccess() : mixed

validateProcessingRequestId()

public static validateProcessingRequestId() : mixed

validateProcessingResult()

public static validateProcessingResult() : mixed

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results