Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for destinationIndicator (0.19 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/resources/fess_indices/fess_user.user/user.json

          "street" : {
            "type" : "keyword"
          },
          "postalCode" : {
            "type" : "keyword"
          },
          "physicalDeliveryOfficeName" : {
            "type" : "keyword"
          },
          "destinationIndicator" : {
            "type" : "keyword"
          },
          "internationaliSDNNumber" : {
            "type" : "keyword"
          },
          "state" : {
            "type" : "keyword"
          },
          "employeeType" : {
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 2.4K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. src/main/resources/fess_label_ja.properties

    labels.user_street=番地
    labels.street=番地
    labels.user_postalCode=郵便番号
    labels.postalCode=郵便番号
    labels.user_physicalDeliveryOfficeName=事業所
    labels.physicalDeliveryOfficeName=事業所
    labels.user_destinationIndicator=電報サービスアドレス情報
    labels.destinationIndicator=電報サービスアドレス情報
    labels.user_internationaliSDNNumber=国際ISDN番号
    labels.internationaliSDNNumber=国際ISDN番号
    labels.user_state=都道府県
    labels.state=都道府県
    labels.user_employeeType=雇用形態
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  6. 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)
  7. src/main/config/es/fess_user_user.json

                "type" : "keyword"
              },
              "departmentNumber" : {
                "type" : "keyword"
              },
              "description" : {
                "type" : "keyword"
              },
              "destinationIndicator" : {
                "type" : "keyword"
              },
              "displayName" : {
                "type" : "keyword"
              },
              "employeeNumber" : {
                "type" : "keyword"
              },
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 3.5K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/user/admin_user_edit.jsp

                                            <label for="attributes.destinationIndicator" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                    key="labels.user_destinationIndicator"/></label>
                                            <div class="col-sm-9">
                                                <la:errors property="attributes.destinationIndicator"/>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 14 12:15:45 GMT 2020
    - 31.4K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top