|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserObjectCache | |
org.scrashmeow.ojb.console.framework | Provides the classes that define the base controller object layer for the web application. |
org.scrashmeow.ojb.console.service | Provides the classes that define services for the web application. |
Uses of UserObjectCache in org.scrashmeow.ojb.console.framework |
Fields in org.scrashmeow.ojb.console.framework declared as UserObjectCache | |
protected UserObjectCache |
UserContainer.userObjects
Field userObjects |
Methods in org.scrashmeow.ojb.console.framework that return UserObjectCache | |
UserObjectCache |
UserContainer.getUserObjects()
Returns the userObjects. |
Methods in org.scrashmeow.ojb.console.framework with parameters of type UserObjectCache | |
void |
UserContainer.setUserObjects(UserObjectCache userObjects)
Sets the userObjects. |
Uses of UserObjectCache in org.scrashmeow.ojb.console.service |
Methods in org.scrashmeow.ojb.console.service that return UserObjectCache | |
UserObjectCache |
UserServiceImpl.getUserObjects(HttpServletRequest request)
Method getUserObjects @add-javadoc!!! |
UserObjectCache |
UserService.getUserObjects(HttpServletRequest request)
Method getUserObjects @add-javadoc!!! |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |