Uses of Class
org.codelibs.fess.app.web.admin.joblog.SearchForm
Packages that use SearchForm
-
Uses of SearchForm in org.codelibs.fess.app.web.admin.joblog
Methods in org.codelibs.fess.app.web.admin.joblog with parameters of type SearchFormModifier and TypeMethodDescriptionorg.lastaflute.web.response.HtmlResponseAdminJoblogAction.back(SearchForm form) Returns to the job log list page.org.lastaflute.web.response.HtmlResponseAdminJoblogAction.index(SearchForm form) Displays the job log list page.org.lastaflute.web.response.HtmlResponseAdminJoblogAction.list(Integer pageNumber, SearchForm form) Displays the job log list with pagination.org.lastaflute.web.response.HtmlResponseAdminJoblogAction.reset(SearchForm form) Resets the search criteria and displays the default list.org.lastaflute.web.response.HtmlResponseAdminJoblogAction.search(SearchForm form) Searches job logs based on the form criteria.protected voidAdminJoblogAction.searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form) Sets up data for search result pagination.