Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getCode (0.05 sec)

  1. AdminRoleAction.java

    CrudMode.EDIT: L215: if (form instanceof EditForm) { L216: return ComponentUtil.getComponent(RoleService.class).getRole(((EditForm) form).id); L217: } L218: break; L219: default: L220: break; L221: } L222: return OptionalEntity.empty(); L223: } L224: L225: public static OptionalEntity<Role> getRole(final CreateForm form) { L226: return getEntity(form).map(entity -> { L227: copyMapToBean(form.attributes, entity,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      10.8K bytes
Back to top