Public Member Functions | |
removeDiscUser () | |
addDiscUser () | |
Protected Member Functions | |
_getQuery () | |
Protected Attributes | |
$_aColumns |
Class manages discount users
Definition at line 6 of file discount_users_ajax.php.
discount_users_ajax._getQuery | ( | ) | [protected] |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 44 of file discount_users_ajax.php.
discount_users_ajax.addDiscUser | ( | ) |
discount_users_ajax.removeDiscUser | ( | ) |
Removes user from discount config
Definition at line 84 of file discount_users_ajax.php.
discount_users_ajax.$_aColumns [protected] |
array( 'container1' => array( array( 'oxusername', 'oxuser', 1, 0, 0 ), array( 'oxlname', 'oxuser', 0, 0, 0 ), array( 'oxfname', 'oxuser', 0, 0, 0 ), array( 'oxstreet', 'oxuser', 0, 0, 0 ), array( 'oxstreetnr', 'oxuser', 0, 0, 0 ), array( 'oxcity', 'oxuser', 0, 0, 0 ), array( 'oxzip', 'oxuser', 0, 0, 0 ), array( 'oxfon', 'oxuser', 0, 0, 0 ), array( 'oxbirthdate', 'oxuser', 0, 0, 0 ), array( 'oxid', 'oxuser', 0, 0, 1 ), ), 'container2' => array( array( 'oxusername', 'oxuser', 1, 0, 0 ), array( 'oxlname', 'oxuser', 0, 0, 0 ), array( 'oxfname', 'oxuser', 0, 0, 0 ), array( 'oxstreet', 'oxuser', 0, 0, 0 ), array( 'oxstreetnr', 'oxuser', 0, 0, 0 ), array( 'oxcity', 'oxuser', 0, 0, 0 ), array( 'oxzip', 'oxuser', 0, 0, 0 ), array( 'oxfon', 'oxuser', 0, 0, 0 ), array( 'oxbirthdate', 'oxuser', 0, 0, 0 ), array( 'oxid', 'oxobject2discount', 0, 0, 1 ), ) )
Reimplemented from ajaxListComponent.
Definition at line 13 of file discount_users_ajax.php.