Inheritance diagram for vendor_main_ajax:
 Collaboration diagram for vendor_main_ajax:Public Member Functions | |
| removeVendor () | |
| addVendor () | |
Protected Member Functions | |
| _getQuery () | |
| _addFilter ($sQ) | |
Protected Attributes | |
| $_blAllowExtColumns = true | |
| $_aColumns | |
Class manages vendor assignment to articles
Definition at line 6 of file vendor_main_ajax.php.
| vendor_main_ajax._addFilter | ( | $ | sQ | ) |  [protected] | 
        
Adds filter SQL to current query
| string | $sQ query to add filter condition | 
Reimplemented from ajaxListComponent.
Definition at line 82 of file vendor_main_ajax.php.
| vendor_main_ajax._getQuery | ( | ) |  [protected] | 
        
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 45 of file vendor_main_ajax.php.
| vendor_main_ajax.addVendor | ( | ) | 
| vendor_main_ajax.removeVendor | ( | ) | 
vendor_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( '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 ) ) )
Reimplemented from ajaxListComponent.
Definition at line 20 of file vendor_main_ajax.php.
vendor_main_ajax.$_blAllowExtColumns = true [protected] | 
        
Reimplemented from ajaxListComponent.
Definition at line 13 of file vendor_main_ajax.php.
 1.7.1