onOffice WP Plugin

RecordManagerReadListViewAddress extends RecordManagerRead
in package

Tags
url

http://www.onoffice.de

copyright

2003-2017, onOffice(R) GmbH

Table of Contents

TABLENAME_FIELDCONFIG  = 'oo_plugin_fieldconfig'
TABLENAME_FIELDCONFIG_ADDRESS  = 'oo_plugin_address_fieldconfig'
TABLENAME_FIELDCONFIG_FORM_CUSTOMS_LABELS  = 'oo_plugin_fieldconfig_form_customs_labels'
TABLENAME_FIELDCONFIG_FORM_DEFAULTS  = 'oo_plugin_fieldconfig_form_defaults'
TABLENAME_FIELDCONFIG_FORM_DEFAULTS_VALUES  = 'oo_plugin_fieldconfig_form_defaults_values'
TABLENAME_FIELDCONFIG_FORM_TRANSLATED_LABELS  = 'oo_plugin_fieldconfig_form_translated_labels'
TABLENAME_FIELDCONFIG_FORMS  = 'oo_plugin_form_fieldconfig'
TABLENAME_FORMS  = 'oo_plugin_forms'
TABLENAME_LIST_VIEW  = 'oo_plugin_listviews'
TABLENAME_LIST_VIEW_ADDRESS  = 'oo_plugin_listviews_address'
TABLENAME_LISTVIEW_CONTACTPERSON  = 'oo_plugin_listview_contactperson'
TABLENAME_PICTURETYPES  = 'oo_plugin_picturetypes'
TABLENAME_SORTBYUSERVALUES  = 'oo_plugin_sortbyuservalues'
$_columns  : array<string|int, string>
$_foundRows  : array<string|int, object>
$_idColumnMain  : string
$_joins  : array<string|int, string>
$_limit  : int
$_mainTable  : string
$_offset  : int
$_rowsCountOverall  : int
$_where  : array<string|int, string>
__construct()  : mixed
addColumn()  : mixed
addColumnConst()  : mixed
addJoin()  : mixed
addWhere()  : mixed
getColumns()  : string
getCountOverall()  : int
getIdColumnMain()  : string
getJoins()  : string
getLimit()  : int
getMainTable()  : string
getOffset()  : int
getRecords()  : array<string|int, mixed>
getRecordsSortedAlphabetically()  : array<string|int, mixed>
getRowById()  : array<string|int, mixed>
getRowByName()  : array<string|int, mixed>
getTablePrefix()  : string
getWhere()  : array<string|int, string>
getWpdb()  : wpdb
postProcessValue()  : string
readFieldconfigByListviewId()  : array<string|int, mixed>
setLimit()  : mixed
setOffset()  : mixed
getFoundRows()  : array<string|int, mixed>
setCountOverall()  : mixed
setFoundRows()  : mixed
setIdColumnMain()  : mixed
setMainTable()  : mixed

Constants

TABLENAME_FIELDCONFIG

public mixed TABLENAME_FIELDCONFIG = 'oo_plugin_fieldconfig'

TABLENAME_FIELDCONFIG_ADDRESS

public mixed TABLENAME_FIELDCONFIG_ADDRESS = 'oo_plugin_address_fieldconfig'

TABLENAME_FIELDCONFIG_FORM_CUSTOMS_LABELS

public mixed TABLENAME_FIELDCONFIG_FORM_CUSTOMS_LABELS = 'oo_plugin_fieldconfig_form_customs_labels'

TABLENAME_FIELDCONFIG_FORM_DEFAULTS

public mixed TABLENAME_FIELDCONFIG_FORM_DEFAULTS = 'oo_plugin_fieldconfig_form_defaults'

TABLENAME_FIELDCONFIG_FORM_DEFAULTS_VALUES

public mixed TABLENAME_FIELDCONFIG_FORM_DEFAULTS_VALUES = 'oo_plugin_fieldconfig_form_defaults_values'

TABLENAME_FIELDCONFIG_FORM_TRANSLATED_LABELS

public mixed TABLENAME_FIELDCONFIG_FORM_TRANSLATED_LABELS = 'oo_plugin_fieldconfig_form_translated_labels'

TABLENAME_FIELDCONFIG_FORMS

public mixed TABLENAME_FIELDCONFIG_FORMS = 'oo_plugin_form_fieldconfig'

TABLENAME_FORMS

public mixed TABLENAME_FORMS = 'oo_plugin_forms'

TABLENAME_LIST_VIEW

public mixed TABLENAME_LIST_VIEW = 'oo_plugin_listviews'

TABLENAME_LIST_VIEW_ADDRESS

public mixed TABLENAME_LIST_VIEW_ADDRESS = 'oo_plugin_listviews_address'

TABLENAME_LISTVIEW_CONTACTPERSON

public mixed TABLENAME_LISTVIEW_CONTACTPERSON = 'oo_plugin_listview_contactperson'

TABLENAME_PICTURETYPES

public mixed TABLENAME_PICTURETYPES = 'oo_plugin_picturetypes'

TABLENAME_SORTBYUSERVALUES

public mixed TABLENAME_SORTBYUSERVALUES = 'oo_plugin_sortbyuservalues'

Properties

Methods

addColumn()

public addColumn(string $column[, string $alias = null ]) : mixed
Parameters
$column : string
$alias : string = null
Return values
mixed

addColumnConst()

public addColumnConst(string $column, string $alias) : mixed
Parameters
$column : string
$alias : string
Return values
mixed

addJoin()

public addJoin(string $fullJoinStatement) : mixed
Parameters
$fullJoinStatement : string
Return values
mixed

addWhere()

public addWhere(string $where) : mixed
Parameters
$where : string
Return values
mixed

getIdColumnMain()

public getIdColumnMain() : string
Return values
string

getRecordsSortedAlphabetically()

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

getRowById()

public getRowById(int $recordId) : array<string|int, mixed>
Parameters
$recordId : int
Return values
array<string|int, mixed>

getRowByName()

public getRowByName(string $name) : array<string|int, mixed>
Parameters
$name : string
Return values
array<string|int, mixed>

getTablePrefix()

public getTablePrefix() : string
Tags
deprecated

get wpdb via DI

Return values
string

getWhere()

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

getWpdb()

public getWpdb() : wpdb
Tags
deprecated

get wpdb via DI

global

wpdb $wpdb

Return values
wpdb

postProcessValue()

public static postProcessValue(string $value, string $table, string $field) : string
Parameters
$value : string
$table : string
$field : string
Return values
string

readFieldconfigByListviewId()

public readFieldconfigByListviewId(int $listviewId) : array<string|int, mixed>
Parameters
$listviewId : int
Return values
array<string|int, mixed>

setLimit()

public setLimit(int $limit) : mixed
Parameters
$limit : int
Return values
mixed

setOffset()

public setOffset(int $offset) : mixed
Parameters
$offset : int
Return values
mixed

getFoundRows()

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

setCountOverall()

protected setCountOverall(int $countOverall) : mixed
Parameters
$countOverall : int
Return values
mixed

setFoundRows()

protected setFoundRows(array<string|int, mixed> $foundRows) : mixed
Parameters
$foundRows : array<string|int, mixed>
Return values
mixed

setIdColumnMain()

protected setIdColumnMain(string $idColumnMain) : mixed
Parameters
$idColumnMain : string
Return values
mixed

setMainTable()

protected setMainTable(string $mainTable) : mixed
Parameters
$mainTable : string
Return values
mixed

Search results