Public Member Functions | |
removeArtFromAct () | |
addArtToAct () | |
setSorting () | |
Protected Member Functions | |
_getQuery () | |
_addFilter ($sQ) | |
_getSorting () | |
Protected Attributes | |
$_blAllowExtColumns = true | |
$_aColumns |
Class controls article assignment to action
Definition at line 6 of file actions_main_ajax.php.
actions_main_ajax._addFilter | ( | $ | sQ | ) | [protected] |
Adds filter SQL to current query
string | $sQ query to add filter condition |
Reimplemented from ajaxListComponent.
Definition at line 91 of file actions_main_ajax.php.
actions_main_ajax._getQuery | ( | ) | [protected] |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 46 of file actions_main_ajax.php.
actions_main_ajax._getSorting | ( | ) | [protected] |
Returns SQL query addon for sorting
Reimplemented from ajaxListComponent.
Definition at line 112 of file actions_main_ajax.php.
actions_main_ajax.addArtToAct | ( | ) |
actions_main_ajax.removeArtFromAct | ( | ) |
Removes article from Promotions list
Definition at line 124 of file actions_main_ajax.php.
actions_main_ajax.setSorting | ( | ) |
Sets sorting position for current action article
Definition at line 179 of file actions_main_ajax.php.
actions_main_ajax.$_aColumns [protected] |
array( 'container1' => array( array( 'oxartnum', 'oxarticles', 1, 0, 0 ), array( 'oxtitle', 'oxarticles', 1, 1, 0 ), array( 'oxean', 'oxarticles', 1, 0, 0 ), array( 'oxmpn', 'oxarticles', 0, 0, 0 ), array( 'oxprice', 'oxarticles', 0, 0, 0 ), array( 'oxstock', 'oxarticles', 0, 0, 0 ), array( 'oxid', 'oxarticles', 0, 0, 1 ) ), 'container2' => array( array( 'oxartnum', 'oxarticles', 1, 0, 0 ), array( 'oxsort', 'oxactions2article', 1, 0, 0 ), array( 'oxtitle', 'oxarticles', 1, 1, 0 ), array( 'oxean', 'oxarticles', 1, 0, 0 ), array( 'oxmpn', 'oxarticles', 0, 0, 0 ), array( 'oxprice', 'oxarticles', 0, 0, 0 ), array( 'oxstock', 'oxarticles', 0, 0, 0 ), array( 'oxid', 'oxactions2article', 0, 0, 1 ) ) )
Reimplemented from ajaxListComponent.
Definition at line 20 of file actions_main_ajax.php.
actions_main_ajax.$_blAllowExtColumns = true [protected] |
Reimplemented from ajaxListComponent.
Definition at line 13 of file actions_main_ajax.php.