- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for addOrderBy_WebConfigId_Asc (0.15 seconds)
-
src/main/java/org/codelibs/fess/app/service/WebAuthenticationService.java
} // TODO Long, Integer, String supported only. // setup condition cb.query().addOrderBy_Hostname_Asc(); cb.query().addOrderBy_WebConfigId_Asc(); // search } /** * Gets a list of web authentications for a specific web configuration. * * @param webConfigId The ID of the web configurationCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsRequestHeaderCQ.java
if (opLambda != null) { opLambda.callback(builder); } } public BsRequestHeaderCQ addOrderBy_WebConfigId_Asc() { regOBA("webConfigId"); return this; } public BsRequestHeaderCQ addOrderBy_WebConfigId_Desc() { regOBD("webConfigId"); return this; }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 57.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsWebAuthenticationCQ.java
if (opLambda != null) { opLambda.callback(builder); } } public BsWebAuthenticationCQ addOrderBy_WebConfigId_Asc() { regOBA("webConfigId"); return this; } public BsWebAuthenticationCQ addOrderBy_WebConfigId_Desc() { regOBD("webConfigId"); return this; }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 95.5K bytes - Click Count (1)