- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 23 for destinationIndicator (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/opensearch/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() {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) -
src/main/java/org/codelibs/fess/opensearch/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);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 27K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/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");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) -
src/main/java/org/codelibs/fess/opensearch/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); }
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) -
src/main/java/org/codelibs/fess/opensearch/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")));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 12K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/entity/FacetQueryViewTest.java
return "internationaliSDNNumber"; } @Override public String getLdapAttrDestinationIndicator() { return "destinationIndicator"; } @Override public String getLdapAttrPhysicalDeliveryOfficeName() { return "physicalDeliveryOfficeName"; } @Override
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) -
src/main/webapp/WEB-INF/view/admin/user/admin_user_details.jsp
<th><la:message key="labels.user_destinationIndicator"/></th> <td>${f:h(attributes.destinationIndicator)}<la:hidden property="attributes.destinationIndicator"/></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) -
src/main/resources/fess_config.properties
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. ldap.attr.internationaliSDNNumber=internationaliSDNNumber # LDAP attribute for state. ldap.attr.state=st # LDAP attribute for employee type.
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) -
src/main/resources/fess_label_en.properties
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 labels.internationaliSDNNumber=International ISDN Number labels.user_state=State labels.state=State
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) -
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";
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)