Uses of Class
org.codelibs.fess.app.web.admin.searchlog.SearchForm

Packages that use SearchForm
  • Uses of SearchForm in org.codelibs.fess.app.web.admin.searchlog

    Methods in org.codelibs.fess.app.web.admin.searchlog with parameters of type SearchForm
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlogAction.back(SearchForm form)
    Returns to the search log list from a detail view.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlogAction.list(Integer pageNumber, SearchForm form)
    Displays a paginated list of search log entries.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlogAction.reset(SearchForm form)
    Resets the search criteria and displays all search log entries.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlogAction.search(SearchForm form)
    Searches for search log entries based on the provided search criteria.
    protected void
    AdminSearchlogAction.searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form)
    Sets up search paging data for rendering the search log list.