コード例 #1
0
 protected function initWhereConditions() {
     parent::initWhereConditions();
     $this->selectBuilder->where->add('t.'.Pap_Db_Table_Transactions::R_TYPE, '=', $this->mainType);
 }
コード例 #2
0
 protected function initWhereConditions() {
     parent::initWhereConditions();          
     $this->selectBuilder->where->add('t.'.Pap_Db_Table_Transactions::R_TYPE, 'NOT IN', array(Pap_Common_Constants::TYPE_CHARGEBACK, Pap_Common_Constants::TYPE_REFUND));   
 }