Méthode | Description | |
---|---|---|
__construct ( ) | Constructor. Set basic parameters | |
decorateMessages ( string $value, Aoe_Scheduler_Model_Schedule $row ) : string | Decorate message | |
getGridUrl ( ) : string | Helper function to receive grid functionality urls for current grid |
Méthode | Description | |
---|---|---|
_afterLoadCollection ( ) : void | Helper function to do after load modifications | |
_filterStoreCondition ( Mage_Core_Model_Mysql4_Collection_Abstract $collection, Mage_Adminhtml_Block_Widget_Grid_Column $column ) : void | Helper function to add store filter condition | |
_prepareCollection ( ) | Preparation of the data that is displayed by the grid. | |
_prepareColumns ( ) | Preparation of the requested columns of the grid | |
_prepareMassaction ( ) | Add mass-actions to grid |
protected _afterLoadCollection ( ) : void | ||
Résultat | void |
protected _filterStoreCondition ( Mage_Core_Model_Mysql4_Collection_Abstract $collection, Mage_Adminhtml_Block_Widget_Grid_Column $column ) : void | ||
$collection | Mage_Core_Model_Mysql4_Collection_Abstract | Data collection |
$column | Mage_Adminhtml_Block_Widget_Grid_Column | Column information to be filtered |
Résultat | void |
protected _prepareCollection ( ) |
protected _prepareColumns ( ) |
public decorateMessages ( string $value, Aoe_Scheduler_Model_Schedule $row ) : string | ||
$value | string | |
$row | Aoe_Scheduler_Model_Schedule | |
Résultat | string |
public getGridUrl ( ) : string | ||
Résultat | string | Requested URL |