Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for roleBhv (0.13 sec)

  1. src/main/java/org/codelibs/fess/opensearch/user/exbhv/RoleBhv.java

    import org.codelibs.fess.util.ComponentUtil;
    import org.dbflute.exception.IllegalBehaviorStateException;
    import org.dbflute.util.DfTypeUtil;
    
    /**
     * @author FreeGen
     */
    public class RoleBhv extends BsRoleBhv {
        private String indexName = null;
    
        @Override
        protected String asEsIndex() {
            if (indexName == null) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/service/RoleService.java

    import jakarta.annotation.Resource;
    
    /**
     * Service class for managing roles.
     */
    public class RoleService {
    
        /**
         * The behavior for roles.
         */
        @Resource
        protected RoleBhv roleBhv;
    
        /**
         * The Fess configuration.
         */
        @Resource
        protected FessConfig fessConfig;
    
        /**
         * The behavior for users.
         */
        @Resource
        protected UserBhv userBhv;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 4.4K bytes
    - Viewed (0)
Back to top