- Timestamp:
- 09/20/11 03:16:11 (8 months ago)
- Branch:
- default
- Convert:
- svn:7c3792e6-d75b-4784-96a6-b298f655ee64/trunk@2782
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kraken-dom/src/main/java/org/krakenapps/dom/api/WidgetApi.java
r2 r348 22 22 import org.krakenapps.dom.exception.WidgetNotFoundException; 23 23 import org.krakenapps.dom.model.Widget; 24 import org.krakenapps.dom.model.WidgetConfig; 24 25 25 26 public interface WidgetApi extends EntityEventProvider<Widget> { … … 28 29 Widget createWidget(int organizationId, int userId, int programId) throws AdminNotFoundException; 29 30 30 void removeWidget(int userId, int widgetId) throws WidgetNotFoundException; 31 Widget removeWidget(int userId, int widgetId) throws WidgetNotFoundException; 32 33 WidgetConfig setConfig(int userId, int widgetId, String key, String value) throws WidgetNotFoundException; 31 34 32 void setConfig(int userId, int widgetId, String key, String value) throws WidgetNotFoundException; 33 34 void unsetConfig(int userId, int widgetId, String key) throws WidgetConfigNotFoundException; 35 35 WidgetConfig unsetConfig(int userId, int widgetId, String key) throws WidgetConfigNotFoundException; 36 36 }
Note: See TracChangeset
for help on using the changeset viewer.
