Interface UserDashboardActionsServiceLocal

    • Method Detail

      • listAssigned

        List<DashboardAction> listAssigned​(User user)
        Returns the assigned dashboard actions for the given user. If there are no dashboard actions stored by the user in the DB, the assumption is to show the defaults set in the product. (This also means that if the user deletes all actions, we'll again see the defaults).
      • listAvailable

        List<DashboardAction> listAvailable​(User user)
        Returns all available dashboard actions for the given user, according to his products.
      • removeAll

        void removeAll​(User user)
        Removes all dashboard actions for the specified user.