Uses of Class
edu.ucsb.cs.scaffold.entity.RosterStudent
Packages that use RosterStudent
Package
Description
-
Uses of RosterStudent in edu.ucsb.cs.scaffold.controller
Methods in edu.ucsb.cs.scaffold.controller that return RosterStudentModifier and TypeMethodDescriptionstatic RosterStudentRosterStudentsCSVController.fromChicoCanvasCSVRow(String[] row) static RosterStudentRosterStudentsCSVController.fromCSVRow(String[] row, RosterStudentsCSVController.RosterSourceType sourceType) static RosterStudentRosterStudentsCSVController.fromOregonStateCSVRow(String[] row) static RosterStudentRosterStudentsCSVController.fromRosterDownloadCSVRow(String[] row) static RosterStudentRosterStudentsCSVController.fromUCSBEgradesCSVRow(String[] row) RosterStudentsController.restoreRosterStudent(Long id) RosterStudentsController.updateRosterStudent(Long id, String firstName, String lastName, String studentId, String section) Methods in edu.ucsb.cs.scaffold.controller that return types with arguments of type RosterStudentMethods in edu.ucsb.cs.scaffold.controller with parameters of type RosterStudentModifier and TypeMethodDescriptionstatic UpsertResponseRosterStudentsController.upsertStudent(RosterStudent student, Course course, RosterStatus rosterStatus) -
Uses of RosterStudent in edu.ucsb.cs.scaffold.model
Methods in edu.ucsb.cs.scaffold.model that return RosterStudentModifier and TypeMethodDescriptionUpsertResponse.rosterStudent()Returns the value of therosterStudentrecord component.Methods in edu.ucsb.cs.scaffold.model that return types with arguments of type RosterStudentModifier and TypeMethodDescriptionLoadResult.rejected()Returns the value of therejectedrecord component.Constructors in edu.ucsb.cs.scaffold.model with parameters of type RosterStudentModifierConstructorDescriptionRosterStudentDTO(RosterStudent rosterStudent) UpsertResponse(InsertStatus insertStatus, RosterStudent rosterStudent) Creates an instance of aUpsertResponserecord class.Constructor parameters in edu.ucsb.cs.scaffold.model with type arguments of type RosterStudentModifierConstructorDescriptionLoadResult(Integer created, Integer updated, Integer dropped, List<RosterStudent> rejected) Creates an instance of aLoadResultrecord class. -
Uses of RosterStudent in edu.ucsb.cs.scaffold.repository
Methods in edu.ucsb.cs.scaffold.repository that return types with arguments of type RosterStudentModifier and TypeMethodDescriptionRosterStudentRepository.findAllByEmail(String email) RosterStudentRepository.findAllByUser(User user) RosterStudentRepository.findByCourseId(Long courseId) RosterStudentRepository.findByCourseIdAndEmail(Long courseId, String email) RosterStudentRepository.findByCourseIdAndRosterStatusInOrderByFirstNameAscLastNameAscIgnoreCase(Long courseId, List<RosterStatus> statuses) RosterStudentRepository.findByCourseIdAndStudentId(Long courseId, String studentId) RosterStudentRepository.findByCourseIdOrderByFirstNameAscLastNameAscIgnoreCase(Long courseId) -
Uses of RosterStudent in edu.ucsb.cs.scaffold.services
Methods in edu.ucsb.cs.scaffold.services with parameters of type RosterStudentModifier and TypeMethodDescriptionvoidUpdateUserService.attachUserToRosterStudent(RosterStudent rosterStudent) This method attaches a SingleRoster student to the User based on their email.Method parameters in edu.ucsb.cs.scaffold.services with type arguments of type RosterStudentModifier and TypeMethodDescriptionvoidUpdateUserService.attachUsersToRosterStudents(List<RosterStudent> rosterStudents) This method attaches a SingleRoster student to the User based on their email.