|
||||||||||
| 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(DashboardId dashboardId,
GadgetRequestContext gadgetRequestContext,
GadgetId gadgetId,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams)
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(DashboardId dashboardId,
GadgetRequestContext gadgetRequestContext,
GadgetId gadgetId,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams)
dashboardId - the ID of the dashboard hosting the gadgetgadgetRequestContext - the context of this requestgadgetId - the gadget to change the prefs forqueryParams - 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 | |||||||||