Documentation

InfiniteUserComponent extends InfiniteComponent
in package
implements InfiniteComponentExportInterface

Table of Contents

Interfaces

InfiniteComponentExportInterface

Constants

bindType  = ['user_id' => \Phalcon\Db\Column::BIND_PARAM_INT, 'offset' => \Phalcon\Db\Column::BIND_PARAM_INT, 'limit' => \Phalcon\Db\Column::BIND_PARAM_INT]
columnOrder  = ['client.id', 'client.textId', 'userAccount.email', '_vmo.onboardingStep', 'client.drEnabled', 'accountCreation.accountCreateDate']
defaultOrder  = ['client.textId' => 'ASC']
fetchAsArray  = 2
fetchAsBuilder  = 0
fetchAsClass  = 10
fetchAsComplex  = 6
fetchAsDefault  = 10
fetchAsResult  = 1
fetchAsSimple  = 5
filterFormClass  = \Vatjar\User\Form\UserSearchForm::class
havingCondition  = []
infinitRowClass  = \Vatjar\User\Component\InfinitUserRow::class
pageSize  = 100
whereCondition  = []

Properties

$checkComponent  : mixed
$exportColumns  : mixed
$filter  : Obj
$filterForm  : Form
$lastMonthCheckListByUser  : mixed
$userComponent  : UserComponent
$userJobList  : mixed
$userVatByUserList  : mixed
$_component  : mixed
$chargeBeeComponent  : ChargeBeeComponent
$clientRepository  : ClientRepository
$entityManager  : EntityManager
$qualityCheckRenderComponent  : mixed
$renderLastMonthCheckListByUser  : mixed

Methods

__construct()  : array<string|int, mixed>
_build()  : QueryBuilder
_fetch()  : array<string|int, mixed>
_fetchRow()  : mixed
_filter()  : QueryBuilder
emptyFilter()  : bool
formatList()  : mixed
formatRow()  : mixed
formatRowExport()  : mixed
getCacheKeyPartClassName()  : mixed
getCacheKeyPartUser()  : mixed
getCheckComponent()  : QualityCheckRenderComponent
getColumns()  : mixed
getEncodedColumns()  : mixed
getExportFilename()  : mixed
getFilterPlusArray()  : array<string|int, mixed>
getGeneratorList()  : mixed
getHavingToPrepare()  : mixed
getHavingValueConditionBindType()  : mixed
getLastMonthCheckListByUser()  : array<string|int, mixed>
getList()  : mixed
getOrder()  : mixed
getRawColumns()  : mixed
getRenderLastMonthCheckListByUser()  : mixed
getUserVatByUserList()  : array<string|int, mixed>
getWhereToPrepare()  : mixed
getWhereValueConditionBindType()  : mixed
initializeFilter()  : mixed
page2offset()  : mixed
getColumnOrder()  : array<string|int, mixed>
getDefaultOrder()  : array<string|int, mixed>

Constants

bindType

public mixed bindType = ['user_id' => \Phalcon\Db\Column::BIND_PARAM_INT, 'offset' => \Phalcon\Db\Column::BIND_PARAM_INT, 'limit' => \Phalcon\Db\Column::BIND_PARAM_INT]

columnOrder

public mixed columnOrder = ['client.id', 'client.textId', 'userAccount.email', '_vmo.onboardingStep', 'client.drEnabled', 'accountCreation.accountCreateDate']

Properties

$exportColumns

public mixed $exportColumns = ['id', 'client', 'name', 'home_country', 'email', 'status', 'permission_name', 'products_with_value', 'vats', 'onboardingStatus', 'check', 'subscriptions', 'accountCreateDate', 'integrationStatus', 'filterLink', 'loginLink']

Methods

__construct()

public __construct([mixed $opt = [] ]) : array<string|int, mixed>
Parameters
$opt : mixed = []
Return values
array<string|int, mixed>

_build()

public _build([array<string|int, mixed> $opt = [] ]) : QueryBuilder
Parameters
$opt : array<string|int, mixed> = []
Return values
QueryBuilder

_fetch()

public _fetch(QueryBuilder $builder[, array<string|int, mixed> $opt = [] ]) : array<string|int, mixed>
Parameters
$builder : QueryBuilder
$opt : array<string|int, mixed> = []
Return values
array<string|int, mixed>

_fetchRow()

public static _fetchRow(mixed $row, mixed $mode) : mixed
Parameters
$row : mixed
$mode : mixed

_filter()

public _filter(QueryBuilder $builder[, array<string|int, mixed> $opt = [] ]) : QueryBuilder
Parameters
$builder : QueryBuilder
$opt : array<string|int, mixed> = []
Return values
QueryBuilder

formatList()

public formatList(mixed $list[, array<string|int, mixed> $opt = [] ]) : mixed
Parameters
$list : mixed
$opt : array<string|int, mixed> = []

getCacheKeyPartUser()

public getCacheKeyPartUser([int $userId = null ]) : mixed
Parameters
$userId : int = null

getColumns()

public getColumns([mixed $opt = [] ]) : mixed
Parameters
$opt : mixed = []

getEncodedColumns()

public getEncodedColumns([mixed $opt = [] ]) : mixed
Parameters
$opt : mixed = []

getFilterPlusArray()

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

getGeneratorList()

public getGeneratorList([array<string|int, mixed> $opt = [] ]) : mixed
Parameters
$opt : array<string|int, mixed> = []

getHavingToPrepare()

public static getHavingToPrepare(mixed $params) : mixed
Parameters
$params : mixed

getHavingValueConditionBindType()

public static getHavingValueConditionBindType(mixed $name, mixed $value) : mixed
Parameters
$name : mixed
$value : mixed

getLastMonthCheckListByUser()

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

getList()

public getList([array<string|int, mixed> $opt = [] ]) : mixed
Parameters
$opt : array<string|int, mixed> = []

getOrder()

public static getOrder([mixed $order = null ]) : mixed
Parameters
$order : mixed = null

getRawColumns()

public getRawColumns([mixed $opt = [] ]) : mixed
Parameters
$opt : mixed = []

getRenderLastMonthCheckListByUser()

public getRenderLastMonthCheckListByUser([mixed $plain = false ]) : mixed
Parameters
$plain : mixed = false

getUserVatByUserList()

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

getWhereToPrepare()

public static getWhereToPrepare(mixed $params) : mixed
Parameters
$params : mixed

getWhereValueConditionBindType()

public static getWhereValueConditionBindType(mixed $name, mixed $value) : mixed
Parameters
$name : mixed
$value : mixed

initializeFilter()

public initializeFilter([mixed $opt = [] ]) : mixed
Parameters
$opt : mixed = []

page2offset()

public static page2offset([int $page = 1 ]) : mixed
Parameters
$page : int = 1

getColumnOrder()

protected static getColumnOrder() : array<string|int, mixed>
Return values
array<string|int, mixed>

getDefaultOrder()

protected static getDefaultOrder() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results