OXID eShop CE
4.9.6
|
Protected Member Functions | |
_getViewListSize () | |
_getUserDefListSize () | |
_calcListItemsCount ($sSql) | |
_setCurrentListPosition ($sPage=null) | |
_prepareOrderByQuery ($sSql=null) | |
_buildSelectString ($oListObject=null) | |
_processFilter ($sFieldValue) | |
_buildFilter ($sVal, $blIsSearchValue) | |
_isSearchValue ($sFieldValue) | |
_prepareWhereQuery ($aWhere, $sqlFull) | |
_changeselect ($sSql) | |
_convertToDBDate ($sValue, $sFldType) | |
_convertDate ($sDate) | |
_convertTime ($sFullDate) | |
_setListNavigationParams () | |
_setupNavigation ($sNode) | |
Protected Member Functions inherited from oxAdminView | |
_getEditShop ($sShopId) | |
_getServiceProtocol () | |
_getShopVersionNr () | |
_addNavigationHistory ($sNode) | |
_getMaxUploadFileInfo ($iMaxFileSize, $blFormatted=false) | |
_resetContentCache () | |
_allowAdminEdit ($sUserId) | |
_getCountryByCode ($sCountryCode) | |
_authorize () | |
Protected Member Functions inherited from oxView | |
_executeNewAction ($sNewAction) |
Protected Attributes | |
$_sListClass = null | |
$_sListType = 'oxlist' | |
$_oList = null | |
$_iCurrListPos = 0 | |
$_iListSize = 0 | |
$_aWhere = null | |
$_blDesc = false | |
$_blEmployMultilanguage = null | |
$_iOverPos = null | |
$_iViewListSize = 0 | |
$_iDefViewListSize = 50 | |
$_aCurrSorting = null | |
$_sDefSortField = null | |
$_aListFilter = null | |
Protected Attributes inherited from oxAdminView | |
$_aSumType | |
$_sThisTemplate = null | |
$_iDefEdit = 0 | |
$_iEditLang = 0 | |
$_sShopTitle = " - " | |
$_sShopVersion = null | |
$_sServiceUrl = null | |
$_oEditShop = null | |
$_sEditObjectId = null | |
Protected Attributes inherited from oxView | |
$_aViewData = array() | |
$_sClassLocation = null | |
$_sThisAction = null | |
$_oParent = null | |
$_blIsComponent = false | |
$_sThisTemplate = null | |
$_sViewId = null | |
$_sClass = null | |
$_sFnc = null | |
$_sTrustedShopId = null | |
$_sTSExcellenceId = null | |
$_sCharSet = null | |
$_sVersion = null | |
$_blDemoVersion = null | |
$_blDemoShop = null | |
$_iNewsStatus = null | |
$_sShopLogo = null | |
$_sCategoryId = null | |
$_oClickCat = null | |
$_blIsCallForCache = false | |
$_oViewConf = null |
Additional Inherited Members | |
Static Protected Attributes inherited from oxAdminView | |
static | $_oNaviTree = null |
static | $_sAuthUserRights = null |
Admin selectlist list manager.
Definition at line 6 of file oxadminlist.php.
|
protected |
Builds part of SQL query
string | $sVal | filter value |
bool | $blIsSearchValue | filter value type, true means surrount search key with '' |
Definition at line 362 of file oxadminlist.php.
|
protected |
Builds and returns SQL query string.
object | $oListObject | list main object |
Reimplemented in Article_List, List_Order, Order_List, List_Review, and PriceAlarm_List.
Definition at line 329 of file oxadminlist.php.
|
protected |
Calculates list items count
string | $sSql | SQL query used co select list items |
Reimplemented in List_Order.
Definition at line 236 of file oxadminlist.php.
|
protected |
Override this for individual search in admin.
string | $sSql | SQL select to change |
Definition at line 464 of file oxadminlist.php.
|
protected |
Converter for date field search. If not full date will be searched.
string | $sDate | searched date |
Definition at line 554 of file oxadminlist.php.
|
protected |
Converter for datetime field search. If not full time will be searched.
string | $sFullDate | searched date |
Definition at line 590 of file oxadminlist.php.
|
protected |
Converts date/datetime values to DB scheme (#M1260)
string | $sValue | field value |
string | $sFldType | field type |
Definition at line 522 of file oxadminlist.php.
|
protected |
Viewable list size getter (used in list_*.php views)
Definition at line 179 of file oxadminlist.php.
|
protected |
Viewable list size getter
Reimplemented in List_Order, List_Review, and List_User.
Definition at line 144 of file oxadminlist.php.
|
protected |
Checks if filter contains wildcards like %
string | $sFieldValue | filter value |
Definition at line 382 of file oxadminlist.php.
|
protected |
Adds order by to SQL query string.
string | $sSql | sql string |
Reimplemented in List_Order.
Definition at line 282 of file oxadminlist.php.
|
protected |
Prepares SQL where query according SQL condition array and attaches it to SQL end. For each search value if german umlauts exist, adds them and replaced by spec. char to query
array | $aWhere | SQL condition array |
string | $sqlFull | SQL query string |
Reimplemented in List_Review, User_List, Order_List, List_Order, Actions_List, and Content_List.
Definition at line 405 of file oxadminlist.php.
|
protected |
Prepares SQL where query according SQL condition array and attaches it to SQL end. For each search value if german umlauts exist, adds them and replaced by spec. char to query
string | $sFieldValue | Filters |
Definition at line 344 of file oxadminlist.php.
|
protected |
Set current list position
string | $sPage | jump page string |
Definition at line 258 of file oxadminlist.php.
|
protected |
Set parameters needed for list navigation
Definition at line 628 of file oxadminlist.php.
|
protected |
Sets-up navigation parameters
string | $sNode | active view id |
Reimplemented from oxAdminView.
Reimplemented in PriceAlarm_Send.
Definition at line 712 of file oxadminlist.php.
oxAdminList::buildWhere | ( | ) |
Builds and returns array of SQL WHERE conditions.
Reimplemented in Article_List, Shop_List, and PriceAlarm_List.
Definition at line 475 of file oxadminlist.php.
oxAdminList::clearItemList | ( | ) |
Clear items list
Definition at line 797 of file oxadminlist.php.
oxAdminList::deleteEntry | ( | ) |
Deletes this entry from the database
Reimplemented in Article_List, User_List, VoucherSerie_List, and Language_List.
Definition at line 214 of file oxadminlist.php.
oxAdminList::getItemList | ( | ) |
oxAdminList::getItemListBaseObject | ( | ) |
oxAdminList::getListFilter | ( | ) |
oxAdminList::getListSorting | ( | ) |
Returns sorting fields array
Reimplemented in Order_List, News_List, Adminlinks_List, Category_List, and List_Order.
Definition at line 112 of file oxadminlist.php.
oxAdminList::getViewListSize | ( | ) |
oxAdminList::render | ( | ) |
Executes parent::render(), sets back search keys to view, sets navigation params
Reimplemented from oxAdminView.
Reimplemented in Language_List, Shop_List, Category_List, List_Order, AdminGuestbook_List, User_List, List_Review, Actions_List, Order_List, Country_List, List_User, Article_List, Content_List, UserGroup_List, Wrapping_List, Module_List, PriceAlarm_Send, Dynscreen_List, and Theme_List.
Definition at line 196 of file oxadminlist.php.
|
protected |
Definition at line 91 of file oxadminlist.php.
|
protected |
Definition at line 105 of file oxadminlist.php.
|
protected |
Definition at line 49 of file oxadminlist.php.
|
protected |
Definition at line 56 of file oxadminlist.php.
|
protected |
Definition at line 63 of file oxadminlist.php.
|
protected |
Definition at line 35 of file oxadminlist.php.
|
protected |
Definition at line 84 of file oxadminlist.php.
|
protected |
Definition at line 42 of file oxadminlist.php.
|
protected |
Definition at line 70 of file oxadminlist.php.
|
protected |
Definition at line 77 of file oxadminlist.php.
|
protected |
Definition at line 28 of file oxadminlist.php.
|
protected |
Definition at line 98 of file oxadminlist.php.
|
protected |
Definition at line 14 of file oxadminlist.php.
|
protected |
Definition at line 21 of file oxadminlist.php.