Class AdminKeymatchAction

java.lang.Object
org.lastaflute.web.LastaAction
org.lastaflute.web.TypicalAction
org.codelibs.fess.app.web.base.FessBaseAction
org.codelibs.fess.app.web.base.FessAdminAction
org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction
All Implemented Interfaces:
FessHtmlPath, org.lastaflute.web.docs.LaActionDocs, org.lastaflute.web.hook.ActionHook, org.lastaflute.web.validation.LaValidatable<FessMessages>

public class AdminKeymatchAction extends FessAdminAction
Author:
shinsuke, jflute
  • Field Details

  • Constructor Details

    • AdminKeymatchAction

      public AdminKeymatchAction()
  • Method Details

    • setupHtmlData

      protected void setupHtmlData(org.lastaflute.web.ruts.process.ActionRuntime runtime)
      Overrides:
      setupHtmlData in class FessAdminAction
    • getActionRole

      protected String getActionRole()
      Specified by:
      getActionRole in class FessAdminAction
    • index

      @Execute @Secured({"admin-keymatch","admin-keymatch-view"}) public org.lastaflute.web.response.HtmlResponse index(SearchForm form)
    • list

      @Execute @Secured({"admin-keymatch","admin-keymatch-view"}) public org.lastaflute.web.response.HtmlResponse list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    • search

      @Execute @Secured({"admin-keymatch","admin-keymatch-view"}) public org.lastaflute.web.response.HtmlResponse search(SearchForm form)
    • reset

      @Execute @Secured({"admin-keymatch","admin-keymatch-view"}) public org.lastaflute.web.response.HtmlResponse reset(SearchForm form)
    • searchPaging

      protected void searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form)
    • createnew

      @Execute @Secured("admin-keymatch") public org.lastaflute.web.response.HtmlResponse createnew()
    • edit

      @Execute @Secured("admin-keymatch") public org.lastaflute.web.response.HtmlResponse edit(EditForm form)
    • details

      @Execute @Secured({"admin-keymatch","admin-keymatch-view"}) public org.lastaflute.web.response.HtmlResponse details(int crudMode, String id)
    • create

      @Execute @Secured("admin-keymatch") public org.lastaflute.web.response.HtmlResponse create(CreateForm form)
    • update

      @Execute @Secured("admin-keymatch") public org.lastaflute.web.response.HtmlResponse update(EditForm form)
    • delete

      @Execute @Secured("admin-keymatch") public org.lastaflute.web.response.HtmlResponse delete(EditForm form)
    • getEntity

      public static org.dbflute.optional.OptionalEntity<KeyMatch> getEntity(CreateForm form, String username, long currentTime)
    • getKeyMatch

      public static org.dbflute.optional.OptionalEntity<KeyMatch> getKeyMatch(CreateForm form)
    • verifyCrudMode

      protected void verifyCrudMode(int crudMode, int expectedMode)