public interface IWidgetInfoService
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAll(long userId) |
List<WidgetInfo> |
findByUserId(long userId) |
Iterable<WidgetInfo> |
save(Iterable<WidgetInfo> widgetInfos) |
Iterable<WidgetInfo> |
saveDashboardState(long userId,
Iterable<WidgetInfo> widgetInfos) |
void deleteAll(long userId)
List<WidgetInfo> findByUserId(long userId)
Iterable<WidgetInfo> save(Iterable<WidgetInfo> widgetInfos)
Iterable<WidgetInfo> saveDashboardState(long userId, Iterable<WidgetInfo> widgetInfos)
Copyright © 2020. All rights reserved.