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_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Results
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_ResultsgetById()
public
static getById(mixed $id) : EO_Results_Result
Parameters
- $id : mixed
Return values
EO_Results_ResultgetByPrimary()
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_ResultgetEntity()
public
static getEntity() : EO_Results_Entity
Return values
EO_Results_EntitygetFilePath()
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_ResultgetMap()
public
static getMap() : mixed
getTableName()
public
static getTableName() : mixed
query()
public
static query() : EO_Results_Query
Return values
EO_Results_QueryvalidateFeedType()
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_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_Results
Parameters
- $row : mixed