Interface UserQuickAccessServiceLocal

    • Method Detail

      • list

        List<UserQuickAccess> list​(BasicUser user)
        Returns the current quick access settings for the given user. If the user hasn't customized his quick access settings, returns the defaults from products.
      • listEnabled

        List<QuickAccess> listEnabled()
        Returns the enabled quick access for the current user in the given frontend.
      • removeAll

        void removeAll​(BasicUser user)
        Removes all quick access settings for the specified user. If it is a user, also of all its operators.