Exemplo n.º 1
0
 public function getVInfaqPayments($criteria = null, $con = null)
 {
     include_once 'lib/model/om/BaseVInfaqPaymentPeer.php';
     if ($criteria === null) {
         $criteria = new Criteria();
     } elseif ($criteria instanceof Criteria) {
         $criteria = clone $criteria;
     }
     if ($this->collVInfaqPayments === null) {
         if ($this->isNew()) {
             $this->collVInfaqPayments = array();
         } else {
             $criteria->add(VInfaqPaymentPeer::ACADEMIC_COST_ID, $this->getId());
             VInfaqPaymentPeer::addSelectColumns($criteria);
             $this->collVInfaqPayments = VInfaqPaymentPeer::doSelect($criteria, $con);
         }
     } else {
         if (!$this->isNew()) {
             $criteria->add(VInfaqPaymentPeer::ACADEMIC_COST_ID, $this->getId());
             VInfaqPaymentPeer::addSelectColumns($criteria);
             if (!isset($this->lastVInfaqPaymentCriteria) || !$this->lastVInfaqPaymentCriteria->equals($criteria)) {
                 $this->collVInfaqPayments = VInfaqPaymentPeer::doSelect($criteria, $con);
             }
         }
     }
     $this->lastVInfaqPaymentCriteria = $criteria;
     return $this->collVInfaqPayments;
 }
Exemplo n.º 2
0
 public static function doSelectJoinAllExceptAcademicCalendar(Criteria $c, $con = null)
 {
     $c = clone $c;
     if ($c->getDbName() == Propel::getDefaultDB()) {
         $c->setDbName(self::DATABASE_NAME);
     }
     VInfaqPaymentPeer::addSelectColumns($c);
     $startcol2 = VInfaqPaymentPeer::NUM_COLUMNS - VInfaqPaymentPeer::NUM_LAZY_LOAD_COLUMNS + 1;
     StudentPeer::addSelectColumns($c);
     $startcol3 = $startcol2 + StudentPeer::NUM_COLUMNS;
     AcademicCostPeer::addSelectColumns($c);
     $startcol4 = $startcol3 + AcademicCostPeer::NUM_COLUMNS;
     UserPeer::addSelectColumns($c);
     $startcol5 = $startcol4 + UserPeer::NUM_COLUMNS;
     AcademicProcessPeer::addSelectColumns($c);
     $startcol6 = $startcol5 + AcademicProcessPeer::NUM_COLUMNS;
     PaymentModelPeer::addSelectColumns($c);
     $startcol7 = $startcol6 + PaymentModelPeer::NUM_COLUMNS;
     TransactionStatusPeer::addSelectColumns($c);
     $startcol8 = $startcol7 + TransactionStatusPeer::NUM_COLUMNS;
     AcademicCostComponentPeer::addSelectColumns($c);
     $startcol9 = $startcol8 + AcademicCostComponentPeer::NUM_COLUMNS;
     $c->addJoin(VInfaqPaymentPeer::STUDENT_ID, StudentPeer::ID);
     $c->addJoin(VInfaqPaymentPeer::ACADEMIC_COST_ID, AcademicCostPeer::ID);
     $c->addJoin(VInfaqPaymentPeer::USER_ID, UserPeer::ID);
     $c->addJoin(VInfaqPaymentPeer::ACADEMIC_PROCESS_ID, AcademicProcessPeer::ID);
     $c->addJoin(VInfaqPaymentPeer::PAYMENT_MODEL_ID, PaymentModelPeer::ID);
     $c->addJoin(VInfaqPaymentPeer::TRANSACTION_STATUS_ID, TransactionStatusPeer::ID);
     $c->addJoin(VInfaqPaymentPeer::ACADEMIC_COST_COMPONENT_ID, AcademicCostComponentPeer::ID);
     $rs = BasePeer::doSelect($c, $con);
     $results = array();
     while ($rs->next()) {
         $omClass = VInfaqPaymentPeer::getOMClass();
         $cls = Propel::import($omClass);
         $obj1 = new $cls();
         $obj1->hydrate($rs);
         $omClass = StudentPeer::getOMClass();
         $cls = Propel::import($omClass);
         $obj2 = new $cls();
         $obj2->hydrate($rs, $startcol2);
         $newObject = true;
         for ($j = 0, $resCount = count($results); $j < $resCount; $j++) {
             $temp_obj1 = $results[$j];
             $temp_obj2 = $temp_obj1->getStudent();
             if ($temp_obj2->getPrimaryKey() === $obj2->getPrimaryKey()) {
                 $newObject = false;
                 $temp_obj2->addVInfaqPayment($obj1);
                 break;
             }
         }
         if ($newObject) {
             $obj2->initVInfaqPayments();
             $obj2->addVInfaqPayment($obj1);
         }
         $omClass = AcademicCostPeer::getOMClass();
         $cls = Propel::import($omClass);
         $obj3 = new $cls();
         $obj3->hydrate($rs, $startcol3);
         $newObject = true;
         for ($j = 0, $resCount = count($results); $j < $resCount; $j++) {
             $temp_obj1 = $results[$j];
             $temp_obj3 = $temp_obj1->getAcademicCost();
             if ($temp_obj3->getPrimaryKey() === $obj3->getPrimaryKey()) {
                 $newObject = false;
                 $temp_obj3->addVInfaqPayment($obj1);
                 break;
             }
         }
         if ($newObject) {
             $obj3->initVInfaqPayments();
             $obj3->addVInfaqPayment($obj1);
         }
         $omClass = UserPeer::getOMClass();
         $cls = Propel::import($omClass);
         $obj4 = new $cls();
         $obj4->hydrate($rs, $startcol4);
         $newObject = true;
         for ($j = 0, $resCount = count($results); $j < $resCount; $j++) {
             $temp_obj1 = $results[$j];
             $temp_obj4 = $temp_obj1->getUser();
             if ($temp_obj4->getPrimaryKey() === $obj4->getPrimaryKey()) {
                 $newObject = false;
                 $temp_obj4->addVInfaqPayment($obj1);
                 break;
             }
         }
         if ($newObject) {
             $obj4->initVInfaqPayments();
             $obj4->addVInfaqPayment($obj1);
         }
         $omClass = AcademicProcessPeer::getOMClass();
         $cls = Propel::import($omClass);
         $obj5 = new $cls();
         $obj5->hydrate($rs, $startcol5);
         $newObject = true;
         for ($j = 0, $resCount = count($results); $j < $resCount; $j++) {
             $temp_obj1 = $results[$j];
             $temp_obj5 = $temp_obj1->getAcademicProcess();
             if ($temp_obj5->getPrimaryKey() === $obj5->getPrimaryKey()) {
                 $newObject = false;
                 $temp_obj5->addVInfaqPayment($obj1);
                 break;
             }
         }
         if ($newObject) {
             $obj5->initVInfaqPayments();
             $obj5->addVInfaqPayment($obj1);
         }
         $omClass = PaymentModelPeer::getOMClass();
         $cls = Propel::import($omClass);
         $obj6 = new $cls();
         $obj6->hydrate($rs, $startcol6);
         $newObject = true;
         for ($j = 0, $resCount = count($results); $j < $resCount; $j++) {
             $temp_obj1 = $results[$j];
             $temp_obj6 = $temp_obj1->getPaymentModel();
             if ($temp_obj6->getPrimaryKey() === $obj6->getPrimaryKey()) {
                 $newObject = false;
                 $temp_obj6->addVInfaqPayment($obj1);
                 break;
             }
         }
         if ($newObject) {
             $obj6->initVInfaqPayments();
             $obj6->addVInfaqPayment($obj1);
         }
         $omClass = TransactionStatusPeer::getOMClass();
         $cls = Propel::import($omClass);
         $obj7 = new $cls();
         $obj7->hydrate($rs, $startcol7);
         $newObject = true;
         for ($j = 0, $resCount = count($results); $j < $resCount; $j++) {
             $temp_obj1 = $results[$j];
             $temp_obj7 = $temp_obj1->getTransactionStatus();
             if ($temp_obj7->getPrimaryKey() === $obj7->getPrimaryKey()) {
                 $newObject = false;
                 $temp_obj7->addVInfaqPayment($obj1);
                 break;
             }
         }
         if ($newObject) {
             $obj7->initVInfaqPayments();
             $obj7->addVInfaqPayment($obj1);
         }
         $omClass = AcademicCostComponentPeer::getOMClass();
         $cls = Propel::import($omClass);
         $obj8 = new $cls();
         $obj8->hydrate($rs, $startcol8);
         $newObject = true;
         for ($j = 0, $resCount = count($results); $j < $resCount; $j++) {
             $temp_obj1 = $results[$j];
             $temp_obj8 = $temp_obj1->getAcademicCostComponent();
             if ($temp_obj8->getPrimaryKey() === $obj8->getPrimaryKey()) {
                 $newObject = false;
                 $temp_obj8->addVInfaqPayment($obj1);
                 break;
             }
         }
         if ($newObject) {
             $obj8->initVInfaqPayments();
             $obj8->addVInfaqPayment($obj1);
         }
         $results[] = $obj1;
     }
     return $results;
 }