Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for dto (0.01 sec)

  1. src/main/java/org/codelibs/fess/app/web/api/admin/dict/protwords/ApiAdminDictProtwordsAction.java

                        throwValidationErrorApi(messages -> messages.addErrorsFailedToDownloadProtwordsFile(GLOBAL));
                        return null;
                    });
        }
    
        /**
         * Create an EditBody DTO from a ProtwordsItem entity.
         *
         * @param entity source entity with protected words data
         * @param dictId identifier of the dictionary
         * @return populated EditBody for API responses
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/api/admin/dict/mapping/ApiAdminDictMappingAction.java

                        throwValidationErrorApi(messages -> messages.addErrorsFailedToDownloadProtwordsFile(GLOBAL));
                        return null;
                    });
        }
    
        /**
         * Create an EditBody DTO from a CharMappingItem entity.
         *
         * @param entity source entity with mapping data
         * @param dictId identifier of the dictionary
         * @return populated EditBody for API responses
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 9.5K bytes
    - Viewed (0)
Back to top