Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 197 for role (0.03 sec)

  1. AdminDictStopwordsAction.java

    @Override L74: protected String getActionRole() { L75: return ROLE; L76: } L77: L78: // =================================================================================== L79: // Search Execute L80: // ============== L81: @Execute L82: @Secured({ ROLE, ROLE + VIEW }) L83: public HtmlResponse index(final SearchForm form) { L84:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      16.7K bytes
  2. AdminSuggestAction.java

    @Override L53: protected String getActionRole() { L54: return ROLE; L55: } L56: L57: // =================================================================================== L58: // Execute L59: // ======== L60: @Execute L61: @Secured({ ROLE, ROLE + VIEW }) L62: public HtmlResponse index() { L63: saveToken(); L64:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      4.3K bytes
  3. BsRoleBhv.java

    } L141: L142: @Override L143: protected Class<? extends Role> typeOfSelectedEntity() { L144: return Role.class; L145: } L146: L147: @Override L148: protected Class<Role> typeOfHandlingEntity() { L149: return Role.class; L150: } L151: L152: @Override L153: protected Class<RoleCB> typeOfHandlingConditionBean() { L154: return RoleCB.class; L155: } L156: L157: public ListResultBean<Role> selectList(CBCall<RoleCB> cbLambda) { L158: return fac...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      8.8K bytes
  4. AdminDuplicatehostAction.java

    @Override L67: protected String getActionRole() { L68: return ROLE; L69: } L70: L71: // =================================================================================== L72: // Search Execute L73: // ============== L74: @Execute L75: @Secured({ ROLE, ROLE + VIEW }) L76: public HtmlResponse index(final SearchForm form) { L77:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      13.3K bytes
  5. AdminKeymatchAction.java

    L98: } L99: L100: @Execute L101: @Secured({ ROLE, ROLE + VIEW }) L102: public HtmlResponse search(final SearchForm form) { L103: copyBeanToBean(form, keyMatchPager, op -> op.exclude(Constants.PAGER_CONVERSION_RULE)); L104: return asHtml(path_AdminKeymatch_AdminKeymatchJsp).renderWith(data -> { L105: searchPaging(data, form); L106: }); L107: } L108: L109: @Execute L110: @Secured({ ROLE, ROLE + VIEW }) L111: public HtmlResponse reset(final SearchForm...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      13.5K bytes
  6. AdminUserAction.java

    }); L108: } L109: L110: @Execute L111: @Secured({ ROLE, ROLE + VIEW }) L112: public HtmlResponse search(final SearchForm form) { L113: copyBeanToBean(form, userPager, op -> op.exclude(Constants.PAGER_CONVERSION_RULE)); L114: return asHtml(path_AdminUser_AdminUserJsp).renderWith(data -> { L115: searchPaging(data, form); L116: }); L117: } L118: L119: @Execute L120: @Secured({ ROLE, ROLE + VIEW }) L121: public HtmlResponse reset(final SearchForm...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      15.9K bytes
  7. AdminDataconfigAction.java

    L110: } L111: L112: @Execute L113: @Secured({ ROLE, ROLE + VIEW }) L114: public HtmlResponse search(final SearchForm form) { L115: copyBeanToBean(form, dataConfigPager, op -> op.exclude(Constants.PAGER_CONVERSION_RULE)); L116: return asHtml(path_AdminDataconfig_AdminDataconfigJsp).renderWith(data -> { L117: searchPaging(data, form); L118: }); L119: } L120: L121: @Execute L122: @Secured({ ROLE, ROLE + VIEW }) L123: public HtmlResponse reset(final...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      17.5K bytes
  8. AdminSearchlistAction.java

    L160: } L161: L162: @Execute L163: @Secured({ ROLE, ROLE + VIEW }) L164: public HtmlResponse search(final ListForm form) { L165: saveToken(); L166: return doSearch(form); L167: } L168: L169: @Execute L170: @Secured({ ROLE, ROLE + VIEW }) L171: public HtmlResponse prev(final ListForm form) { L172: saveToken(); L173: return doMove(form, -1); L174: } L175: L176: @Execute L177: @Secured({ ROLE, ROLE + VIEW }) L178: public HtmlResponse next(final...
    github.com/codelibs/fess/src/main/java/org/code...
    Wed Jul 24 09:03:45 UTC 2024
      18.3K bytes
  9. RoleDbm.java

    Table Info L92: // ========== L93: protected final String _tableDbName = "role"; L94: protected final String _tableDispName = "role"; L95: protected final String _tablePropertyName = "Role"; L96: L97: public String getTableDbName() { L98: return _tableDbName; L99: } L100: L101: @Override L102: public String getTableDispName() { L103: return _tableDispName;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      7.1K bytes
  10. AdminRoleAction.java

    }); L92: } L93: L94: @Execute L95: @Secured({ ROLE, ROLE + VIEW }) L96: public HtmlResponse search(final SearchForm form) { L97: copyBeanToBean(form, rolePager, op -> op.exclude(Constants.PAGER_CONVERSION_RULE)); L98: return asHtml(path_AdminRole_AdminRoleJsp).renderWith(data -> { L99: searchPaging(data, form); L100: }); L101: } L102: L103: @Execute L104: @Secured({ ROLE, ROLE + VIEW }) L105: public HtmlResponse reset(final SearchForm...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      10.8K bytes
Back to top