Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setConfigId_Equal (0.21 sec)

  1. src/main/java/org/codelibs/fess/app/service/FailureUrlService.java

         *
         * @param configId the configuration ID to delete failure URLs for
         */
        public void deleteByConfigId(final String configId) {
            failureUrlBhv.queryDelete(cb -> {
                cb.query().setConfigId_Equal(configId);
            });
        }
    
        /**
         * Stores a new failure URL or updates an existing one with error information.
         * Creates a new failure URL entry or increments the error count for an existing URL.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 9.2K bytes
    - Viewed (0)
Back to top