public interface UserDashboardActionsService extends Service
| Modifier and Type | Method and Description |
|---|---|
UserDashboardActionsData |
getData()
Returns data about the logged user's dashboard actions
|
void |
restoreDefaultDashboardActions()
Restore the default dashboard actions
|
void |
save(java.util.List<DashboardAction> dashboardAction)
Saves the available actions for the logged user
|
void |
saveOrder(java.util.List<DashboardAction> dashboardActions)
Updates the order field according to the given dashboard actions sequence
|
UserDashboardActionsData getData() throws FrameworkException
FrameworkExceptionvoid restoreDefaultDashboardActions()
throws FrameworkException
FrameworkExceptionvoid save(java.util.List<DashboardAction> dashboardAction) throws FrameworkException
FrameworkExceptionvoid saveOrder(java.util.List<DashboardAction> dashboardActions) throws FrameworkException
FrameworkException