Public Member Functions | |
setSorting () | |
Protected Member Functions | |
_getQuery () | |
_getSorting () | |
Protected Attributes | |
$_aColumns |
Class manages article select lists sorting
Definition at line 6 of file actions_order_ajax.php.
actions_order_ajax._getQuery | ( | ) | [protected] |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 27 of file actions_order_ajax.php.
actions_order_ajax._getSorting | ( | ) | [protected] |
Returns SQL query addon for sorting
Reimplemented from ajaxListComponent.
Definition at line 42 of file actions_order_ajax.php.
actions_order_ajax.setSorting | ( | ) |
Applies sorting for selection lists
Definition at line 52 of file actions_order_ajax.php.
actions_order_ajax.$_aColumns [protected] |
array( 'container1' => array( array( 'oxtitle', 'oxselectlist', 1, 1, 0 ), array( 'oxsort', 'oxobject2selectlist', 1, 0, 0 ), array( 'oxident', 'oxselectlist', 0, 0, 0 ), array( 'oxvaldesc', 'oxselectlist', 0, 0, 0 ), array( 'oxid', 'oxobject2selectlist', 0, 0, 1 ) ) )
Reimplemented from ajaxListComponent.
Definition at line 13 of file actions_order_ajax.php.