|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserService | |
org.scrashmeow.ojb.console.service | Provides the classes that define services for the web application. |
Uses of UserService in org.scrashmeow.ojb.console.service |
Classes in org.scrashmeow.ojb.console.service that implement UserService | |
class |
UserServiceImpl
The User Service. |
Methods in org.scrashmeow.ojb.console.service that return UserService | |
UserService |
ServiceFactoryImpl.createUserService(ApplicationService service)
Method createUserService @add-javadoc!!! |
UserService |
ServiceFactory.createUserService(ApplicationService service)
Method createUserService @add-javadoc!!! |
UserService |
ApplicationServiceActionServletImpl.getUserService()
Returns the user service which provides an abstraction for dealing with User Session objects |
UserService |
ApplicationService.getUserService()
Returns the user service which provides an abstraction for dealing with User Session objects |
Methods in org.scrashmeow.ojb.console.service with parameters of type UserService | |
void |
ApplicationServiceActionServletImpl.setUserService(UserService userService)
Sets the userService. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |