Interface UserSearchHandler

    • Method Detail

      • iterateWithBalances

        com.mysema.commons.lang.CloseableIterator<UserWithBalanceVO> iterateWithBalances​(UserWithBalanceQuery params)
        Returns an iterator of users with their respective balances
      • 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,
                             Date lastLogin)
        Updates the last login of the given user
      • updateUserFields

        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.