Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for destinationIndicator (0.2 sec)

  1. 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)
  2. 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)
  3. src/main/webapp/WEB-INF/view/admin/user/admin_user_details.jsp

                                            <tr>
                                                <th><la:message key="labels.user_destinationIndicator"/></th>
                                                <td>${f:h(attributes.destinationIndicator)}<la:hidden
                                                        property="attributes.destinationIndicator"/></td>
                                            </tr>
                                            <tr>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 17.8K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. src/main/resources/fess_label_ru.properties

    labels.postalCode=postalCode
    labels.user_physicalDeliveryOfficeName=physicalDeliveryOfficeName
    labels.physicalDeliveryOfficeName=physicalDeliveryOfficeName
    labels.user_destinationIndicator=destinationIndicator
    labels.destinationIndicator=destinationIndicator
    labels.user_internationaliSDNNumber=internationaliSDNNumber
    labels.internationaliSDNNumber=internationaliSDNNumber
    labels.user_state=state
    labels.state=state
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_config.properties

    ldap.attr.description=description
    ldap.attr.title=title
    ldap.attr.pager=pager
    ldap.attr.street=street
    ldap.attr.postalCode=postalCode
    ldap.attr.physicalDeliveryOfficeName=physicalDeliveryOfficeName
    ldap.attr.destinationIndicator=destinationIndicator
    ldap.attr.internationaliSDNNumber=internationaliSDNNumber
    ldap.attr.state=st
    ldap.attr.employeeType=employeeType
    ldap.attr.facsimileTelephoneNumber=facsimileTelephoneNumber
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  8. src/main/resources/fess_label.properties

    labels.postalCode=Postal Code
    labels.user_physicalDeliveryOfficeName=Physical Delivery Office Name
    labels.physicalDeliveryOfficeName=Physical Delivery Office Name
    labels.user_destinationIndicator=Destination Indicator
    labels.destinationIndicator=Destination Indicator
    labels.user_internationaliSDNNumber=International ISDN Number
    labels.internationaliSDNNumber=International ISDN Number
    labels.user_state=State
    labels.state=State
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  9. src/main/resources/fess_label_en.properties

    labels.postalCode=Postal Code
    labels.user_physicalDeliveryOfficeName=Physical Delivery Office Name
    labels.physicalDeliveryOfficeName=Physical Delivery Office Name
    labels.user_destinationIndicator=Destination Indicator
    labels.destinationIndicator=Destination Indicator
    labels.user_internationaliSDNNumber=International ISDN Number
    labels.internationaliSDNNumber=International ISDN Number
    labels.user_state=State
    labels.state=State
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_de.properties

    labels.postalCode=Postleitzahl
    labels.user_physicalDeliveryOfficeName=Büroname für physische Zustellung
    labels.physicalDeliveryOfficeName=Büroname für physische Zustellung
    labels.user_destinationIndicator=Zielangabe
    labels.destinationIndicator=Zielangabe
    labels.user_internationaliSDNNumber=Internationale ISDN-Nummer
    labels.internationaliSDNNumber=Internationale ISDN-Nummer
    labels.user_state=Bundesland
    labels.state=Bundesland
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
Back to top