Search for LE
Search API
Name | Type | Location | Description |
---|---|---|---|
DatabaseHandler:: |
function |
classes/ |
Generates a new advising session token and makes sure it is unique before returning it. |
CourseList:: |
function |
classes/ |
Removes courses which have neither been fulfilled or advised. |
DatabaseHandler:: |
function |
classes/ |
|
student_files_upload_any_student_files_form_validate | function |
modules/ |
Validate function. |
calendar_display_schedule_appointment_completed_page | function |
modules/ |
The user has successfully completed their appointment scheduling. Display a Thank You page. |
DatabaseHandler:: |
function |
classes/ |
|
calendar_find_and_remind_notify_upcoming_appointments | function |
modules/ |
This function will find appointments approaching within X number of minutes, and send out notifications to all involved. |
AdvisingScreen:: |
function |
classes/ |
Accepts a CourseList object and draws it out to the screen. Meant to be called by display_popup_group_select(); |
course_search_get_course_rotation_schedule_not_anticipated | function |
modules/ |
|
CourseList:: |
function |
classes/ |
Go through the list and find any course whose hours are greater than $hours. Make that course "unselectable." Used in the groups. |
hook_course_search_get_course_rotation_schedule_not_anticipated | function |
modules/ |
This is called AFTER the regular course_search_get_course_rotation_schedule_not_anticipated. In general, we want to see if anything is going to be offered in the next 5 years. |