Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for impementation (0.23 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java

         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getMailReturnPath();
    
        /**
         * The simple implementation for configuration.
         * @author FreeGen
         */
        public static class SimpleImpl extends ObjectiveConfig implements FessEnv {
    
            /** The serial version UID for object serialization. (Default) */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 9.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getPasswordInvalidAdminPasswords();
    
        /**
         * The simple implementation for configuration.
         * @author FreeGen
         */
        public static class SimpleImpl extends FessEnv.SimpleImpl implements FessConfig {
    
            /** The serial version UID for object serialization. (Default) */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  3. src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionQuery.java

            }
        }
    
        // ===================================================================================
        //                                                              DBFlute Implementation
        //                                                              ======================
        @Override
        public ColumnRealName toColumnRealName(String columnDbName) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 21.1K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionQuery.java

            }
        }
    
        // ===================================================================================
        //                                                              DBFlute Implementation
        //                                                              ======================
        @Override
        public ColumnRealName toColumnRealName(String columnDbName) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 21.1K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionQuery.java

            }
        }
    
        // ===================================================================================
        //                                                              DBFlute Implementation
        //                                                              ======================
        @Override
        public ColumnRealName toColumnRealName(String columnDbName) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 21.1K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionBean.java

            return null;
        }
    
        // ===================================================================================
        //                                                              Various Implementation
        //                                                              ======================
        @Override
        public int getFetchStartIndex() {
            return getSqlClause().getFetchStartIndex();
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 17.8K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/action/FessUserBean.java

            this.user = user;
        }
    
        // ===================================================================================
        //                                                                      Implementation
        //                                                                      ==============
        @Override
        public String getUserId() {
            return user.getName();
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 4.4K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionBean.java

            return null;
        }
    
        // ===================================================================================
        //                                                              Various Implementation
        //                                                              ======================
        @Override
        public int getFetchStartIndex() {
            return getSqlClause().getFetchStartIndex();
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 17.8K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionBean.java

            return null;
        }
    
        // ===================================================================================
        //                                                              Various Implementation
        //                                                              ======================
        @Override
        public int getFetchStartIndex() {
            return getSqlClause().getFetchStartIndex();
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 17.8K bytes
    - Viewed (0)
Back to top