Search
Preparing search index...
The search index is not available
course-planner - v0.16.0
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
CoursePopulationService
Class CoursePopulationService
Populates the Courses, Course Intances, and Meetings tables in the database
Hierarchy
BasePopulationService
<
Course
>
CoursePopulationService
Index
Properties
area
Repository
faculty
Repository
repository
room
Repository
semester
Repository
Methods
drop
populate
Properties
Protected
area
Repository
area
Repository
:
Repository
<
Area
>
Protected
faculty
Repository
faculty
Repository
:
Repository
<
Faculty
>
Protected
repository
repository
:
Repository
<
Course
>
Protected
room
Repository
room
Repository
:
Repository
<
Room
>
Protected
semester
Repository
semester
Repository
:
Repository
<
Semester
>
Methods
drop
drop
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
populate
populate
(
__namedParameters
:
object
)
:
Promise
<
Course
[]
>
Parameters
__namedParameters:
object
courses
:
CourseData
[]
Returns
Promise
<
Course
[]
>
Globals
Course
Population
Service
area
Repository
faculty
Repository
repository
room
Repository
semester
Repository
drop
populate
Generated using
TypeDoc
Populates the Courses, Course Intances, and Meetings tables in the database