Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addOrderBy_WebConfigId_Asc (0.11 sec)

  1. 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
    
        }
    
        public List<WebAuthentication> getWebAuthenticationList(final String webConfigId) {
            return webAuthenticationBhv.selectList(cb -> {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top