protected function buildWhere() {
 	parent::buildWhere();
 	Gpf_Plugins_Engine::extensionPoint('AffiliateNetwork.modifyWhere',
     new Gpf_Common_SelectBuilderCompoundRecord($this->_selectBuilder, new Gpf_Data_Record(array('columnPrefix'), array('t'))));
 }
 protected function buildWhere() {
     parent::buildWhere();
     $userId = Gpf_Session::getAuthUser()->getPapUserId();
     $this->_selectBuilder->where->add("t.".Pap_Db_Table_Transactions::USER_ID, "=", $userId);
 }