Public Member Functions | |
render () | |
getSearchFields () | |
getCategoryList ($sType, $sValue) | |
getManufacturerList ($sType, $sValue) | |
getVendorList ($sType, $sValue) | |
buildWhere () | |
deleteEntry () | |
Protected Member Functions | |
_buildSelectString ($oListObject=null) | |
Protected Attributes | |
$_sListClass = 'oxarticle' | |
$_sListType = 'oxarticlelist' |
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.
Article_List._buildSelectString | ( | $ | oListObject = null |
) | [protected] |
Builds and returns SQL query string.
object | $oListObject list main object |
Reimplemented from oxAdminList.
Reimplemented in List_Review.
Definition at line 187 of file article_list.php.
Article_List.buildWhere | ( | ) |
Builds and returns array of SQL WHERE conditions.
Reimplemented from oxAdminList.
Definition at line 227 of file article_list.php.
Article_List.deleteEntry | ( | ) |
Deletes entry from the database
Reimplemented from oxAdminList.
Definition at line 246 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 113 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 140 of file article_list.php.
Article_List.getSearchFields | ( | ) |
Returns array of fields which may be used for product data search
Definition at line 98 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 164 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 31 of file article_list.php.
Article_List.$_sListClass = 'oxarticle' [protected] |
Reimplemented from oxAdminList.
Reimplemented in List_Review.
Definition at line 16 of file article_list.php.
Article_List.$_sListType = 'oxarticlelist' [protected] |
Reimplemented from oxAdminList.
Reimplemented in List_Review.
Definition at line 23 of file article_list.php.