Esempio n. 1
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->name = $rs->getString($startcol + 1);
         $this->min_value = $rs->getFloat($startcol + 2);
         $this->max_value = $rs->getFloat($startcol + 3);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 4;
     } catch (Exception $e) {
         throw new PropelException("Error populating GraduationGrading object", $e);
     }
 }
Esempio n. 2
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->coolness = $rs->getFloat($startcol + 1);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 2;
     } catch (Exception $e) {
         throw new PropelException("Error populating FakeForum object", $e);
     }
 }
Esempio n. 3
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->cat_category_id = $rs->getInt($startcol + 0);
         $this->published_year = $rs->getFloat($startcol + 1);
         $this->total_catalog = $rs->getString($startcol + 2);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 3;
     } catch (Exception $e) {
         throw new PropelException("Error populating VMaterialCatalog object", $e);
     }
 }
Esempio n. 4
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->subject_grading_id = $rs->getInt($startcol + 1);
         $this->kkm = $rs->getFloat($startcol + 2);
         $this->detail = $rs->getString($startcol + 3);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 4;
     } catch (Exception $e) {
         throw new PropelException("Error populating SubjectCompetency object", $e);
     }
 }
Esempio n. 5
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->cur13_term_id = $rs->getInt($startcol + 1);
         $this->grade_spec_id = $rs->getInt($startcol + 2);
         $this->bobot = $rs->getFloat($startcol + 3);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 4;
     } catch (Exception $e) {
         throw new PropelException("Error populating Cur13TermSpec object", $e);
     }
 }
Esempio n. 6
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->grade = $rs->getFloat($startcol + 1);
         $this->test_applicant_id = $rs->getInt($startcol + 2);
         $this->test_subject_id = $rs->getInt($startcol + 3);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 4;
     } catch (Exception $e) {
         throw new PropelException("Error populating TestScore object", $e);
     }
 }
Esempio n. 7
0
 /**
  * Hydrates (populates) the object variables with values from the database resultset.
  *
  * An offset (1-based "start column") is specified so that objects can be hydrated
  * with a subset of the columns in the resultset rows.  This is needed, for example,
  * for results of JOIN queries where the resultset row includes columns from two or
  * more tables.
  *
  * @param      ResultSet $rs The ResultSet class with cursor advanced to desired record pos.
  * @param      int $startcol 1-based offset column which indicates which restultset column to start with.
  * @return     int next starting column
  * @throws     PropelException  - Any caught Exception will be rewrapped as a PropelException.
  */
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->usr_uid = $rs->getString($startcol + 0);
         $this->usr_username = $rs->getString($startcol + 1);
         $this->usr_password = $rs->getString($startcol + 2);
         $this->usr_firstname = $rs->getString($startcol + 3);
         $this->usr_lastname = $rs->getString($startcol + 4);
         $this->usr_email = $rs->getString($startcol + 5);
         $this->usr_due_date = $rs->getDate($startcol + 6, null);
         $this->usr_create_date = $rs->getTimestamp($startcol + 7, null);
         $this->usr_update_date = $rs->getTimestamp($startcol + 8, null);
         $this->usr_status = $rs->getString($startcol + 9);
         $this->usr_country = $rs->getString($startcol + 10);
         $this->usr_city = $rs->getString($startcol + 11);
         $this->usr_location = $rs->getString($startcol + 12);
         $this->usr_address = $rs->getString($startcol + 13);
         $this->usr_phone = $rs->getString($startcol + 14);
         $this->usr_fax = $rs->getString($startcol + 15);
         $this->usr_cellular = $rs->getString($startcol + 16);
         $this->usr_zip_code = $rs->getString($startcol + 17);
         $this->dep_uid = $rs->getString($startcol + 18);
         $this->usr_position = $rs->getString($startcol + 19);
         $this->usr_resume = $rs->getString($startcol + 20);
         $this->usr_birthday = $rs->getDate($startcol + 21, null);
         $this->usr_role = $rs->getString($startcol + 22);
         $this->usr_reports_to = $rs->getString($startcol + 23);
         $this->usr_replaced_by = $rs->getString($startcol + 24);
         $this->usr_ux = $rs->getString($startcol + 25);
         $this->usr_total_inbox = $rs->getInt($startcol + 26);
         $this->usr_total_draft = $rs->getInt($startcol + 27);
         $this->usr_total_cancelled = $rs->getInt($startcol + 28);
         $this->usr_total_participated = $rs->getInt($startcol + 29);
         $this->usr_total_paused = $rs->getInt($startcol + 30);
         $this->usr_total_completed = $rs->getInt($startcol + 31);
         $this->usr_total_unassigned = $rs->getInt($startcol + 32);
         $this->usr_cost_by_hour = $rs->getFloat($startcol + 33);
         $this->usr_unit_cost = $rs->getString($startcol + 34);
         $this->usr_pmdrive_folder_uid = $rs->getString($startcol + 35);
         $this->usr_bookmark_start_cases = $rs->getString($startcol + 36);
         $this->usr_time_zone = $rs->getString($startcol + 37);
         $this->usr_default_lang = $rs->getString($startcol + 38);
         $this->resetModified();
         $this->setNew(false);
         // FIXME - using NUM_COLUMNS may be clearer.
         return $startcol + 39;
         // 39 = UsersPeer::NUM_COLUMNS - UsersPeer::NUM_LAZY_LOAD_COLUMNS).
     } catch (Exception $e) {
         throw new PropelException("Error populating Users object", $e);
     }
 }
Esempio n. 8
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->code = $rs->getInt($startcol + 1);
         $this->biaya = $rs->getFloat($startcol + 2);
         $this->prog_studi = $rs->getString($startcol + 3);
         $this->waktu = $rs->getTimestamp($startcol + 4, null);
         $this->jumlah = $rs->getInt($startcol + 5);
         $this->status = $rs->getString($startcol + 6);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 7;
     } catch (Exception $e) {
         throw new PropelException("Error populating ExpenditureJournal object", $e);
     }
 }
Esempio n. 9
0
    /**
     * Hydrates (populates) the object variables with values from the database resultset.
     *
     * An offset (1-based "start column") is specified so that objects can be hydrated
     * with a subset of the columns in the resultset rows.  This is needed, for example,
     * for results of JOIN queries where the resultset row includes columns from two or
     * more tables.
     *
     * @param      ResultSet $rs The ResultSet class with cursor advanced to desired record pos.
     * @param      int $startcol 1-based offset column which indicates which restultset column to start with.
     * @return     int next starting column
     * @throws     PropelException  - Any caught Exception will be rewrapped as a PropelException.
     */
    public function hydrate(ResultSet $rs, $startcol = 1)
    {
        try {

            $this->app_uid = $rs->getString($startcol + 0);

            $this->app_number = $rs->getInt($startcol + 1);

            $this->app_parent = $rs->getString($startcol + 2);

            $this->app_status = $rs->getString($startcol + 3);

            $this->pro_uid = $rs->getString($startcol + 4);

            $this->app_proc_status = $rs->getString($startcol + 5);

            $this->app_proc_code = $rs->getString($startcol + 6);

            $this->app_parallel = $rs->getString($startcol + 7);

            $this->app_init_user = $rs->getString($startcol + 8);

            $this->app_cur_user = $rs->getString($startcol + 9);

            $this->app_create_date = $rs->getTimestamp($startcol + 10, null);

            $this->app_init_date = $rs->getTimestamp($startcol + 11, null);

            $this->app_finish_date = $rs->getTimestamp($startcol + 12, null);

            $this->app_update_date = $rs->getTimestamp($startcol + 13, null);

            $this->app_data = $rs->getString($startcol + 14);

            $this->app_pin = $rs->getString($startcol + 15);

            $this->app_duration = $rs->getFloat($startcol + 16);

            $this->app_delay_duration = $rs->getFloat($startcol + 17);

            $this->resetModified();

            $this->setNew(false);

            // FIXME - using NUM_COLUMNS may be clearer.
            return $startcol + 18; // 18 = ApplicationPeer::NUM_COLUMNS - ApplicationPeer::NUM_LAZY_LOAD_COLUMNS).

        } catch (Exception $e) {
            throw new PropelException("Error populating Application object", $e);
        }
    }
Esempio n. 10
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->subject_accal_id = $rs->getInt($startcol + 1);
         $this->subject_curr_id = $rs->getInt($startcol + 2);
         $this->grade_component_id = $rs->getInt($startcol + 3);
         $this->percentage = $rs->getInt($startcol + 4);
         $this->kkm = $rs->getFloat($startcol + 5);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 6;
     } catch (Exception $e) {
         throw new PropelException("Error populating SubjectGrading object", $e);
     }
 }
Esempio n. 11
0
 /**
  * Hydrates (populates) the object variables with values from the database resultset.
  *
  * An offset (1-based "start column") is specified so that objects can be hydrated
  * with a subset of the columns in the resultset rows.  This is needed, for example,
  * for results of JOIN queries where the resultset row includes columns from two or
  * more tables.
  *
  * @param      ResultSet $rs The ResultSet class with cursor advanced to desired record pos.
  * @param      int $startcol 1-based offset column which indicates which restultset column to start with.
  * @return     int next starting column
  * @throws     PropelException  - Any caught Exception will be rewrapped as a PropelException.
  */
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->app_uid = $rs->getString($startcol + 0);
         $this->del_index = $rs->getInt($startcol + 1);
         $this->app_number = $rs->getInt($startcol + 2);
         $this->app_status = $rs->getString($startcol + 3);
         $this->usr_uid = $rs->getString($startcol + 4);
         $this->previous_usr_uid = $rs->getString($startcol + 5);
         $this->tas_uid = $rs->getString($startcol + 6);
         $this->pro_uid = $rs->getString($startcol + 7);
         $this->del_delegate_date = $rs->getTimestamp($startcol + 8, null);
         $this->del_init_date = $rs->getTimestamp($startcol + 9, null);
         $this->del_task_due_date = $rs->getTimestamp($startcol + 10, null);
         $this->del_finish_date = $rs->getTimestamp($startcol + 11, null);
         $this->del_thread_status = $rs->getString($startcol + 12);
         $this->app_thread_status = $rs->getString($startcol + 13);
         $this->app_title = $rs->getString($startcol + 14);
         $this->app_pro_title = $rs->getString($startcol + 15);
         $this->app_tas_title = $rs->getString($startcol + 16);
         $this->app_current_user = $rs->getString($startcol + 17);
         $this->app_del_previous_user = $rs->getString($startcol + 18);
         $this->del_priority = $rs->getString($startcol + 19);
         $this->del_duration = $rs->getFloat($startcol + 20);
         $this->del_queue_duration = $rs->getFloat($startcol + 21);
         $this->del_delay_duration = $rs->getFloat($startcol + 22);
         $this->del_started = $rs->getInt($startcol + 23);
         $this->del_finished = $rs->getInt($startcol + 24);
         $this->del_delayed = $rs->getInt($startcol + 25);
         $this->app_create_date = $rs->getTimestamp($startcol + 26, null);
         $this->app_finish_date = $rs->getTimestamp($startcol + 27, null);
         $this->app_update_date = $rs->getTimestamp($startcol + 28, null);
         $this->app_overdue_percentage = $rs->getFloat($startcol + 29);
         $this->resetModified();
         $this->setNew(false);
         // FIXME - using NUM_COLUMNS may be clearer.
         return $startcol + 30;
         // 30 = AppCacheViewPeer::NUM_COLUMNS - AppCacheViewPeer::NUM_LAZY_LOAD_COLUMNS).
     } catch (Exception $e) {
         throw new PropelException("Error populating AppCacheView object", $e);
     }
 }
Esempio n. 12
0
 /**
  * Hydrates (populates) the object variables with values from the database resultset.
  *
  * An offset (1-based "start column") is specified so that objects can be hydrated
  * with a subset of the columns in the resultset rows.  This is needed, for example,
  * for results of JOIN queries where the resultset row includes columns from two or
  * more tables.
  *
  * @param      ResultSet $rs The ResultSet class with cursor advanced to desired record pos.
  * @param      int $startcol 1-based offset column which indicates which restultset column to start with.
  * @return     int next starting column
  * @throws     PropelException  - Any caught Exception will be rewrapped as a PropelException.
  */
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->addon_id = $rs->getString($startcol + 0);
         $this->store_id = $rs->getString($startcol + 1);
         $this->addon_name = $rs->getString($startcol + 2);
         $this->addon_nick = $rs->getString($startcol + 3);
         $this->addon_download_filename = $rs->getString($startcol + 4);
         $this->addon_description = $rs->getString($startcol + 5);
         $this->addon_state = $rs->getString($startcol + 6);
         $this->addon_state_changed = $rs->getTimestamp($startcol + 7, null);
         $this->addon_status = $rs->getString($startcol + 8);
         $this->addon_version = $rs->getString($startcol + 9);
         $this->addon_type = $rs->getString($startcol + 10);
         $this->addon_publisher = $rs->getString($startcol + 11);
         $this->addon_release_date = $rs->getTimestamp($startcol + 12, null);
         $this->addon_release_type = $rs->getString($startcol + 13);
         $this->addon_release_notes = $rs->getString($startcol + 14);
         $this->addon_download_url = $rs->getString($startcol + 15);
         $this->addon_download_progress = $rs->getFloat($startcol + 16);
         $this->addon_download_md5 = $rs->getString($startcol + 17);
         $this->resetModified();
         $this->setNew(false);
         // FIXME - using NUM_COLUMNS may be clearer.
         return $startcol + 18;
         // 18 = AddonsManagerPeer::NUM_COLUMNS - AddonsManagerPeer::NUM_LAZY_LOAD_COLUMNS).
     } catch (Exception $e) {
         throw new PropelException("Error populating AddonsManager object", $e);
     }
 }
Esempio n. 13
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->code = $rs->getString($startcol + 1);
         $this->name = $rs->getString($startcol + 2);
         $this->description = $rs->getString($startcol + 3);
         $this->department_id = $rs->getInt($startcol + 4);
         $this->limit = $rs->getFloat($startcol + 5);
         $this->parent = $rs->getInt($startcol + 6);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 7;
     } catch (Exception $e) {
         throw new PropelException("Error populating BudgetChart object", $e);
     }
 }
Esempio n. 14
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->code = $rs->getString($startcol + 1);
         $this->cat_language_id = $rs->getInt($startcol + 2);
         $this->cat_category_id = $rs->getInt($startcol + 3);
         $this->cat_subject_id = $rs->getInt($startcol + 4);
         $this->title = $rs->getString($startcol + 5);
         $this->subtitle = $rs->getString($startcol + 6);
         $this->publisher_id = $rs->getInt($startcol + 7);
         $this->published_year = $rs->getFloat($startcol + 8);
         $this->published_location = $rs->getString($startcol + 9);
         $this->isbn = $rs->getString($startcol + 10);
         $this->student_no = $rs->getString($startcol + 11);
         $this->student_name = $rs->getString($startcol + 12);
         $this->student_major = $rs->getString($startcol + 13);
         $this->student_tutor = $rs->getString($startcol + 14);
         $this->version = $rs->getString($startcol + 15);
         $this->edition = $rs->getFloat($startcol + 16);
         $this->print_no = $rs->getFloat($startcol + 17);
         $this->part = $rs->getFloat($startcol + 18);
         $this->volume = $rs->getFloat($startcol + 19);
         $this->month = $rs->getFloat($startcol + 20);
         $this->year = $rs->getFloat($startcol + 21);
         $this->no = $rs->getFloat($startcol + 22);
         $this->bonus = $rs->getString($startcol + 23);
         $this->pages = $rs->getFloat($startcol + 24);
         $this->height = $rs->getFloat($startcol + 25);
         $this->synopsis = $rs->getString($startcol + 26);
         $this->abstracts = $rs->getString($startcol + 27);
         $this->search_keywords = $rs->getString($startcol + 28);
         $this->created_at = $rs->getTimestamp($startcol + 29, null);
         $this->updated_at = $rs->getTimestamp($startcol + 30, null);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 31;
     } catch (Exception $e) {
         throw new PropelException("Error populating Catalog object", $e);
     }
 }
Esempio n. 15
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->ng_test_appl_sched_id = $rs->getInt($startcol + 1);
         $this->ng_test_subject_id = $rs->getInt($startcol + 2);
         $this->grade = $rs->getFloat($startcol + 3);
         $this->marks = $rs->getString($startcol + 4);
         $this->created = $rs->getTimestamp($startcol + 5, null);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 6;
     } catch (Exception $e) {
         throw new PropelException("Error populating NgTestApplScore object", $e);
     }
 }
Esempio n. 16
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->code = $rs->getString($startcol + 1);
         $this->employee_id = $rs->getInt($startcol + 2);
         $this->department_id = $rs->getInt($startcol + 3);
         $this->academic_calendar_id = $rs->getInt($startcol + 4);
         $this->staff_type_id = $rs->getInt($startcol + 5);
         $this->employee_level_id = $rs->getInt($startcol + 6);
         $this->illness_id = $rs->getInt($startcol + 7);
         $this->detail_medical = $rs->getString($startcol + 8);
         $this->medical_date = $rs->getDate($startcol + 9, null);
         $this->hospital = $rs->getString($startcol + 10);
         $this->patient_name = $rs->getString($startcol + 11);
         $this->relation = $rs->getInt($startcol + 12);
         $this->total = $rs->getFloat($startcol + 13);
         $this->status = $rs->getString($startcol + 14);
         $this->medicine = $rs->getFloat($startcol + 15);
         $this->hospitalization = $rs->getFloat($startcol + 16);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 17;
     } catch (Exception $e) {
         throw new PropelException("Error populating EmployeeMedical object", $e);
     }
 }
Esempio n. 17
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->subject_curr_id = $rs->getInt($startcol + 1);
         $this->employee_id = $rs->getInt($startcol + 2);
         $this->class_group_id = $rs->getInt($startcol + 3);
         $this->location_id = $rs->getInt($startcol + 4);
         $this->day = $rs->getInt($startcol + 5);
         $this->class_session_id = $rs->getInt($startcol + 6);
         $this->academic_calendar_id = $rs->getInt($startcol + 7);
         $this->grade_spec_id = $rs->getInt($startcol + 8);
         $this->kkm = $rs->getFloat($startcol + 9);
         $this->name = $rs->getString($startcol + 10);
         $this->detail = $rs->getString($startcol + 11);
         $this->semester = $rs->getInt($startcol + 12);
         $this->capacity = $rs->getInt($startcol + 13);
         $this->type = $rs->getInt($startcol + 14);
         $this->grade_component_id = $rs->getInt($startcol + 15);
         $this->date = $rs->getTimestamp($startcol + 16, null);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 17;
     } catch (Exception $e) {
         throw new PropelException("Error populating Schedule object", $e);
     }
 }
Esempio n. 18
0
 /**
  * Hydrates (populates) the object variables with values from the database resultset.
  *
  * An offset (1-based "start column") is specified so that objects can be hydrated
  * with a subset of the columns in the resultset rows.  This is needed, for example,
  * for results of JOIN queries where the resultset row includes columns from two or
  * more tables.
  *
  * @param      ResultSet $rs The ResultSet class with cursor advanced to desired record pos.
  * @param      int $startcol 1-based offset column which indicates which restultset column to start with.
  * @return     int next starting column
  * @throws     PropelException  - Any caught Exception will be rewrapped as a PropelException.
  */
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->evn_uid = $rs->getString($startcol + 0);
         $this->pro_uid = $rs->getString($startcol + 1);
         $this->evn_status = $rs->getString($startcol + 2);
         $this->evn_when_occurs = $rs->getString($startcol + 3);
         $this->evn_related_to = $rs->getString($startcol + 4);
         $this->tas_uid = $rs->getString($startcol + 5);
         $this->evn_tas_uid_from = $rs->getString($startcol + 6);
         $this->evn_tas_uid_to = $rs->getString($startcol + 7);
         $this->evn_tas_estimated_duration = $rs->getFloat($startcol + 8);
         $this->evn_time_unit = $rs->getString($startcol + 9);
         $this->evn_when = $rs->getFloat($startcol + 10);
         $this->evn_max_attempts = $rs->getInt($startcol + 11);
         $this->evn_action = $rs->getString($startcol + 12);
         $this->evn_conditions = $rs->getString($startcol + 13);
         $this->evn_action_parameters = $rs->getString($startcol + 14);
         $this->tri_uid = $rs->getString($startcol + 15);
         $this->evn_posx = $rs->getInt($startcol + 16);
         $this->evn_posy = $rs->getInt($startcol + 17);
         $this->evn_type = $rs->getString($startcol + 18);
         $this->tas_evn_uid = $rs->getString($startcol + 19);
         $this->resetModified();
         $this->setNew(false);
         // FIXME - using NUM_COLUMNS may be clearer.
         return $startcol + 20;
         // 20 = EventPeer::NUM_COLUMNS - EventPeer::NUM_LAZY_LOAD_COLUMNS).
     } catch (Exception $e) {
         throw new PropelException("Error populating Event object", $e);
     }
 }
Esempio n. 19
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->code = $rs->getString($startcol + 1);
         $this->amount = $rs->getFloat($startcol + 2);
         $this->payer_type_id = $rs->getInt($startcol + 3);
         $this->academic_calendar_id = $rs->getInt($startcol + 4);
         $this->academic_cost_component_id = $rs->getInt($startcol + 5);
         $this->academic_process_id = $rs->getInt($startcol + 6);
         $this->bank_account_id = $rs->getInt($startcol + 7);
         $this->class_group_id = $rs->getInt($startcol + 8);
         $this->description = $rs->getString($startcol + 9);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 10;
     } catch (Exception $e) {
         throw new PropelException("Error populating AcademicCost object", $e);
     }
 }
Esempio n. 20
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->catalog_id = $rs->getInt($startcol + 0);
         $this->total_col_item = $rs->getString($startcol + 1);
         $this->title = $rs->getString($startcol + 2);
         $this->publisher_name = $rs->getString($startcol + 3);
         $this->published_location = $rs->getString($startcol + 4);
         $this->published_year = $rs->getFloat($startcol + 5);
         $this->writer_name = $rs->getString($startcol + 6);
         $this->cat_category_name = $rs->getString($startcol + 7);
         $this->department_name = $rs->getString($startcol + 8);
         $this->col_location_name = $rs->getString($startcol + 9);
         $this->department_id = $rs->getInt($startcol + 10);
         $this->cat_category_id = $rs->getInt($startcol + 11);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 12;
     } catch (Exception $e) {
         throw new PropelException("Error populating VOpacDigital object", $e);
     }
 }
Esempio n. 21
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->cur13_ekskul_id = $rs->getInt($startcol + 1);
         $this->grade_spec_id = $rs->getInt($startcol + 2);
         $this->grade = $rs->getFloat($startcol + 3);
         $this->remark = $rs->getString($startcol + 4);
         $this->grade_scale = $rs->getFloat($startcol + 5);
         $this->total_value = $rs->getFloat($startcol + 6);
         $this->avg_value = $rs->getFloat($startcol + 7);
         $this->created_at = $rs->getTimestamp($startcol + 8, null);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 9;
     } catch (Exception $e) {
         throw new PropelException("Error populating Cur13GradeEkskul object", $e);
     }
 }
Esempio n. 22
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->payer = $rs->getInt($startcol + 1);
         $this->academic_cost_id = $rs->getInt($startcol + 2);
         $this->job_id = $rs->getInt($startcol + 3);
         $this->academic_process_id = $rs->getInt($startcol + 4);
         $this->amount = $rs->getFloat($startcol + 5);
         $this->created_at = $rs->getTimestamp($startcol + 6, null);
         $this->updated_at = $rs->getTimestamp($startcol + 7, null);
         $this->payer_type = $rs->getString($startcol + 8);
         $this->receivable = $rs->getFloat($startcol + 9);
         $this->paid = $rs->getFloat($startcol + 10);
         $this->status = $rs->getString($startcol + 11);
         $this->comments = $rs->getString($startcol + 12);
         $this->payment_model_id = $rs->getInt($startcol + 13);
         $this->transaction_status_id = $rs->getInt($startcol + 14);
         $this->paid_at = $rs->getTimestamp($startcol + 15, null);
         $this->year = $rs->getFloat($startcol + 16);
         $this->month = $rs->getString($startcol + 17);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 18;
     } catch (Exception $e) {
         throw new PropelException("Error populating VPaymentJournal object", $e);
     }
 }
Esempio n. 23
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->grade_conversion_template_id = $rs->getInt($startcol + 1);
         $this->department_id = $rs->getInt($startcol + 2);
         $this->name = $rs->getString($startcol + 3);
         $this->grade = $rs->getFloat($startcol + 4);
         $this->min_value = $rs->getFloat($startcol + 5);
         $this->max_value = $rs->getFloat($startcol + 6);
         $this->type_conversion = $rs->getInt($startcol + 7);
         $this->min_scale = $rs->getFloat($startcol + 8);
         $this->max_scale = $rs->getFloat($startcol + 9);
         $this->description = $rs->getString($startcol + 10);
         $this->detail = $rs->getString($startcol + 11);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 12;
     } catch (Exception $e) {
         throw new PropelException("Error populating GradeConversion object", $e);
     }
 }
Esempio n. 24
0
 /**
  * Hydrates (populates) the object variables with values from the database resultset.
  *
  * An offset (1-based "start column") is specified so that objects can be hydrated
  * with a subset of the columns in the resultset rows.  This is needed, for example,
  * for results of JOIN queries where the resultset row includes columns from two or
  * more tables.
  *
  * @param      ResultSet $rs The ResultSet class with cursor advanced to desired record pos.
  * @param      int $startcol 1-based offset column which indicates which restultset column to start with.
  * @return     int next starting column
  * @throws     PropelException  - Any caught Exception will be rewrapped as a PropelException.
  */
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->pro_uid = $rs->getString($startcol + 0);
         $this->tas_uid = $rs->getString($startcol + 1);
         $this->tas_type = $rs->getString($startcol + 2);
         $this->tas_duration = $rs->getFloat($startcol + 3);
         $this->tas_delay_type = $rs->getString($startcol + 4);
         $this->tas_temporizer = $rs->getFloat($startcol + 5);
         $this->tas_type_day = $rs->getString($startcol + 6);
         $this->tas_timeunit = $rs->getString($startcol + 7);
         $this->tas_alert = $rs->getString($startcol + 8);
         $this->tas_priority_variable = $rs->getString($startcol + 9);
         $this->tas_assign_type = $rs->getString($startcol + 10);
         $this->tas_assign_variable = $rs->getString($startcol + 11);
         $this->tas_group_variable = $rs->getString($startcol + 12);
         $this->tas_mi_instance_variable = $rs->getString($startcol + 13);
         $this->tas_mi_complete_variable = $rs->getString($startcol + 14);
         $this->tas_assign_location = $rs->getString($startcol + 15);
         $this->tas_assign_location_adhoc = $rs->getString($startcol + 16);
         $this->tas_transfer_fly = $rs->getString($startcol + 17);
         $this->tas_last_assigned = $rs->getString($startcol + 18);
         $this->tas_user = $rs->getString($startcol + 19);
         $this->tas_can_upload = $rs->getString($startcol + 20);
         $this->tas_view_upload = $rs->getString($startcol + 21);
         $this->tas_view_additional_documentation = $rs->getString($startcol + 22);
         $this->tas_can_cancel = $rs->getString($startcol + 23);
         $this->tas_owner_app = $rs->getString($startcol + 24);
         $this->stg_uid = $rs->getString($startcol + 25);
         $this->tas_can_pause = $rs->getString($startcol + 26);
         $this->tas_can_send_message = $rs->getString($startcol + 27);
         $this->tas_can_delete_docs = $rs->getString($startcol + 28);
         $this->tas_self_service = $rs->getString($startcol + 29);
         $this->tas_start = $rs->getString($startcol + 30);
         $this->tas_to_last_user = $rs->getString($startcol + 31);
         $this->tas_send_last_email = $rs->getString($startcol + 32);
         $this->tas_derivation = $rs->getString($startcol + 33);
         $this->tas_posx = $rs->getInt($startcol + 34);
         $this->tas_posy = $rs->getInt($startcol + 35);
         $this->tas_width = $rs->getInt($startcol + 36);
         $this->tas_height = $rs->getInt($startcol + 37);
         $this->tas_color = $rs->getString($startcol + 38);
         $this->tas_evn_uid = $rs->getString($startcol + 39);
         $this->tas_boundary = $rs->getString($startcol + 40);
         $this->tas_derivation_screen_tpl = $rs->getString($startcol + 41);
         $this->tas_selfservice_timeout = $rs->getInt($startcol + 42);
         $this->tas_selfservice_time = $rs->getString($startcol + 43);
         $this->tas_selfservice_time_unit = $rs->getString($startcol + 44);
         $this->tas_selfservice_trigger_uid = $rs->getString($startcol + 45);
         $this->tas_selfservice_execution = $rs->getString($startcol + 46);
         $this->resetModified();
         $this->setNew(false);
         // FIXME - using NUM_COLUMNS may be clearer.
         return $startcol + 47;
         // 47 = TaskPeer::NUM_COLUMNS - TaskPeer::NUM_LAZY_LOAD_COLUMNS).
     } catch (Exception $e) {
         throw new PropelException("Error populating Task object", $e);
     }
 }
Esempio n. 25
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->employee_id = $rs->getInt($startcol + 1);
         $this->student_informer = $rs->getInt($startcol + 2);
         $this->time_report = $rs->getTimestamp($startcol + 3, null);
         $this->location_id = $rs->getInt($startcol + 4);
         $this->location_detail = $rs->getString($startcol + 5);
         $this->detail = $rs->getString($startcol + 6);
         $this->action = $rs->getString($startcol + 7);
         $this->status = $rs->getInt($startcol + 8);
         $this->student_id = $rs->getInt($startcol + 9);
         $this->counseling_status_id = $rs->getInt($startcol + 10);
         $this->class_group_id = $rs->getInt($startcol + 11);
         $this->grade = $rs->getFloat($startcol + 12);
         $this->reward = $rs->getFloat($startcol + 13);
         $this->academic_calendar_id = $rs->getInt($startcol + 14);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 15;
     } catch (Exception $e) {
         throw new PropelException("Error populating OutclassCounseling object", $e);
     }
 }
Esempio n. 26
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->map_province_id = $rs->getInt($startcol + 1);
         $this->initial = $rs->getString($startcol + 2);
         $this->name = $rs->getString($startcol + 3);
         $this->latitude = $rs->getFloat($startcol + 4);
         $this->longtitude = $rs->getFloat($startcol + 5);
         $this->image = $rs->getString($startcol + 6);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 7;
     } catch (Exception $e) {
         throw new PropelException("Error populating WebMapSchoolLocation object", $e);
     }
 }
Esempio n. 27
0
 /**
  * Hydrates (populates) the object variables with values from the database resultset.
  *
  * An offset (1-based "start column") is specified so that objects can be hydrated
  * with a subset of the columns in the resultset rows.  This is needed, for example,
  * for results of JOIN queries where the resultset row includes columns from two or
  * more tables.
  *
  * @param      ResultSet $rs The ResultSet class with cursor advanced to desired record pos.
  * @param      int $startcol 1-based offset column which indicates which restultset column to start with.
  * @return     int next starting column
  * @throws     PropelException  - Any caught Exception will be rewrapped as a PropelException.
  */
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->app_uid = $rs->getString($startcol + 0);
         $this->del_index = $rs->getInt($startcol + 1);
         $this->del_previous = $rs->getInt($startcol + 2);
         $this->del_last_index = $rs->getInt($startcol + 3);
         $this->pro_uid = $rs->getString($startcol + 4);
         $this->tas_uid = $rs->getString($startcol + 5);
         $this->usr_uid = $rs->getString($startcol + 6);
         $this->del_type = $rs->getString($startcol + 7);
         $this->del_thread = $rs->getInt($startcol + 8);
         $this->del_thread_status = $rs->getString($startcol + 9);
         $this->del_priority = $rs->getString($startcol + 10);
         $this->del_delegate_date = $rs->getTimestamp($startcol + 11, null);
         $this->del_init_date = $rs->getTimestamp($startcol + 12, null);
         $this->del_task_due_date = $rs->getTimestamp($startcol + 13, null);
         $this->del_finish_date = $rs->getTimestamp($startcol + 14, null);
         $this->del_duration = $rs->getFloat($startcol + 15);
         $this->del_queue_duration = $rs->getFloat($startcol + 16);
         $this->del_delay_duration = $rs->getFloat($startcol + 17);
         $this->del_started = $rs->getInt($startcol + 18);
         $this->del_finished = $rs->getInt($startcol + 19);
         $this->del_delayed = $rs->getInt($startcol + 20);
         $this->del_data = $rs->getString($startcol + 21);
         $this->app_overdue_percentage = $rs->getFloat($startcol + 22);
         $this->resetModified();
         $this->setNew(false);
         // FIXME - using NUM_COLUMNS may be clearer.
         return $startcol + 23;
         // 23 = AppDelegationPeer::NUM_COLUMNS - AppDelegationPeer::NUM_LAZY_LOAD_COLUMNS).
     } catch (Exception $e) {
         throw new PropelException("Error populating AppDelegation object", $e);
     }
 }
Esempio n. 28
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->student_accal_id = $rs->getInt($startcol + 1);
         $this->cur13_ki_id = $rs->getInt($startcol + 2);
         $this->course_schedule_id = $rs->getInt($startcol + 3);
         $this->grade = $rs->getFloat($startcol + 4);
         $this->remark = $rs->getString($startcol + 5);
         $this->grade_scale = $rs->getFloat($startcol + 6);
         $this->total_value = $rs->getFloat($startcol + 7);
         $this->avg_value = $rs->getFloat($startcol + 8);
         $this->created_at = $rs->getTimestamp($startcol + 9, null);
         $this->description = $rs->getString($startcol + 10);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 11;
     } catch (Exception $e) {
         throw new PropelException("Error populating Cur13Report object", $e);
     }
 }
Esempio n. 29
0
    /**
     * Hydrates (populates) the object variables with values from the database resultset.
     *
     * An offset (1-based "start column") is specified so that objects can be hydrated
     * with a subset of the columns in the resultset rows.  This is needed, for example,
     * for results of JOIN queries where the resultset row includes columns from two or
     * more tables.
     *
     * @param      ResultSet $rs The ResultSet class with cursor advanced to desired record pos.
     * @param      int $startcol 1-based offset column which indicates which restultset column to start with.
     * @return     int next starting column
     * @throws     PropelException  - Any caught Exception will be rewrapped as a PropelException.
     */
    public function hydrate(ResultSet $rs, $startcol = 1)
    {
        try {

            $this->pro_uid = $rs->getString($startcol + 0);

            $this->pro_parent = $rs->getString($startcol + 1);

            $this->pro_time = $rs->getFloat($startcol + 2);

            $this->pro_timeunit = $rs->getString($startcol + 3);

            $this->pro_status = $rs->getString($startcol + 4);

            $this->pro_type_day = $rs->getString($startcol + 5);

            $this->pro_type = $rs->getString($startcol + 6);

            $this->pro_assignment = $rs->getString($startcol + 7);

            $this->pro_show_map = $rs->getInt($startcol + 8);

            $this->pro_show_message = $rs->getInt($startcol + 9);

            $this->pro_subprocess = $rs->getInt($startcol + 10);

            $this->pro_tri_deleted = $rs->getString($startcol + 11);

            $this->pro_tri_canceled = $rs->getString($startcol + 12);

            $this->pro_tri_paused = $rs->getString($startcol + 13);

            $this->pro_tri_reassigned = $rs->getString($startcol + 14);

            $this->pro_tri_unpaused = $rs->getString($startcol + 15);

            $this->pro_type_process = $rs->getString($startcol + 16);

            $this->pro_show_delegate = $rs->getInt($startcol + 17);

            $this->pro_show_dynaform = $rs->getInt($startcol + 18);

            $this->pro_category = $rs->getString($startcol + 19);

            $this->pro_sub_category = $rs->getString($startcol + 20);

            $this->pro_industry = $rs->getInt($startcol + 21);

            $this->pro_update_date = $rs->getTimestamp($startcol + 22, null);

            $this->pro_create_date = $rs->getTimestamp($startcol + 23, null);

            $this->pro_create_user = $rs->getString($startcol + 24);

            $this->pro_height = $rs->getInt($startcol + 25);

            $this->pro_width = $rs->getInt($startcol + 26);

            $this->pro_title_x = $rs->getInt($startcol + 27);

            $this->pro_title_y = $rs->getInt($startcol + 28);

            $this->pro_debug = $rs->getInt($startcol + 29);

            $this->pro_dynaforms = $rs->getString($startcol + 30);

            $this->pro_derivation_screen_tpl = $rs->getString($startcol + 31);

            $this->resetModified();

            $this->setNew(false);

            // FIXME - using NUM_COLUMNS may be clearer.
            return $startcol + 32; // 32 = ProcessPeer::NUM_COLUMNS - ProcessPeer::NUM_LAZY_LOAD_COLUMNS).

        } catch (Exception $e) {
            throw new PropelException("Error populating Process object", $e);
        }
    }
Esempio n. 30
0
 public function hydrate(ResultSet $rs, $startcol = 1)
 {
     try {
         $this->id = $rs->getInt($startcol + 0);
         $this->student_id = $rs->getInt($startcol + 1);
         $this->student_course_id = $rs->getInt($startcol + 2);
         $this->grade_component_id = $rs->getInt($startcol + 3);
         $this->grade_spec_id = $rs->getInt($startcol + 4);
         $this->grade = $rs->getFloat($startcol + 5);
         $this->kkm = $rs->getFloat($startcol + 6);
         $this->citation_id = $rs->getInt($startcol + 7);
         $this->remark = $rs->getString($startcol + 8);
         $this->subject_curr_id = $rs->getInt($startcol + 9);
         $this->class_group_id = $rs->getInt($startcol + 10);
         $this->academic_calendar_id = $rs->getInt($startcol + 11);
         $this->schedule_id = $rs->getInt($startcol + 12);
         $this->schedule_detail_id = $rs->getInt($startcol + 13);
         $this->resetModified();
         $this->setNew(false);
         return $startcol + 14;
     } catch (Exception $e) {
         throw new PropelException("Error populating StudentRaport object", $e);
     }
 }