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

Packages that use SearchForm
Package
Description
 
  • Uses of SearchForm in org.codelibs.fess.app.web.admin.role

    Methods in org.codelibs.fess.app.web.admin.role with parameters of type SearchForm
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminRoleAction.index(SearchForm form)
    Displays the role management index page.
    org.lastaflute.web.response.HtmlResponse
    AdminRoleAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Displays a paginated list of role items.
    org.lastaflute.web.response.HtmlResponse
    AdminRoleAction.reset(SearchForm form)
    Resets the search criteria and displays all role items.
    org.lastaflute.web.response.HtmlResponse
    AdminRoleAction.search(SearchForm form)
    Searches for role items based on the provided search criteria.
    protected void
    AdminRoleAction.searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form)
    Sets up search paging data for rendering the role list.