IndexSectionTable extends DataManager
FinalYes
Class IndexSectionTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Constants
- MAX_LENGTH_BATCH_MYSQL_QUERY = 2048
Methods
- createCollection() : EO_IndexSection_Collection
- createObject() : EO_IndexSection
- deleteByDiscount() : void
- Deletes rows by discount id.
- fillByDiscount() : mixed
- getById() : EO_IndexSection_Result
- getByPrimary() : EO_IndexSection_Result
- getEntity() : EO_IndexSection_Entity
- getList() : EO_IndexSection_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getTableName() : string
- Returns DB table name for entity.
- query() : EO_IndexSection_Query
- wakeUpCollection() : EO_IndexSection_Collection
- wakeUpObject() : EO_IndexSection
Constants
MAX_LENGTH_BATCH_MYSQL_QUERY
public
mixed
MAX_LENGTH_BATCH_MYSQL_QUERY
= 2048
Methods
createCollection()
public
static createCollection() : EO_IndexSection_Collection
Return values
EO_IndexSection_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_IndexSection
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_IndexSectiondeleteByDiscount()
Deletes rows by discount id.
public
static deleteByDiscount(int $discountId) : void
Parameters
- $discountId : int
-
Id of discount.
fillByDiscount()
public
static fillByDiscount(mixed $discountId, array<string|int, mixed> $indexData) : mixed
Parameters
- $discountId : mixed
- $indexData : array<string|int, mixed>
getById()
public
static getById(mixed $id) : EO_IndexSection_Result
Parameters
- $id : mixed
Return values
EO_IndexSection_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_IndexSection_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_IndexSection_ResultgetEntity()
public
static getEntity() : EO_IndexSection_Entity
Return values
EO_IndexSection_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_IndexSection_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_IndexSection_ResultgetMap()
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
stringquery()
public
static query() : EO_IndexSection_Query
Return values
EO_IndexSection_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_IndexSection_Collection
Parameters
- $rows : mixed
Return values
EO_IndexSection_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_IndexSection
Parameters
- $row : mixed