Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FacultyScheduleService

class

FacultyScheduleService Injectable service that provides additional methods for querying the database on Faculty.

Hierarchy

  • FacultyScheduleService

Index

Properties

Protected facultyEntityRepository

facultyEntityRepository: Repository<Faculty>

Private facultyScheduleRepository

facultyScheduleRepository: Repository<FacultyScheduleView>

Methods

getAllByYear

  • getAllByYear(acadYears: number[]): Promise<object>
  • Resolves a list of faculty for the Faculty tab

    Parameters

    • acadYears: number[]

      represents an array of years of faculty schedules will be shown. If no values were supplied for acadYears, all data for the existing valid academic years will be returned.

    Returns Promise<object>

Generated using TypeDoc