function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getListViewCount');
     $this->exposeMethod('getRecordsCount');
     $this->exposeMethod('getPageCount');
 }
 function __construct()
 {
     global $log;
     $log->debug("Entering ./views/EmailsRelatedModulePopupAjax.php::__construct");
     parent::__construct();
     $this->exposeMethod('getListViewCount');
     $this->exposeMethod('getRecordsCount');
     $this->exposeMethod('getPageCount');
 }