|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserService | |
---|---|
com.mycompany.controller | |
com.mycompany.service.impl |
Uses of UserService in com.mycompany.controller |
---|
Methods in com.mycompany.controller with parameters of type UserService | |
---|---|
void |
UserController.setUserService(UserService userService)
|
void |
SignupController.setUserService(UserService userService)
|
void |
LoginController.setUserService(UserService userService)
|
void |
ContactsController.setUserService(UserService userService)
|
void |
ChartController.setUserService(UserService userService)
|
Uses of UserService in com.mycompany.service.impl |
---|
Classes in com.mycompany.service.impl that implement UserService | |
---|---|
class |
UserServiceImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |