| 17 | The University Object is the base container for all other University objects. |
| 18 | |
| 19 | === Academic Section === |
| 20 | |
| 21 | !PortalType: !AcademicsFolder source:WAeUP_SRP/trunk/profiles/default/types/AcademicsFolder.xml |
| 22 | |
| 23 | Python Class: !AcademicsFolder in source:WAeUP_SRP/trunk/Academics.py |
| 24 | |
| 25 | Schema: source:WAeUP_SRP/trunk/profiles/default/schemas/academics.xml |
| 26 | |
| 27 | Layout: - |
| 28 | |
| 29 | The Academic Section contains Faculties, Departments etc. |
| 30 | |
| 31 | |
| 32 | ==== Faculty ==== |
| 33 | |
| 34 | !PortalType: University source:WAeUP_SRP/trunk/profiles/default/types/Faculty.xml |
| 35 | |
| 36 | Python Class: Faculty in source:WAeUP_SRP/trunk/University.py |
| 37 | |
| 38 | Schema: source:WAeUP_SRP/trunk/profiles/default/schemas/faculty.xml |
| 39 | |
| 40 | Layout: source:WAeUP_SRP/trunk/profiles/default/layouts/faculty.xml |
| 41 | |
| 42 | A Faculty Object contains Departments |
| 43 | |
| 44 | ==== Department ==== |
| 45 | |
| 46 | !PortalType: University source:WAeUP_SRP/trunk/profiles/default/types/Department.xml |
| 47 | |
| 48 | Python Class: Department in source:WAeUP_SRP/trunk/University.py |
| 49 | |
| 50 | Schema: source:WAeUP_SRP/trunk/profiles/default/schemas/department.xml |
| 51 | |
| 52 | Layout: source:WAeUP_SRP/trunk/profiles/default/layouts/department.xml |
| 53 | |
| 54 | A Department Object contains Courses and Certificates |
| 55 | |
| 56 | |
| 57 | |
| 58 | |
| 59 | |
| 60 | |