Public Member Functions | |
removePromotionGroup () | |
addPromotionGroup () | |
Protected Member Functions | |
_getQuery () | |
Protected Attributes | |
$_aColumns |
Class manages promotion groups
Definition at line 6 of file actions_groups_ajax.php.
actions_groups_ajax._getQuery | ( | ) | [protected] |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 31 of file actions_groups_ajax.php.
actions_groups_ajax.addPromotionGroup | ( | ) |
Adds user group to promotion
Definition at line 78 of file actions_groups_ajax.php.
actions_groups_ajax.removePromotionGroup | ( | ) |
Removes user group from promotion
Definition at line 62 of file actions_groups_ajax.php.
actions_groups_ajax.$_aColumns [protected] |
array('container1' => array( array('oxtitle', 'oxgroups', 1, 0, 0), array('oxid', 'oxgroups', 0, 0, 0), array('oxid', 'oxgroups', 0, 0, 1), ), 'container2' => array( array('oxtitle', 'oxgroups', 1, 0, 0), array('oxid', 'oxgroups', 0, 0, 0), array('oxid', 'oxobject2action', 0, 0, 1), ) )
Reimplemented from ajaxListComponent.
Definition at line 14 of file actions_groups_ajax.php.