|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UpdateGadgetUserPrefsHandler
Interface for updating the values of user prefs in an active gadget.
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
updateUserPrefs(com.atlassian.gadgets.dashboard.DashboardId dashboardId,
com.atlassian.gadgets.GadgetRequestContext gadgetRequestContext,
com.atlassian.gadgets.GadgetId gadgetId,
Map<String,String> prefs)
Changes the user prefs on the specified gadget and dashboard to the values supplied by the query. |
| Method Detail |
|---|
javax.ws.rs.core.Response updateUserPrefs(com.atlassian.gadgets.dashboard.DashboardId dashboardId,
com.atlassian.gadgets.GadgetRequestContext gadgetRequestContext,
com.atlassian.gadgets.GadgetId gadgetId,
Map<String,String> prefs)
dashboardId - the ID of the dashboard hosting the gadgetgadgetRequestContext - the context of this requestgadgetId - the gadget to change the prefs forprefs - the user prefs with their updated values
Response for the client with details on the success or
failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||