Mage_GoogleBase_SelectionController Class Reference

Inheritance diagram for Mage_GoogleBase_SelectionController:

Mage_Adminhtml_Controller_Action Mage_Core_Controller_Varien_Action

List of all members.

Public Member Functions

 searchAction ()
 gridAction ()


Detailed Description

Definition at line 34 of file SelectionController.php.


Member Function Documentation

gridAction (  ) 

Definition at line 47 of file SelectionController.php.

00048     {
00049         $this->loadLayout();
00050         return $this->getResponse()->setBody(
00051             $this->getLayout()
00052                 ->createBlock('googlebase/adminhtml_items_product')
00053                 ->setIndex($this->getRequest()->getParam('index'))
00054                 ->toHtml()
00055            );
00056     }

searchAction (  ) 

Definition at line 36 of file SelectionController.php.

00037     {
00038         return $this->getResponse()->setBody(
00039             $this->getLayout()
00040                 ->createBlock('googlebase/adminhtml_items_product')
00041                 ->setIndex($this->getRequest()->getParam('index'))
00042                 ->setFirstShow(true)
00043                 ->toHtml()
00044            );
00045     }


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

Generated on Sat Jul 4 17:24:16 2009 for Magento by  doxygen 1.5.8