Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for employeeId (0.18 sec)

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

        /** The key of the configuration. e.g. givenName */
        String LDAP_ATTR_GIVEN_NAME = "ldap.attr.givenName";
    
        /** The key of the configuration. e.g. employeeNumber */
        String LDAP_ATTR_EMPLOYEE_NUMBER = "ldap.attr.employeeNumber";
    
        /** The key of the configuration. e.g. mail */
        String LDAP_ATTR_MAIL = "ldap.attr.mail";
    
        /** The key of the configuration. e.g. telephoneNumber */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  2. src/test/java/org/codelibs/core/beans/util/BeanUtilTest.java

            assertThat(map.get("employee.name"), is(nullValue()));
        }
    
        /**
         * @throws Exception
         */
        @Test
        public void testCopy_BeanToNewMap_Prefix() throws Exception {
            final HogeDto2 hoge = new HogeDto2();
            hoge.aaa = "1";
            hoge.search_bbb = "2";
            hoge.search_ccc$ddd = "3";
            hoge.search_employee$name = "4";
    Java
    - Registered: Fri May 03 20:58:11 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 34.5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_MAIL = "{labels.mail}";
    
        /** The key of the message: Employee Number */
        public static final String LABELS_user_employeeNumber = "{labels.user_employeeNumber}";
    
        /** The key of the message: Employee Number */
        public static final String LABELS_EMPLOYEE_NUMBER = "{labels.employeeNumber}";
    
        /** The key of the message: Telephone Number */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top