Public Member Functions | Protected Member Functions | Protected Attributes

discount_main_ajax Class Reference

Inheritance diagram for discount_main_ajax:
Collaboration diagram for discount_main_ajax:

List of all members.

Public Member Functions

 removeDiscCountry ()
 addDiscCountry ()

Protected Member Functions

 _getQuery ()

Protected Attributes

 $_aColumns

Detailed Description

Class manages discount countries

Definition at line 6 of file discount_main_ajax.php.


Member Function Documentation

discount_main_ajax._getQuery (  )  [protected]

Returns SQL query for data to fetc

Returns:
string

Reimplemented from ajaxListComponent.

Definition at line 34 of file discount_main_ajax.php.

discount_main_ajax.addDiscCountry (  ) 

Adds chosen user group (groups) to delivery list

Returns:
null

Definition at line 84 of file discount_main_ajax.php.

discount_main_ajax.removeDiscCountry (  ) 

Removes chosen user group (groups) from delivery list

Returns:
null

Definition at line 63 of file discount_main_ajax.php.


Member Data Documentation

discount_main_ajax.$_aColumns [protected]
Initial value:
 array( 'container1' => array(    
                                        array( 'oxtitle',     'oxcountry', 1, 1, 0 ),
                                        array( 'oxisoalpha2', 'oxcountry', 1, 0, 0 ),
                                        array( 'oxisoalpha3', 'oxcountry', 0, 0, 0 ),
                                        array( 'oxunnum3',    'oxcountry', 0, 0, 0 ),
                                        array( 'oxid',        'oxcountry', 0, 0, 1 )
                                        ),
                                    'container2' => array(
                                        array( 'oxtitle',     'oxcountry', 1, 1, 0 ),
                                        array( 'oxisoalpha2', 'oxcountry', 1, 0, 0 ),
                                        array( 'oxisoalpha3', 'oxcountry', 0, 0, 0 ),
                                        array( 'oxunnum3',    'oxcountry', 0, 0, 0 ),
                                        array( 'oxid', 'oxobject2discount', 0, 0, 1 )
                                        )
                                )

Reimplemented from ajaxListComponent.

Definition at line 13 of file discount_main_ajax.php.


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