Exemplo n.º 1
0
 public static function doSelectJoinAllExceptDepartment(Criteria $c, $con = null)
 {
     $c = clone $c;
     if ($c->getDbName() == Propel::getDefaultDB()) {
         $c->setDbName(self::DATABASE_NAME);
     }
     VStudentTypePeer::addSelectColumns($c);
     $startcol2 = VStudentTypePeer::NUM_COLUMNS - VStudentTypePeer::NUM_LAZY_LOAD_COLUMNS + 1;
     AcademicCalendarPeer::addSelectColumns($c);
     $startcol3 = $startcol2 + AcademicCalendarPeer::NUM_COLUMNS;
     PayerTypePeer::addSelectColumns($c);
     $startcol4 = $startcol3 + PayerTypePeer::NUM_COLUMNS;
     $c->addJoin(VStudentTypePeer::ACADEMIC_CALENDAR_ID, AcademicCalendarPeer::ID);
     $c->addJoin(VStudentTypePeer::PAYER_TYPE_ID, PayerTypePeer::ID);
     $rs = BasePeer::doSelect($c, $con);
     $results = array();
     while ($rs->next()) {
         $omClass = VStudentTypePeer::getOMClass();
         $cls = Propel::import($omClass);
         $obj1 = new $cls();
         $obj1->hydrate($rs);
         $omClass = AcademicCalendarPeer::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->getAcademicCalendar();
             if ($temp_obj2->getPrimaryKey() === $obj2->getPrimaryKey()) {
                 $newObject = false;
                 $temp_obj2->addVStudentType($obj1);
                 break;
             }
         }
         if ($newObject) {
             $obj2->initVStudentTypes();
             $obj2->addVStudentType($obj1);
         }
         $omClass = PayerTypePeer::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->getPayerType();
             if ($temp_obj3->getPrimaryKey() === $obj3->getPrimaryKey()) {
                 $newObject = false;
                 $temp_obj3->addVStudentType($obj1);
                 break;
             }
         }
         if ($newObject) {
             $obj3->initVStudentTypes();
             $obj3->addVStudentType($obj1);
         }
         $results[] = $obj1;
     }
     return $results;
 }
Exemplo n.º 2
0
 public static function doSelectJoinAllExceptClassGroup(Criteria $c, $con = null)
 {
     $c = clone $c;
     if ($c->getDbName() == Propel::getDefaultDB()) {
         $c->setDbName(self::DATABASE_NAME);
     }
     VAcaCostElsePeer::addSelectColumns($c);
     $startcol2 = VAcaCostElsePeer::NUM_COLUMNS - VAcaCostElsePeer::NUM_LAZY_LOAD_COLUMNS + 1;
     PayerTypePeer::addSelectColumns($c);
     $startcol3 = $startcol2 + PayerTypePeer::NUM_COLUMNS;
     AcademicCalendarPeer::addSelectColumns($c);
     $startcol4 = $startcol3 + AcademicCalendarPeer::NUM_COLUMNS;
     AcademicCostComponentPeer::addSelectColumns($c);
     $startcol5 = $startcol4 + AcademicCostComponentPeer::NUM_COLUMNS;
     AcademicProcessPeer::addSelectColumns($c);
     $startcol6 = $startcol5 + AcademicProcessPeer::NUM_COLUMNS;
     BankAccountPeer::addSelectColumns($c);
     $startcol7 = $startcol6 + BankAccountPeer::NUM_COLUMNS;
     $c->addJoin(VAcaCostElsePeer::PAYER_TYPE_ID, PayerTypePeer::ID);
     $c->addJoin(VAcaCostElsePeer::ACADEMIC_CALENDAR_ID, AcademicCalendarPeer::ID);
     $c->addJoin(VAcaCostElsePeer::ACADEMIC_COST_COMPONENT_ID, AcademicCostComponentPeer::ID);
     $c->addJoin(VAcaCostElsePeer::ACADEMIC_PROCESS_ID, AcademicProcessPeer::ID);
     $c->addJoin(VAcaCostElsePeer::BANK_ACCOUNT_ID, BankAccountPeer::ID);
     $rs = BasePeer::doSelect($c, $con);
     $results = array();
     while ($rs->next()) {
         $omClass = VAcaCostElsePeer::getOMClass();
         $cls = Propel::import($omClass);
         $obj1 = new $cls();
         $obj1->hydrate($rs);
         $omClass = PayerTypePeer::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->getPayerType();
             if ($temp_obj2->getPrimaryKey() === $obj2->getPrimaryKey()) {
                 $newObject = false;
                 $temp_obj2->addVAcaCostElse($obj1);
                 break;
             }
         }
         if ($newObject) {
             $obj2->initVAcaCostElses();
             $obj2->addVAcaCostElse($obj1);
         }
         $omClass = AcademicCalendarPeer::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->getAcademicCalendar();
             if ($temp_obj3->getPrimaryKey() === $obj3->getPrimaryKey()) {
                 $newObject = false;
                 $temp_obj3->addVAcaCostElse($obj1);
                 break;
             }
         }
         if ($newObject) {
             $obj3->initVAcaCostElses();
             $obj3->addVAcaCostElse($obj1);
         }
         $omClass = AcademicCostComponentPeer::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->getAcademicCostComponent();
             if ($temp_obj4->getPrimaryKey() === $obj4->getPrimaryKey()) {
                 $newObject = false;
                 $temp_obj4->addVAcaCostElse($obj1);
                 break;
             }
         }
         if ($newObject) {
             $obj4->initVAcaCostElses();
             $obj4->addVAcaCostElse($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->addVAcaCostElse($obj1);
                 break;
             }
         }
         if ($newObject) {
             $obj5->initVAcaCostElses();
             $obj5->addVAcaCostElse($obj1);
         }
         $omClass = BankAccountPeer::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->getBankAccount();
             if ($temp_obj6->getPrimaryKey() === $obj6->getPrimaryKey()) {
                 $newObject = false;
                 $temp_obj6->addVAcaCostElse($obj1);
                 break;
             }
         }
         if ($newObject) {
             $obj6->initVAcaCostElses();
             $obj6->addVAcaCostElse($obj1);
         }
         $results[] = $obj1;
     }
     return $results;
 }
Exemplo n.º 3
0
 public static function doSelectJoinAll(Criteria $c, $con = null)
 {
     $c = clone $c;
     if ($c->getDbName() == Propel::getDefaultDB()) {
         $c->setDbName(self::DATABASE_NAME);
     }
     VPayerTypePeer::addSelectColumns($c);
     $startcol2 = VPayerTypePeer::NUM_COLUMNS - VPayerTypePeer::NUM_LAZY_LOAD_COLUMNS + 1;
     PayerTypePeer::addSelectColumns($c);
     $startcol3 = $startcol2 + PayerTypePeer::NUM_COLUMNS;
     $c->addJoin(VPayerTypePeer::PARENT, PayerTypePeer::ID);
     $rs = BasePeer::doSelect($c, $con);
     $results = array();
     while ($rs->next()) {
         $omClass = VPayerTypePeer::getOMClass();
         $cls = Propel::import($omClass);
         $obj1 = new $cls();
         $obj1->hydrate($rs);
         $omClass = PayerTypePeer::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->getPayerType();
             if ($temp_obj2->getPrimaryKey() === $obj2->getPrimaryKey()) {
                 $newObject = false;
                 $temp_obj2->addVPayerType($obj1);
                 break;
             }
         }
         if ($newObject) {
             $obj2->initVPayerTypes();
             $obj2->addVPayerType($obj1);
         }
         $results[] = $obj1;
     }
     return $results;
 }
Exemplo n.º 4
0
 public static function doSelectJoinAll(Criteria $c, $con = null)
 {
     $c = clone $c;
     if ($c->getDbName() == Propel::getDefaultDB()) {
         $c->setDbName(self::DATABASE_NAME);
     }
     PayerTypePeer::addSelectColumns($c);
     $startcol2 = PayerTypePeer::NUM_COLUMNS - PayerTypePeer::NUM_LAZY_LOAD_COLUMNS + 1;
     $rs = BasePeer::doSelect($c, $con);
     $results = array();
     while ($rs->next()) {
         $omClass = PayerTypePeer::getOMClass();
         $cls = Propel::import($omClass);
         $obj1 = new $cls();
         $obj1->hydrate($rs);
         $results[] = $obj1;
     }
     return $results;
 }