BuyerStatisticTable extends DataManager
Class BuyerStatisticTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_BuyerStatistic_Collection
- createObject() : EO_BuyerStatistic
- getById() : EO_BuyerStatistic_Result
- getByPrimary() : EO_BuyerStatistic_Result
- getEntity() : EO_BuyerStatistic_Entity
- getList() : EO_BuyerStatistic_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getTableName() : string
- Returns DB table name for entity.
- query() : EO_BuyerStatistic_Query
- recalculate() : mixed
- Renew buyer statistic by recalculation of order table and archive order table.
- wakeUpCollection() : EO_BuyerStatistic_Collection
- wakeUpObject() : EO_BuyerStatistic
Methods
createCollection()
public
static createCollection() : EO_BuyerStatistic_Collection
Return values
EO_BuyerStatistic_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_BuyerStatistic
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_BuyerStatisticgetById()
public
static getById(mixed $id) : EO_BuyerStatistic_Result
Parameters
- $id : mixed
Return values
EO_BuyerStatistic_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_BuyerStatistic_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_BuyerStatistic_ResultgetEntity()
public
static getEntity() : EO_BuyerStatistic_Entity
Return values
EO_BuyerStatistic_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_BuyerStatistic_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_BuyerStatistic_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_BuyerStatistic_Query
Return values
EO_BuyerStatistic_Queryrecalculate()
Renew buyer statistic by recalculation of order table and archive order table.
public
static recalculate() : mixed
wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_BuyerStatistic_Collection
Parameters
- $rows : mixed
Return values
EO_BuyerStatistic_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_BuyerStatistic
Parameters
- $row : mixed