Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for destinationIndicator (0.36 sec)

  1. src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java

            setDestinationIndicator_NotTerm(destinationIndicator, null);
        }
    
        public void setDestinationIndicator_NotTerm(String destinationIndicator) {
            setDestinationIndicator_NotTerm(destinationIndicator, null);
        }
    
        public void setDestinationIndicator_NotEqual(String destinationIndicator, ConditionOptionCall<BoolQueryBuilder> opLambda) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 326.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/user/bsentity/BsUser.java

        }
    
        public String getDestinationIndicator() {
            checkSpecifiedProperty("destinationIndicator");
            return convertEmptyToNull(destinationIndicator);
        }
    
        public void setDestinationIndicator(String value) {
            registerModifiedProperty("destinationIndicator");
            this.destinationIndicator = value;
        }
    
        public String getDisplayName() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 22.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsUserCA.java

            setDestinationIndicator_Terms("destinationIndicator", opLambda, null);
        }
    
        public void setDestinationIndicator_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsUserCA> aggsLambda) {
            setDestinationIndicator_Terms("destinationIndicator", opLambda, aggsLambda);
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 212.4K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/UserDbm.java

                false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnDestinationIndicator = cci("destinationIndicator", "destinationIndicator", null, null, String.class,
                "destinationIndicator", null, false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 27K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/user/cbean/bs/BsUserCB.java

            }
    
            public void columnDescription() {
                doColumn("description");
            }
    
            public void columnDestinationIndicator() {
                doColumn("destinationIndicator");
            }
    
            public void columnDisplayName() {
                doColumn("displayName");
            }
    
            public void columnEmployeeNumber() {
                doColumn("employeeNumber");
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 9.7K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/user/bsbhv/BsUserBhv.java

                result.setDescription(DfTypeUtil.toString(source.get("description")));
                result.setDestinationIndicator(DfTypeUtil.toString(source.get("destinationIndicator")));
                result.setDisplayName(DfTypeUtil.toString(source.get("displayName")));
                result.setEmployeeNumber(DfTypeUtil.toString(source.get("employeeNumber")));
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 12K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String LDAP_ATTR_PHYSICAL_DELIVERY_OFFICE_NAME = "ldap.attr.physicalDeliveryOfficeName";
    
        /** The key of the configuration. e.g. destinationIndicator */
        String LDAP_ATTR_DESTINATION_INDICATOR = "ldap.attr.destinationIndicator";
    
        /** The key of the configuration. e.g. internationaliSDNNumber */
        String LDAP_ATTR_INTERNATIONALI_S_D_N_NUMBER = "ldap.attr.internationaliSDNNumber";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Destination Indicator */
        public static final String LABELS_user_destinationIndicator = "{labels.user_destinationIndicator}";
    
        /** The key of the message: Destination Indicator */
        public static final String LABELS_DESTINATION_INDICATOR = "{labels.destinationIndicator}";
    
        /** The key of the message: International ISDN Number */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top