MockStudentQueryService class
Mock implementation of StudentQueryService for repository unit tests and demo mode.
- Implemented types
Constructors
Properties
-
academicPerformanceResult
↔ List<
SemesterScoreDto> ? -
getter/setter pair
-
gpaResult
↔ List<
GpaDto> ? -
getter/setter pair
-
gradeRankingResult
↔ List<
GradeRankingDto> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
registrationRecordsResult
↔ List<
RegistrationRecordDto> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- studentProfileResult ↔ StudentProfileDto?
-
getter/setter pair
Methods
-
getAcademicPerformance(
) → Future< List< SemesterScoreDto> > -
Fetches academic performance (scores) for all semesters.
override
-
getGpa(
) → Future< List< GpaDto> > -
Fetches grand total GPA records by semester.
override
-
getGradeRanking(
) → Future< List< GradeRankingDto> > -
Fetches grade ranking data for all semesters.
override
-
getRegistrationRecords(
) → Future< List< RegistrationRecordDto> > -
Fetches registration records (class assignment, mentors, cadre roles)
for all semesters.
override
-
getStudentProfile(
) → Future< StudentProfileDto> -
Fetches student status (學籍基本資料).
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited