...
Student state
Code Block | ||
---|---|---|
| ||
// Get and update the user's student state info
StudentStateInfo info = userService.getStudentInfo(userId);
userService.updateStudentInfo(userId, info); |
User Service Models
/wiki/spaces/TISpubdoc/pages/20515245
...
/wiki/spaces/TISpubdoc/pages/75825224