Public Member Functions | Protected Member Functions | Protected Attributes

actions_groups_ajax Class Reference

Inheritance diagram for actions_groups_ajax:
Collaboration diagram for actions_groups_ajax:

List of all members.

Public Member Functions

 removePromotionGroup ()
 addPromotionGroup ()

Protected Member Functions

 _getQuery ()

Protected Attributes

 $_aColumns

Detailed Description

Class manages promotion groups

Definition at line 6 of file actions_groups_ajax.php.


Member Function Documentation

actions_groups_ajax._getQuery (  )  [protected]

Returns SQL query for data to fetc

Returns:
string

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.


Member Data Documentation

actions_groups_ajax.$_aColumns [protected]
Initial value:
 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.


The documentation for this class was generated from the following file: