Interface UserSearchBean

    • Method Detail

      • getSearchObject

        WebUserSearch getSearchObject()
        Returns WebUserSearch which can be used for search based on user's name, etc.
        Returns:
        WebUserSearch The search object.
      • getResult

        UserEntitiesBean getResult()
        Returns the search result.
        Returns:
        UserEntitiesBean The result of the search.
      • setShowResult

        void setShowResult​(boolean show)
        Sets the show result flag, which will be used to indicate whether the result should be showing.
        Parameters:
        show - boolean true to show the result, otherwise not.
      • isShowResult

        boolean isShowResult()
        Returns whether to show the result.
        Returns:
        boolean true to show the result, otherwise not.