NtutStudentQueryService class
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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