|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationStore
This component loads/saves application data for a user. If an application
has an application store, the loadApplicationData(User, Application)
is executed after the user has logged into the application. The loaded
data object is stored in the session, see ApplicationUtil
.
Calling the saveApplicationData(User, Application, Object)
is the
task of the application.
Method Summary | |
---|---|
Object |
loadApplicationData(User user,
Application app)
Load data for the given user and application. |
void |
saveApplicationData(User user,
Application app,
Object data)
Save the data for the given user and application. |
Method Detail |
---|
Object loadApplicationData(User user, Application app)
Serializable
.
user
- The current user.app
- The current application.
void saveApplicationData(User user, Application app, Object data)
user
- The current user.app
- The current application.data
- The user data.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |