Uses of Class
org.openurp.base.std.model.StudentState
Packages that use StudentState
Package
Description
-
Uses of StudentState in org.openurp.base.service
Methods in org.openurp.base.service that return StudentStateModifier and TypeMethodDescriptionStudentService.getJournal(Student student) StudentService.getJournal(Student student, Date date) -
Uses of StudentState in org.openurp.base.service.impl
Methods in org.openurp.base.service.impl that return StudentStateModifier and TypeMethodDescriptionStudentServiceImpl.getJournal(Student student) StudentServiceImpl.getJournal(Student student, Date date) -
Uses of StudentState in org.openurp.base.std.model
Fields in org.openurp.base.std.model declared as StudentStateFields in org.openurp.base.std.model with type parameters of type StudentStateMethods in org.openurp.base.std.model that return StudentStateMethods in org.openurp.base.std.model that return types with arguments of type StudentStateMethods in org.openurp.base.std.model with parameters of type StudentStateModifier and TypeMethodDescriptionvoidStudent.addState(StudentState state) voidStudent.setState(StudentState state) Method parameters in org.openurp.base.std.model with type arguments of type StudentStateModifier and TypeMethodDescriptionvoidStudent.setStates(Set<StudentState> states) voidSquad.setStdStates(Set<StudentState> stdStates)