Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 23 for physicalDeliveryOfficeName (0.14 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/opensearch/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() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 22.9K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/opensearch/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);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 27K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/opensearch/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");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 9.8K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/opensearch/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);
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 212.5K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/opensearch/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")));
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 12K bytes
    - Click Count (0)
  6. src/test/java/org/codelibs/fess/entity/FacetQueryViewTest.java

                return "destinationIndicator";
            }
    
            @Override
            public String getLdapAttrPhysicalDeliveryOfficeName() {
                return "physicalDeliveryOfficeName";
            }
    
            @Override
            public String getLdapAttrPostalCode() {
                return "postalCode";
            }
    
            @Override
            public String getLdapAttrStreet() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 17.9K bytes
    - Click Count (0)
  7. src/main/webapp/WEB-INF/view/admin/user/admin_user_details.jsp

                                                <td>${f:h(attributes.physicalDeliveryOfficeName)}<la:hidden
                                                        property="attributes.physicalDeliveryOfficeName"/></td>
                                            </tr>
                                            <tr>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 17.9K bytes
    - Click Count (0)
  8. src/main/resources/fess_config.properties

    # LDAP attribute for street.
    ldap.attr.street=street
    # LDAP attribute for postal code.
    ldap.attr.postalCode=postalCode
    # LDAP attribute for physical delivery office name.
    ldap.attr.physicalDeliveryOfficeName=physicalDeliveryOfficeName
    # LDAP attribute for destination indicator.
    ldap.attr.destinationIndicator=destinationIndicator
    # LDAP attribute for international ISDN number.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
  9. src/main/resources/fess_label_en.properties

    labels.user_pager=Pager
    labels.pager=Pager
    labels.user_street=Street
    labels.street=Street
    labels.user_postalCode=Postal Code
    labels.postalCode=Postal Code
    labels.user_physicalDeliveryOfficeName=Office
    labels.physicalDeliveryOfficeName=Office
    labels.user_destinationIndicator=Destination Indicator
    labels.destinationIndicator=Destination Indicator
    labels.user_internationaliSDNNumber=International ISDN Number
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 48.9K bytes
    - Click Count (0)
  10. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. postalCode */
        String LDAP_ATTR_POSTAL_CODE = "ldap.attr.postalCode";
    
        /** The key of the configuration. e.g. physicalDeliveryOfficeName */
        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";
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 576.9K bytes
    - Click Count (2)
Back to Top