public interface UserDashboardActionsServiceLocal extends UserDashboardActionsService
UserDashboardActionsService| Modifier and Type | Method and Description |
|---|---|
java.util.List<DashboardAction> |
listAssigned(User user)
Returns the assigned dashboard actions for the given user.
|
java.util.List<DashboardAction> |
listAvailable(User user)
Returns all available dashboard actions for the given user, according to his products.
|
void |
removeAll(User user)
Removes all dashboard actions for the specified user.
|
getData, restoreDefaultDashboardActions, save, saveOrderjava.util.List<DashboardAction> listAssigned(User user)
java.util.List<DashboardAction> listAvailable(User user)
void removeAll(User user)