Interface UserSearchHandler

    • Method Detail

      • onBrokerChange

        void onBrokerChange​(User user)
        Callback used to update the broker references for the given user
      • onGroupChange

        void onGroupChange​(User user)
        Callback used to update the group reference for the given user
      • updateLastLogin

        void updateLastLogin​(User user)
        Updates the last login of the given user
      • updateUserFields

        default void updateUserFields​(User user)
        Updates the user fields which can also affect searches on related data, such as advertisements and records. The affected data is, for example, group, brokers, status and profile fields. Also updates the user index.
      • updateUserFields

        void updateUserFields​(User user,
                              boolean updateSelf)
        Updates the user fields which can also affect searches on related data, such as advertisements and records. The affected data is, for example, group, brokers, status and profile fields. Optionally updates the user index.