OXID eShop CE
4.9.10
|
Protected Member Functions | |
_buildSelectString ($oListObject=null) | |
Protected Member Functions inherited from oxAdminList | |
_getViewListSize () | |
_getUserDefListSize () | |
_calcListItemsCount ($sSql) | |
_setCurrentListPosition ($sPage=null) | |
_prepareOrderByQuery ($sSql=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) |
Additional Inherited Members | |
Static Protected Attributes inherited from oxAdminView | |
static | $_oNaviTree = null |
static | $_sAuthUserRights = null |
Admin article list manager. Collects base article information (according to filtering rules), performs sorting, deletion of articles, etc. Admin Menu: Manage Products -> Articles.
Definition at line 9 of file article_list.php.
|
protected |
Builds and returns SQL query string.
object | $oListObject | list main object |
Reimplemented from oxAdminList.
Reimplemented in List_Review.
Definition at line 191 of file article_list.php.
Article_List::buildWhere | ( | ) |
Builds and returns array of SQL WHERE conditions.
Reimplemented from oxAdminList.
Definition at line 232 of file article_list.php.
Article_List::deleteEntry | ( | ) |
Deletes entry from the database
Reimplemented from oxAdminList.
Definition at line 249 of file article_list.php.
Article_List::getCategoryList | ( | $sType, | |
$sValue | |||
) |
Load category list, mark active category;
string | $sType | active list type |
string | $sValue | active list item id |
Definition at line 117 of file article_list.php.
Article_List::getManufacturerList | ( | $sType, | |
$sValue | |||
) |
Load manufacturer list, mark active category;
string | $sType | active list type |
string | $sValue | active list item id |
Definition at line 144 of file article_list.php.
Article_List::getSearchFields | ( | ) |
Returns array of fields which may be used for product data search
Definition at line 100 of file article_list.php.
Article_List::getVendorList | ( | $sType, | |
$sValue | |||
) |
Load vendor list, mark active category;
string | $sType | active list type |
string | $sValue | active list item id |
Definition at line 168 of file article_list.php.
Article_List::render | ( | ) |
Collects articles base data and passes them according to filtering rules, returns name of template file "article_list.tpl".
Reimplemented from oxAdminList.
Reimplemented in List_Review.
Definition at line 32 of file article_list.php.
|
protected |
Definition at line 17 of file article_list.php.
|
protected |
Definition at line 24 of file article_list.php.