Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for physicalDeliveryOfficeName (0.42 sec)

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

            setPhysicalDeliveryOfficeName_Term(physicalDeliveryOfficeName, null);
        }
    
        public void setPhysicalDeliveryOfficeName_Term(String physicalDeliveryOfficeName, ConditionOptionCall<TermQueryBuilder> opLambda) {
            TermQueryBuilder builder = regTermQ("physicalDeliveryOfficeName", physicalDeliveryOfficeName);
            if (opLambda != null) {
                opLambda.callback(builder);
    Java
    - Registered: Mon Apr 22 08:04:10 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 getPhysicalDeliveryOfficeName() {
            checkSpecifiedProperty("physicalDeliveryOfficeName");
            return convertEmptyToNull(physicalDeliveryOfficeName);
        }
    
        public void setPhysicalDeliveryOfficeName(String value) {
            registerModifiedProperty("physicalDeliveryOfficeName");
            this.physicalDeliveryOfficeName = value;
        }
    
        public String getPostOfficeBox() {
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 22.8K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/fess_user.user/user.json

          },
          "pager" : {
            "type" : "keyword"
          },
          "street" : {
            "type" : "keyword"
          },
          "postalCode" : {
            "type" : "keyword"
          },
          "physicalDeliveryOfficeName" : {
            "type" : "keyword"
          },
          "destinationIndicator" : {
            "type" : "keyword"
          },
          "internationaliSDNNumber" : {
            "type" : "keyword"
          },
          "state" : {
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 2.4K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/UserDbm.java

                false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnPhysicalDeliveryOfficeName =
                cci("physicalDeliveryOfficeName", "physicalDeliveryOfficeName", null, null, String.class, "physicalDeliveryOfficeName", null,
                        false, false, false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 27K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/user/admin_user_details.jsp

                                                <th><la:message key="labels.user_physicalDeliveryOfficeName"/></th>
                                                <td>${f:h(attributes.physicalDeliveryOfficeName)}<la:hidden
                                                        property="attributes.physicalDeliveryOfficeName"/></td>
                                            </tr>
                                            <tr>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 17.8K bytes
    - Viewed (0)
  6. src/main/config/es/fess_user_user.json

                "type" : "keyword"
              },
              "pager" : {
                "type" : "keyword"
              },
              "password" : {
                "type" : "keyword"
              },
              "physicalDeliveryOfficeName" : {
                "type" : "keyword"
              },
              "postOfficeBox" : {
                "type" : "keyword"
              },
              "postalAddress" : {
                "type" : "keyword"
              },
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 3.5K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/user/cbean/bs/BsUserCB.java

            }
    
            public void columnPassword() {
                doColumn("password");
            }
    
            public void columnPhysicalDeliveryOfficeName() {
                doColumn("physicalDeliveryOfficeName");
            }
    
            public void columnPostOfficeBox() {
                doColumn("postOfficeBox");
            }
    
            public void columnPostalAddress() {
                doColumn("postalAddress");
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 9.7K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/user/admin_user_edit.jsp

                                                <la:text styleId="attributes.physicalDeliveryOfficeName" property="attributes.physicalDeliveryOfficeName"
                                                         styleClass="form-control"/>
                                            </div>
                                        </div>
                                        <div class="form-group row">
    Others
    - Registered: Mon Apr 22 08:04:10 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/cbean/ca/bs/BsUserCA.java

            setPhysicalDeliveryOfficeName_Terms("physicalDeliveryOfficeName", opLambda, null);
        }
    
        public void setPhysicalDeliveryOfficeName_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda,
                OperatorCall<BsUserCA> aggsLambda) {
            setPhysicalDeliveryOfficeName_Terms("physicalDeliveryOfficeName", opLambda, aggsLambda);
        }
    
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 212.4K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/user/bsbhv/BsUserBhv.java

                result.setPassword(DfTypeUtil.toString(source.get("password")));
                result.setPhysicalDeliveryOfficeName(DfTypeUtil.toString(source.get("physicalDeliveryOfficeName")));
                result.setPostOfficeBox(DfTypeUtil.toString(source.get("postOfficeBox")));
                result.setPostalAddress(DfTypeUtil.toString(source.get("postalAddress")));
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 12K bytes
    - Viewed (0)
Back to top